@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-295> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:address <http://kg.artsdata.ca/resource/K5-295#PostalAddress>;
  schema:disambiguatingDescription "Laval (QC) CA",
    "Laval (Québec) Canada";
  schema:latitude "45.6667954";
  schema:longitude "-73.5719443";
  schema:name "Centre communautaire Saint-Noël-Chabanel"@fr;
  schema:sameAs <http://caligram.com/place/8017>;
  skos:historyNote "Minted Arstsdata ID for schema:Place 'Centre communautaire Saint-Noël-Chabanel' on 2023-05-19T01:59:54.179Z";
  prov:generatedAtTime "2023-05-19T01:59:54.179Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K5-295#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Laval"@fr;
  schema:addressRegion "QC"@fr;
  schema:postalCode "H7A 1W7";
  schema:streetAddress "8555, boulevard Lévesque Est"@fr .
