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_joel-plaskett",
  "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": "The performance of Joel Plaskett Emergency with Mo Kenney scheduled for May 14, 2020, was rescheduled to Thursday, October 23, 2020, and Wednesday, September 29th, 2021 has been postponed to Saturday, September 24th, 2022 at 7:30 PM.  Please make note of the year, 2022. Your tickets (if not already refunded) dated May 14, Oct 23 or Sept 29 are valid and will be honoured on the new date. ",
  "mainEntityOfPage": {
    "id": "https://www.kingstongrand.ca/events/joel-plaskett#WebPage",
    "type": "WebPage",
    "inLanguage": "en",
    "schema:url": "https://www.kingstongrand.ca/events/joel-plaskett",
    "lastReviewed": "2022-09-22T19:10:25.618-04:00"
  },
  "name": "Joel Plaskett Emergency with Mo Kenney | Kingston Grand Theatre",
  "schema:url": "https://www.kingstongrand.ca/events/joel-plaskett",
  "startDate": "2022-09-24T19:30:00-04:00",
  "eventStatus": "http://schema.org/EventRescheduled",
  "eventAttendanceMode": "http://schema.org/OfflineEventAttendanceMode",
  "image": {
    "type": "ImageObject",
    "url": "https://www.kingstongrand.ca/sites/kingstongrand.ca/files/img/event/hero/JP_ADMAT_NEW2.jpg"
  }
}
</script>