Person
schema:Thing > bgn:Agent > schema:Person
schema:Thing > schema:Person
A person (alive, dead, undead, or fictional).
| Property | Expected Type | Description |
|---|---|---|
| Properties from schema:Person | ||
schema:additionalName
|
schema:Text | An additional name for a Person, can be used for a middle name. |
schema:address
|
schema:PostalAddress | Physical address of the item. |
schema:affiliation
|
schema:Organization | An organization that this person is affiliated with. For example, a school/university, a club, or a team. |
schema:alumniOf
|
schema:EducationalOrganization | An educational organizations that the person is an alumni of. Inverse property: schema:alumni. |
schema:award
|
schema:Text | An award won by this person or for this creative work. Supersedes schema:awards. |
schema:birthDate
|
schema:Date | Date of birth. |
schema:birthPlace
|
schema:Place | The place where the person was born. |
schema:brand
|
schema:Organization or schema:Brand | The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person. |
schema:children
|
schema:Person | A child of the person. |
schema:colleague
|
schema:Person | A colleague of the person. Supersedes schema:colleagues. |
schema:contactPoint
|
schema:ContactPoint | A contact point for a person or organization. Supersedes schema:contactPoints. |
schema:deathDate
|
schema:Date | Date of death. |
schema:deathPlace
|
schema:Place | The place where the person died. |
schema:duns
|
schema:Text | The Dun & Bradstreet DUNS number for identifying an organization or business person. |
schema:email
|
schema:Text | Email address. |
schema:familyName
|
schema:Text | Family name. In the U.S., the last name of an Person. This can be used along with givenName instead of the name property. |
schema:faxNumber
|
schema:Text | The fax number. |
schema:follows
|
schema:Person | The most generic uni-directional social relation. |
schema:gender
|
schema:Text | Gender of the person. |
schema:givenName
|
schema:Text | Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the name property. |
schema:globalLocationNumber
|
schema:Text | The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations. |
schema:hasPOS
|
schema:Place | Points-of-Sales operated by the organization or person. |
schema:height
|
schema:Distance or schema:QuantitativeValue | The height of the item. |
schema:homeLocation
|
schema:Place or schema:ContactPoint | A contact location for a person's residence. |
schema:honorificPrefix
|
schema:Text | An honorific prefix preceding a Person's name such as Dr/Mrs/Mr. |
schema:honorificSuffix
|
schema:Text | An honorific suffix preceding a Person's name such as M.D. /PhD/MSCSW. |
schema:interactionCount
|
schema:Text | A count of a specific user interactions with this item—for example, 20 UserLikes, 5 UserComments, or 300 UserDownloads. The user interaction type should be one of the sub types of UserInteraction. |
schema:isicV4
|
schema:Text | The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. |
schema:jobTitle
|
schema:Text | The job title of the person (for example, Financial Manager). |
schema:knows
|
schema:Person | The most generic bi-directional social/work relation. |
schema:makesOffer
|
schema:Offer | A pointer to products or services offered by the organization or person. |
schema:memberOf
|
schema:Organization or schema:ProgramMembership | An Organization (or ProgramMembership) to which this Person or Organization belongs. Inverse property: schema:member. |
schema:naics
|
schema:Text | The North American Industry Classification System (NAICS) code for a particular organization or business person. |
schema:nationality
|
schema:Country | Nationality of the person. |
schema:netWorth
|
schema:PriceSpecification | The total financial value of the organization or person as calculated by subtracting assets from liabilities. |
schema:owns
|
schema:Product or schema:OwnershipInfo | Products owned by the organization or person. |
schema:parent
|
schema:Person | A parent of this person. Supersedes schema:parents. |
schema:performerIn
|
schema:Event | Event that this person is a performer or participant in. |
schema:relatedTo
|
schema:Person | The most generic familial relation. |
schema:seeks
|
schema:Demand | A pointer to products or services sought by the organization or person (demand). |
schema:sibling
|
schema:Person | A sibling of the person. Supersedes schema:siblings. |
schema:spouse
|
schema:Person | The person's spouse. |
schema:taxID
|
schema:Text | The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain. |
schema:telephone
|
schema:Text | The telephone number. |
schema:vatID
|
schema:Text | The Value-added Tax ID of the organization or person. |
schema:weight
|
schema:QuantitativeValue | The weight of the product or person. |
schema:workLocation
|
schema:Place or schema:ContactPoint | A contact location for a person's place of work. |
schema:worksFor
|
schema:Organization | Organizations that the person works for. |
| Properties from schema:Thing | ||
schema:additionalType
|
schema:URL | An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally. |
schema:alternateName
|
schema:Text | An alias for the item. |
schema:description
|
schema:Text | A short description of the item. |
schema:image
|
schema:ImageObject or schema:URL | An image of the item. This can be a URL or a fully described ImageObject. |
schema:name
|
schema:Text | The name of the item. |
schema:potentialAction
|
schema:Action | Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. |
schema:sameAs
|
schema:URL | URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Freebase page, or official website. |
schema:url
|
schema:URL | URL of the item. |
Instances of schema:Person may appear as values for the following properties
| Property | On Types | Description |
|---|---|---|
schema:accountablePerson
|
schema:CreativeWork | Specifies the Person that is legally accountable for the CreativeWork. |
schema:acquiredFrom
|
schema:OwnershipInfo | The organization or person from which the product was acquired. |
schema:actor
|
schema:Clip or schema:Episode or schema:TVSeries or schema:VideoObject or schema:RadioSeries or schema:Movie or schema:VideoGameSeries or schema:VideoGame or schema:MovieSeries | An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip. Supersedes schema:actors. |
schema:agent
|
schema:Action | The direct performer or driver of the action (animate or inanimate). e.g. *John* wrote a book. |
schema:alumni
|
schema:EducationalOrganization | Alumni of educational organization. inverse property: schema:alumniOf. |
schema:athlete
|
schema:SportsTeam | A person that acts as performing member of a sports team; a player as opposed to a coach. |
schema:attendee
|
schema:Event | A person or organization attending the event. Supersedes schema:attendees. |
schema:author
|
schema:CreativeWork | The author of this content. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably. |
schema:awayTeam
|
schema:SportsEvent | The away team in a sports event. |
schema:borrower
|
schema:LendAction | A sub property of participant. The person that borrows the object being lent. |
schema:broker
|
schema:Order or schema:Invoice or schema:Reservation | An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred. Supersedes schema:bookingAgent. |
schema:buyer
|
schema:SellAction | A sub property of participant. The participant/person/organization that bought the object. |
schema:candidate
|
schema:VoteAction | A sub property of object. The candidate subject of this action. |
schema:character
|
schema:CreativeWork | Fictional person connected with a creative work. |
schema:children
|
schema:Person | A child of the person. |
schema:coach
|
schema:SportsTeam | A person that acts in a coaching role for a sports team. |
schema:colleague
|
schema:Person | A colleague of the person. Supersedes schema:colleagues. |
schema:competitor
|
schema:SportsEvent | A competitor in a sports event. |
schema:composer
|
schema:MusicComposition | The person or organization who wrote the composition. |
schema:contributor
|
schema:CreativeWork | A secondary contributor to the CreativeWork. |
schema:copyrightHolder
|
schema:CreativeWork | The party holding the legal copyright to the CreativeWork. |
schema:creator
|
schema:UserComments or schema:CreativeWork | The creator/author of this CreativeWork or UserComments. This is the same as the Author property for CreativeWork. |
schema:creditedTo
|
schema:MusicRelease | The group the release is credited to if different than the byArtist. For example, Red and Blue is credited to "Stefani Germanotta Band", but by Lady Gaga. |
schema:customer
|
schema:Invoice or schema:Order | Party placing the order or paying the invoice. |
schema:director
|
schema:Clip or schema:Episode or schema:TVSeries or schema:VideoObject or schema:RadioSeries or schema:Movie or schema:VideoGameSeries or schema:VideoGame or schema:MovieSeries | A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip. Supersedes schema:directors. |
schema:editor
|
schema:CreativeWork | Specifies the Person who edited the CreativeWork. |
schema:employee
|
schema:Organization | Someone working for this organization. Supersedes schema:employees. |
schema:endorsee
|
schema:EndorseAction | A sub property of participant. The person/organization being supported. |
schema:endorsers
|
schema:Diet | People or organizations that endorse the plan. |
schema:followee
|
schema:FollowAction | A sub property of object. The person or organization being followed. |
schema:follows
|
schema:Person | The most generic uni-directional social relation. |
schema:founder
|
schema:Organization | A person who founded this organization. Supersedes schema:founders. |
schema:homeTeam
|
schema:SportsEvent | The home team in a sports event. |
schema:illustrator
|
schema:Book | The illustrator of the book. |
schema:knows
|
schema:Person | The most generic bi-directional social/work relation. |
schema:landlord
|
schema:RentAction | A sub property of participant. The owner of the real estate property. |
schema:lender
|
schema:BorrowAction | A sub property of participant. The person that lends the object being borrowed. |
schema:loser
|
schema:WinAction | A sub property of participant. The loser of the action. |
schema:lyricist
|
schema:MusicComposition | The person who wrote the words. |
schema:member
|
schema:Organization or schema:ProgramMembership | A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals. Supersedes schema:members. inverse property: schema:memberOf. |
schema:musicBy
|
schema:Clip or schema:Episode or schema:TVSeries or schema:VideoObject or schema:RadioSeries or schema:Movie or schema:VideoGameSeries or schema:VideoGame or schema:MovieSeries | The composer of the soundtrack. |
schema:opponent
|
schema:ExerciseAction | A sub property of participant. The opponent on this action. |
schema:organizer
|
schema:Event | An organizer of an Event. |
schema:parent
|
schema:Person | A parent of this person. Supersedes schema:parents. |
schema:participant
|
schema:Action | Other co-agents that participated in the action indirectly. e.g. John wrote a book with *Steve*. |
schema:performer
|
schema:Event | A performer at the event—for example, a presenter, musician, musical group or actor. Supersedes schema:performers. |
schema:producer
|
schema:CreativeWork | The person or organization who produced the work (e.g. music album, movie, tv/radio series etc.). |
schema:provider
|
schema:Reservation or schema:BusTrip or schema:Service or schema:Flight or schema:ParcelDelivery or schema:CreativeWork or schema:Invoice or schema:TrainTrip | The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller. Supersedes schema:carrier. |
schema:recipient
|
schema:AuthorizeAction or schema:PayAction or schema:DonateAction or schema:ReturnAction or schema:CommunicateAction or schema:GiveAction or schema:SendAction or schema:TipAction | A sub property of participant. The participant who is at the receiving end of the action. |
schema:relatedTo
|
schema:Person | The most generic familial relation. |
schema:reviewedBy
|
schema:WebPage | People or organizations that have reviewed the content on this web page for accuracy and/or completeness. |
schema:seller
|
schema:Flight or schema:Demand or schema:Order or schema:Offer or schema:BuyAction | An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider. Supersedes schema:merchant. |
schema:sender
|
schema:ReceiveAction | A sub property of participant. The participant who is at the sending end of the action. |
schema:sibling
|
schema:Person | A sibling of the person. Supersedes schema:siblings. |
schema:spouse
|
schema:Person | The person's spouse. |
schema:translator
|
schema:CreativeWork | An agent responsible for rendering a translated work from a source work |
schema:underName
|
schema:Reservation or schema:Ticket | The person or organization the reservation or ticket is for. |
schema:winner
|
schema:LoseAction | A sub property of participant. The winner of the action. |
Prefixes used:
Acknowledgements
This class contains derivatives of IPTC rNews properties. rNews is a data model of publishing metadata with serializations currently available for RDFa as well as HTML5 Microdata. More information about the IPTC and rNews can be found at rnews.org.Examples
Jane Doe <img src="janedoe.jpg" alt="Photo of Jane Joe"/> Professor 20341 Whitworth Institute 405 Whitworth Seattle WA 98052 (425) 123-4567 <a href="mailto:jane-doe@xyz.edu">jane-doe@illinois.edu</a> Jane's home page: <a href="http://www.janedoe.com">janedoe.com</a> Graduate students: <a href="http://www.xyz.edu/students/alicejones.html">Alice Jones</a> <a href="http://www.xyz.edu/students/bobsmith.html">Bob Smith</a>
<div itemscope itemtype="http://schema.org/Person">
<span itemprop="name">Jane Doe</span>
<img src="janedoe.jpg" itemprop="image" alt="Photo of Jane Joe"/>
<span itemprop="jobTitle">Professor</span>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">
20341 Whitworth Institute
405 N. Whitworth
</span>
<span itemprop="addressLocality">Seattle</span>,
<span itemprop="addressRegion">WA</span>
<span itemprop="postalCode">98052</span>
</div>
<span itemprop="telephone">(425) 123-4567</span>
<a href="mailto:jane-doe@xyz.edu" itemprop="email">
jane-doe@xyz.edu</a>
Jane's home page:
<a href="http://www.janedoe.com" itemprop="url">janedoe.com</a>
Graduate students:
<a href="http://www.xyz.edu/students/alicejones.html" itemprop="colleague">
Alice Jones</a>
<a href="http://www.xyz.edu/students/bobsmith.html" itemprop="colleague">
Bob Smith</a>
</div>
<div vocab="http://schema.org/" typeof="Person">
<span property="name">Jane Doe</span>
<img src="janedoe.jpg" property="image" alt="Photo of Jane Joe"/>
<span property="jobTitle">Professor</span>
<div property="address" typeof="PostalAddress">
<span property="streetAddress">
20341 Whitworth Institute
405 N. Whitworth
</span>
<span property="addressLocality">Seattle</span>,
<span property="addressRegion">WA</span>
<span property="postalCode">98052</span>
</div>
<span property="telephone">(425) 123-4567</span>
<a href="mailto:jane-doe@xyz.edu" property="email">
jane-doe@xyz.edu</a>
Jane's home page:
<a href="http://www.janedoe.com" property="url">janedoe.com</a>
Graduate students:
<a href="http://www.xyz.edu/students/alicejones.html" property="colleague">
Alice Jones</a>
<a href="http://www.xyz.edu/students/bobsmith.html" property="colleague">
Bob Smith</a>
</div>
<script type="application/ld+json">
{
"@context": "http://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"
}
</script>
<div>
<h2>Shostakovich Leningrad</h2>
<div>
<div>May<span>23</span></div>
<div>8:00 PM</div>
<div>
<strong>Britten, Shostakovich</strong>
</div>
</div>
<div>
<p>Jaap van Zweden conducts two World War II-era pieces showcasing the glorious sound of the CSO.</p>
</div>
<div>
<h3>Program</h3>
<ul>
<li>
<link href="http://en.wikipedia.org/wiki/Peter_Grimes" />
<span><strong>Britten</strong> Four Sea Interludes and Passacaglia from <em>Peter Grimes</em></span>
</li>
<li>
<link href="http://en.wikipedia.org/wiki/Symphony_No._7_(Shostakovich)" />
<span><strong>Shostakovich</strong> Symphony No. 7 <em>(Leningrad)</em></span>
</li>
</ul>
</div>
<div>
<h3>Performers</h3>
<div>
<img src="/examples/cso_c_logo_s.jpg" alt="Chicago Symphony Orchestra" />
<link href="http://cso.org/" />
<link href="http://en.wikipedia.org/wiki/Chicago_Symphony_Orchestra" />
<div>
<a href="examples/Performer?id=4434">Chicago Symphony Orchestra</a>
</div>
</div>
<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>
</div>
</div>
<div itemscope="" itemtype="http://schema.org/MusicEvent">
<div itemprop="location" itemscope="" itemtype="http://schema.org/MusicVenue">
<meta itemprop="name" content="Chicago Symphony Center"/>
<link itemprop="sameAs" href="http://en.wikipedia.org/wiki/Symphony_Center"/>
<meta itemprop="address" content="220 S. Michigan Ave, Chicago, Illinois, USA"/>
</div>
<div itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
<link itemprop="url" href="/examples/ticket/12341234" />
<meta itemprop="price" content="40"/>
<meta itemprop="priceCurrency" content="USD" />
<meta itemprop="availability" href="http://schema.org/InStock"/>
</div>
<h2 itemprop="name">Shostakovich Leningrad</h2>
<div>
<div itemprop="startDate" content="2014-05-23T20:00">May<span>23</span></div>
<div>8:00 PM</div>
<div>
<strong>Britten, Shostakovich</strong>
</div>
</div>
<div>
<p>Jaap van Zweden conducts two World War II-era pieces showcasing the glorious sound of the CSO.</p>
</div>
<div>
<h3>Program</h3>
<ul>
<li itemprop="workPerformed" itemscope="" itemtype="http://schema.org/CreativeWork">
<link itemprop="sameAs" href="http://en.wikipedia.org/wiki/Peter_Grimes" />
<span itemprop="name"><strong>Britten</strong> Four Sea Interludes and Passacaglia from <em itemprop="name">Peter Grimes</em></span>
</li>
<li itemprop="workPerformed" itemscope="" itemtype="http://schema.org/CreativeWork">
<link itemprop="sameAs" href="http://en.wikipedia.org/wiki/Symphony_No._7_(Shostakovich)" />
<span itemprop="name"><strong>Shostakovich</strong> Symphony No. 7 <em>(Leningrad)</em></span>
</li>
</ul>
</div>
<div>
<h3>Performers</h3>
<div itemprop="performer" itemscope="" itemtype="http://schema.org/MusicGroup">
<img src="/examples/cso_c_logo_s.jpg" alt="Chicago Symphony Orchestra" />
<link itemprop="sameAs" href="http://cso.org/" />
<link itemprop="sameAs" href="http://en.wikipedia.org/wiki/Chicago_Symphony_Orchestra" />
<div>
<a href="examples/Performer?id=4434"><span itemprop="name">Chicago Symphony Orchestra</span></a>
</div>
</div>
<div itemprop="performer" itemscope="" itemtype="http://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>
</div>
</div>
<div vocab="http://schema.org/" typeof="MusicEvent">
<div property="location" typeof="MusicVenue">
<meta property="name" content="Chicago Symphony Center"/>
<link property="sameAs" href="http://en.wikipedia.org/wiki/Symphony_Center"/>
<meta property="address" content="220 S. Michigan Ave, Chicago, Illinois, USA"/>
</div>
<div property="offers" typeof="Offer">
<link property="url" href="/examples/ticket/12341234"/>
<meta property="price" content="40"/>
<meta property="priceCurrency" content="USD" />
<meta property="availability" href="http://schema.org/InStock"/>
</div>
<h2 property="name">Shostakovich Leningrad</h2>
<div>
<div property="startDate" content="2014-05-23T20:00">May<span>23</span></div>
<div>8:00 PM</div>
<div>
<strong>Britten, Shostakovich</strong>
</div>
</div>
<div>
<p>Jaap van Zweden conducts two World War II-era pieces showcasing the glorious sound of the CSO.</p>
</div>
<div>
<h3>Program</h3>
<ul>
<li property="workPerformed" typeof="CreativeWork">
<link href="http://en.wikipedia.org/wiki/Peter_Grimes" property="sameAs"/>
<span property="name"><strong>Britten</strong> Four Sea Interludes and Passacaglia from <em property="name">Peter Grimes</em></span>
</li>
<li property="workPerformed" typeof="CreativeWork">
<link href="http://en.wikipedia.org/wiki/Symphony_No._7_(Shostakovich)" property="sameAs"/>
<span property="name"><strong>Shostakovich</strong> Symphony No. 7 <em>(Leningrad)</em></span>
</li>
</ul>
</div>
<div>
<h3>Performers</h3>
<div property="performer" typeof="MusicGroup">
<img src="/examples/cso_c_logo_s.jpg" alt="Chicago Symphony Orchestra"/>
<link href="http://cso.org/" property="sameAs"/>
<link href="http://en.wikipedia.org/wiki/Chicago_Symphony_Orchestra" property="sameAs"/>
<a property="name" href="examples/Performer?id=4434">Chicago Symphony Orchestra</a>
</div>
<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>
</div>
</div>
<script type="application/ld+json">
{
"@context": "http://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": "http://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)"
}
]
}
</script>
A JSON example of an OrganizationRole, showing information about a 'member' of a 'SportsTeam', including time qualfiers (when he began and ended that role).
<div itemscope itemtype="http://schema.org/SportsTeam">
<span itemprop="name">San Francisco 49ers</span>
<div itemprop="member" itemscope
itemtype="http://schema.org/OrganizationRole">
<div itemprop="member" itemscope
itemtype="http://schema.org/Person">
<span itemprop="name">Joe Montana</span>
</div>
<span itemprop="startDate">1979</span>
<span itemprop="endDate">1992</span>
<span itemprop="roleName">Quarterback</span>
</div>
<div vocab="http://schema.org/" typeof="SportsTeam">
<span property="name">San Francisco 49ers</span>
<div property="member" typeof="OrganizationRole">
<div property="member" typeof="http://schema.org/Person">
<span property="name">Joe Montana</span>
</div>
<span property="startDate">1979</span>
<span property="endDate">1992</span>
<span property="roleName">Quarterback</span>
</div>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "SportsTeam",
"name": "San Francisco 49ers",
"member": {
"@type": "OrganizationRole",
"member": {
"@type": "Person",
"name": "Joe Montana"
},
"startDate": "1979",
"endDate": "1992",
"roleName": "Quarterback"
}
}
</script>
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
<div itemscope itemtype="http://schema.org/Invoice">
<h1 itemprop="description">January 2015 Visa</h1>
<link itemprop="url" href="http://acmebank.com/invoice.pdf" />Invoice PDF
<div itemprop="broker" itemscope itemtype="http://schema.org/BankOrCreditUnion">
<b itemprop="name">ACME Bank</b>
</div>
<span itemprop="accountId">xxxx-xxxx-xxxx-1234</span>
<div itemprop="customer" itemscope itemtype="http://schema.org/Person">
<b itemprop="name">Jane Doe</b>
</div>
<span itemprop="paymentDue">2015-01-30</span>
<div itemprop="minimumPaymentDue" itemscope itemtype="http://schema.org/PriceSpecification">
<span itemprop="price">15.00</span>
<span itemprop="priceCurrency">USD</span>
</div>
<div itemprop="totalPaymentDue" itemscope itemtype="http://schema.org/PriceSpecification">
<span itemprop="price">200.00</span>
<span itemprop="priceCurrency">USD</span>
</div>
<meta itemprop="billingPeriod" content="2014-12-21/P30D" />starts:2014-12-21 30 days
<span itemprop="paymentStatus">payment due</span>
</div>
<div vocab="http://schema.org" typeof="Invoice">
<h1 property="description">January 2015 Visa</h1>
<link property="url" href="http://acmebank.com/invoice.pdf" />Invoice PDF
<div property="broker" itemscope typeof="http://schema.org/BankOrCreditUnion">
<b property="name">ACME Bank</b>
</div>
<span property="accountId">xxxx-xxxx-xxxx-1234</span>
<div property="customer" typeof="http://schema.org/Person">
<b property="name">Jane Doe</b>
</div>
<span property="paymentDue">2015-01-30</span>
<div property="minimumPaymentDue" typeof="http://schema.org/PriceSpecification">
<span property="price">15.00</span>
<span property="priceCurrency">USD</span>
</div>
<div property="totalPaymentDue" typeof="http://schema.org/PriceSpecification">
<span property="price">200.00</span>
<span property="priceCurrency">USD</span>
</div>
<meta property="billingPeriod" content="2014-12-21/P30D" />starts:2014-12-21 30 days
<span property="paymentStatus">payment due</span>
</div>
<script type="application/ld+json">
{
"@context": "http://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"
},
"paymentDue": "2015-01-30",
"minimumPaymentDue": {
"@type": "PriceSpecification",
"price": 15.00,
"priceCurrency": "USD"
},
"totalPaymentDue": {
"@type": "PriceSpecification",
"price": 200.00,
"priceCurrency": "USD"
},
"billingPeriod": "2014-12-21/P30D",
"paymentStatus": "payment due"
}
</script>
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
<div itemscope itemtype="http://schema.org/Invoice">
<h1 itemprop="description">New furnace and installation</h1>
<div itemprop="broker" itemscope itemtype="http://schema.org/LocalBusiness">
<b itemprop="name">ACME Home Heating</b>
</div>
<div itemprop="customer" itemscope itemtype="http://schema.org/Person">
<b itemprop="name">Jane Doe</b>
</div>
<span itemprop="paymentDue">2015-01-30</span>
<div itemprop="minimumPaymentDue" itemscope itemtype="http://schema.org/PriceSpecification">
<span itemprop="price">0.00</span>
<span itemprop="priceCurrency">USD</span>
</div>
<div itemprop="totalPaymentDue" itemscope itemtype="http://schema.org/PriceSpecification">
<span itemprop="price">0.00</span>
<span itemprop="priceCurrency">USD</span>
</div>
<span itemprop="paymentStatus">paid</span>
<div itemprop="referencesOrder" itemscope itemtype="http://schema.org/Order">
<span itemprop="description">furnace</span>
<span itemprop="orderDate">2014-12-01</span>
<span itemprop="orderNumber">123ABC</span>
<div itemprop="orderedItem" itemscope itemtype="http://schema.org/Product">
<span itemprop="name">ACME Furnace 3000</span>
<meta itemprop="productId" content="ABC123" />
</div>
</div>
<div itemprop="referencesOrder" itemscope itemtype="http://schema.org/Order">
<span itemprop="description">furnace installation</span>
<span itemprop="orderDate">2014-12-02</span>
<div itemprop="orderedItem" itemscope itemtype="http://schema.org/Service">
<span itemprop="description">furnace installation</span>
</div>
</div>
</div>
<div vocab="http://schema.org" typeof="Invoice">
<h1 property="description">New furnace and installation</h1>
<div property="broker" itemscope typeof="http://schema.org/LocalBusiness">
<b property="name">ACME Home Heating</b>
</div>
<div property="customer" typeof="http://schema.org/Person">
<b property="name">Jane Doe</b>
</div>
<span property="paymentDue">2015-01-30</span>
<div property="minimumPaymentDue" typeof="http://schema.org/PriceSpecification">
<span property="price">0.00</span>
<span property="priceCurrency">USD</span>
</div>
<div property="totalPaymentDue" typeof="http://schema.org/PriceSpecification">
<span property="price">0.00</span>
<span property="priceCurrency">USD</span>
</div>
<meta property="billingPeriod" content="2014-12-21/P30D" />starts:2014-12-21 30 days
<span property="paymentStatus">paid</span>
<div property="referencesOrder" typeof="Order">
<span property="description">furnace</span>
<span property="orderDate">2014-12-01</span>
<span property="orderNumber">123ABC</span>
<div property="orderedItem" typeof="Product">
<span property="name">ACME Furnace 3000</span>
<meta property="productId" content="ABC123" />
</div>
</div>
<div property="referencesOrder" typeof="Order">
<span property="description">furnace installation</span>
<span property="orderDate">2014-12-02</span>
<div property="orderedItem" typeof="Service">
<span property="description">furnace installation</span>
</div>
</div>
</div>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Invoice",
"broker": {
"@type": "LocalBusiness",
"name": "ACME Home Heating",
},
"accountId": "xxxx-xxxx-xxxx-1234",
"customer": {
"@type": "Person",
"name": "Jane Doe"
},
"paymentDue": "2015-01-30",
"minimumPaymentDue": {
"@type": "PriceSpecification",
"price": 0.00,
"priceCurrency": "USD"
},
"totalPaymentDue": {
"@type": "PriceSpecification",
"price": 0.00,
"priceCurrency": "USD"
},
"paymentStatus": "paid",
"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"
}
},
]
}
</script>
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.
Not available yet.
Not available yet.
<script type="application/ld+json">
{
"@context": "http://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",
"inLanguage": "EN",
"publisher": {
"@type": "Organization",
"name": "Northern Songs, Ltd.",
"@id": "http://musicbrainz.org/label/26df054d-78cf-4d83-9bb1-a41816125528"
},
"datePublished": "1967"
}
</script>
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://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>
<div itemscope itemtype="http://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://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="http://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="http://schema.org/Distance">940 mm</span> ×
<span itemprop="height" itemscope itemtype="http://schema.org/Distance">635 mm</span>
</li>
<li>Materials:
<span itemprop="material">oil</span> on <span itemprop="surface">canvas</span>
</li>
</ul>
</div>
<div vocab="http://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://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="material">oil</span> on <span property="surface">canvas</span>
</li>
</ul>
</div>
<script type="application/ld+json">
{
"@context": "http://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"
}
],
"material": "oil",
"surface": "canvas"
}
</script>
BiblioGraph.net Version 1.1
Schema.org Version 1.93
Code Version 1.1