@prefix dbo: <http://dbpedia.org/ontology/> .
@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/K2-5982> a schema:Place;
  dbo:timeZone "America/Toronto";
  <http://kg.artsdata.ca/ontology/usedBy> <http://kg.artsdata.ca/resource/K14-173>;
  schema:address [
    a schema:PostalAddress;
    schema:addressCountry "CA";
    schema:addressLocality "Oakville"@fr,
      "Oakville"@en;
    schema:addressRegion "ON";
    schema:postalCode "L6J 2Z4";
    schema:streetAddress "130 Navy St, Oakville, Ontario"@en
  ];
  schema:description "bâtiment des arts de la scène à Oakville, Ontario, Canada"@fr,
    "performing arts building in Oakville, Ontario, Canada"@en;
  schema:name "Oakville Centre for the Performing Arts"@en,
    "Oakville Centre for the Performing Arts"@fr;
  schema:sameAs <http://www.wikidata.org/entity/Q7074252>;
  skos:historyNote "Minted Arstsdata ID for schema:Place on 2025-08-01T15:02:34.217Z using facts passed in to minting service (http://www.wikidata.org/entity/Q7074252)";
  prov:generatedAtTime "2025-08-01T15:02:34.217Z"^^xsd:dateTime .
