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-784",
  "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>Profitez de votre passage au Centre de la nature pour découvrir la Bibliomobile et le Studio.<br></p>",
  "name": [
    "Halloween : Bibliomobile et le Studio ",
    "Halloween : Bibliomobile et le Studio"
  ],
  "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"
  },
  "url": "https://www.laval.ca/Pages/Fr/Calendrier/halloween-cdn-bibliomobile.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/fetedelafamille/PublishingImages/Pages/Fr/zone-petits-genies/fdf-bibliomobile-335x215.jpg"
  }
}
</script>