@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/K5-1249> a schema:Place;
  dbo:timeZone "America/Edmonton";
  schema:address [
    a schema:PostalAddress;
    schema:addressCountry "CA";
    schema:addressLocality "Calgary";
    schema:addressRegion "AB";
    schema:postalCode "T2G 0K9";
    schema:streetAddress "205 8 Ave SE"
  ];
  schema:disambiguatingDescription "point_of_interest, establishment at 205 8 Ave SE, Calgary, AB T2G 0K9, Canada"@en;
  schema:latitude "51.0453282";
  schema:longitude "-114.0598256";
  schema:name "Arts Commons"@en;
  schema:sameAs <https://maps.google.com/?cid=10856455581004399959>;
  skos:historyNote "Minted Arstsdata ID for schema:Place on 2025-10-28T21:35:02.502Z using external URI http://kg.footlight.io/resource/98c59317-e3a2-496c-bd87-d94ecf2548c7";
  prov:generatedAtTime "2025-10-28T21:35:02.502Z"^^xsd:dateTime .
