@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-5893> a schema:Person;
  schema:description "artiste musicale canadienne"@fr,
    "Canadian music artist"@en;
  schema:hasOccupation <http://www.wikidata.org/entity/Q483501>,
    <http://www.wikidata.org/entity/Q177220>,
    <http://www.wikidata.org/entity/Q753110>,
    <http://www.wikidata.org/entity/Q7939609>;
  schema:name "Dara Schindelka"@fr,
    "Dara Schindelka"@en;
  schema:sameAs <http://www.wikidata.org/entity/Q128035471>;
  skos:historyNote "Minted Arstsdata ID for schema:Person on 2025-06-05T15:03:20.575Z using facts passed in to minting service (http://www.wikidata.org/entity/Q128035471)";
  prov:generatedAtTime "2025-06-05T15:03:20.575Z"^^xsd:dateTime .
