@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/K23-4309> a schema:Event,
    <http://kg.artsdata.ca/ontology/Event>;
  schema:disambiguatingDescription "Musée POP - 2024-10-12T15:30:00-04:00"@en,
    "Musée POP - 2024-10-12T15:30:00-04:00"@fr;
  schema:location <http://kg.artsdata.ca/resource/K5-470>;
  schema:name "Poètes en prison - Lepointdevente.com"@fr;
  schema:startDate "2024-10-12T15:30:00-04:00"^^xsd:dateTime;
  skos:historyNote "Minted Arstsdata ID for schema:Event named 'Poètes en prison - Lepointdevente.com' on 2024-10-07T19:11:00.646Z";
  prov:generatedAtTime "2024-10-07T19:11:00.646Z"^^xsd:dateTime .
