@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://kg.artsdata.ca/resource/K43-9500> a schema:Event;
  schema:additionalType <http://kg.artsdata.ca/resource/TheatrePerformance>,
    <https://thecultch.com/event/wolf-cull/PerformingArtsEvent>;
  schema:description "<p>Wolf Cull is a transformative, Indigenous thriller. Part of Warrior Festival 2027. APR 01–11, at The Cultch Historic Theatre.</p>"@en;
  schema:disambiguatingDescription "The Cultch - Historic Theatre - 2027-04-02T19:30:00-07:00"@en,
    "The Cultch - Historic Theatre - 2027-04-02T19:30:00-07:00"@fr;
  schema:endDate "2027-04-02T21:00:00-07:00"^^xsd:dateTime;
  schema:eventAttendanceMode schema:OfflineEventAttendanceMode;
  schema:eventStatus schema:EventScheduled;
  schema:image [
    a schema:ImageObject;
    schema:url <https://thecultch.com/wp-content/uploads/2026/04/wolfcull.jpg>
  ];
  schema:location <http://kg.artsdata.ca/resource/K11-178>;
  schema:name "Wolf Cull"@en;
  schema:organizer <http://kg.artsdata.ca/resource/K10-138>;
  schema:performer <http://kg.artsdata.ca/resource/K2-278>;
  schema:startDate "2027-04-02T19:30:00-07:00"^^xsd:dateTime;
  schema:url <https://thecultch.com/event/wolf-cull/>;
  skos:historyNote "Minted Arstsdata ID for schema:Event on 2026-06-02T20:11:49.323Z using facts passed in to minting service (https://thecultch.com/temporary/15f62e01-ec7e-490e-ad21-81be79c15c66)";
  prov:generatedAtTime "2026-06-02T20:11:49.323Z"^^xsd:dateTime .
