@prefix dbo: <http://dbpedia.org/ontology/> .
@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/K2-254> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:address <http://kg.artsdata.ca/resource/K2-254#PostalAddress>;
  schema:disambiguatingDescription "performing arts venue in Quebec, Canada"@en,
    "salle de spectacle au Québec, Canada"@fr,
    "Petite-Vallée (Québec) Canada",
    "Petite-Vallée (QC) CA";
  schema:maximumAttendeeCapacity 700;
  schema:name "Théâtre de la Vieille Forge (Chapiteau)"@fr;
  schema:sameAs <http://scenepro.ca#Venue281>,
    <http://www.wikidata.org/entity/Q111668926>;
  skos:historyNote "Artsdata ID minted from http://www.wikidata.org/entity/Q111668926 on 2022-09-20 with name Théâtre de la Vieille Forge (Chapiteau)"@en;
  <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q3377326> .

<http://kg.artsdata.ca/resource/K2-254#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Petite-Vallée";
  schema:addressRegion "Quebec"@en,
    "QC";
  schema:postalCode "G0E 1Y0";
  schema:streetAddress "4, rue de la Longue-Pointe",
    "4, rue de la Longue-Pointe, Petite-Vallée, Québec, G0E 1Y0"@fr .
