@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-260> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:address <http://kg.artsdata.ca/resource/K2-260#PostalAddress>;
  schema:disambiguatingDescription "performing arts venue in Quebec, Canada"@en,
    "salle de spectacle au Québec, Canada"@fr,
    "Saint-Léonard (Québec) Canada",
    "Saint-Léonard (QC) CA";
  schema:name "Scène culturelle de Saint-Léonard"@fr;
  schema:sameAs <http://scenepro.ca#Venue88>,
    <http://www.wikidata.org/entity/Q111668938>;
  skos:historyNote "Artsdata ID minted from http://www.wikidata.org/entity/Q111668938 on 2022-09-20 with name Scène culturelle de Saint-Léonard"@en;
  <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q1325316> .

<http://kg.artsdata.ca/resource/K2-260#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Saint-Léonard";
  schema:addressRegion "Quebec"@en,
    "QC";
  schema:postalCode "H1R 2A3";
  schema:streetAddress "8255, boulevard Lacordaire",
    "8255 Boulevard Lacordaire, Saint-Léonard, Québec, H1R 2A3"@fr .
