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-3987",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-193",
    "type": "Place",
    "sameAs": [
      "http://www.wikidata.org/entity/Q3527482",
      "http://musicbrainz.org/place/2ae3f4fd-ed18-4233-8c91-64651ac205cb"
    ],
    "address": [
      {
        "type": "PostalAddress",
        "addressCountry": "CA",
        "addressLocality": "Saint-Jean",
        "addressRegion": "NB",
        "postalCode": "E2L 5B8",
        "streetAddress": "12 King Square South"
      },
      {
        "type": "PostalAddress",
        "addressCountry": "CA",
        "addressLocality": "Saint John",
        "addressRegion": "NB",
        "postalCode": "E2L 5B8",
        "streetAddress": "12 King Square South"
      }
    ],
    "name": "Irving Oil Auditorium - Imperial Theatre",
    "url": "https://scenesfrancophones.ca/node/4101"
  },
  "name": "The Lightfoot Band - Imperial Theatre",
  "startDate": "2024-10-06T19:30:00-04:00"
}
</script>