@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-350> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:address <http://kg.artsdata.ca/resource/K5-350#PostalAddress>;
  schema:containedInPlace <http://kg.artsdata.ca/resource/K5-1023>;
  schema:disambiguatingDescription "Laval (QC) CA";
  schema:latitude "45.5388503";
  schema:longitude "-73.73804489999999";
  schema:name "Axion 50 Plus local 118"@fr;
  schema:sameAs <http://caligram.com/place/6343>;
  skos:historyNote "Minted Arstsdata ID for schema:Place 'Axion 50 Plus local 118' on 2023-05-19T02:11:54.823Z";
  prov:generatedAtTime "2023-05-19T02:11:54.823Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K5-350#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Laval"@fr;
  schema:addressRegion "QC"@fr;
  schema:postalCode "H7V 2S8";
  schema:streetAddress "435 boul. Curé Labelle"@fr .
