@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-6034> a schema:Place;
  dbo:timeZone "America/Toronto";
  schema:address [
    a schema:PostalAddress;
    schema:addressCountry "CA";
    schema:addressLocality "Orillia"@fr,
      "Orillia"@en;
    schema:addressRegion "ON";
    schema:postalCode "L3V 3A6";
    schema:streetAddress "1 West Street N"@en
  ];
  schema:alternateName "Orillia Opera House"@en,
    "Orillia Opera House"@mul,
    "Orillia Opera House Auditorium"@mul,
    "Gordon Lightfoot Auditorium"@en,
    "Orillia Opera House Auditorium"@en,
    "Lightfoot Theatre"@mul,
    "Lightfoot Theatre"@en,
    "Gordon Lightfoot Auditorium"@mul;
  schema:containedInPlace <http://kg.artsdata.ca/resource/K4-48>;
  schema:disambiguatingDescription "salle de spectacle à l'intérieur de l'Orillia Opera House en Ontario, Canada"@fr,
    "performance hall inside Orillia Opera House in Ontario, Canada"@en;
  schema:name "Gordon Lightfoot Theatre"@en,
    "Gordon Lightfoot Theatre"@fr,
    "Gordon Lightfoot Theatre"@mul;
  schema:sameAs <http://www.wikidata.org/entity/Q127414756>;
  skos:historyNote "Minted Arstsdata ID for schema:Place on 2025-08-18T22:26:07.380Z using facts passed in to minting service (http://www.wikidata.org/entity/Q127414756)";
  prov:generatedAtTime "2025-08-18T22:26:07.380Z"^^xsd:dateTime .
