@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-5947> a schema:Place;
  dbo:timeZone "America/Toronto";
  schema:address [
    a schema:PostalAddress;
    schema:addressCountry "CA";
    schema:addressLocality "North Bay"@en,
      "North Bay"@fr;
    schema:addressRegion "ON";
    schema:postalCode "P1B 1A8";
    schema:streetAddress "150 Main St E, North Bay, ON"@en
  ];
  schema:description "performance hall inside the Capitol Centre in North Bay, Canada"@en,
    "salle de spectacle à l'intérieur du Capitol Centre à North Bay, Canada"@fr;
  schema:name "Betty Speers Theatre"@en,
    "Betty Speers Theatre"@fr;
  schema:sameAs <http://www.wikidata.org/entity/Q135395909>;
  skos:historyNote "Minted Arstsdata ID for schema:Place on 2025-07-16T17:11:39.670Z using facts passed in to minting service (http://www.wikidata.org/entity/Q135395909)";
  prov:generatedAtTime "2025-07-16T17:11:39.670Z"^^xsd:dateTime .
