@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-887> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:address <http://kg.artsdata.ca/resource/K5-887#PostalAddress>;
  schema:disambiguatingDescription "Louiseville (QC) Canada",
    "Louiseville (QC) CA";
  schema:name "Maison Richard & Philibert"@fr;
  schema:sameAs <http://api.footlight.io/places/6602ea9874c93f006491b20c>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named 'Maison Richard & Philibert' on 2024-06-07T15:36:45.648Z";
  prov:generatedAtTime "2024-06-07T15:36:45.648Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K5-887#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Louiseville"@fr;
  schema:addressRegion "QC"@fr;
  schema:postalCode "J5V 2B1";
  schema:streetAddress "140 Rue Saint Aimé"@fr .
