@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-6371> a schema:Place;
  dbo:timeZone "America/Toronto";
  schema:address [
    a schema:PostalAddress;
    schema:addressCountry "CA";
    schema:addressLocality "Toronto"@en,
      "Toronto"@fr;
    schema:addressRegion "ON";
    schema:postalCode "M5S 1M4";
    schema:streetAddress "162 Bloor Street West"
  ];
  schema:disambiguatingDescription "église anglicane à Toronto en Ontario, Canada"@fr,
    "Anglican church building in Toronto, Ontario, Canada"@en;
  schema:name "Church of the Redeemer"@en,
    "Church of the Redeemer"@mul,
    "L'église du Rédempteur"@fr;
  schema:sameAs <http://www.wikidata.org/entity/Q5118031>;
  schema:url <http://www.theredeemer.ca>;
  skos:historyNote "Minted Arstsdata ID for schema:Place on 2026-01-07T18:45:15.116Z using facts passed in to minting service (http://www.wikidata.org/entity/Q5118031)";
  prov:generatedAtTime "2026-01-07T18:45:15.116Z"^^xsd:dateTime .
