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-2505",
  "type": "EventSeries",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-814",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/8d68ba0c-961b-4668-aced-d10e210f450f",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-814#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J8M 1B9",
      "streetAddress": "46 Rue des Servantes"
    },
    "name": "Parc des Servantes"
  },
  "name": "Soirée musicale: Dude le chansonnier",
  "subEvent": [
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44396#2024-07-25T190000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44396#2024-07-24T190000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44396#2024-07-10T190000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44396#2024-07-17T190000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44396#2024-07-03T190000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44396#2024-07-31T190000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44396#2024-08-07T190000-0400"
    }
  ],
  "endDate": "2024-08-07T19:00:00-04:00",
  "startDate": "2024-07-03T19:00:00-04:00"
}
</script>