@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-6426> a schema:Place;
  dbo:timeZone "America/Edmonton";
  schema:address [
    a schema:PostalAddress;
    schema:addressCountry "CA";
    schema:addressLocality "Sherwood Park"@fr,
      "Sherwood Park"@en;
    schema:addressRegion "AB";
    schema:postalCode "T8A 5T2";
    schema:streetAddress "100 Festival Way"@en
  ];
  schema:alternateName "Festival Place"@en,
    "Festival Place"@fr,
    "Festival Place"@mul;
  schema:containedInPlace <http://kg.artsdata.ca/resource/K2-5327>;
  schema:disambiguatingDescription "salle de spectacle à l'intérieur de la Festival Place à Sherwood Park en Alberta, Canada"@fr,
    "performance hall inside Festival Place in Sherwood Park, Alberta, Canada"@en;
  schema:name "Festival Place Theatre"@fr,
    "Festival Place Theatre"@en,
    "Festival Place Theatre"@mul;
  schema:sameAs <http://www.wikidata.org/entity/Q127454359>;
  skos:historyNote "Minted Arstsdata ID for schema:Place on 2026-01-15T16:21:59.942Z using facts passed in to minting service (http://www.wikidata.org/entity/Q127454359)";
  prov:generatedAtTime "2026-01-15T16:21:59.942Z"^^xsd:dateTime .
