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-1779",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-211",
    "type": "Place",
    "sameAs": "http://www.wikidata.org/entity/Q16675360",
    "address": {
      "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": "Le Matou – La comédie musicale",
  "startDate": "2025-03-08T19:30:00-05:00"
}
</script>