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-2502",
  "type": "EventSeries",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-408",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/34604c7d-65e0-4e6c-9062-5f55db8330a4",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-408#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J8L 2H2",
      "streetAddress": "575 Ave. de Buckingham"
    },
    "name": "Parc Maclaren"
  },
  "name": "Jam de tam-tam",
  "subEvent": [
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44520#2024-07-25T190000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44520#2024-07-11T190000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44520#2024-07-04T190000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44520#2024-07-18T190000-0400"
    }
  ],
  "endDate": "2024-07-25T19:00:00-04:00",
  "startDate": "2024-07-04T19:00:00-04:00"
}
</script>