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/K43-2833",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K2-5487",
    "type": "Place",
    "sameAs": [
      "http://www.wikidata.org/entity/Q112957869",
      "https://en.wikipedia.org/wiki/Port_Theatre"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K2-5487#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Nanaimo",
      "addressRegion": "BC",
      "postalCode": "V9R 6Z4",
      "streetAddress": "125 Front Street"
    },
    "name": "Port Theatre"
  },
  "description": "<p>CONDUCTOR: Cosette Justo Valdés GUEST ARTISTS: Titlope Sonuga, Wakefield Brewster; poets Prepare for an unforgettable season finale concert filled with poetry and passion. Featuring special guests, renowned Nigerian poet Titilope Sonuga and</p>",
  "name": "Romeo &amp; Juliet",
  "organizer": {
    "id": "http://kg.artsdata.ca/resource/K14-116",
    "type": "Organization",
    "sameAs": "http://www.wikidata.org/entity/Q113488561",
    "name": "Port Theatre"
  },
  "url": "https://www.porttheatre.com/events/romeo-juliet-2026/",
  "endDate": "2026-04-25T21:30:00-07:00",
  "startDate": "2026-04-25T19:30:00-07:00",
  "eventStatus": "http://schema.org/EventScheduled",
  "eventAttendanceMode": "http://schema.org/OfflineEventAttendanceMode"
}
</script>