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/K43-3438",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-17",
    "type": [
      "Place",
      "PerformingArtsTheater"
    ],
    "sameAs": [
      "http://scenepro.ca#Venue135",
      "http://www.wikidata.org/entity/Q111668873"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-17#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Ottawa",
      "addressRegion": "ON",
      "postalCode": "K1P 5W1",
      "streetAddress": "1 Elgin Street"
    },
    "name": "National Arts Centre - Fourth Stage"
  },
  "description": "<p>A Wild Night of Chamber Music.</p>",
  "image": {
    "type": "ImageObject",
    "url": "https://naccnaca-eventimages.s3.amazonaws.com/38381/8789_nac_wolfgang29_peach__large.jpg"
  },
  "name": "WolfGANG Sessions #29: A Wild Night of Chamber Music",
  "organizer": [
    {
      "id": "http://kg.artsdata.ca/resource/K10-103",
      "type": "Organization",
      "sameAs": [
        "http://www.wikidata.org/entity/Q2748745",
        "https://fr.wikipedia.org/wiki/Orchestre_du_Centre_national_des_arts",
        "https://en.wikipedia.org/wiki/National_Arts_Centre_Orchestra",
        "https://twitter.com/NACOrchCNA",
        "https://www.facebook.com/NACOrchCNA",
        "https://isni.org/isni/0000000119549077",
        "http://musicbrainz.org/artist/b5027d8c-e4b8-4943-aab6-3eeb9592d605"
      ],
      "name": "National Arts Centre Orchestra",
      "url": [
        "https://www.nac-cna.ca",
        "https://nac-cna.ca/fr/orchestra"
      ]
    },
    {
      "id": "http://kg.artsdata.ca/resource/K14-29",
      "type": "Organization",
      "sameAs": [
        "http://www.wikidata.org/entity/Q2945952",
        "https://isni.org/isni/0000000121544232"
      ],
      "name": "National Arts Centre",
      "url": [
        "https://nac-cna.ca/en/",
        "https://nac-cna.ca/fr/"
      ]
    }
  ],
  "schema:url": "https://nac-cna.ca/en/event/38381",
  "endDate": "2026-06-20T23:00:00-04:00",
  "startDate": "2026-06-20T21:00:00-04:00",
  "eventStatus": "http://schema.org/EventScheduled",
  "eventAttendanceMode": "http://schema.org/OfflineEventAttendanceMode"
}
</script>