Place
schema:Thing > schema:Place
Entities that have a somewhat fixed, physical extension.
| Property | Expected Type | Description |
|---|---|---|
| Properties from schema:Place | ||
schema:address
|
schema:PostalAddress | Physical address of the item. |
schema:aggregateRating
|
schema:AggregateRating | The overall rating, based on a collection of reviews or ratings, of the item. |
schema:containedIn
|
schema:Place | The basic containment relation between places. |
schema:event
|
schema:Event | Upcoming or past event associated with this place, organization, or action. Supersedes schema:events. |
schema:faxNumber
|
schema:Text | The fax number. |
schema:geo
|
schema:GeoShape or schema:GeoCoordinates | The geo coordinates of the place. |
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:hasMap
|
schema:URL or schema:Map | A URL to a map of the place. Supersedes schema:map, schema:maps. |
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:logo
|
schema:ImageObject or schema:URL | An associated logo. |
schema:openingHoursSpecification
|
schema:OpeningHoursSpecification | The opening hours of a certain place. |
schema:photo
|
schema:ImageObject or schema:Photograph | A photograph of this place. Supersedes schema:photos. |
schema:review
|
schema:Review | A review of the item. Supersedes schema:reviews. |
schema:telephone
|
schema:Text | The telephone number. |
| 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:Place may appear as values for the following properties
| Property | On Types | Description |
|---|---|---|
schema:area
|
schema:BroadcastService | The area within which users can expect to reach the broadcast service. |
schema:availableAtOrFrom
|
schema:Demand or schema:Offer | The place(s) from which the offer can be obtained (e.g. store locations). |
schema:birthPlace
|
schema:Person | The place where the person was born. |
schema:containedIn
|
schema:Place | The basic containment relation between places. |
schema:contentLocation
|
schema:CreativeWork | The location of the content. |
schema:course
|
schema:ExerciseAction | A sub property of location. The course where this action was taken. |
schema:deathPlace
|
schema:Person | The place where the person died. |
schema:dropoffLocation
|
schema:RentalCarReservation | Where a rental car can be dropped off. |
schema:foodEstablishment
|
schema:CookAction | A sub property of location. The specific food establishment where the action occurred. |
schema:foundingLocation
|
schema:Organization | The place where the Organization was founded. |
schema:fromLocation
|
schema:TransferAction or schema:ExerciseAction or schema:MoveAction | A sub property of location. The original location of the object or the agent before the action. |
schema:gameLocation
|
schema:Game | Real or fictional location of the game (or part of game). |
schema:hasPOS
|
schema:Organization or schema:Person | Points-of-Sales operated by the organization or person. |
schema:homeLocation
|
schema:Person | A contact location for a person's residence. |
schema:ineligibleRegion
|
schema:Offer | The place(s) from which the offer cannot be obtained (e.g. a region where the transaction is not allowed). |
schema:jobLocation
|
schema:JobPosting | A (typically single) geographic location associated with the job position. |
schema:location
|
schema:Organization or schema:Action or schema:Event | The location of the event, organization or action. |
schema:pickupLocation
|
schema:TaxiReservation or schema:RentalCarReservation | Where a taxi will pick up a passenger or a rental car can be picked up. |
schema:regionsAllowed
|
schema:MediaObject | The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in ISO 3166 format. |
schema:serviceLocation
|
schema:ServiceChannel | The location (e.g. civic structure, local business, etc.) where a person can go to access the service. |
schema:spatial
|
schema:Dataset | The range of spatial applicability of a dataset, e.g. for a dataset of New York weather, the state of New York. |
schema:toLocation
|
schema:InsertAction or schema:ExerciseAction or schema:TransferAction or schema:MoveAction | A sub property of location. The final location of the object or the agent after the action. |
schema:workLocation
|
schema:Person | A contact location for a person's place of work. |
More specific Types
Prefixes used:
Examples
<h1>Beachwalk Beachwear & Giftware</h1> A superb collection of fine gifts and clothing to accent your stay in Mexico Beach. 3102 Highway 98 Mexico Beach, FL Phone: 850-648-4200
<div itemscope itemtype="http://schema.org/LocalBusiness">
<h1><span itemprop="name">Beachwalk Beachwear & Giftware</span></h1>
<span itemprop="description"> A superb collection of fine gifts and clothing
to accent your stay in Mexico Beach.</span>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">3102 Highway 98</span>
<span itemprop="addressLocality">Mexico Beach</span>,
<span itemprop="addressRegion">FL</span>
</div>
Phone: <span itemprop="telephone">850-648-4200</span>
</div>
<div vocab="http://schema.org/" typeof="LocalBusiness">
<h1><span property="name">Beachwalk Beachwear & Giftware</span></h1>
<span property="description"> A superb collection of fine gifts and clothing
to accent your stay in Mexico Beach.</span>
<div property="address" typeof="PostalAddress">
<span property="streetAddress">3102 Highway 98</span>
<span property="addressLocality">Mexico Beach</span>,
<span property="addressRegion">FL</span>
</div>
Phone: <span property="telephone">850-648-4200</span>
</div>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "LocalBusiness",
"address": {
"@type": "PostalAddress",
"addressLocality": "Mexico Beach",
"addressRegion": "FL",
"streetAddress": "3102 Highway 98"
},
"description": "A superb collection of fine gifts and clothing to accent your stay in Mexico Beach.",
"name": "Beachwalk Beachwear & Giftware",
"telephone": "850-648-4200"
}
</script>
<h1>What is the latitude and longitude of the Empire State Building?</h1> Answer: Latitude: 40 deg 44 min 54.36 sec N Longitude: 73 deg 59 min 8.5 sec W
<div itemscope itemtype="http://schema.org/Place">
<h1>What is the latitude and longitude of the <span itemprop="name">Empire State Building</span>?</h1>
Answer:
<div itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates">
Latitude: 40 deg 44 min 54.36 sec N
Longitude: 73 deg 59 min 8.5 dec W
<meta itemprop="latitude" content="40.75" />
<meta itemprop="longitude" content="73.98" />
</div>
</div>
<div vocab="http://schema.org/" typeof="Place">
<h1>What is the latitude and longitude of the <span property="name">Empire State Building</span>?</h1>
Answer:
<div property="geo" typeof="GeoCoordinates">
Latitude: 40 deg 44 min 54.36 sec N
Longitude: 73 deg 59 min 8.5 dec W
<meta property="latitude" content="40.75" />
<meta property="longitude" content="73.98" />
</div>
</div>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Place",
"geo": {
"@type": "GeoCoordinates",
"latitude": "40.75",
"longitude": "73.98"
},
"name": "Empire State Building"
}
</script>
<a href="nba-miami-philidelphia-game3.html"> NBA Eastern Conference First Round Playoff Tickets: Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1) </a> Thu, 04/21/16 8:00 p.m. <a href="wells-fargo-center.html"> Wells Fargo Center </a> Philadelphia, PA Priced from: $35 1938 tickets left
<div itemscope itemtype="http://schema.org/Event">
<a itemprop="url" href="nba-miami-philidelphia-game3.html">
NBA Eastern Conference First Round Playoff Tickets:
<span itemprop="name"> Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1) </span>
</a>
<meta itemprop="startDate" content="2016-04-21T20:00">
Thu, 04/21/16
8:00 p.m.
<div itemprop="location" itemscope itemtype="http://schema.org/Place">
<a itemprop="url" href="wells-fargo-center.html">
Wells Fargo Center
</a>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="addressLocality">Philadelphia</span>,
<span itemprop="addressRegion">PA</span>
</div>
</div>
<div itemprop="offers" itemscope itemtype="http://schema.org/AggregateOffer">
Priced from: <span itemprop="lowPrice">$35</span>
<span itemprop="offerCount">1938</span> tickets left
</div>
</div>
<div vocab="http://schema.org/" typeof="Event">
<a property="url" href="nba-miami-philidelphia-game3.html">
NBA Eastern Conference First Round Playoff Tickets:
<span property="name"> Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1) </span>
</a>
<meta property="startDate" content="2016-04-21T20:00">
Thu, 04/21/16
8:00 p.m.
<div property="location" typeof="Place">
<a property="url" href="wells-fargo-center.html">
Wells Fargo Center
</a>
<div property="address" typeof="PostalAddress">
<span property="addressLocality">Philadelphia</span>,
<span property="addressRegion">PA</span>
</div>
</div>
<div property="offers" typeof="AggregateOffer">
Priced from: <span property="lowPrice">$35</span>
<span property="offerCount">1938</span> tickets left
</div>
</div>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"name": "Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1)",
"location": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Philadelphia",
"addressRegion": "PA"
},
"url": "wells-fargo-center.html"
},
"offers": {
"@type": "AggregateOffer",
"lowPrice": "$35",
"offerCount": "1938"
},
"startDate": "2016-04-21T20:00",
"url": "nba-miami-philidelphia-game3.html"
}
</script>
Springfield Town Hall Hours: Mon-Fri 9am - 5:30pm Sat 9am - 12pm Closed Sun
<div itemscope itemtype="http://schema.org/CivicStructure"> <span itemprop="name">Springfield Town Hall</span> Hours: <meta itemprop="openingHours" content="Mo-Fr 09:00-17:30">Mon-Fri 9am - 5:30pm <meta itemprop="openingHours" content="Sa 09:00-12:00">Sat 9am - 12pm Closed Sun </div>
<div vocab="http://schema.org/" typeof="CivicStructure"> <span property="name">Springfield Town Hall</span> Hours: <meta property="openingHours" content="Mo-Fr 09:00-17:30">Mon-Fri 9am - 5:30pm <meta property="openingHours" content="Sa 09:00-12:00">Sat 9am - 12pm Closed Sun </div>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "CivicStructure",
"name": "Springfield Town Hall",
"openingHours": [
"Mo-Fr 09:00-17:30",
"Sa 09:00-12:00"
]
}
</script>
<div class="event-wrapper">
<div class="event-date">Sat Sep 14</div>
<div class="event-title">Typhoon with Radiation City</div>
<div class="event-venue">
The Hi-Dive
<div class="address">
7 S. Broadway<br>
Denver, CO 80209
</div>
</div>
<div class="event-time">9:30 PM</div>
<div class="event-price">$13.00</div>
<a href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</div>
<div class="event-wrapper" itemscope itemtype="http://schema.org/Event">
<div class="event-date" itemprop="startDate" content="2013-09-14T21:30">Sat Sep 14</div>
<div class="event-title" itemprop="name">Typhoon with Radiation City</div>
<div class="event-venue" itemprop="location" itemscope itemtype="http://schema.org/Place">
<span itemprop="name">The Hi-Dive</span>
<div class="address" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">7 S. Broadway</span><br>
<span itemprop="addressLocality">Denver</span>,
<span itemprop="addressRegion">CO</span>
<span itemprop="postalCode">80209</span>
</div>
</div>
<div class="event-time">9:30 PM</div>
<span itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<div class="event-price" itemprop="price" content="13.00">$13.00</div>
<span itemprop="priceCurrency" content="USD" />
<a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
<div vocab="http://schema.org/" class="event-wrapper" typeof="Event">
<div class="event-date" property="startDate" content="2013-09-14T21:30">Sat Sep 14</div>
<div class="event-title" property="name">Typhoon with Radiation City</div>
<div class="event-venue" property="location" typeof="Place">
<span property="name">The Hi-Dive</span>
<div class="address" property="address" typeof="PostalAddress">
<span property="streetAddress">7 S. Broadway</span><br>
<span property="addressLocality">Denver</span>,
<span property="addressRegion">CO</span>
<span property="postalCode">80209</span>
</div>
</div>
<div class="event-time">9:30 PM</div>
<span property="offers" typeof="Offer">
<div class="event-price" property="price" content="13.00">$13.00</div>
<span property="priceCurrency" content="USD" />
<a property="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"location": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Denver",
"addressRegion": "CO",
"postalCode": "80209",
"streetAddress": "7 S. Broadway"
},
"name": "The Hi-Dive"
},
"name": "Typhoon with Radiation City",
"offers": {
"@type": "Offer",
"price": "13.00",
"priceCurrency": "USD",
"url": "http://www.ticketfly.com/purchase/309433"
},
"startDate": "Sat Sep 14"
}
</script>
<div class="event-wrapper">
<div class="event-date">Sat Sep 14</div>
<div class="event-title">Typhoon with Radiation City</div>
<div class="event-title">CANCELLED - Typhoon with Radiation City</div>
<div class="event-venue">
The Hi-Dive
<div class="address">
7 S. Broadway<br>
Denver, CO 80209
</div>
</div>
<div class="event-time">9:30 PM</div>
<div class="event-price">$13.00</div>
<a href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</div>
<div class="event-wrapper" itemscope itemtype="http://schema.org/Event">
<div class="event-date" itemprop="startDate" content="2013-09-14T21:30">Sat Sep 14</div>
<div class="event-title" itemprop="name">CANCELLED - Typhoon with Radiation City</div>
<meta itemprop="eventStatus" content="http://schema.org/EventCancelled">
<div class="event-venue" itemprop="location" itemscope itemtype="http://schema.org/Place">
<span itemprop="name">The Hi-Dive</span>
<div class="address" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">7 S. Broadway</span><br>
<span itemprop="addressLocality">Denver</span>,
<span itemprop="addressRegion">CO</span>
<span itemprop="postalCode">80209</span>
</div>
</div>
<div class="event-time">9:30 PM</div>
<span itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<div class="event-price" itemprop="price" content="13.00">$13.00</div>
<span itemprop="priceCurrency" content="USD" />
<a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
<div vocab="http://schema.org/" class="event-wrapper" typeof="Event">
<div class="event-date" property="startDate" content="2013-09-14T21:30">Sat Sep 14</div>
<div class="event-title" property="name">CANCELLED - Typhoon with Radiation City</div>
<meta property="eventStatus" content="http://schema.org/EventCancelled">
<div class="event-venue" property="location" typeof="Place">
<span property="name">The Hi-Dive</span>
<div class="address" property="address" typeof="PostalAddress">
<span property="streetAddress">7 S. Broadway</span><br>
<span property="addressLocality">Denver</span>,
<span property="addressRegion">CO</span>
<span property="postalCode">80209</span>
</div>
</div>
<div class="event-time">9:30 PM</div>
<span property="offers" typeof="Offer">
<div class="event-price" property="price">$13.00</div>
<a property="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"eventStatus": "http://schema.org/EventCancelled",
"location": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Denver",
"addressRegion": "CO",
"postalCode": "80209",
"streetAddress": "7 S. Broadway"
},
"name": "The Hi-Dive"
},
"name": "CANCELLED - Typhoon with Radiation City",
"offers": {
"@type": "Offer",
"price": "13.00",
"priceCurrency": "USD",
"url": "http://www.ticketfly.com/purchase/309433"
},
"startDate": "Sat Sep 14"
}
</script>
<div class="event-wrapper">
<div class="event-date">Sat Oct 12</div>
<div><span>(previously scheduled for Sept 14th)</span></div>
<div class="event-title">Typhoon with Radiation City</div>
<div class="event-venue">
The Hi-Dive
<div class="address">
7 S. Broadway<br>
Denver, CO 80209
</div>
</div>
<div class="event-time">10:00 PM</div>
<span>
<div class="event-price">$13.00</div>
<a href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
<div class="event-wrapper">
<div class="event-date" itemprop="startDate" content="2013-10-12T22:00">Sat Oct 12</div>
<div class="event-title" itemprop="name">Typhoon with Radiation City</div>
<meta itemprop="eventStatus" content="http://schema.org/EventRescheduled">
<span itemprop="previousStartDate" content="2013-09-14T21:30">(previously scheduled for Sept 14th)</span>
<div class="event-venue" itemprop="location" itemscope itemtype="http://schema.org/Place">
<span itemprop="name">The Hi-Dive</span>
<div class="address" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">7 S. Broadway</span><br>
<span itemprop="addressLocality">Denver</span>,
<span itemprop="addressRegion">CO</span>
<span itemprop="postalCode">80209</span>
</div>
</div>
<div class="event-time">10:00 PM</div>
<span itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<div class="event-price" itemprop="price" content="13.00">$13.00</div>
<span itemprop="priceCurrency" content="USD" />
<a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
<div vocab="http://schema.org/" class="event-wrapper">
<div class="event-date" property="startDate" content="2013-10-12T22:00">Sat Oct 12</div>
<div class="event-title" property="name">Typhoon with Radiation City</div>
<meta property="eventStatus" content="http://schema.org/EventRescheduled">
<span property="previousStartDate" content="2013-09-14T21:30">(previously scheduled for Sept 14th)</span>
<div class="event-venue" property="location" typeof="Place">
<span property="name">The Hi-Dive</span>
<div class="address" property="address" typeof="PostalAddress">
<span property="streetAddress">7 S. Broadway</span><br>
<span property="addressLocality">Denver</span>,
<span property="addressRegion">CO</span>
<span property="postalCode">80209</span>
</div>
</div>
<div class="event-time">10:00 PM</div>
<span property="offers" typeof="Offer">
<div class="event-price" property="price" content="13.00">$13.00</div>
<span property="priceCurrency" content="USD" />
<a property="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@graph": [
{
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Denver",
"addressRegion": "CO",
"postalCode": "80209",
"streetAddress": "7 S. Broadway"
},
"name": "The Hi-Dive"
},
{
"@type": "Offer",
"price": "13.00",
"priceCurrency": "USD",
"url": "http://www.ticketfly.com/purchase/309433"
}
]
}
</script>
<div class="event-wrapper">
<div class="event-date">Sat Sep 14</div>
<div class="event-title">SOLD OUT! Typhoon with Radiation City</div>
<div class="event-venue">
The Hi-Dive
<div class="address">
7 S. Broadway<br>
Denver, CO 80209
</div>
</div>
<div class="event-time">10:00 PM</div>
<span>
<div class="event-price">$13.00</div>
<a href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
<div class="event-wrapper" itemscope itemtype="http://schema.org/Event">
<div class="event-date" itemprop="startDate" content="2013-09-14T21:30">Sat Sep 14</div>
<div class="event-title" itemprop="name">SOLD OUT! Typhoon with Radiation City</div>
<div class="event-venue" itemprop="location" itemscope itemtype="http://schema.org/Place">
<span itemprop="name">The Hi-Dive</span>
<div class="address" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">7 S. Broadway</span><br>
<span itemprop="addressLocality">Denver</span>,
<span itemprop="addressRegion">CO</span>
<span itemprop="postalCode">80209</span>
</div>
</div>
<div class="event-time">9:30 PM</div>
<span itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<meta itemprop="availability" content="http://schema.org/SoldOut">
<div class="event-price" itemprop="price" content="13.00">$13.00</div>
<span itemprop="priceCurrency" content="USD" />
<a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
<div vocab="http://schema.org/" class="event-wrapper" typeof="Event">
<div class="event-date" property="startDate" content="2013-09-14T21:30">Sat Sep 14</div>
<div class="event-title" property="name">SOLD OUT! Typhoon with Radiation City</div>
<div class="event-venue" property="location" typeof="Place">
<span property="name">The Hi-Dive</span>
<div class="address" property="address" typeof="PostalAddress">
<span property="streetAddress">7 S. Broadway</span><br>
<span property="addressLocality">Denver</span>,
<span property="addressRegion">CO</span>
<span property="postalCode">80209</span>
</div>
</div>
<div class="event-time">9:30 PM</div>
<span property="offers" typeof="Offer">
<meta property="availability" content="http://schema.org/SoldOut">
<div class="event-price" property="price" content="13.00">$13.00</div>
<span property="priceCurrency" content="USD" />
<a property="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"location": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Denver",
"addressRegion": "CO",
"postalCode": "80209",
"streetAddress": "7 S. Broadway"
},
"name": "The Hi-Dive"
},
"name": "SOLD OUT! Typhoon with Radiation City",
"offers": {
"@type": "Offer",
"availability": "http://schema.org/SoldOut",
"price": "13.00",
"priceCurrency": "USD",
"url": "http://www.ticketfly.com/purchase/309433"
},
"startDate": "Sat Sep 14"
}
</script>
JSON-LD description of a scheduled Event with limited ticket availability and performer details indicated using sameAs.
This example is JSON only.
This example is JSON only.
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Event",
"name" : "Typhoon with Radiation City",
"startDate" : "2013-09-14T21:30",
"location" : {
"@type" : "Place",
"sameAs" : "http://www.hi-dive.com",
"name" : "The Hi-Dive",
"address" : {
"@type" : "PostalAddress",
"streetAddress" : "7 S. Broadway",
"addressLocality" : "Denver",
"addressRegion" : "CO",
"postalCode" : "80209" }
},
"performer" : [
{ "@type" : "MusicGroup",
"name" : "Typhoon",
"sameAs" : "http://en.wikipedia.org/wiki/Typhoon_(American_band)" },
{ "@type" : "MusicGroup",
"name" : "RadiationCity",
"sameAs" : "http://en.wikipedia.org/wiki/Radiation_City" }],
"offers" : {
"@type" : "Offer",
"availability" : "http://schema.org/LimitedAvailability",
"price" : "$13.00",
"url" : "http://www.ticketfly.com/purchase/309433" },
"typicalAgeRange" : "18+"
}
</script>
An example snippet of JSON-LD describing two B.B. King concerts.
This example is JSON-only.
This example is JSON-only.
<script type="application/ld+json">
[{
"@context" : "http://schema.org",
"@type" : "MusicEvent",
"name" : "B.B. King",
"startDate" : "2014-04-12T19:30",
"location" : {
"@type" : "Place",
"name" : "Lupo's Heartbreak Hotel",
"address" : "79 Washington St., Providence, RI"
},
"offers" : {
"@type" : "Offer",
"url" : "https://www.etix.com/ticket/1771656"
}
},
{
"@context" : "http://schema.org",
"@type" : "MusicEvent",
"name" : "B.B. King",
"startDate" : "2014-04-13T20:00",
"location" : {
"@type" : "Place",
"name" : "Lynn Auditorium",
"address" : "Lynn, MA, 01901"
},
"offers" : {
"@type" : "Offer",
"url" : "http://frontgatetickets.com/venue.php?id=11766"
}
}]
</script>
An example of a more fully specified MusicEvent, including a tour image, full venue address, multiple performers, and multiple ticket classes.
This example is JSON-only.
This example is JSON-only.
<script type="application/ld+json">
[{
"@context" : "http://schema.org",
"@type" : "MusicEvent",
"name" : "B.B. King with Jonathon \"Boogie\" Long",
"image" : "http://www.bbking.com/gallery/b-b-king-live.jpg",
"url" : "http://www.bbking.com/events/apr12-providence.html",
"startDate" : "2014-04-12T19:30",
"doorTime" : "18:30",
"endDate" : "2014-04-12T22:00",
"location" : {
"@type" : "Place",
"name" : "Lupo's Heartbreak Hotel",
"sameAs" : "http://lupos.com/",
"address" : {
"@type" : "PostalAddress",
"streetAddress" : "79 Washington St.",
"addressLocality" : "Providence",
"addressRegion" : "RI",
"postalCode" : "02903",
"addressCountry" : "US"
}
},
"offers" : [ {
"@type" : "Offer",
"name" : "General Admission",
"price" : "$63.25",
"availability" : "SoldOut",
"url" : "http://www.ticketmaster.com/event/17004C29"
},{
"@type" : "Offer",
"name" : "VIP Experience",
"url" : "http://www.example.com/Abcde12345",
"price" : "$299.00",
"validFrom" : "2014-02-05T10:00",
"validThrough" : "2014-03-19T23:59"
} ],
"performer" : [ {
"@type" : "MusicGroup",
"name" : "B.B. King",
"sameAs" : "http://en.wikipedia.org/wiki/B.B._King"
},{
"@type" : "MusicGroup",
"name" : "Jonathon \"Boogie\" Long",
"sameAs" : "http://jonathonboogielong.com/"
} ],
"eventStatus" : "EventRescheduled",
"previousStartDate" : "2013-09-30T19:30",
"typicalAgeRange" : "18+"
}]
</script>
Top 5 covers of Bob Dylan Songs by John Doe 5. If Not for You -- George Harrison 4. The Times They Are A-Changin' -- Tracy Chapman 3. It Ain't Me, Babe -- Johnny Cash and June Carter Cash 2. Don't Think Twice, It's Alright -- Waylon Jennings 1. All Along the Watchtower -- Jimi Hendrix
<div itemtype="http://schema.org/ItemList http://schema.org/CreativeWork">
<h1 itemprop="name">Top 5 covers of Bob Dylan Songs</h1>
<div itemprop="author" itemscope itemtype="http://schema.org/Person">
<span itemprop="name" content="John Doe">by John Doe</span>
</div>
<div itemprop="about" itemscope itemtype="http://schema.org/MusicRecording">
<div itemprop="byArtist" itemscope itemtype="http://schema.org/Person">
<meta itemprop="name" content="Bob Dylan" />
</div>
</div>
<meta itemprop="itemListOrder" content="http://schema.org/ItemListOrderAscending" />
<meta itemprop="numberOfItems" content="5" />
<div itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<span itemprop="position">5</span>
<div itemprop="item" itemscope itemtype="http://schema.org/MusicRecording">
<span itemprop="name">If Not For You</span>
<div itemprop="byArtist" itemscope itemtype="http://schema.org/Person">
<span itemprop="name">George Harrison</span>
</div>
</div>
</div>
<div itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<span itemprop="position">4</span>
<div itemprop="item" itemscope itemtype="http://schema.org/MusicRecording">
<span itemprop="name">The Times They Are A-Changin'</span>
<div itemprop="byArtist" itemscope itemtype="http://schema.org/Person">
<span itemprop="name">Tracy Chapman</span>
</div>
</div>
</div>
<div itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<span itemprop="position">3</span>
<div itemprop="item" itemscope itemtype="http://schema.org/MusicRecording">
<span itemprop="name">It Ain't Me Babe</span>
<div itemprop="byArtist" itemscope itemtype="http://schema.org/Person">
<span itemprop="name">Johnny Cash</span>
</div>
<div itemprop="byArtist" itemscope itemtype="http://schema.org/Person">
<span itemprop="name">June Carter Cash</span>
</div>
</div>
</div>
<div itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<span itemprop="position">2</span>
<div itemprop="item" itemscope itemtype="http://schema.org/MusicRecording">
<span itemprop="name">Don't Think Twice It's Alright</span>
<div itemprop="byArtist" itemscope itemtype="http://schema.org/Person">
<span itemprop="name">Waylon Jennings</span>
</div>
</div>
</div>
<div itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<span itemprop="position">1</span>
<div itemprop="item" itemscope itemtype="http://schema.org/MusicRecording">
<span itemprop="name">All Along the Watchtower</span>
<div itemprop="byArtist" itemscope itemtype="http://schema.org/Person">
<span itemprop="name">Jimi Hendrix</span>
</div>
</div>
</div>
</div>
<div vocab="http://schema.org/" typeof="ItemList CreativeWOrk">
<h1 property="name">Top 5 covers of Bob Dylan Songs</h1>
<div property="author" typeof="Person">
<span property="name" content="John Doe">by John Doe</span>
</div>
<div property="about" typeof="MusicRecording">
<div property="byArtist" typeof="Person">
<meta property="name" content="Bob Dylan" />
</div>
</div>
<meta property="itemListOrder" content="http://schema.org/ItemListOrderAscending" />
<meta property="numberOfItems" content="5" />
<div property="itemListElement" typeof="ListItem">
<span property="position">5</span>
<div property="item" typeof="MusicRecording">
<span property="name">If Not For You</span>
<div property="byArtist" typeof="Person">
<span property="name">George Harrison</span>
</div>
</div>
</div>
<div property="itemListElement" typeof="ListItem">
<span property="position">4</span>
<div property="item" typeof="MusicRecording">
<span property="name">The Times They Are A-Changin'</span>
<div property="byArtist" typeof="Person">
<span property="name">Tracy Chapman</span>
</div>
</div>
</div>
<div property="itemListElement" typeof="ListItem">
<span property="position">3</span>
<div property="item" typeof="MusicRecording">
<span property="name">It Ain't Me Babe</span>
<div property="byArtist" typeof="Person">
<span property="name">Johnny Cash</span>
</div>
<div property="byArtist" typeof="Person">
<span property="name">June Carter Cash</span>
</div>
</div>
</div>
<div property="itemListElement" typeof="ListItem">
<span property="position">2</span>
<div property="item" typeof="MusicRecording">
<span property="name">Don't Think Twice It's Alright</span>
<div property="byArtist" typeof="Person">
<span property="name">Waylon Jennings</span>
</div>
</div>
</div>
<div property="itemListElement" typeof="ListItem">
<span property="position">1</span>
<div property="item" typeof="MusicRecording">
<span property="name">All Along the Watchtower</span>
<div property="byArtist" typeof="Person">
<span property="name">Jimi Hendrix</span>
</div>
</div>
</div>
</div>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": ["ItemList", "CreativeWork"],
"name": "Top 5 covers of Bob Dylan Songs",
"author": "John Doe",
"about: {
"@type": "MusicRecording",
"byArtist": {
"@type": "Person",
"name": "Bob Dylan"
}
},
"itemListOrder": "http://schema.org/ItemListOrderAscending",
"numberOfItems: 5,
itemListElement: [
{
"@type": "ListItem",
"position": 5,
"item": {
"@type": "MusicRecording",
"name": "If Not For You",
"byArtist": {
"@type": "Person",
"name": "George Harrison"
}
}
},
{
"@type": "ListItem",
"position": 4,
"item": {
"@type": "MusicRecording",
"name": "The Times They Are A-Changin'",
"byArtist": {
"@type": "Person",
"name": "Tracy Chapman"
}
}
},
{
"@type": "ListItem",
"position": 3,
"item": {
"@type": "MusicRecording",
"name": "It Ain't Me Babe",
"byArtist": [
{
"@type": "Person",
"name": "Johnny Cash"
},
{
"@type": "Person",
"name": "June Carter Cash"
}
]
}
},
{
"@type": "ListItem",
"position": 2,
"item": {
"@type": "MusicRecording",
"name": "Don't Think Twice It's Alright",
"byArtist": {
"@type": "Person",
"name": "Waylon Jennings"
}
}
},
{
"@type": "ListItem",
"position": 1,
"item": {
"@type": "MusicRecording",
"name": "All Along the Watchtower",
"byArtist": {
"@type": "Person",
"name": "Jimi Hendrix"
}
}
}
]
}
</script>
BiblioGraph.net Version 1.1
Schema.org Version 1.93
Code Version 1.1