@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-6048> a schema:Place;
  dbo:timeZone "America/Toronto";
  schema:address [
    a schema:PostalAddress;
    schema:addressCountry "CA";
    schema:addressLocality "Mississauga"@en,
      "Mississauga"@fr;
    schema:addressRegion "ON";
    schema:postalCode "L5B 0A1";
    schema:streetAddress "4141 Living Arts Dr, Mississauga, ON"@en
  ];
  schema:description "performance hall inside Living Arts Centre in Mississauga, Ontario"@en,
    "salle de spectacle à l'intérieur du Living Arts Centre à Mississauga, en Ontario"@fr;
  schema:name "Main Auditorium"@en,
    "Main Auditorium"@fr;
  schema:sameAs <http://www.wikidata.org/entity/Q135906955>;
  skos:historyNote "Minted Arstsdata ID for schema:Place on 2025-08-19T13:29:00.800Z using facts passed in to minting service (http://www.wikidata.org/entity/Q135906955)";
  prov:generatedAtTime "2025-08-19T13:29:00.800Z"^^xsd:dateTime .
