@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-44> a schema:Place,
    schema:PerformingArtsTheater;
  dbo:timeZone "America/Edmonton";
  schema:address <http://kg.artsdata.ca/resource/K11-44#PostalAddress>;
  schema:disambiguatingDescription "Edmonton (AB) CA";
  schema:name "Citadel Theatre"@en,
    "Citadel Theatre"@fr,
    "Citadel Theatre";
  schema:sameAs <http://www.wikidata.org/entity/Q5122386>,
    <https://en.wikipedia.org/wiki/Citadel_Theatre>;
  schema:url <https://www.citadeltheatre.com> .

<http://kg.artsdata.ca/resource/K11-44#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Edmonton";
  schema:addressRegion "AB";
  schema:postalCode "T5J 3C6";
  schema:streetAddress "9828 101A Avenue Northwest" .
