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-1476",
  "type": "EventSeries",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-226",
    "type": [
      "Place",
      "PerformingArtsTheater"
    ],
    "sameAs": [
      "http://www.wikidata.org/entity/Q60031025",
      "http://scenepro.ca#Venue254"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-226#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Laval",
      "addressRegion": "QC",
      "postalCode": "H7N 5W1",
      "streetAddress": "1395, boul de la Concorde O"
    },
    "name": "Théâtre des Muses"
  },
  "name": "Chapeau, la mer | Théâtre | 3 ans et +",
  "subEvent": [
    {
      "id": "http://kg.footlight.io/resource/co-motion-ca_chapeau-la-mer-theatre-3-ans-et#2024-05-12T110000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/co-motion-ca_chapeau-la-mer-theatre-3-ans-et#2024-05-12T140000-0400"
    }
  ],
  "endDate": "2024-05-12T14:00:00-04:00",
  "startDate": "2024-05-12T11:00:00-04:00"
}
</script>