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/musiconmain-ca_doubt-is-a-way-of-knowing",
  "type": "Event",
  "location": {
    "id": "http://kg.footlight.io/resource/5533a133-9e5c-46d9-b6b7-ea4bfba2fda8",
    "type": "Place",
    "sameAs": "https://maps.google.com/?q=181+Roundhouse+Mews,+Vancouver,+BC+V6Z+2W3,+Canada&ftid=0x548673d739fc2a21:0xcb99ea6660d5b60d",
    "address": {
      "id": "http://kg.footlight.io/resource/5533a133-9e5c-46d9-b6b7-ea4bfba2fda8#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "Canada",
      "addressLocality": "Vancouver",
      "addressRegion": "BC",
      "postalCode": "V6Z 2W3",
      "streetAddress": "181 Roundhouse Mews"
    },
    "name": "The Roundhouse"
  },
  "mainEntityOfPage": {
    "id": "https://www.musiconmain.ca/event/doubt-is-a-way-of-knowing/#WebPage",
    "type": "WebPage",
    "inLanguage": "en",
    "schema:url": "https://www.musiconmain.ca/event/doubt-is-a-way-of-knowing/",
    "lastReviewed": "2022-11-28T14:10:27.169-05:00"
  },
  "name": "Doubt is a Way of Knowing - Music on Main",
  "schema:url": "https://www.musiconmain.ca/event/doubt-is-a-way-of-knowing/",
  "endDate": "2021-11-08",
  "startDate": "2021-11-08",
  "eventStatus": "http://schema.org/EventScheduled"
}
</script>