@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-5165> a schema:Place;
  dbo:timeZone "America/Regina";
  schema:address <http://kg.artsdata.ca/resource/K2-5165#PostalAddress>;
  schema:disambiguatingDescription "performing arts centre in Saskatoon, Canada"@en,
    "centre des arts du spectacle à Saskatoon, Canada"@fr;
  schema:name "Remai Arts Centre"@en,
    "Remai Arts Centre"@fr;
  schema:sameAs <http://www.wikidata.org/entity/Q7311508>,
    <https://en.wikipedia.org/wiki/Remai_Arts_Centre>;
  schema:url <http://www.persephonetheatre.org>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named 'Remai Arts Centre' on 2024-07-25T17:05:30.755Z";
  prov:generatedAtTime "2024-07-25T17:05:30.755Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K2-5165#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Saskatoon"@en,
    "Saskatoon"@fr;
  schema:addressRegion "SK";
  schema:postalCode "S7K 0L3";
  schema:streetAddress "100 Spadina Crescent East"@en .
