@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-5971> a schema:Place;
  dbo:timeZone "America/Vancouver";
  schema:address [
    a schema:PostalAddress;
    schema:addressCountry "CA";
    schema:addressLocality "Surrey"@fr,
      "Surrey"@en;
    schema:addressRegion "BC";
    schema:postalCode "V3W 3L1";
    schema:streetAddress "13750 88 Avenue, Surrey, BC V3W 3L1"@en
  ];
  schema:description "performance hall in Surrey, BC, Canada"@en,
    "salle de spectacle à Surrey en Colombie-Britannique, Canada"@fr;
  schema:name "Main Stage at Surrey Arts Centre"@en;
  schema:sameAs <http://www.wikidata.org/entity/Q135466638>;
  skos:historyNote "Minted Arstsdata ID for schema:Place on 2025-07-25T20:21:47.059Z using facts passed in to minting service (http://www.wikidata.org/entity/Q135466638)";
  prov:generatedAtTime "2025-07-25T20:21:47.059Z"^^xsd:dateTime .
