@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-230> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:additionalType <http://lod.footlight.io/resource/63caeb50230627006f5669f1>;
  schema:address [
    a schema:PostalAddress;
    schema:addressCountry "CA";
    schema:addressLocality "Laval"@fr;
    schema:addressRegion "Québec"@fr;
    schema:postalCode "H7V 1X2";
    schema:streetAddress "3500, chemin du Souvenir"@fr
  ];
  schema:latitude "45.550389";
  schema:longitude "-73.74744199999999";
  schema:name "Château Royal"@fr;
  schema:sameAs <http://caligram.com/place/669>;
  skos:historyNote "Minted Arstsdata ID for schema:Place 'Château Royal' on 2023-05-18T17:05:33.445Z";
  prov:generatedAtTime "2023-05-18T17:05:33.445Z"^^xsd:dateTime .
