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/K23-2536",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-739",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/a2f5dcee-506f-496b-8b14-39e23ed7b909",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-739#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Trois-Rivières",
      "addressRegion": "QC",
      "postalCode": "G8T 2V8",
      "streetAddress": "150 Rue Fusey"
    },
    "name": "Parc des Chenaux"
  },
  "name": "Hors les murs – Quimera par Flamenco Si",
  "startDate": "2024-07-21T15:00:00-04:00"
}
</script>