@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:patrick_boucheron
        a               sl:Tag ;
        skos:prefLabel  "Patrick Boucheron" .

<http://www.semanlink.net/doc/2023/06/histoire_du_sahara_de_650_a_nos>
        dc:title         "Histoire du Sahara de 650 à nos jours / History of the Sahara from 650 CE to the Present | Collège de France" ;
        sl:creationDate  "2023-06-08" ;
        sl:tag           tag:sahara , tag:histoire_de_l_afrique , tag:college_de_france .

tag:yann_lecun  a       sl:Tag ;
        skos:prefLabel  "Yann LeCun" .

tag:histoire  a         sl:Tag ;
        skos:prefLabel  "Histoire" .

<https://drive.google.com/folderview?id=0BxKBnD5y2M8NclFWSXNxa0JlZTg&usp=drive_web>
        dc:title         "Yann LeCun, Collège de France" ;
        sl:creationDate  "2016-02-20" ;
        sl:tag           tag:yann_lecun , tag:college_de_france .

tag:sahara  a           sl:Tag ;
        skos:prefLabel  "Sahara" .

tag:histoire_de_l_afrique
        a               sl:Tag ;
        skos:prefLabel  "Histoire de l'Afrique" .

tag:college_de_france
        a                 sl:Tag ;
        rdfs:isDefinedBy  <http://semanlink.net/tag/college_de_france.n3> ;
        skos:prefLabel    "Collège de France" ;
        foaf:page         tag:college_de_france.html .

<http://www.semanlink.net/doc/2021/04/patrick_boucheron_histoire_de>
        dc:title         "Patrick Boucheron - Histoire des pouvoirs en Europe occidentale, XIIIᵉ-XVIᵉ siècle - Collège de France" ;
        sl:creationDate  "2021-04-19" ;
        sl:tag           tag:patrick_boucheron , tag:histoire , tag:college_de_france .
