Person - Schema.org Type (original) (raw)
[more...]
- Canonical URL: https://schema.org/Person
- Equivalent Class: foaf:Person
- Check for open issues.
A person (alive, dead, undead, or fictional).
Examples
Example notes or example HTML without markup.
Jane Doe
Professor 20341 Whitworth Institute 405 Whitworth Seattle WA 98052 (425) 123-4567 jane-doe@illinois.edu
Jane's home page: janedoe.com
Graduate students: Alice Jones Bob Smith
Example encoded as Microdata embedded in HTML.
Professor
Jane's home page: janedoe.com
Graduate students: Alice Jones Bob Smith
Example encoded as RDFa embedded in HTML.
Professor
Jane's home page: janedoe.com
Graduate students: Alice Jones Bob Smith
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org", "@type": "Person", "address": { "@type": "PostalAddress", "addressLocality": "Seattle", "addressRegion": "WA", "postalCode": "98052", "streetAddress": "20341 Whitworth Institute 405 N. Whitworth" }, "colleague": [ "http://www.xyz.edu/students/alicejones.html", "http://www.xyz.edu/students/bobsmith.html" ], "email": "mailto:jane-doe@xyz.edu", "image": "janedoe.jpg", "jobTitle": "Professor", "name": "Jane Doe", "telephone": "(425) 123-4567", "url": "http://www.janedoe.com" }
Example notes or example HTML without markup.
Shostakovich Leningrad
Jaap van Zweden conducts two World War II-era pieces showcasing the glorious sound of the CSO.
Program
- Britten Four Sea Interludes and Passacaglia from Peter Grimes
- Shostakovich Symphony No. 7 (Leningrad)
Performers
<div>
<link href="http://www.jaapvanzweden.com/" />
<img src="/examples/jvanzweden_s.jpg" alt="Jaap van Zweden"/>
<div>
<a href="/examples/Performer.aspx?id=11324">Jaap van Zweden</a>
</div>
<div>conductor</div>
</div>
Example encoded as Microdata embedded in HTML.
Shostakovich Leningrad
Jaap van Zweden conducts two World War II-era pieces showcasing the glorious sound of the CSO.
Program
- Britten Four Sea Interludes and Passacaglia from Peter Grimes
- Shostakovich Symphony No. 7 (Leningrad)
Performers
<div itemprop="performer" itemscope="" itemtype="https://schema.org/Person">
<link itemprop="sameAs" href="http://www.jaapvanzweden.com/" />
<img itemprop="image" src="/examples/jvanzweden_s.jpg" alt="Jaap van Zweden"/>
<div>
<a href="/examples/Performer.aspx?id=11324"><span itemprop="name">Jaap van Zweden</span></a>
</div>
<div>conductor</div>
</div>
Example encoded as RDFa embedded in HTML.
Shostakovich Leningrad
Jaap van Zweden conducts two World War II-era pieces showcasing the glorious sound of the CSO.
Program
- Britten Four Sea Interludes and Passacaglia from Peter Grimes
- Shostakovich Symphony No. 7 (Leningrad)
Performers
<div property="performer" typeof="Person">
<link href="http://www.jaapvanzweden.com/" property="sameAs"/>
<img src="/examples/jvanzweden_s.jpg" alt="Jaap van Zweden" property="image"/>
<a property="name" href="/examples/Performer.aspx?id=11324">Jaap van Zweden</a>
<div>conductor</div>
</div>
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org", "@type": "MusicEvent", "location": { "@type": "MusicVenue", "name": "Chicago Symphony Center", "address": "220 S. Michigan Ave, Chicago, Illinois, USA" }, "name": "Shostakovich Leningrad", "offers": { "@type": "Offer", "url": "/examples/ticket/12341234", "price": "40", "priceCurrency": "USD", "availability": "https://schema.org/InStock" }, "performer": [ { "@type": "MusicGroup", "name": "Chicago Symphony Orchestra", "sameAs": [ "http://cso.org/", "http://en.wikipedia.org/wiki/Chicago\_Symphony\_Orchestra" ] }, { "@type": "Person", "image": "/examples/jvanzweden_s.jpg", "name": "Jaap van Zweden", "sameAs": "http://www.jaapvanzweden.com/" } ], "startDate": "2014-05-23T20:00", "workPerformed": [ { "@type": "CreativeWork", "name": "Britten Four Sea Interludes and Passacaglia from Peter Grimes", "sameAs": "http://en.wikipedia.org/wiki/Peter\_Grimes" }, { "@type": "CreativeWork", "name": "Shostakovich Symphony No. 7 (Leningrad)", "sameAs": "http://en.wikipedia.org/wiki/Symphony\_No.\_7\_(Shostakovich)" } ] }
Example notes or example HTML without markup.
A JSON example of an OrganizationRole, showing information about a 'member' of a 'SportsTeam', including time qualfiers (when he began and ended that role).
Example encoded as Microdata embedded in HTML.
Example encoded as RDFa embedded in HTML.
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org", "@type": "SportsTeam", "name": "San Francisco 49ers", "member": { "@type": "OrganizationRole", "member": { "@type": "Person", "name": "Joe Montana" }, "startDate": "1979", "endDate": "1992", "roleName": "Quarterback" } }
Example notes or example HTML without markup.
George Bush, the 41st President of the United States is the father of George W. Bush, the 43rd President of the United States.
Example encoded as Microdata embedded in HTML.
Example encoded as RDFa embedded in HTML.
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org", "@type": "Person", "name": "George Bush", "disambiguatingDescription": "41st President of the United States", "children": { "@type": "Person", "name": "George W. Bush", "disambiguatingDescription": "43rd President of the United States" } }
Example notes or example HTML without markup.
See JSON example.
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org/", "@type": "Person", "name": "Peter Venkman", "hasOccupation": { "@type": "Occupation", "name": "Parapsychologist", "educationRequirements": "PhD in parapsychology" } }
Example notes or example HTML without markup.
See JSON example.
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org/", "@type": "Person", "name": "Albert Einstein", "hasOccupation": [ { "@type": "Role", "hasOccupation": { "@type": "Occupation", "name": "Patent examiner", "occupationalCategory": "23-2099.00" }, "startDate": "1901", "endDate": "1906" }, { "@type": "Occupation", "name": "Professor of Physics", "educationRequirements": "PhD in Physics" } ] }
Example notes or example HTML without markup.
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org/", "@type": "Person", "name": "A. N. Other", "jobTitle": { "@type": "DefinedTerm", "inDefinedTermSet": "https://targetjobs.co.uk/careers-advice/job-descriptions", "termCode": "277133-aid-workerhumanitarian-worker-job-description", "name": "Aid worker/humanitarian worker", "url": "https://targetjobs.co.uk/careers-advice/job-descriptions/277133-aid-workerhumanitarian-worker-job-description" } }
Example notes or example HTML without markup.
A media creator with a number of likes and follows.
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org/", "@type": "Person", "name": "Jane Doe", "interactionStatistic": [ { "@type": "InteractionCounter", "interactionType": "https://schema.org/LikeAction", "userInteractionCount": 1170 }, { "@type": "InteractionCounter", "interactionType": "https://schema.org/FollowAction", "userInteractionCount": 145098 } ] }
Example notes or example HTML without markup.
An example of a credit card bill (invoice).
ACME Bank Bill for: January 2015 Visa invoice link: http://www.acmebank.com/invoice.pdf Customer: Jane Doe account ID: xxxx-xxxx-xxxx-1234 payment due: 2015-01-30 minimum payment: $15.00 total due: $200.00 billing period: 2014-12-21 to 2015-01-20 payment due
Example encoded as Microdata embedded in HTML.
January 2015 Visa
Invoice PDFExample encoded as RDFa embedded in HTML.
January 2015 Visa
Invoice PDFExample encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org/", "@type": "Invoice", "description": "January 2015 Visa bill.", "url": "http://acmebank.com/invoice.pdf", "broker": { "@type": "BankOrCreditUnion", "name": "ACME Bank" }, "accountId": "xxxx-xxxx-xxxx-1234", "customer": { "@type": "Person", "name": "Jane Doe" }, "paymentDueDate": "2015-01-30T12:00:00", "minimumPaymentDue": { "@type": "PriceSpecification", "price": 15.00, "priceCurrency": "USD" }, "totalPaymentDue": { "@type": "PriceSpecification", "price": 200.00, "priceCurrency": "USD" }, "billingPeriod": "P30D", "paymentStatus": "https://schema.org/PaymentDue" }
Example notes or example HTML without markup.
An example of a invoice for a purchase and installation.
ACME Home Heating Bill for: New furnace and installation Customer: Jane Doe payment due: 2015-01-30 minimum payment: $0.00 total due: $0.00 payment status: paid order: furnace model ABC123 order: installation labor
Example encoded as Microdata embedded in HTML.
New furnace and installation
Example encoded as RDFa embedded in HTML.
New furnace and installation
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org/", "@type": "Invoice", "broker": { "@type": "LocalBusiness", "name": "ACME Home Heating" }, "accountId": "xxxx-xxxx-xxxx-1234", "customer": { "@type": "Person", "name": "Jane Doe" }, "paymentDueDate": "2015-01-30", "minimumPaymentDue": { "@type": "PriceSpecification", "price": 0.00, "priceCurrency": "USD" }, "totalPaymentDue": { "@type": "PriceSpecification", "price": 0.00, "priceCurrency": "USD" }, "paymentStatus": "https://schema.org/PaymentComplete", "referencesOrder": [ { "@type": "Order", "description": "furnace", "orderDate": "2014-12-01", "orderNumber": "123ABC", "paymentMethod": "http://purl.org/goodrelations/v1#ByInvoice", "orderedItem": { "@type": "Product", "name": "ACME Furnace 3000", "productID": "ABC123" } }, { "@type": "Order", "description": "furnace installation", "orderDate": "2014-12-02", "paymentMethod": "http://purl.org/goodrelations/v1#ByInvoice", "orderedItem": { "@type": "Service", "description": "furnace installation" } } ] }
Example notes or example HTML without markup.
An example of an order for multiple items, shipped separately.
ACME Supplies Customer: Jane Doe Order: Item abc123: 1 Widget: delivered 2015-03-10 Item def456: 3 Widget accessories: shipped 2015-03-12
Example encoded as Microdata embedded in HTML.
Example encoded as RDFa embedded in HTML.
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org/", "@type": "Order", "seller": { "@type": "Organization", "name": "ACME Supplies" }, "customer": { "@type": "Person", "name": "Jane Doe" }, "orderedItem": [ { "@type": "OrderItem", "orderItemNumber": "abc123", "orderQuantity": 1, "orderedItem": { "@type": "Product", "name": "Widget" }, "orderItemStatus": "https://schema.org/OrderDelivered", "orderDelivery": { "@type": "ParcelDelivery", "expectedArrivalFrom": "2015-03-10" } }, { "@type": "OrderItem", "orderItemNumber": "def456", "orderQuantity": 3, "orderedItem": { "@type": "Product", "name": "Widget accessories" }, "orderItemStatus": "https://schema.org/OrderInTransit", "orderDelivery": { "@type": "ParcelDelivery", "expectedArrivalFrom": "2015-03-15", "expectedArrivalUntil": "2015-03-18" } } ] }
Example notes or example HTML without markup.
A MusicComposition Example. The following JSON-LD models the composition A Day in the Life by Lennon and McCartney, regardless of who performs or records the song.
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org", "@type": "MusicComposition", "@id": "http://musicbrainz.org/work/fd1aa4f2-ba26-3a05-b72d-4392c35a073c", "name": "A Day in the Life", "composer": [ { "@type": "Person", "name": "John Lennon", "@id": "http://musicbrainz.org/artist/4d5447d7-c61c-4120-ba1b-d7f471d385b9" }, { "@type": "Person", "name": "Paul McCartney", "@id": "http://musicbrainz.org/artist/ba550d0e-adac-4864-b88b-407cab5e76af" } ], "iswcCode": "T-010.140.236-1", "publisher": { "@type": "Organization", "name": "Northern Songs, Ltd.", "@id": "http://musicbrainz.org/label/26df054d-78cf-4d83-9bb1-a41816125528" }, "datePublished": "1967", "lyrics": { "@type": "CreativeWork", "inLanguage": "EN", "text": "I read the news today oh boy..." } }
Example notes or example HTML without markup.
Christopher Froome was sponsored by Sky in the Tour de France.
Example encoded as Microdata embedded in HTML.
Christopher Froome was sponsored by Sky in the Tour de France.
Example encoded as RDFa embedded in HTML.
Christopher Froome was sponsored by Sky in the Tour de France.
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org/", "@type": "Person", "name": "Christopher Froome", "sponsor": { "@type": "Organization", "name": "Sky", "url": "http://www.skysports.com/" } }
Example notes or example HTML without markup.
Rose Tyler was sponsored by Sarah Jane Smith in the membership process.
Example encoded as Microdata embedded in HTML.
Rose Tyler was sponsored by Sarah Jane Smith in the membership process.
Example encoded as RDFa embedded in HTML.
Rose Tyler was sponsored by Sarah Jane Smith in the membership process.
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org/", "@type": "Person", "name": "Rose Tyler", "sponsor": { "@type": "Person", "name": "Sarah Jane Smith" } }
Example notes or example HTML without markup.
Fairly straightforward painting markup.
<div>
<h1 lang="fr">La trahison des images </h1>
<p>
A painting also known as The Treason of Images or
The Treachery of Images.
</p>
<img src="http://upload.wikimedia.org/wikipedia/en/b/b9/MagrittePipe.jpg" />
<div>
<p>
The painting shows a pipe. Below it, Magritte painted,
<q lang="fr">Ceci n'est pas une pipe.</q>, French for
"This is not a pipe."
</p>
<p>
His statement is taken to mean that the painting itself is not a pipe.
The painting is merely an image of a pipe. Hence, the description,
"this is not a pipe."
</p>
<p>
Similarly, the image shown above is neither a pipe nor even a painting,
but rather a digital photograph.
</p>
<p>
The painting is sometimes given as an example of meta message conveyed
by paralanguage. Compare with Korzybski's <q>The word is not the thing</q>
and <q>The map is not the territory</q>.
</div>
<ul>
<li>Artist: <a href="https://www.freebase.com/m/06h88">René Magritte</a></li>
<li>Dimensions: 940 mm × 635 mm</li>
<li>Materials: oil on canvas</li>
</ul>
</div>
Example encoded as Microdata embedded in HTML.
<div itemscope itemtype="https://schema.org/VisualArtwork">
<link itemprop="sameAs" href="http://rdf.freebase.com/rdf/m.0439_q" />
<h1 itemprop="name" lang="fr">La trahison des images </h1>
<p>
A <span itemprop="artform">painting</span> also known as
<span>The Treason of Images</span> or
<span itemprop="alternateName">The Treachery of Images</span>.
</p>
<img itemprop="image" src="http://upload.wikimedia.org/wikipedia/en/b/b9/MagrittePipe.jpg" />
<div itemprop="description">
<p>
The painting shows a pipe. Below it, Magritte painted,
<q lang="fr">Ceci n'est pas une pipe.</q>, French for
"This is not a pipe."
</p>
<p>
His statement is taken to mean that the painting itself is not a pipe.
The painting is merely an image of a pipe. Hence, the description,
"this is not a pipe."
</p>
<p>
Similarly, the image shown above is neither a pipe nor even a painting,
but rather a digital photograph.
</p>
<p>
The painting is sometimes given as an example of meta message conveyed
by paralanguage. Compare with Korzybski's <q>The word is not the thing</q>
and <q>The map is not the territory</q>.
</div>
<ul>
<li>Artist:
<span itemprop="creator" itemscope itemtype="https://schema.org/Person">
<a itemprop="sameAs" href="https://www.freebase.com/m/06h88">
<span itemprop="name">René Magritte</span>
</a>
</span>
</li>
<li>Dimensions:
<span itemprop="width" itemscope itemtype="https://schema.org/Distance">940 mm</span> ×
<span itemprop="height" itemscope itemtype="https://schema.org/Distance">635 mm</span>
</li>
<li>Materials:
<span itemprop="artMedium">oil</span> on <span itemprop="artworkSurface">canvas</span>
</li>
</ul>
</div>
Example encoded as RDFa embedded in HTML.
<div vocab="https://schema.org/" typeof="VisualArtwork">
<link property="sameAs" href="http://rdf.freebase.com/rdf/m.0439_q" />
<h1 property="name" lang="fr">La trahison des images </h1>
<p>
A <span property="artform">painting</span> also known as
<span>The Treason of Images</span> or
<span property="alternateName">The Treachery of Images</span>.
</p>
<img property="image" src="http://upload.wikimedia.org/wikipedia/en/b/b9/MagrittePipe.jpg" />
<div property="description">
<p>
The painting shows a pipe. Below it, Magritte painted,
<q lang="fr">Ceci n'est pas une pipe.</q>, French for
"This is not a pipe."
</p>
<p>
His statement is taken to mean that the painting itself is not a pipe.
The painting is merely an image of a pipe. Hence, the description,
"this is not a pipe."
</p>
<p>
Similarly, the image shown above is neither a pipe nor even a painting,
but rather a digital photograph.
</p>
<p>
The painting is sometimes given as an example of meta message conveyed
by paralanguage. Compare with Korzybski's <q>The word is not the thing</q>
and <q>The map is not the territory</q>.
</div>
<ul>
<li>Artist:
<span property="creator" typeof="Person">
<a property="sameAs" href="https://www.freebase.com/m/06h88">
<span property="name">René Magritte</span>
</a>
</span>
</li>
<li>Dimensions:
<span property="width" typeof="Distance">940 mm</span> ×
<span property="height" typeof="Distance">635 mm</span>
</li>
<li>Materials:
<span property="artMedium">oil</span> on <span property="artworkSurface">canvas</span>
</li>
</ul>
</div>
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "VisualArtwork",
"name": "La trahison des images",
"alternateName": "The Treachery of Images",
"image": "http://upload.wikimedia.org/wikipedia/en/b/b9/MagrittePipe.jpg",
"description": "The painting shows a pipe. Below it, Magritte...",
"creator": [
{
"@type": "Person",
"name": "René Magritte",
"sameAs": "https://www.freebase.com/m/06h88"
}
],
"width": [
{
"@type": "Distance",
"name": "940 mm"
}
],
"height": [
{
"@type": "Distance",
"name": "635 mm"
}
],
"artMedium": "oil",
"artworkSurface": "canvas"
}
</script>
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org", "@type": "VisualArtwork", "name": "La trahison des images", "alternateName": "The Treachery of Images", "image": "http://upload.wikimedia.org/wikipedia/en/b/b9/MagrittePipe.jpg", "description": "The painting shows a pipe. Below it, Magritte...", "creator": [ { "@type": "Person", "name": "René Magritte", "sameAs": "https://www.freebase.com/m/06h88" } ], "width": [ { "@type": "Distance", "name": "940 mm" } ], "height": [ { "@type": "Distance", "name": "635 mm" } ], "artMedium": "oil", "artworkSurface": "canvas" }