@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-178> a schema:Place,
    schema:PerformingArtsTheater;
  dbo:timeZone "America/Vancouver";
  <http://kg.artsdata.ca/ontology/usedBy> <http://kg.artsdata.ca/resource/K10-138>;
  schema:address <http://kg.artsdata.ca/resource/K11-178#PostalAddress>;
  schema:alternateName "Historic Theatre"@en,
    "Historic Theatre";
  schema:containedInPlace <http://kg.artsdata.ca/resource/K11-57>;
  schema:disambiguatingDescription "Vancouver (BC) CA";
  schema:name "The Cultch - Historic Theatre"@en,
    "The Cultch - Historic Theatre";
  schema:sameAs <http://www.wikidata.org/entity/Q111730760> .

<http://kg.artsdata.ca/resource/K11-178#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Vancouver";
  schema:addressRegion "BC";
  schema:postalCode "V5L 2H6";
  schema:streetAddress "1895 Venables Street" .
