@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-2757> a schema:Event;
  schema:disambiguatingDescription "Maison symphonique de Montréal - 2025-05-16T19:30:00-04:00";
  schema:endDate "2025-05-16"^^xsd:date;
  schema:location <http://kg.artsdata.ca/resource/K11-23>;
  schema:name "Fiesta latine Maison symphonique"@fr;
  schema:organizer <http://kg.artsdata.ca/resource/K10-109>;
  schema:startDate "2025-05-16T19:30:00-04:00"^^xsd:dateTime;
  skos:historyNote "Minted Arstsdata ID for schema:Event named 'Fiesta latine Maison symphonique' on 2024-07-16T15:19:42.203Z";
  prov:generatedAtTime "2024-07-16T15:19:42.203Z"^^xsd:dateTime .
