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-3066",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-682",
    "type": "Place",
    "sameAs": "http://api.footlight.io/places/663cbd370796c300645f0bfd",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-682#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Saint-Mathieu-du-Parc",
      "addressRegion": "QC",
      "postalCode": "G0X 1N0",
      "streetAddress": "2001, Chemin St-François"
    },
    "name": "Amphithéâtre - Parc récréoforestier"
  },
  "name": "Les soeurs Boulay - Échapper à la nuit – Deuxième acte : tournée duo",
  "startDate": "2024-09-27T20:45:00-04:00"
}
</script>