@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-263> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:address <http://kg.artsdata.ca/resource/K2-263#PostalAddress>;
  schema:disambiguatingDescription "performing arts venue in Quebec, Canada"@en,
    "salle de spectacle au Québec, Canada"@fr,
    "Roberval (Québec) Canada",
    "Roberval (QC) CA";
  schema:maximumAttendeeCapacity 100;
  schema:name "Auditorium France-Guay"@fr;
  schema:sameAs <http://scenepro.ca#Venue202>,
    <http://www.wikidata.org/entity/Q111669154>;
  skos:historyNote "Artsdata ID minted from http://www.wikidata.org/entity/Q111669154 on 2022-09-20 with name Auditorium France-Guay"@en;
  <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q141954> .

<http://kg.artsdata.ca/resource/K2-263#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Roberval";
  schema:addressRegion "Quebec"@en,
    "QC";
  schema:postalCode "G8H 2E1";
  schema:streetAddress "414 rue Brassard",
    "414 rue Brassard, Roberval, Québec, G8H 2E1"@fr .
