@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-4261> a schema:Event;
  schema:disambiguatingDescription "Le Memphis Cabaret - 2024-12-14T20:30:00-05:00"@en,
    "Le Memphis Cabaret - 2024-12-14T20:30:00-05:00"@fr;
  schema:location <http://kg.artsdata.ca/resource/K5-706>;
  schema:name "HITWAVE - Lepointdevente.com"@fr;
  schema:startDate "2024-12-14T20:30:00-05:00"^^xsd:dateTime;
  skos:historyNote "Minted Arstsdata ID for schema:Event named 'HITWAVE - Lepointdevente.com' on 2024-10-07T15:38:18.234Z";
  prov:generatedAtTime "2024-10-07T15:38:18.234Z"^^xsd:dateTime .
