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-3053",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-30",
    "type": [
      "Place",
      "PerformingArtsTheater"
    ],
    "sameAs": [
      "http://scenepro.ca#Venue208",
      "http://www.wikidata.org/entity/Q98271286"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-30#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Montreal",
      "addressRegion": "QC",
      "postalCode": "H2X 1Y9",
      "streetAddress": "175 rue Saint-Catherine Ouest"
    },
    "name": "Place des Arts - Salle Claude-Léveillée"
  },
  "name": "C’est l’heure du rire | Richardson Zéphir Salle Claude-Léveillée",
  "endDate": "2024-07-21",
  "startDate": "2024-07-21T19:00:00-04:00"
}
</script>