---
"@context": "https://schema.org"
"@type": "Person"
"@id": "https://dasarakushi.com/mockups/person-page#john-smith-atlanta-ga"
url: "https://dasarakushi.com/mockups/person-page"
name: "John Smith"
gender: "male"
description: "Marketing professional in Atlanta, GA. Address history spans Georgia and Tennessee dating back to 2007."
address:
  "@type": "PostalAddress"
  streetAddress: "1247 Piedmont Ave NE"
  addressLocality: "Atlanta"
  addressRegion: "GA"
  postalCode: "30309"
  addressCountry: "US"
worksFor:
  "@type": "Organization"
  name: "Atlanta Brewing Co."
jobTitle: "Senior Marketing Manager"
alumniOf:
  "@type": "EducationalOrganization"
  name: "Georgia State University"
dateModified: "2026-06-12T06:44:38.238Z"
_demo: true
_publisher: "Dasara Kushi · dasarakushi.com"
_note: "Fictional demo page illustrating the bifurcation pattern: one URL pair, two formats. HTML at https://dasarakushi.com/mockups/person-page, markdown here at https://dasarakushi.com/mockups/person-page/llms.md. Same source, different representation."
---
# John Smith — Atlanta, GA

> Marketing professional in Atlanta, GA. Address history spans Georgia and Tennessee dating back to 2007.

**Age range:** 38–42 · **Gender:** male

## Address history

Connected entity resolved by overlapping prior-residence graph. All four records map to one person.

- **1247 Piedmont Ave NE, Atlanta, GA 30309** — 2019–present *(current)*
- **4521 Roswell Rd, Sandy Springs, GA 30342** — 2015–2019
- **829 Murfreesboro Pike, Nashville, TN 37217** — 2009–2015
- **142 Park Ave, Athens, GA 30605** — 2007–2009

## Possible relatives

- **Sarah Smith** (age 38, sister) — Atlanta, GA
- **Robert Smith** (age 66, father) — Athens, GA
- **Patricia Smith** (age 64, mother) — Athens, GA
- **Michael Smith** (age 33, cousin) — Nashville, TN

## Employer & education

- Current: Senior Marketing Manager · Atlanta Brewing Co. (since 2020)
- Previous: Marketing Coordinator · Nashville Hospitality Group (2009–2020)
- Education: BA Marketing, Georgia State University (2007)

## Source quality

- Records: 47 across 12 sources
- Last refreshed: 2026-05-08
- Confidence: high (address-history overlap)
- Resolution note: n=4 records resolved as one entity; all addresses connected through prior-residence graph.

---

## About this representation

This is a demo page illustrating the **bifurcation pattern** for AI-consumable web content. The same person profile is published at two URLs:

- **HTML** (humans, browsers): `https://dasarakushi.com/mockups/person-page`
- **Markdown + JSON-LD frontmatter** (AI consumers): `https://dasarakushi.com/mockups/person-page/llms.md`

The HTML page declares the alternate format via:

```html
<link rel="alternate" type="text/markdown" href="/mockups/person-page/llms.md" />
```

AI crawlers that respect the `rel="alternate"` link relation can fetch this format directly — clean prose with structured frontmatter — instead of parsing the HTML chrome (nav, footer, scripts, ads).

**This is fictional data.** John Smith is a generic name used for illustration. Address-history graph entity resolution is real; the records here are not.
