@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/K3-210> a schema:Person;
  <http://kg.artsdata.ca/ontology/originEC> <http://www.wikidata.org/entity/Q116971>;
  schema:disambiguatingDescription "artiste autochtone canadienne"@fr;
  schema:hasOccupation <http://www.wikidata.org/entity/Q177220>,
    <http://www.wikidata.org/entity/Q753110>;
  schema:name "Lacey Hill"@en;
  schema:sameAs <http://www.wikidata.org/entity/Q125251778>;
  schema:url <http://www.laceyhillmusic.com/>;
  schema:workLocation <http://kg.artsdata.ca/resource/K3-210#workLocation>;
  skos:historyNote "Minted Arstsdata ID for schema:Person 'Lacey HILL' on 2024-03-26T16:47:31.500Z";
  prov:generatedAtTime "2024-03-26T16:47:31.500Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K3-210#workLocation> a schema:Place;
  schema:address [] .
