@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-5214> a schema:Place;
  dbo:timeZone "America/Toronto";
  schema:address <http://kg.artsdata.ca/resource/K2-5214#PostalAddress>;
  schema:containedInPlace <http://kg.artsdata.ca/resource/K11-12>;
  schema:disambiguatingDescription "salle de spectacle à l'intérieur du St. Lawrence Centre for the Arts à Toronto, Canada"@fr,
    "performance hall in the St. Lawrence Centre for the Arts in Toronto, Canada"@en;
  schema:maximumAttendeeCapacity 499;
  schema:name "Jane Mallett Theatre"@en,
    "Jane Mallett Theatre"@fr,
    "Jane Mallett Theatre"@mul;
  schema:sameAs <http://www.wikidata.org/entity/Q129438509>,
    <http://musicbrainz.org/place/2b573f08-23a9-4410-a625-bcc4e22c80aa>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named 'Jane Mallet Theatre' on 2024-08-20T18:25:01.176Z";
  prov:generatedAtTime "2024-08-20T18:25:01.176Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K2-5214#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Toronto"@en,
    "Toronto"@fr;
  schema:addressRegion "ON";
  schema:postalCode "M5E 1B4";
  schema:streetAddress "27 Front Street East"@en .
