@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-627> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:address <http://kg.artsdata.ca/resource/K5-627#PostalAddress>;
  schema:containedInPlace <http://kg.artsdata.ca/resource/K5-629>;
  schema:disambiguatingDescription "Chelsea (QC) CA",
    "Chelsea (QC) Canada";
  schema:name "Distillerie du Square"@fr,
    "Distillerie du Square"@en;
  schema:sameAs <http://api.footlight.io/places/65ea0c31bec01b006430caff>;
  skos:historyNote "Minted Arstsdata ID for schema:Place 'Distillerie du Square' on 2024-04-05T02:04:01.721Z";
  prov:generatedAtTime "2024-04-05T02:04:01.721Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K5-627#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Chelsea"@fr,
    "Chelsea"@en;
  schema:addressRegion "QC"@fr,
    "QC"@en;
  schema:postalCode "J9B 1J3";
  schema:streetAddress "248 Chemin Old Chelsea"@en,
    "248 Chemin Old Chelsea"@fr .
