@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-342> a schema:Place;
  dbo:timeZone "America/Montreal";
  <http://kg.artsdata.ca/ontology/usedBy> <http://kg.artsdata.ca/resource/K16-116>;
  schema:additionalType <http://lod.footlight.io/resource/64304b60cf606a0064e64828>,
    <http://lod.footlight.io/resource/63c01c0e1c6b6c005aad8830>,
    <http://lod.footlight.io/resource/63caeb50230627006f5669f5>;
  schema:address [
    a schema:PostalAddress;
    schema:addressCountry "CA";
    schema:addressLocality "Laval"@fr;
    schema:addressRegion "QC"@fr;
    schema:postalCode "H7A 2A2";
    schema:streetAddress "1125 Montée du Moulin"@fr
  ];
  schema:description "Parc à Saint-François, Laval "@fr;
  schema:latitude "45.6740958";
  schema:longitude "-73.5792207";
  schema:name "Parc du Moulin"@fr;
  schema:sameAs <http://caligram.com/place/6554>;
  skos:historyNote "Minted Arstsdata ID for schema:Place 'Parc du moulin' on 2023-05-19T02:09:33.742Z";
  prov:generatedAtTime "2023-05-19T02:09:33.742Z"^^xsd:dateTime .
