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-9500",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-178",
    "type": [
      "Place",
      "PerformingArtsTheater"
    ],
    "sameAs": "http://www.wikidata.org/entity/Q111730760",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-178#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Vancouver",
      "addressRegion": "BC",
      "postalCode": "V5L 2H6",
      "streetAddress": "1895 Venables Street"
    },
    "name": "The Cultch - Historic Theatre"
  },
  "description": "<p>Wolf Cull is a transformative, Indigenous thriller. Part of Warrior Festival 2027. APR 01–11, at The Cultch Historic Theatre.</p>",
  "image": {
    "type": "ImageObject",
    "url": "https://thecultch.com/wp-content/uploads/2026/04/wolfcull.jpg"
  },
  "name": "Wolf Cull",
  "organizer": {
    "id": "http://kg.artsdata.ca/resource/K10-138",
    "type": "Organization",
    "sameAs": "http://www.wikidata.org/entity/Q111743977",
    "name": "The Cultch",
    "url": "https://thecultch.com/"
  },
  "url": "https://thecultch.com/event/wolf-cull/",
  "endDate": "2027-04-02T21:00:00-07:00",
  "startDate": "2027-04-02T19:30:00-07:00",
  "eventStatus": "http://schema.org/EventScheduled",
  "eventAttendanceMode": "http://schema.org/OfflineEventAttendanceMode"
}
</script>