@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-8> a schema:Place;
  dbo:timeZone "America/Montreal";
  <http://kg.artsdata.ca/ontology/usedBy> <http://kg.artsdata.ca/resource/K16-114>;
  schema:address <http://kg.artsdata.ca/resource/K5-8#PostalAddress>;
  schema:containedInPlace <http://kg.artsdata.ca/resource/K5-419>;
  schema:disambiguatingDescription "Gatineau (QC) CA";
  schema:latitude "45.42787779999999";
  schema:longitude "-75.7108581";
  schema:name "Galerie Montcalm"@fr;
  schema:sameAs <http://kg.footlight.io/resource/104f2f12-4430-40be-9c66-71c58542b853>;
  skos:historyNote "Minted Arstsdata ID for Event 'Galerie Montcalm' on 2023-03-07T22:29:39.140Z";
  prov:generatedAtTime "2023-03-10T21:01:13.677Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K5-8#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Gatineau",
    "Gatineau"@fr;
  schema:addressRegion "QC"@fr,
    "QC";
  schema:postalCode "J8X 3Y9";
  schema:streetAddress "25 Rue Laurier"@fr,
    "25 Rue Laurier" .
