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-3930",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-193",
    "type": [
      "Place",
      "PerformingArtsTheater"
    ],
    "sameAs": [
      "https://twitter.com/imperialtheatre",
      "https://www.facebook.com/ImperialTheatre/",
      "https://en.wikipedia.org/wiki/Imperial_Theatre,_Saint_John",
      "http://www.wikidata.org/entity/Q3527482",
      "https://www.historicplaces.ca/en/rep-reg/place-lieu.aspx?id=4217&pid=0",
      "https://www.instagram.com/imperialtheatre/",
      "https://fr.wikipedia.org/wiki/Th%C3%A9%C3%A2tre_Imp%C3%A9rial_(Saint-Jean,_Nouveau-Brunswick)"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-193#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Saint John",
      "addressRegion": "NB",
      "postalCode": "E2L 5B8",
      "streetAddress": "12 King Square South"
    },
    "name": "Imperial Theatre",
    "url": "https://imperialtheatre.ca/"
  },
  "name": "Saint John Theatre Company: Lend Me a Tenor - SATURDAY MATINEE - Imperial Theatre",
  "startDate": "2025-03-22T14:00:00-04:00"
}
</script>