Skip to content

Instantly share code, notes, and snippets.

Created May 20, 2014 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/cf7e24f6378b176aa010 to your computer and use it in GitHub Desktop.
Save anonymous/cf7e24f6378b176aa010 to your computer and use it in GitHub Desktop.
[
{
"@context" : "http://schema.org",
"@type" : "WebPage",
"url": "http://example.com/somepage/",
"about":
{
"@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+"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment