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-795",
  "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>À chaque 30 minutes, le Centre de la nature vous propose un atelier d'initiation horticole sous le thème de l'Halloween. Réservation requise sur les lieux de l'activité.<br><br></p>",
  "name": "Halloween : atelier d'initiation horticole",
  "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-atelier-horticole.aspx",
  "endDate": "2024-10-20T20:00:00-04:00",
  "startDate": "2024-10-20T15:00:00-04:00",
  "image": {
    "type": "ImageObject",
    "url": "https://www.laval.ca/centredelanature/PublishingImages/Pages/Fr/halloween/atelier-horticole-335x215.jpg"
  }
}
</script>