@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/K2-5156> a schema:Place;
  dbo:timeZone "America/Edmonton";
  schema:address <http://kg.artsdata.ca/resource/K2-5156#PostalAddress>;
  schema:disambiguatingDescription "performance hall in Calgary, Alberta, Canada"@en,
    "salle de spectacle à Calgary, en Alberta, Canada"@fr;
  schema:name "Southern Alberta Jubilee Auditorium"@en,
    "Southern Alberta Jubilee Auditorium"@fr,
    "Southern Alberta Jubilee Auditorium"@mul;
  schema:sameAs <http://www.wikidata.org/entity/Q7569607>,
    <https://en.wikipedia.org/wiki/Southern_Alberta_Jubilee_Auditorium>,
    <http://musicbrainz.org/place/8e9238b8-8c8c-42e4-9a5e-e4fed05be8ab>;
  schema:url <https://www.jubileeauditorium.com/calgary>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named 'Southern Alberta Jubilee Auditorium' on 2024-07-25T14:33:48.755Z";
  prov:generatedAtTime "2024-07-25T14:33:48.755Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K2-5156#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Alberta"@en,
    "Alberta"@fr;
  schema:addressRegion "AB";
  schema:postalCode "T2N 1M4";
  schema:streetAddress "1415 14 Ave NW, Calgary" .
