@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-5371> a schema:Place;
  dbo:timeZone "America/Vancouver";
  schema:address <http://kg.artsdata.ca/resource/K2-5371#PostalAddress>;
  schema:maximumAttendeeCapacity 731;
  schema:name "Cowichan Performing Arts Centre"@en;
  schema:sameAs <http://www.wikidata.org/entity/Q124248583>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named 'Cowichan Performing Arts Centre' on 2024-09-24T21:27:11.332Z";
  prov:generatedAtTime "2024-09-24T21:27:11.332Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K2-5371#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Duncan";
  schema:addressRegion "BC";
  schema:postalCode "V9L 2X5";
  schema:streetAddress "2687 James St" .
