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-2485",
  "type": "EventSeries",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-819",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/f596f859-dcce-48c0-87cf-64db9570e851",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-819#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J8T 7Z5",
      "streetAddress": "181 Rue de Lausanne"
    },
    "name": "Parc Laflèche"
  },
  "name": "Cube culturel: Soccer Culture ",
  "subEvent": [
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44247#2024-08-01T120000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44247#2024-08-17T120000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44247#2024-08-08T120000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44247#2024-07-18T120000-0400"
    }
  ],
  "endDate": "2024-08-17T12:00:00-04:00",
  "startDate": "2024-07-18T12:00:00-04:00"
}
</script>