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-4240",
  "type": "Event",
  "sameAs": "http://kg.footlight.io/resource/placedesarts-com_hamilton#2025-08-19T193000-0400",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-75",
    "type": [
      "Place",
      "PerformingArtsTheater"
    ],
    "sameAs": [
      "http://scenepro.ca#Venue205",
      "http://www.wikidata.org/entity/Q3469896",
      "https://en.wikipedia.org/wiki/Salle_Wilfrid-Pelletier",
      "https://fr.wikipedia.org/wiki/Salle_Wilfrid-Pelletier"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-75#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": [
        "Montreal",
        "Montréal"
      ],
      "addressRegion": "QC",
      "postalCode": "H2X 1Y9",
      "streetAddress": [
        "175 rue Saint-Catherine Ouest",
        "260, boul. Maisonneuve Ouest"
      ]
    },
    "name": "Place des Arts - Salle Wilfrid-Pelletier"
  },
  "name": "Hamilton Salle Wilfrid-Pelletier",
  "startDate": "2025-08-19T19:30:00-04:00"
}
</script>