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_we-walk-the-line",
  "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": "We Walk The Line – A Tribute to Johnny Cash previously scheduled for May 30, 2020, September 25, 2020, and September 30, 2021, is now rescheduled to Saturday, September 17, 2022, at 7:30 PM.  Please make special note of the year – 2022. Your ticket(s) for any previous date are valid and will be honoured on this newest date.   There are no refunds for this performance.",
  "mainEntityOfPage": {
    "id": "https://www.kingstongrand.ca/events/we-walk-the-line#WebPage",
    "type": "WebPage",
    "inLanguage": "en",
    "schema:url": "https://www.kingstongrand.ca/events/we-walk-the-line",
    "lastReviewed": "2022-09-16T19:10:49.740-04:00"
  },
  "name": "We Walk The Line - Tribute to Johnny Cash | Kingston Grand Theatre",
  "schema:url": "https://www.kingstongrand.ca/events/we-walk-the-line",
  "startDate": "2022-09-17T19: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/WeWalkTheLine%20Horizontal.jpg"
  }
}
</script>