@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-5164> a schema:Place;
  dbo:timeZone "America/Vancouver";
  schema:address <http://kg.artsdata.ca/resource/K2-5164#PostalAddress>;
  schema:disambiguatingDescription "theatre building in Kelowna, British Columbia, Canada"@en,
    "bâtiment de théâtre de Colombie-Britannique, au Canada"@fr;
  schema:name "Kelowna Community Theatre"@en,
    "Kelowna Community Theatre"@mul,
    "Kelowna Community Theatre"@fr;
  schema:sameAs <http://www.wikidata.org/entity/Q14874642>,
    <https://en.wikipedia.org/wiki/Kelowna_Community_Theatre>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named 'Kelowna Community Theatre' on 2024-07-25T17:01:15.626Z";
  prov:generatedAtTime "2024-07-25T17:01:15.626Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K2-5164#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Kelowna"@en,
    "Kelowna"@fr;
  schema:addressRegion "BC";
  schema:postalCode "V1Y 0B4";
  schema:streetAddress "1375 Water Street" .
