@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-5319> a schema:Place;
  dbo:timeZone "America/Winnipeg";
  schema:address <http://kg.artsdata.ca/resource/K2-5319#PostalAddress>;
  schema:name "West End Cultural Centre"@en;
  schema:sameAs <http://www.wikidata.org/entity/Q130320295>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named 'West End Cultural Centre' on 2024-09-18T14:46:09.027Z";
  prov:generatedAtTime "2024-09-18T14:46:09.027Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K2-5319#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Winnipeg";
  schema:addressRegion "MB";
  schema:postalCode "R3B 1Z8";
  schema:streetAddress "586 Ellice Ave" .
