@prefix dbo: <http://dbpedia.org/ontology/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://kg.artsdata.ca/resource/K11-225> a schema:Place,
    schema:PerformingArtsTheater;
  dbo:timeZone "America/Vancouver";
  schema:address <http://kg.artsdata.ca/resource/K11-225#PostalAddress>;
  schema:alternateName "The Capitol"@en,
    "The Capitol";
  schema:disambiguatingDescription "Nelson (BC) CA";
  schema:name "The Capitol Theatre"@en,
    "The Capitol Theatre";
  schema:sameAs <http://www.wikidata.org/entity/Q38395890>;
  schema:url <https://capitoltheatre.ca> .

<http://kg.artsdata.ca/resource/K11-225#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Nelson";
  schema:addressRegion "BC";
  schema:postalCode "V1L 4K6";
  schema:streetAddress "421 Victoria St" .
