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-300",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-211",
    "type": [
      "Place",
      "PerformingArtsTheater"
    ],
    "sameAs": [
      "http://www.wikidata.org/entity/Q16675360",
      "http://scenepro.ca#Venue194",
      "https://fr.wikipedia.org/wiki/Salle_Andr%C3%A9-Mathieu"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-211#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Laval",
      "addressRegion": "QC",
      "postalCode": "H7N 5H9",
      "streetAddress": "475 Boulevard de l'Avenir"
    },
    "name": "Salle André-Mathieu",
    "url": "https://www.co-motion.ca/nos-salles-de-spectacles/salle-andre-mathieu/"
  },
  "name": "Danse - Minuit quelque part",
  "organizer": {
    "id": "http://kg.artsdata.ca/resource/K16-116",
    "type": "Organization",
    "sameAs": "http://www.wikidata.org/entity/Q124463790",
    "name": "Ville de Laval",
    "url": "https://www.laval.ca"
  },
  "endDate": "2025-04-03T00:40:00-04:00",
  "startDate": "2025-04-03T00:00:00-04:00"
}
</script>