@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-393> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:address <http://kg.artsdata.ca/resource/K5-393#PostalAddress>;
  schema:disambiguatingDescription "Gatineau (QC) CA";
  schema:latitude "45.4948608";
  schema:longitude "-75.58095709999999";
  schema:name "Parc Saint-Gérard"@fr;
  schema:sameAs <http://kg.footlight.io/resource/626ed1a2-efdb-4fea-b59f-fe99c2cc3274>;
  skos:historyNote "Minted Arstsdata ID for schema:Place 'Parc Saint-Gérard' on 2023-06-23T12:44:47.079Z";
  prov:generatedAtTime "2023-06-23T12:44:47.079Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K5-393#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Gatineau"@fr;
  schema:addressRegion "QC"@fr;
  schema:postalCode "J8P 1J2";
  schema:streetAddress "1259 Boulevard Maloney E"@fr .
