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-2918",
  "type": "EventSeries",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-27",
    "type": [
      "Place",
      "PerformingArtsTheater"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-27#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Montreal",
      "addressRegion": "QC",
      "postalCode": "H2X 1Y9",
      "streetAddress": "175 rue Saint-Catherine Ouest"
    },
    "name": "Place des Arts - Espace culturel Georges-Émile-Lapalme"
  },
  "name": "Micro ouvert autochtone 2024 Espace culturel Georges-Émile-Lapalme",
  "subEvent": [
    {
      "id": "http://kg.footlight.io/resource/placedesarts-com_micro-ouvert-autochtone#2024-11-09"
    },
    {
      "id": "http://kg.footlight.io/resource/placedesarts-com_micro-ouvert-autochtone#2024-11-10"
    }
  ],
  "endDate": "2024-11-10",
  "startDate": "2024-11-09"
}
</script>