@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-6117> a schema:Place;
  dbo:timeZone "America/Toronto";
  schema:address [
    a schema:PostalAddress;
    schema:addressCountry "CA";
    schema:addressLocality "Kingston"@en,
      "Kingston"@fr;
    schema:addressRegion "ON";
    schema:postalCode "K7M 0A7";
    schema:streetAddress "1290, rue Wheathill, Kingston, ON"@fr
  ];
  schema:description "salle de spectacle à l'intérieur du centre culturel Frontenac à Kingston, Ontario"@fr,
    "performance hall inside Frontenac Cultural Centre in Kingston, Ontario"@en;
  schema:name "Le Sésame Theatre"@en,
    "Théâtre Le Sésame"@mul,
    "Théâtre Le Sésame"@fr;
  schema:sameAs <http://www.wikidata.org/entity/Q136433335>;
  skos:historyNote "Minted Arstsdata ID for schema:Place on 2025-10-03T20:48:30.214Z using facts passed in to minting service (http://www.wikidata.org/entity/Q136433335)";
  prov:generatedAtTime "2025-10-03T20:48:30.214Z"^^xsd:dateTime .
