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-3086",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-465",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/b2cfa18d-80ce-4543-aa13-1b136509ae44",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-465#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "La Tuque",
      "addressRegion": "QC",
      "postalCode": "G9X 3B4",
      "streetAddress": "725 Bd Ducharme"
    },
    "name": "Espace Carole-Guérin"
  },
  "name": "La route du rire",
  "organizer": {
    "id": "http://kg.artsdata.ca/resource/K5-604",
    "type": "Organization",
    "sameAs": "http://kg.footlight.io/resource/8f2832ea-6d6d-4839-abb9-834a6aa6ff5b",
    "name": "Complexe culturel Félix-Leclerc",
    "url": "https://www.complexeculturelfelixleclerc.com/"
  },
  "startDate": "2024-09-26T20:00:00-04:00"
}
</script>