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-590",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-317",
    "type": "Place",
    "sameAs": [
      "http://caligram.com/place/6602",
      "https://www.laval.ca/d824c85c-6647-435f-8cea-4a786bcbb867"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-317#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Laval",
      "addressRegion": "QC",
      "postalCode": "H7H 1H9",
      "streetAddress": "100, rue Saint-Saëns Ouest"
    },
    "name": "Parc des Saules (Auteuil)"
  },
  "name": "Théâtre à ciel ouvert : Iris en été au Parc des Saules ",
  "endDate": "2024-08-08T00:00:00-04:00",
  "startDate": "2024-08-07T23:00:00-04:00"
}
</script>