@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-67> a schema:Place,
    schema:PerformingArtsTheater;
  dbo:timeZone "America/Toronto";
  <http://kg.artsdata.ca/ontology/usedBy> <http://kg.artsdata.ca/resource/K10-210>;
  schema:address <http://kg.artsdata.ca/resource/K11-67#PostalAddress>;
  schema:disambiguatingDescription "Burlington (ON) CA";
  schema:name "Burlington Performing Arts Centre"@fr,
    "Burlington Performing Arts Centre"@en,
    "Burlington Performing Arts Centre";
  schema:sameAs <http://www.wikidata.org/entity/Q24882761>,
    <https://en.wikipedia.org/wiki/Burlington_Performing_Arts_Centre> .

<http://kg.artsdata.ca/resource/K11-67#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Burlington";
  schema:addressRegion "ON";
  schema:postalCode "L7S 1T7";
  schema:streetAddress "440 Locust Street" .
