@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-870> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:address <http://kg.artsdata.ca/resource/K5-870#PostalAddress>;
  schema:disambiguatingDescription "Amos (QC) CA";
  schema:latitude "48.5734505";
  schema:longitude "-78.1281412";
  schema:name "Amos - Église Christ-Roi"@en,
    "Amos - Église Christ-Roi"@fr;
  schema:sameAs <http://kg.footlight.io/resource/db8b5ac6-1151-4244-a6ab-0d7af984b559>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named 'Amos - Église Christ-Roi' on 2024-06-07T15:27:08.929Z";
  prov:generatedAtTime "2024-06-07T15:27:08.929Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K5-870#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Amos"@fr;
  schema:addressRegion "QC"@fr;
  schema:postalCode "J9T 1S9";
  schema:streetAddress "721 2e Avenue O"@fr .
