@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-308> a schema:Organization;
  schema:disambiguatingDescription "Victoria (BC) CA";
  schema:name "Dance Victoria",
    "Dance Victoria"@en;
  prov:generatedAtTime "2023-09-19T00:00:00Z"^^xsd:dateTime .
