@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-500> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:address <http://kg.artsdata.ca/resource/K5-500#PostalAddress>;
  schema:disambiguatingDescription "Laval (QC) CA",
    "Laval (QC) Canada";
  schema:latitude "45.6698575";
  schema:longitude "-73.56481769999999";
  schema:name "8910 Boul Lévesque E"@fr;
  schema:sameAs <http://api.footlight.io/places/6500ded6a59a070066be198c>;
  skos:historyNote "Minted Arstsdata ID for schema:Place '8910 Boul Lévesque E' on 2024-02-27T11:35:11.906Z";
  prov:generatedAtTime "2024-02-27T11:35:11.906Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K5-500#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Laval"@fr;
  schema:addressRegion "QC"@fr;
  schema:postalCode "H7A 3V2";
  schema:streetAddress "8910 Boulevard Lévesque Est"@fr .
