@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-6363> 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 "M4T 1Z8";
    schema:streetAddress "1570 Yonge Street"
  ];
  schema:disambiguatingDescription "église anglicane à Toronto en Ontario, Canada"@fr,
    "Anglican church in Toronto, Ontario, Canada"@en;
  schema:name "Christ Church Deer Park"@mul,
    "Christ Church Deer Park"@en,
    "Christ Church Deer Park"@fr;
  schema:sameAs <http://www.wikidata.org/entity/Q5108795>,
    <http://musicbrainz.org/place/7a163781-bfae-40ca-bc54-b3ad5defa279>;
  schema:url <http://www.christchurchdeerpark.org/>;
  skos:historyNote "Minted Arstsdata ID for schema:Place on 2026-01-07T15:36:11.065Z using facts passed in to minting service (http://www.wikidata.org/entity/Q5108795)";
  prov:generatedAtTime "2026-01-07T15:36:11.065Z"^^xsd:dateTime .
