@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-2747> a schema:Event;
  schema:disambiguatingDescription "Place des Arts - Théâtre Maisonneuve - 2025-06-05T20:00:00-04:00";
  schema:endDate "2025-06-05"^^xsd:date;
  schema:location <http://kg.artsdata.ca/resource/K11-11>;
  schema:name "La Géante Théâtre Maisonneuve"@fr;
  schema:startDate "2025-06-05T20:00:00-04:00"^^xsd:dateTime;
  skos:historyNote "Minted Arstsdata ID for schema:Event named 'La Géante Théâtre Maisonneuve' on 2024-07-16T15:14:56.792Z";
  prov:generatedAtTime "2024-07-16T15:14:56.792Z"^^xsd:dateTime .
