@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-5988> a schema:Place;
  dbo:timeZone "America/Toronto";
  schema:address [
    a schema:PostalAddress;
    schema:addressCountry "CA";
    schema:addressLocality "Chatham"@en,
      "Chatham"@fr;
    schema:addressRegion "ON";
    schema:postalCode "N7M 1E7";
    schema:streetAddress "238 King Street West, Chatham, ON N7M 1E7"@en
  ];
  schema:description "theatre building and former cinema in Chatham, Ontario, Canada"@en,
    "bâtiment de théâtre et ancien cinéma à Chatham, Ontario, Canada"@fr;
  schema:name "Chatham Capitol Theatre"@en,
    "Chatham Capitol Theatre"@fr;
  schema:sameAs <http://www.wikidata.org/entity/Q38479977>;
  schema:url <https://www.ckculture.ca/capitol-theatre/>;
  skos:historyNote "Minted Arstsdata ID for schema:Place on 2025-08-11T14:46:59.607Z using facts passed in to minting service (http://www.wikidata.org/entity/Q38479977)";
  prov:generatedAtTime "2025-08-11T14:46:59.607Z"^^xsd:dateTime .
