@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-5161> a schema:Place;
  dbo:timeZone "America/Vancouver";
  <http://kg.artsdata.ca/ontology/managedBy> <http://kg.artsdata.ca/resource/K14-69>;
  schema:address <http://kg.artsdata.ca/resource/K2-5161#PostalAddress>;
  schema:disambiguatingDescription "bâtiment des arts de la scène à Vancouver, Colombie-Britannique, Canada"@fr,
    "performing arts building in Vancouver, British Columbia, Canada"@en;
  schema:name "Queen Elizabeth Theatre"@en,
    "Théâtre Queen Elizabeth"@fr,
    "Queen Elizabeth Theatre"@mul;
  schema:sameAs <http://www.wikidata.org/entity/Q7270389>,
    <https://en.wikipedia.org/wiki/Queen_Elizabeth_Theatre>,
    <http://musicbrainz.org/place/983d7b07-99ec-4c50-8be4-60341d7bcf11>;
  schema:url <https://vancouvercivictheatres.com/venues/queen-elizabeth-theatre/explorevenue/>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named 'Queen Elizabeth Theatre' on 2024-07-25T15:07:23.977Z";
  prov:generatedAtTime "2024-07-25T15:07:23.977Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K2-5161#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Vancouver"@en,
    "Vancouver"@fr;
  schema:addressRegion "BC";
  schema:postalCode "V6B 2P1";
  schema:streetAddress "630 Hamilton Street"@en .
