@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:lyrics  a           sl:Tag ;
        skos:prefLabel  "Lyrics" .

tag:bob_dylan  a          sl:Tag ;
        rdfs:isDefinedBy  tag:bob_dylan.n3 ;
        skos:broader      tag:prix_nobel_de_litterature , tag:musicien ;
        skos:prefLabel    "Bob Dylan" ;
        foaf:page         tag:bob_dylan.html .

tag:comedie_francaise
        a               sl:Tag ;
        skos:prefLabel  "Comédie Française" .

tag:j_y_etais  a        sl:Tag ;
        skos:prefLabel  "J'y étais" .

tag:musicien  a         sl:Tag ;
        skos:prefLabel  "Musicien" .

<http://www.semanlink.net/doc/2024/04/comme_une_pierre_qui_roule_>
        dc:title         "Comme une pierre qui roule... - 1965, en studio avec Bob Dylan" ;
        sl:creationDate  "2024-04-21" ;
        sl:tag           tag:film , tag:comedie_francaise , tag:bob_dylan .

tag:prix_nobel_de_litterature
        a               sl:Tag ;
        skos:prefLabel  "Prix Nobel de littérature" .

tag:prix_nobel  a       sl:Tag ;
        skos:prefLabel  "Prix Nobel" .

tag:immigration  a      sl:Tag ;
        skos:prefLabel  "Immigration" .

<https://www.youtube.com/watch?v=GlUUmiIEinY&t=13m19s>
        dc:title         "I pity the poor immigrant" ;
        sl:comment       "<a href=\"https://www.youtube.com/v/GlUUmiIEinY&start=770&end=1024\">(firefox)</a>" ;
        sl:creationDate  "2017-03-11" ;
        sl:tag           tag:immigration , tag:bob_dylan .

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

<http://www.semanlink.net/doc/2025/11/bob_dylan_au_palais_des_congres>
        dc:title         "Bob Dylan au Palais des congrès, une expérience mystique | Les Echos" ;
        sl:creationDate  "2025-11-01" ;
        sl:tag           tag:j_y_etais , tag:bob_dylan .

<http://www.bobdylan.com/songs/rolling.html>
        dc:title         "Bob Dylan: Like a Rolling Stone" ;
        sl:creationDate  "2006-10-10" ;
        sl:tag           tag:lyrics , tag:bob_dylan .

<http://www.svenskaakademien.se/en/nobel-lecture>
        dc:title         "Bob Dylan's Nobel Lecture" ;
        sl:comment       "\"Sing in me, oh Muse, and through me tell the story\"." ;
        sl:creationDate  "2017-06-05" ;
        sl:tag           tag:prix_nobel , tag:bob_dylan .

<http://www.semanlink.net/doc/2023/10/bob_dylan_l%E2%80%99eternelle_enigme>
        dc:title         "Bob Dylan, l’éternelle énigme" ;
        sl:comment       "> les gens ne savent pas ce que mes chansons veulent dire… Je ne le sais pas moi-même" ;
        sl:creationDate  "2023-10-20" ;
        sl:tag           tag:bob_dylan .
