@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-5183> a schema:Place;
  dbo:timeZone "America/Toronto";
  schema:address <http://kg.artsdata.ca/resource/K2-5183#PostalAddress>;
  schema:disambiguatingDescription "église à Toronto, Ontario"@fr,
    "church in Toronto, Ontario"@en;
  schema:name "St. Andrew's Church"@en,
    "église St. Andrew"@fr;
  schema:sameAs <http://www.wikidata.org/entity/Q7586844>,
    <https://en.wikipedia.org/wiki/St._Andrew%27s_Church_(Toronto)>;
  schema:url <http://www.standrewstoronto.org/>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named 'St. Andrew's Church' on 2024-08-06T15:24:05.542Z";
  prov:generatedAtTime "2024-08-06T15:24:05.542Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K2-5183#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Toronto"@en,
    "Toronto"@fr;
  schema:addressRegion "ON";
  schema:postalCode "M5J1W9";
  schema:streetAddress "73 Simcoe Street" .
