@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-890> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:address <http://kg.artsdata.ca/resource/K5-890#PostalAddress>;
  schema:disambiguatingDescription "Louiseville (QC) Canada",
    "Louiseville (QC) CA";
  schema:name "École secondaire L'Escale"@fr;
  schema:sameAs <http://api.footlight.io/places/660efe961406060064639e7f>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named 'École secondaire L'Escale' on 2024-06-07T15:37:41.965Z";
  prov:generatedAtTime "2024-06-07T15:37:41.965Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K5-890#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Louiseville"@fr;
  schema:addressRegion "QC"@fr;
  schema:postalCode "J5V 1T5";
  schema:streetAddress "391 Rue de la Mennais"@fr .
