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-255",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-146",
    "type": "Place",
    "sameAs": [
      "https://www.laval.ca/lieux/Pages/Fr/centre-communautaire-raymond-fortin.aspx#Place",
      "https://www.laval.ca/20fbb844-faba-487d-83ec-46a04ddb47a3"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-146#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Laval",
      "addressRegion": "QC",
      "postalCode": "H7S 1J7",
      "streetAddress": "1885, avenue Dumouchel"
    },
    "name": "Centre communautaire Raymond-Fortin"
  },
  "name": "La planète musique d'Artimus | Petits Bonheurs Laval",
  "startDate": "2023-05-13T11:00:00-04:00"
}
</script>