@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-1744> a schema:Event;
  schema:disambiguatingDescription "Ville de Gatineau - 2024-09-02";
  schema:endDate "2024-09-27"^^xsd:date;
  schema:location <http://kg.artsdata.ca/resource/K5-637>;
  schema:name "Résidence Sans feu ni lieu"@fr;
  schema:organizer <http://kg.artsdata.ca/resource/K16-114>;
  schema:startDate "2024-09-02"^^xsd:date;
  skos:historyNote "Minted Arstsdata ID for schema:Event 'Résidence Sans feu ni lieu' on 2024-04-30T13:13:40.061Z";
  prov:generatedAtTime "2024-04-30T13:13:40.061Z"^^xsd:dateTime .
