@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-728> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:address <http://kg.artsdata.ca/resource/K5-728#PostalAddress>;
  schema:disambiguatingDescription "Saint-Mathieu-du-Parc (QC) CA";
  schema:latitude "46.5781463";
  schema:longitude "-72.9277508";
  schema:name "Le Comptoir de l'Auberge"@fr;
  schema:sameAs <http://kg.footlight.io/resource/453287e4-3ed8-48ac-a594-59dde88cf850>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named 'Le Comptoir de l'Auberge' on 2024-06-07T14:11:30.081Z";
  prov:generatedAtTime "2024-06-07T14:11:30.081Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K5-728#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Saint-Mathieu-du-Parc"@fr;
  schema:addressRegion "QC"@fr;
  schema:postalCode "G0X 1N0";
  schema:streetAddress "2081 Chem. Principal"@fr .
