@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-6053> a schema:Place;
  dbo:timeZone "America/Toronto";
  schema:address [
    a schema:PostalAddress;
    schema:addressCountry "CA";
    schema:addressLocality "Parry Sound"@en,
      "Parry Sound"@fr;
    schema:addressRegion "ON";
    schema:postalCode "P2A 1S3";
    schema:streetAddress "2 Bay Street, Parry Sound, ON P2A 1S3"@en
  ];
  schema:description "musée et centre des arts de la scène en Ontario, Canada"@fr,
    "museum and performing arts centre in Ontario, Canada"@en;
  schema:name "Charles W. Stockey Centre for the Performing Arts"@en,
    "Charles W. Stockey Centre for the Performing Arts"@fr;
  schema:sameAs <http://www.wikidata.org/entity/Q5083261>;
  schema:url <https://stockeycentre.com/>;
  skos:historyNote "Minted Arstsdata ID for schema:Place on 2025-08-19T14:56:40.813Z using facts passed in to minting service (http://www.wikidata.org/entity/Q5083261)";
  prov:generatedAtTime "2025-08-19T14:56:40.813Z"^^xsd:dateTime .
