@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/K5-261> a schema:Place;
  dbo:timeZone "America/Montreal";
  <http://kg.artsdata.ca/ontology/usedBy> <http://kg.artsdata.ca/resource/K10-533>,
    <http://kg.artsdata.ca/resource/K5-431>;
  schema:address <http://kg.artsdata.ca/resource/K5-261#PostalAddress>;
  schema:disambiguatingDescription "Laval (QC) CA",
    "Laval (Québec) Canada";
  schema:latitude "45.5786493";
  schema:longitude "-73.6746311";
  schema:name "Église Saint-Maurice-de-Duvernay",
    "Église Saint-Maurice-de-Duvernay"@fr;
  schema:sameAs <https://www.patrimoine-culturel.gouv.qc.ca/rpcq/detail.do?methode=consulter&id=166091&type=bien#Place>,
    <http://caligram.com/place/6253>;
  skos:historyNote "Minted Arstsdata ID for schema:Place 'Église Saint-Maurice-de-Duvernay' on 2023-05-19T01:24:46.021Z";
  prov:generatedAtTime "2023-05-19T01:24:46.021Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K5-261#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Laval"@fr;
  schema:addressRegion "QC"@fr;
  schema:postalCode "H7G 1S9";
  schema:streetAddress "1961 Rue d’Ivry"@fr .
