@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-163> a schema:Person;
  <http://kg.artsdata.ca/ontology/originEC> <http://www.wikidata.org/entity/Q392316>;
  schema:alternateName "Saltwater Hank"@en,
    "Gamksimoon"@en;
  schema:disambiguatingDescription "artiste autochtone sur le territoire aujourd'hui appelé Canada"@fr,
    "indigenous artist in what is known as Canada"@en,
    "music ";
  schema:hasOccupation <http://www.wikidata.org/entity/Q483501>;
  schema:name "Jeremy Pahl"@en,
    "Jeremy Pahl"@fr,
    "Jeremy Pahl"@mul;
  schema:sameAs <http://www.wikidata.org/entity/Q113502310>,
    <https://open.spotify.com/artist/5gSJ43ZTvDbKOQWV2IG86J>;
  schema:url <https://gamksimoon.com/>;
  schema:workLocation [
    a schema:Place;
    schema:address [
      a schema:PostalAddress;
      schema:addressCountry "CA";
      schema:addressRegion "BC"
    ]
  ];
  skos:historyNote "Artsdata ID minted from https://ipaa.ca/profile/indigenous-artist/saltwaterhank#Person on 2022-08-09 with name Jeremy Pahl  "@en .
