@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-719> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:address <http://kg.artsdata.ca/resource/K5-719#PostalAddress>;
  schema:disambiguatingDescription "Trois-Rivières (QC) CA";
  schema:latitude "46.34776900000001";
  schema:longitude "-72.54160139999999";
  schema:name "Musée militaire de Trois-Rivières"@fr;
  schema:sameAs <http://kg.footlight.io/resource/af4124d2-7ffe-4cb9-99a9-8b7a16d6277c>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named 'Musée militaire de Trois-Rivières' on 2024-06-07T14:05:07.839Z";
  prov:generatedAtTime "2024-06-07T14:05:07.839Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K5-719#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Trois-Rivières"@fr;
  schema:addressRegion "QC"@fr;
  schema:postalCode "G9A 1R6";
  schema:streetAddress "574 Rue St François Xavier"@fr .
