@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-840> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:address <http://kg.artsdata.ca/resource/K5-840#PostalAddress>;
  schema:containedInPlace <http://kg.artsdata.ca/resource/K5-1498>;
  schema:disambiguatingDescription "Val-d'Or (QC) CA",
    "Val-d'Or (QC) Canada";
  schema:latitude "48.0940194";
  schema:longitude "-77.78810940000001";
  schema:name "Cafétéria de la polyvalente le carrefour"@fr;
  schema:sameAs <http://kg.footlight.io/resource/5b4d198f-dfe8-4c73-877f-a99dcfcb8376>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named 'Cafétéria de la polyvalente le carrefour' on 2024-06-07T15:15:28.834Z";
  prov:generatedAtTime "2024-06-07T15:15:28.834Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K5-840#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Val-d'Or"@fr;
  schema:addressRegion "QC"@fr;
  schema:postalCode "J9P 3N2";
  schema:streetAddress "125 Rue Self"@fr .
