@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-804> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:address <http://kg.artsdata.ca/resource/K5-804#PostalAddress>;
  schema:disambiguatingDescription "Gatineau (QC) CA";
  schema:latitude "45.4834332";
  schema:longitude "-75.6458256";
  schema:name "Parc John-R.-Luck"@fr;
  schema:sameAs <http://kg.footlight.io/resource/24c6fb15-7a51-4650-9112-f8fc00d0e02f>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named 'Parc John-R.-Luck' on 2024-06-07T14:59:42.357Z";
  prov:generatedAtTime "2024-06-07T14:59:42.357Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K5-804#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Gatineau"@fr;
  schema:addressRegion "QC"@fr;
  schema:postalCode "J8P 4Y8";
  schema:streetAddress "172 Rue Fernand-Arvisais"@fr .
