@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-818> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:address <http://kg.artsdata.ca/resource/K5-818#PostalAddress>;
  schema:disambiguatingDescription "Gatineau (QC) CA";
  schema:latitude "45.4251762";
  schema:longitude "-75.7202519";
  schema:name "Terrasse de la Chaudière (Édifice Sud)"@fr;
  schema:sameAs <http://kg.footlight.io/resource/ee310ca3-e997-4f5b-8f95-f2bf96b186b6>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named 'Terrasse de la Chaudière (Édifice Sud)' on 2024-06-07T15:03:47.631Z";
  prov:generatedAtTime "2024-06-07T15:03:47.631Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K5-818#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Gatineau"@fr;
  schema:addressRegion "QC"@fr;
  schema:postalCode "K1A 0N9";
  schema:streetAddress "15 Rue Eddy"@fr .
