@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://kg.artsdata.ca/resource/K10-341> a schema:Organization;
  schema:disambiguatingDescription "Whitehorse (YT) CA",
    "Whitehorse (YK) CA";
  schema:name "Yukon Arts Centre"@en,
    "Yukon Arts Centre";
  schema:sameAs <http://www.wikidata.org/entity/Q112510118>,
    <https://isni.org/isni/0000000122196516>;
  prov:generatedAtTime "2023-09-19T00:00:00Z"^^xsd:dateTime .
