@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-5502> a schema:Place;
  <http://kg.artsdata.ca/ontology/usedBy> <http://kg.artsdata.ca/resource/K2-5399>;
  schema:address <http://kg.artsdata.ca/resource/K2-5502#PostalAddress>;
  schema:alternateName "Prince Charles Secondary School"@en,
    "Kootenay River Secondary School"@en,
    "Prince Charles Auditorium"@en,
    "The Kootenay River Secondary School Auditorium"@fr,
    "The Auditorium at Kootenay River Theatre"@en,
    "The Kootenay River Secondary School Auditorium"@en,
    "SD8"@en,
    "The Auditorium"@en;
  schema:disambiguatingDescription "theatre building in Creston, British Columbia, Canada"@en,
    "théâtre à Creston, Colombie-Britiannique"@fr;
  schema:maximumAttendeeCapacity 325;
  schema:name "The Kootenay River Secondary School Auditorium"@mul,
    "Kootenay River Theatre"@fr;
  schema:sameAs <http://www.wikidata.org/entity/Q130398871>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named '' on 2024-10-08T01:54:52.725Z";
  prov:generatedAtTime "2024-10-08T01:54:52.725Z"^^xsd:dateTime;
  <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q1973>,
    <http://www.wikidata.org/entity/Q1139747> .

<http://kg.artsdata.ca/resource/K2-5502#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Creston"@en,
    "Creston"@fr;
  schema:addressRegion "BC";
  schema:postalCode "V0B 1G5";
  schema:streetAddress "223 18 Ave S"@en .
