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-529",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-329",
    "type": "Place",
    "sameAs": "http://caligram.com/place/6584",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-329#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Laval",
      "addressRegion": "QC",
      "postalCode": "H7T 2C5",
      "streetAddress": "2245, rue Légaré"
    },
    "name": "Parc Légaré (Chomedey)"
  },
  "name": "Spectacle de cirque - La crinoline aux chapeaux au parc Légaré",
  "endDate": "2024-08-15T23:35:00-04:00",
  "startDate": "2024-08-15T23:00:00-04:00"
}
</script>