@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-391> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:address <http://kg.artsdata.ca/resource/K5-391#PostalAddress>;
  schema:disambiguatingDescription "Gatineau (QC) CA";
  schema:latitude "45.5877768";
  schema:longitude "-75.4130495";
  schema:name "Église Saint-Grégoire-de-Nazianze"@fr;
  schema:sameAs <http://kg.footlight.io/resource/146ce1e4-9be6-4f7a-b5ec-d9a852f5cfe2>;
  skos:historyNote "Minted Arstsdata ID for schema:Place 'Église Saint-Grégoire-de-Nazianze' on 2023-06-23T12:33:08.170Z";
  prov:generatedAtTime "2023-06-23T12:33:08.170Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K5-391#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Gatineau"@fr;
  schema:addressRegion "QC"@fr;
  schema:postalCode "J8L 1K1";
  schema:streetAddress "150 Rue Maclaren E"@fr .
