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-2494",
  "type": "EventSeries",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-392",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/4acc8361-2d2f-4229-ac7e-affff284f98c",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-392#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J9A",
      "streetAddress": "361 Bd de Lucerne"
    },
    "name": "Parc Moussette"
  },
  "name": "Danse en ligne",
  "subEvent": [
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44227#2024-07-08T180000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44227#2024-07-22T180000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44227#2024-07-15T180000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44227#2024-08-05T180000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44227#2024-08-26T180000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44227#2024-08-19T180000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44227#2024-08-12T180000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44227#2024-07-29T180000-0400"
    }
  ],
  "endDate": "2024-08-26T18:00:00-04:00",
  "startDate": "2024-07-08T18:00:00-04:00"
}
</script>