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-2466",
  "type": "EventSeries",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-417",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/c2403611-1ce3-4c22-8d19-cd9e146ee4be",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-417#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J9H 6J2",
      "streetAddress": "15 Rue Raoul-Roy"
    },
    "name": "Parc des Cèdres"
  },
  "name": "Cube culturel au parc des Cèdres",
  "subEvent": [
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44573#2024-08-16T120000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44573#2024-08-15T120000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44573#2024-08-14T120000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44573#2024-08-17T120000-0400"
    }
  ],
  "endDate": "2024-08-17T12:00:00-04:00",
  "startDate": "2024-08-14T12:00:00-04:00"
}
</script>