@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-6097> a schema:Place;
  dbo:timeZone "America/Toronto";
  <http://kg.artsdata.ca/ontology/managedBy> <http://kg.artsdata.ca/resource/K10-319>;
  schema:address [
    a schema:PostalAddress;
    schema:addressCountry "CA";
    schema:addressLocality "Toronto"@en,
      "Toronto"@fr;
    schema:addressRegion "ON";
    schema:postalCode "M5J 2G8";
    schema:streetAddress "235 Queens Quay West"@en
  ];
  schema:containedInPlace <http://kg.artsdata.ca/resource/K10-319>;
  schema:disambiguatingDescription "salle de spectacle à l'intérieur du Main Building du Harbourfront Centre à Toronto, Canada"@fr,
    "performance hall and event venue inside the Main Building of the Harbourfront Centre in Toronto, Canada"@en;
  schema:name "Lakeside Terrace"@en,
    "Lakeside Terrace"@fr,
    "Lakeside Terrace"@mul;
  schema:sameAs <http://www.wikidata.org/entity/Q126598816>;
  skos:historyNote "Minted Arstsdata ID for schema:Place on 2025-09-05T01:44:49.394Z using facts passed in to minting service (http://www.wikidata.org/entity/Q126598816)";
  prov:generatedAtTime "2025-09-05T01:44:49.394Z"^^xsd:dateTime .
