@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sl:    <http://www.semanlink.net/2001/00/semanlink-schema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tag:   <http://www.semanlink.net/tag/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

<http://media.tumblr.com/tumblr_l66nt4w0xq1qbh7fc.jpg>
        dc:title         "Dosso" ;
        sl:creationDate  "2011-01-14" ;
        sl:tag           tag:dosso , tag:jermakoye .

tag:jerma  a            sl:Tag ;
        skos:prefLabel  "Jerma" .

tag:new_africa  a       sl:Tag ;
        skos:prefLabel  "New Africa" .

<http://whc.unesco.org/en/tentativelists/5041/>
        dc:title         "Palais du Zarmakoye de Dosso - UNESCO World Heritage Centre" ;
        sl:comment       "Le palais du Chef de province de Dosso a été construit en  1904, peu de temps après l'accession du Zarmakoye Abdou Aoûta au trône. Le règne des Zarrmakoye a débuté au XVème siècle, lorsque Boukar fils de Tagur Gana s'installa dans le Zigui." ;
        sl:creationDate  "2008-12-11" ;
        sl:tag           tag:histoire_du_niger , tag:dosso , tag:jermakoye .

tag:inde  a             sl:Tag ;
        skos:prefLabel  "Inde" .

<http://www.semanlink.net/doc/2025/10/dharam_veer_film_>
        dc:title         "Dharam Veer (film)" ;
        sl:creationDate  "2025-10-25" ;
        sl:tag           tag:film , tag:inde , tag:dosso .

tag:dosso  a              sl:Tag ;
        rdfs:isDefinedBy  tag:dosso.n3 ;
        skos:broader      tag:niger , tag:jerma ;
        skos:prefLabel    "Dosso" ;
        foaf:page         tag:dosso.html .

tag:histoire_du_niger
        a               sl:Tag ;
        skos:prefLabel  "Histoire du Niger" .

tag:film  a             sl:Tag ;
        skos:prefLabel  "Movie" .

<http://www.lemonde.fr/festival/article/2015/08/05/demande-a-la-poussiere_4712519_4415198.html>
        dc:title         "La conquête de l’ouest (de l’Afrique) : Demande à la poussière" ;
        sl:creationDate  "2015-08-07" ;
        sl:tag           tag:new_africa , tag:dosso .

tag:jermakoye  a        sl:Tag ;
        skos:broader    tag:dosso ;
        skos:prefLabel  "Djermakoye" .

<http://www.semanlink.net/doc/2021/09/dosso_toubal_n_06>
        dc:title         "Dosso - TOUBAL N 06" ;
        sl:creationDate  "2021-09-17" ;
        sl:tag           tag:dosso , tag:jermakoye .

tag:niger  a            sl:Tag ;
        skos:prefLabel  "Niger" .
