@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-1150> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:address [
    a schema:PostalAddress;
    schema:addressCountry "CA";
    schema:addressLocality "Shawinigan"@fr;
    schema:addressRegion "QC"@fr;
    schema:postalCode "G9N 7C1";
    schema:streetAddress "3103 Bd Royal"@fr
  ];
  schema:disambiguatingDescription "shopping_mall, point_of_interest, establishment at 3103 Bd Royal, Shawinigan, QC G9N 7C1, Canada"@en;
  schema:latitude "46.5622944";
  schema:longitude "-72.7399162";
  schema:name "La Plaza de la Mauricie"@fr;
  schema:sameAs <https://maps.google.com/?cid=15383182965990739276>;
  skos:historyNote "Minted Arstsdata ID for schema:Place on 2025-05-27T11:51:33.098Z using external URI http://kg.footlight.io/resource/d210ba14-9b13-4930-80f2-1574d669d8dc";
  prov:generatedAtTime "2025-05-27T11:51:33.098Z"^^xsd:dateTime .
