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-3914",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-193",
    "type": "Place",
    "sameAs": "http://musicbrainz.org/place/2ae3f4fd-ed18-4233-8c91-64651ac205cb",
    "address": {
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Saint John",
      "addressRegion": "NB",
      "postalCode": "E2L 5B8",
      "streetAddress": "12 King Square South"
    },
    "name": "Imperial Theatre",
    "url": "https://scenesfrancophones.ca/node/4101"
  },
  "name": "Saint John Theatre Company: Dial M for Murder - THURSDAY SHOW - Imperial Theatre",
  "startDate": "2025-05-22T19:30:00-04:00"
}
</script>