@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-6208> a schema:Person;
  schema:description "auteur-compositeur-interprète de reggae, ivoirien"@fr,
    "Ivorian reggae singer"@en;
  schema:hasOccupation <http://www.wikidata.org/entity/Q488205>;
  schema:name "Tiken Jah Fakoly"@en,
    "Tiken Jah Fakoly"@fr;
  schema:sameAs <http://www.wikidata.org/entity/Q263170>,
    <http://musicbrainz.org/artist/edef3cfa-4e5e-4d64-8bd8-20f9dc1d8cad>,
    <https://open.spotify.com/artist/3RhKSqhIE9U22yFEobw68e>;
  skos:historyNote "Minted Arstsdata ID for schema:Person on 2025-11-12T22:59:24.022Z using facts passed in to minting service (http://www.wikidata.org/entity/Q263170)";
  prov:generatedAtTime "2025-11-12T22:59:24.022Z"^^xsd:dateTime .
