@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-6059> a schema:Place;
  dbo:timeZone "America/Toronto";
  <http://kg.artsdata.ca/ontology/usedBy> <http://kg.artsdata.ca/resource/K14-182>;
  schema:address [
    a schema:PostalAddress;
    schema:addressCountry "CA";
    schema:addressLocality "Brampton"@en,
      "Brampton"@fr;
    schema:addressRegion "ON";
    schema:postalCode "L6V 0A3";
    schema:streetAddress "1 Theatre Lane"@en
  ];
  schema:alternateName "The Rose Brampton MainStage"@en,
    "The Rose Brampton MainStage"@mul;
  schema:containedInPlace <http://kg.artsdata.ca/resource/K2-6058>;
  schema:disambiguatingDescription "salle de spectacle à l'intérieur du Rose Brampton en Ontario, Canada"@fr,
    "performance hall inside The Rose Brampton in Ontario, Canada"@en;
  schema:name "The Rose Brampton Main Theatre"@en,
    "The Rose Brampton Main Theatre"@fr,
    "The Rose Brampton Main Theatre"@mul;
  schema:sameAs <http://www.wikidata.org/entity/Q123090423>;
  skos:historyNote "Minted Arstsdata ID for schema:Place on 2025-08-19T18:08:10.523Z using facts passed in to minting service (http://www.wikidata.org/entity/Q123090423)";
  prov:generatedAtTime "2025-08-19T18:08:10.523Z"^^xsd:dateTime .
