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-1468",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K4-10",
    "type": "Place",
    "sameAs": "https://www.laval.ca/lieux/Pages/Fr/centre-communautaire-saint-louis-de-montfort.aspx#Place",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K4-10#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Laval",
      "addressRegion": "QC",
      "postalCode": "H7G 4W3",
      "streetAddress": "25 Rue St Louis"
    },
    "name": "Centres Communautaires St-Louis-de-Monfort"
  },
  "name": "Nez en l’air et cheveux au vent | Musique | 3-5 ans",
  "startDate": "2024-05-05T10:00:00-04:00"
}
</script>