JSON-LD Schema.org

JSON-LD using Schema.org @context. It can be copy/pasted into HTML Webpages.

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "id": "http://kg.artsdata.ca/resource/K23-2731",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-62",
    "type": "Place",
    "sameAs": [
      "http://www.wikidata.org/entity/Q7757458",
      "http://musicbrainz.org/place/65dd58b5-f0ba-45d5-a32e-f188a86f851e"
    ],
    "address": {
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Fredericton",
      "addressRegion": "NB",
      "postalCode": "E3B 1C2",
      "streetAddress": "686 Queen St."
    },
    "name": "Fredericton Playhouse",
    "url": "https://theplayhouse.ca/en/our-theatre"
  },
  "name": "Rock of Ages | Fredericton Playhouse",
  "organizer": {
    "id": "http://kg.artsdata.ca/resource/K14-51",
    "type": "Organization",
    "sameAs": "http://www.wikidata.org/entity/Q104412772",
    "name": "Fredericton Playhouse"
  },
  "startDate": "2024-11-09T14:00:00-04:00"
}
</script>