@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-188> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:address <http://kg.artsdata.ca/resource/K5-188#PostalAddress>;
  schema:disambiguatingDescription "Gatineau (QC) CA",
    "Gatineau (QC) Canada";
  schema:latitude "45.5261362";
  schema:longitude "-75.4892155";
  schema:name "Centre communautaire d'Angers"@fr;
  schema:sameAs <http://kg.footlight.io/resource/3af511dc-3ed9-4b4f-9a7c-f6fe4f811b98>;
  skos:historyNote "Minted Arstsdata ID for schema:Place 'Centre communautaire d'An' on 2023-05-10T12:10:36.625Z";
  prov:generatedAtTime "2023-05-10T12:10:36.625Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K5-188#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Gatineau"@fr;
  schema:addressRegion "QC"@fr;
  schema:postalCode "J8M 1T3";
  schema:streetAddress "1100 Rue Yvon Pichette"@fr .
