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-850",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-234",
    "type": "Place",
    "sameAs": [
      "http://caligram.com/place/1106",
      "https://www.laval.ca/6f9829c4-7499-4341-84d3-c9c2e1cf749a"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-234#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Laval",
      "addressRegion": "QC",
      "postalCode": "H7E 2T7",
      "streetAddress": "901, avenue du Parc"
    },
    "name": "Centre de la nature de Laval"
  },
  "description": "<p>En continu, de 11&#160;h à 16&#160;h, le Centre de la nature vous propose un atelier d'initiation horticole d'une durée d'environ 30&#160;minutes sous le thème de l'Halloween.<br></p>",
  "name": "Halloween : atelier d'initiation horticole",
  "url": "https://www.laval.ca/Pages/Fr/Calendrier/halloween-cdn-atelier-horticole.aspx",
  "endDate": "2024-10-27T20:00:00-04:00",
  "startDate": "2024-10-27T15:00:00-04:00",
  "image": {
    "type": "ImageObject",
    "url": "https://www.laval.ca/centredelanature/PublishingImages/Pages/Fr/halloween/atelier-horticole-335x215.jpg"
  }
}
</script>