@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-2285> a schema:Event;
  schema:disambiguatingDescription "Galerie d'art Berthelet - 2024-05-02";
  schema:endDate "2024-05-30"^^xsd:date;
  schema:location <http://kg.artsdata.ca/resource/K5-896>;
  schema:name "Coup d'œil du mois de mai"@fr;
  schema:startDate "2024-05-02"^^xsd:date;
  skos:historyNote "Minted Arstsdata ID for schema:Event named 'Coup d'œil du mois de mai' on 2024-06-25T14:58:52.621Z";
  prov:generatedAtTime "2024-06-25T14:58:52.621Z"^^xsd:dateTime .
