@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:hausa_origines  a   sl:Tag ;
        skos:prefLabel  "Hausa: origines" .

<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:google_search  a      sl:Tag ;
        rdfs:isDefinedBy  tag:google_search.n3 ;
        skos:prefLabel    "Google search" ;
        foaf:page         tag:google_search.html .
