@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-3438> a schema:Event;
  schema:description "<p>A Wild Night of Chamber Music.</p>"@en;
  schema:disambiguatingDescription "National Arts Centre - Fourth Stage - 2026-06-20T21:00:00-04:00"@en,
    "Centre national des arts - Quatrième Salle - 2026-06-20T21:00:00-04:00"@fr;
  schema:endDate "2026-06-20T23:00:00-04:00"^^xsd:dateTime;
  schema:eventAttendanceMode schema:OfflineEventAttendanceMode;
  schema:eventStatus schema:EventScheduled;
  schema:image [
    a schema:ImageObject;
    schema:url <https://naccnaca-eventimages.s3.amazonaws.com/38381/8789_nac_wolfgang29_peach__large.jpg>
  ];
  schema:location <http://kg.artsdata.ca/resource/K11-17>;
  schema:name "WolfGANG Sessions #29: A Wild Night of Chamber Music"@en;
  schema:organizer <http://kg.artsdata.ca/resource/K10-103>,
    <http://kg.artsdata.ca/resource/K14-29>;
  schema:startDate "2026-06-20T21:00:00-04:00"^^xsd:dateTime;
  schema:url "https://nac-cna.ca/en/event/38381";
  skos:historyNote "Minted Arstsdata ID for schema:Event on 2026-01-06T04:32:46.250Z using facts passed in to minting service (https://nac-cna.ca/en/event/38381#2026-06-20T21:00:00-04:00)";
  prov:generatedAtTime "2026-01-06T04:32:46.250Z"^^xsd:dateTime .
