@prefix dbo: <http://dbpedia.org/ontology/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://kg.artsdata.ca/resource/K11-240> a schema:Place;
  dbo:timeZone "America/Montreal";
  schema:address <http://kg.artsdata.ca/resource/K11-240#PostalAddress>;
  schema:disambiguatingDescription "Laval (QC) CA";
  schema:maximumAttendeeCapacity 10000;
  schema:name "Place Bell"@en,
    "Place Bell",
    "Place Bell"@fr;
  schema:sameAs <http://www.wikidata.org/entity/Q3389723>,
    <https://en.wikipedia.org/wiki/Place_Bell>,
    <https://fr.wikipedia.org/wiki/Place_Bell>;
  schema:url <https://www.placebell.ca/fr> .

<http://kg.artsdata.ca/resource/K11-240#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Laval";
  schema:addressRegion "QC";
  schema:postalCode "H7N 0E4";
  schema:streetAddress "1950 Rue Claude-Gagné" .
