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-2478",
  "type": "EventSeries",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-422",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/44ea64f5-9513-45ce-8a95-11dfabb7bae8",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-422#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J9H 4W8",
      "streetAddress": "9 Rue Front"
    },
    "name": "Parc de l'Imaginaire"
  },
  "name": "Rendez-vous interculturels : nortNsur ",
  "subEvent": [
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44466#2024-07-25T193000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44466#2024-08-07T193000-0400"
    }
  ],
  "endDate": "2024-08-07T19:30:00-04:00",
  "startDate": "2024-07-25T19:30:00-04:00"
}
</script>