@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-5536> a schema:Person;
  schema:hasOccupation <http://www.wikidata.org/entity/Q36180>,
    <http://www.wikidata.org/entity/Q49757>,
    <http://www.wikidata.org/entity/Q1930187>;
  schema:name "Rosanna Deerchild"@en;
  schema:sameAs <http://www.wikidata.org/entity/Q24894409>,
    <https://en.wikipedia.org/wiki/Rosanna_Deerchild>,
    <https://isni.org/isni/0000000072679025>;
  skos:historyNote "Minted Arstsdata ID for schema:Person named 'Rosanna Deerchild' on 2024-10-18T19:29:01.792Z";
  prov:generatedAtTime "2024-10-18T19:29:01.792Z"^^xsd:dateTime .
