@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-5327> a schema:Place;
  dbo:timeZone "America/Edmonton";
  schema:address <http://kg.artsdata.ca/resource/K2-5327#PostalAddress>;
  schema:disambiguatingDescription "centre des arts à Sherwood Park en Alberta, Canada"@fr,
    "arts centre in Sherwood Park, Alberta, Canada"@en;
  schema:maximumAttendeeCapacity 489.0;
  schema:name "Festival Place"@en,
    "Festival Place"@fr,
    "Festival Place"@mul;
  schema:sameAs <http://www.wikidata.org/entity/Q127414994>,
    <http://www.wikidata.org/entity/Q127454359>;
  schema:url <https://festivalplace.ca/rentals/>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named 'Festival Place' on 2024-09-18T17:18:44.593Z";
  prov:generatedAtTime "2024-09-18T17:18:44.593Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K2-5327#PostalAddress> 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" .
