@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-5028> a schema:Person;
  schema:description "Joel Wood is a Cree musician from Maskwacis, Alberta, Canada. He is most noted for his album Singing Is Healing, which was a Juno Award nominee for Traditional Indigenous Artist of the Year at the Juno Awards of 2022. He is the son of Steve Wood, a musician with the traditional Cree group Northern Cree with whom Joel has also performed as a member, and the cousin of Fawn Wood, a musician who was a fellow Juno nominee in the same category in 2022."@en;
  schema:disambiguatingDescription "Plains Cree musician in what is commonly called \"Canada\""@en;
  schema:hasOccupation <http://www.wikidata.org/entity/Q639669>;
  schema:name "Joel Wood"@en;
  schema:sameAs <http://www.wikidata.org/entity/Q111913039>,
    <https://en.wikipedia.org/wiki/Joel_Wood_(musician)>;
  schema:workLocation [
    a schema:Place;
    schema:address [
      a schema:PostalAddress;
      schema:addressCountry "CA";
      schema:addressRegion "AB"
    ]
  ];
  skos:historyNote "Minted Arstsdata ID for schema:Person named 'Joel Wood' on 2024-06-11T15:58:33.387Z";
  prov:generatedAtTime "2024-06-11T15:58:33.387Z"^^xsd:dateTime .
