@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-867> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:address <http://kg.artsdata.ca/resource/K5-867#PostalAddress>;
  schema:disambiguatingDescription "La Sarre (QC) CA",
    "La Sarre (QC) Canada";
  schema:latitude "48.80705529999999";
  schema:longitude "-79.2049576";
  schema:name "Bibliothèque municipale Richelieu, Ville de La Sarre"@fr;
  schema:sameAs <http://kg.footlight.io/resource/c8888206-4526-4331-a9c2-e72847719ecd>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named 'Bibliothèque municipale Richelieu, Ville de La Sarre' on 2024-06-07T15:25:59.045Z";
  prov:generatedAtTime "2024-06-07T15:25:59.045Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K5-867#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "La Sarre"@fr;
  schema:addressRegion "QC"@fr;
  schema:postalCode "J9Z 1Y4";
  schema:streetAddress "195 Rue Principale"@fr .
