@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/> .

tag:google_search  a    sl:Tag ;
        skos:prefLabel  "Google search" .

<http://www.semanlink.net/doc/2025/10/origine_des_hausas_et_climat_>
        dc:title         "origine des Hausas et climat - Google Search" ;
        sl:creationDate  "2025-10-24" ;
        sl:tag           tag:hausa_origines , tag:google_search .

tag:haoussa  a          sl:Tag ;
        skos:prefLabel  "Hausa" .

<http://www.semanlink.net/doc/2023/10/hausa_polities_origins_rise>
        dc:title         "Hausa Polities: Origins, Rise" ;
        sl:comment       "> The Hausa people themselves are a conglomerate of a number of different people who have been incorporated into the “original” stock through conquest or merger.\r\n\r\n> Hausa trading centers became the center of a new urban Muslim Hausa culture, succeeding pre-Hausa states, and the Mbau kingdoms that formed part of a series of shrines, which featured fairs at which disputes were mediated. These early kingdoms seem to have been formed around 1500" ;
        sl:creationDate  "2023-10-31" ;
        sl:tag           tag:hausa_origines .

tag:hausa_origines  a     sl:Tag ;
        rdfs:isDefinedBy  tag:hausa_origines.n3 ;
        skos:broader      tag:haoussa ;
        skos:prefLabel    "Hausa: origines" ;
        foaf:page         tag:hausa_origines.html .
