@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-838> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:address <http://kg.artsdata.ca/resource/K5-838#PostalAddress>;
  schema:disambiguatingDescription "Val-d'Or (QC) CA",
    "Val-d'Or (QC) Canada";
  schema:latitude "48.1043782";
  schema:longitude "-77.79187360000002";
  schema:name "Station Ludik"@fr;
  schema:sameAs <http://kg.footlight.io/resource/4702767e-20cd-465a-93b0-d201a75b819a>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named 'Station Ludik' on 2024-06-07T15:13:07.620Z";
  prov:generatedAtTime "2024-06-07T15:13:07.620Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K5-838#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Val-d'Or"@fr;
  schema:addressRegion "QC"@fr;
  schema:postalCode "J9P 1T3";
  schema:streetAddress "996 3e Avenue"@fr .
