@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-6055> a schema:Place;
  dbo:timeZone "America/Toronto";
  schema:address [
    a schema:PostalAddress;
    schema:addressCountry "CA";
    schema:addressLocality "Guelph"@en,
      "Guelph"@fr;
    schema:addressRegion "ON";
    schema:postalCode "N1H 3V1";
    schema:streetAddress "35 Woolwich St, Guelph, Ontario"@en
  ];
  schema:description "performance hall inside River Run Centre in Guelph, Ontario"@en,
    "salle de spectacle à l'intérieur du River Run Centre à Guelph, en Ontario"@fr;
  schema:name "River Run Centre Main Stage"@fr,
    "River Run Centre Main Stage"@en;
  schema:sameAs <http://www.wikidata.org/entity/Q135907724>;
  skos:historyNote "Minted Arstsdata ID for schema:Place on 2025-08-19T15:31:57.867Z using facts passed in to minting service (http://www.wikidata.org/entity/Q135907724)";
  prov:generatedAtTime "2025-08-19T15:31:57.867Z"^^xsd:dateTime .
