@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-454> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:address <http://kg.artsdata.ca/resource/K5-454#PostalAddress>;
  schema:disambiguatingDescription "Trois-Rivières (QC) CA",
    "Trois-Rivières (QC) Canada",
    "Trois-Rivières (Québec) Canada",
    "salle de spectacle à l'intérieur de la Maison de la culture de Trois-Rivières au Québec, Canada"@fr;
  schema:latitude "46.3427162";
  schema:longitude "-72.5427093";
  schema:maximumAttendeeCapacity 100;
  schema:name "Salle Louis-Philippe-Poisson"@fr;
  schema:sameAs <http://scenepro.ca#Venue160>,
    <http://kg.footlight.io/resource/53301c32-b35a-447a-9c83-c53a865eefec>,
    <http://www.wikidata.org/entity/Q124294186>;
  skos:historyNote "Minted Arstsdata ID for schema:Place 'Salle Louis-Philippe-Poisson' on 2024-02-14T20:42:51.661Z";
  prov:generatedAtTime "2024-02-14T20:42:51.661Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K5-454#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Trois-Rivières"@fr;
  schema:addressRegion "QC"@fr;
  schema:postalCode "G9A 5H3";
  schema:streetAddress "1425 Pl. de l'Hôtel de Ville"@fr .
