@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-782> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:address <http://kg.artsdata.ca/resource/K5-782#PostalAddress>;
  schema:disambiguatingDescription "Rimouski (QC) CA",
    "Rimouski (QC) Canada";
  schema:latitude "48.43044";
  schema:longitude "-68.5265299";
  schema:name "Centre communautaire Terrasses Arthur-Buies"@fr;
  schema:sameAs <http://kg.footlight.io/resource/d9a24fbe-137b-4180-8fe5-2f196d217efb>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named 'Centre communautaire Terrasses Arthur-Buies' on 2024-06-07T14:35:51.145Z";
  prov:generatedAtTime "2024-06-07T14:35:51.145Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K5-782#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Rimouski"@fr;
  schema:addressRegion "QC"@fr;
  schema:postalCode "G5L 8H6";
  schema:streetAddress "387 Rue des Passereaux"@fr .
