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-2441",
  "type": "EventSeries",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K2-197",
    "type": "Place",
    "sameAs": [
      "http://scenepro.ca#Venue196",
      "http://www.wikidata.org/entity/Q107015498"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K2-197#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J8T 8H9",
      "streetAddress": "855, boulevard de la Gappe"
    },
    "name": "Salle Odyssée"
  },
  "name": "Le dîner de cons",
  "subEvent": [
    {
      "id": "http://kg.footlight.io/resource/maisondelaculture-ca_theatre-hors-serie-le-diner-de-cons#2025-06-06T200000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/maisondelaculture-ca_theatre-hors-serie-le-diner-de-cons#2025-06-07T200000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/maisondelaculture-ca_theatre-hors-serie-le-diner-de-cons#2025-06-08T150000-0400"
    }
  ],
  "endDate": "2025-06-08T15:00:00-04:00",
  "startDate": "2025-06-06T20:00:00-04:00"
}
</script>