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-2939",
  "type": "EventSeries",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-11",
    "type": [
      "Place",
      "PerformingArtsTheater"
    ],
    "sameAs": [
      "http://scenepro.ca#Venue101",
      "http://www.wikidata.org/entity/Q3527509",
      "https://en.wikipedia.org/wiki/Th%C3%A9%C3%A2tre_Maisonneuve",
      "https://fr.wikipedia.org/wiki/Th%C3%A9%C3%A2tre_Maisonneuve"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-11#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Montreal",
      "addressRegion": "QC",
      "postalCode": "H2X 1Y9",
      "streetAddress": "175 rue Saint-Catherine Ouest"
    },
    "name": "Place des Arts - Théâtre Maisonneuve"
  },
  "name": "Michel - L'expérience comique Théâtre Maisonneuve",
  "subEvent": [
    {
      "id": "http://kg.footlight.io/resource/placedesarts-com_michel-lexperience-comique#2024-10-25T200000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/placedesarts-com_michel-lexperience-comique#2024-10-24T200000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/placedesarts-com_michel-lexperience-comique#2024-10-26T140000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/placedesarts-com_michel-lexperience-comique#2024-10-26T200000-0400"
    }
  ],
  "endDate": "2024-10-26T20:00:00-04:00",
  "startDate": "2024-10-24T20:00:00-04:00"
}
</script>