@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-754> a schema:Place,
    <http://kg.artsdata.ca/ontology/Place>;
  dbo:timeZone "America/Montreal";
  schema:address <http://kg.artsdata.ca/resource/K5-754#PostalAddress>;
  schema:latitude "48.4555832";
  schema:longitude "-68.5202611";
  schema:name "Accueil et intégration Bas-Saint-Laurent (AIBSL)"@fr;
  schema:sameAs <http://kg.footlight.io/resource/4d0b522c-9d2c-4d34-9057-ded1bbdd8c01>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named 'Accueil et intégration Bas-Saint-Laurent (AIBSL)' on 2024-06-07T14:21:07.704Z";
  prov:generatedAtTime "2024-06-07T14:21:07.704Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K5-754#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Rimouski"@fr;
  schema:addressRegion "QC"@fr;
  schema:postalCode "G5L 1A8";
  schema:streetAddress "192 Rue St Germain E"@fr .
