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-2910",
  "type": "EventSeries",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-22",
    "type": [
      "Place",
      "PerformingArtsTheater"
    ],
    "sameAs": [
      "http://scenepro.ca#Venue100",
      "http://www.wikidata.org/entity/Q42986539"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-22#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Montréal",
      "addressRegion": "QC",
      "postalCode": "H2X 1Y9",
      "streetAddress": "175 rue Saint-Catherine Ouest"
    },
    "name": "Place des Arts - Cinquième Salle"
  },
  "name": "Lionel et Mary Cinquième Salle",
  "subEvent": [
    {
      "id": "http://kg.footlight.io/resource/placedesarts-com_lionel-et-mary#2024-11-17T110000-0500"
    },
    {
      "id": "http://kg.footlight.io/resource/placedesarts-com_lionel-et-mary#2024-11-17T140000-0500"
    }
  ],
  "endDate": "2024-11-17T14:00:00-05:00",
  "startDate": "2024-11-17T11:00:00-05:00"
}
</script>