@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-444> 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-444#PostalAddress>;
  schema:disambiguatingDescription "Gatineau (QC) CA";
  schema:latitude "45.39277310000001";
  schema:longitude "-75.8438975";
  schema:name "Centre Jeunesse d'Aylmer"@fr;
  schema:sameAs <http://kg.footlight.io/resource/8a6d5a3f-41cb-4aeb-b16b-c35246947e57>;
  skos:historyNote "Minted Arstsdata ID for schema:Place 'Centre Jeunesse d'Aylmer' on 2023-11-30T02:54:38.127Z";
  prov:generatedAtTime "2023-11-30T02:54:38.127Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K5-444#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Gatineau"@fr;
  schema:addressRegion "QC"@fr;
  schema:postalCode "J9H 3P4";
  schema:streetAddress "92 Rue du Patrimoine"@fr .
