Skip to content

Instantly share code, notes, and snippets.

@lenada
Created November 19, 2016 16:56
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 lenada/e01ab257bfe354eac03a115bdd8ad782 to your computer and use it in GitHub Desktop.
Save lenada/e01ab257bfe354eac03a115bdd8ad782 to your computer and use it in GitHub Desktop.
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment