@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-237> a schema:Place;
  dbo:timeZone "America/Montreal";
  <http://kg.artsdata.ca/ontology/usedBy> <http://kg.artsdata.ca/resource/K16-116>;
  schema:address <http://kg.artsdata.ca/resource/K5-237#PostalAddress>;
  schema:disambiguatingDescription "Laval - H7L 1M7";
  schema:latitude "45.6079849";
  schema:longitude "-73.7963937";
  schema:name "Parc de la Rivière-des-Mille-Îles"@fr;
  schema:sameAs <http://caligram.com/place/1490>,
    <https://www.laval.ca/3eae705c-98bd-4d09-8a59-6796136ace5a>;
  skos:historyNote "Minted Arstsdata ID for schema:Place 'Parc de la Rivière-des-Mille-Îles' on 2023-05-19T01:18:26.946Z";
  prov:generatedAtTime "2023-05-19T01:18:26.946Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K5-237#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Laval"@fr;
  schema:addressRegion "QC"@fr;
  schema:postalCode "H7L 1M7";
  schema:streetAddress "345, boulevard Sainte-Rose"@fr .
