@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-5163> a schema:Place;
  dbo:timeZone "America/Winnipeg";
  schema:address <http://kg.artsdata.ca/resource/K2-5163#PostalAddress>;
  schema:maximumAttendeeCapacity 2305;
  schema:name "Centennial Concert Hall"@en;
  schema:sameAs <http://www.wikidata.org/entity/Q21188163>,
    <https://en.wikipedia.org/wiki/Centennial_Concert_Hall>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named 'Centennial Concert Hall' on 2024-07-25T15:47:07.980Z";
  prov:generatedAtTime "2024-07-25T15:47:07.980Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K2-5163#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Winnipeg";
  schema:addressRegion "MB";
  schema:postalCode "R3B 1C3";
  schema:streetAddress "555 Main Street" .
