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-879",
  "type": "EventSeries",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-402",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/990eed9d-b39a-4fb6-aeb5-a14474b27aa5",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-402#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J9J 0G5",
      "streetAddress": "255 Rue de Bruxelles"
    },
    "name": "Bibliothèque Donalda-Charron"
  },
  "name": "Ma place au parc Central",
  "subEvent": [
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_43827#2023-08-10T203000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_43827#2023-08-24T203000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_43827#2023-07-27T203000-0400"
    }
  ],
  "endDate": "2023-08-24T20:30:00-04:00",
  "startDate": "2023-07-27T20:30:00-04:00"
}
</script>