JSON-LD Schema.org

JSON-LD utilisant le @context de Schema.org. Il peut être copié-collé dans des pages Web HTML.

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "id": "http://kg.artsdata.ca/resource/K43-381",
  "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"
  },
  "name": "Théâtre à ciel ouvert - Nico l’inoubliable -nouvelle création ",
  "endDate": "2024-07-14T18:30:00-04:00",
  "startDate": "2024-07-14T17:30:00-04:00"
}
</script>