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/kingstongrand-ca_motown-soul-0",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-76",
    "type": [
      "Place",
      "CivicStructure"
    ],
    "sameAs": [
      "http://www.wikidata.org/entity/Q7737500",
      "https://en.wikipedia.org/wiki/The_Grand_Theatre_(Kingston,_Ontario)"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-76#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Kingston",
      "addressRegion": "ON",
      "postalCode": "K7L 1B2",
      "streetAddress": "218 Princess St"
    },
    "name": "Kingston Grand Theatre",
    "url": "https://www.kingstongrand.ca"
  },
  "description": "Get Ready! Canada's newest R & B hit show is back! Motown Soul is a live concert experience celebrating some of the biggest names in music such as Diana Ross and The Supremes, The Temptations, Jackie Wilson, Marvin Gaye and soulful favourites such as Aretha Franklin and James Brown.",
  "mainEntityOfPage": {
    "id": "https://www.kingstongrand.ca/events/motown-soul-0#WebPage",
    "type": "WebPage",
    "inLanguage": "en",
    "schema:url": "https://www.kingstongrand.ca/events/motown-soul-0",
    "lastReviewed": "2022-11-15T18:10:29.527-05:00"
  },
  "name": "Motown Soul | Kingston Grand Theatre",
  "schema:url": "https://www.kingstongrand.ca/events/motown-soul-0",
  "startDate": "2022-11-17T19:00:00-05:00",
  "eventStatus": "http://schema.org/EventScheduled",
  "eventAttendanceMode": "http://schema.org/OfflineEventAttendanceMode",
  "image": {
    "type": "ImageObject",
    "url": "https://www.kingstongrand.ca/sites/kingstongrand.ca/files/img/event/hero/Motown%201080%20x%201920%20pixels%20Kingston.jpg"
  }
}
</script>