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-2474",
  "type": "EventSeries",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-415",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/c0057ffd-37e8-4ddc-a0d2-f99cc90f3ea8",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-415#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J8T 2W3",
      "streetAddress": "804 Rue Jacques-Cartier"
    },
    "name": "Quai des Artistes"
  },
  "name": "Rendez-vous interculturels : Banda Sabrosa",
  "subEvent": [
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44422#2024-08-23T193000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44422#2024-07-31T193000-0400"
    }
  ],
  "endDate": "2024-08-23T19:30:00-04:00",
  "startDate": "2024-07-31T19:30:00-04:00"
}
</script>