@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-12> a schema:Place,
    schema:PerformingArtsTheater;
  dbo:timeZone "America/Toronto";
  <http://kg.artsdata.ca/ontology/usedBy> <http://kg.artsdata.ca/resource/K10-30>;
  schema:address <http://kg.artsdata.ca/resource/K11-12#PostalAddress>;
  schema:disambiguatingDescription "Toronto (ON) CA";
  schema:name "St. Lawrence Centre for the Arts"@en,
    "St. Lawrence Centre for the Arts"@fr,
    "St. Lawrence Centre for the Arts";
  schema:sameAs <http://www.wikidata.org/entity/Q7589476>,
    <https://en.wikipedia.org/wiki/St._Lawrence_Centre_for_the_Arts>,
    <https://www.facebook.com/StLawrenceCtrTO/>;
  schema:url <http://www.stlc.com> .

<http://kg.artsdata.ca/resource/K11-12#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Toronto";
  schema:addressRegion "ON";
  schema:postalCode "M5E 1B4";
  schema:streetAddress "27 Front St E" .
