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

tag:senegal  a          sl:Tag ;
        skos:prefLabel  "Sénégal" .

tag:music_of_africa  a  sl:Tag ;
        skos:prefLabel  "Music of Africa" .

tag:disque_a_retrouver
        a                 sl:Tag ;
        rdfs:isDefinedBy  tag:disque_a_retrouver.n3 ;
        skos:broader      tag:souvenirs , tag:musique ;
        skos:prefLabel    "Disque à retrouver" ;
        foaf:page         tag:disque_a_retrouver.html .

<http://www.semanlink.net/doc/2024/11/renato_matos_baiao_blues_yo>
        dc:title         "Renato Matos - Baião Blues" ;
        sl:comment       "> vou prometer, a mim mesmo, nunca mais sofrer de tédio (2)  \r\n> cantar meu baião blues será o meu melhor remédio (2)  \r\n> o meu baião é vermelho, embora seja azul  \r\n> é verde e amarelo  \r\n> o meu baião é reggae, embora seja blue  \r\n> é samba e é bolero...  " ;
        sl:creationDate  "2024-11-11" ;
        sl:tag           tag:youtube_video , tag:renato_matos , tag:disque_a_retrouver .

tag:youtube_video  a    sl:Tag ;
        skos:prefLabel  "YouTube video" .

tag:renato_matos  a     sl:Tag ;
        skos:prefLabel  "Renato Matos" .

<http://www.descarga.com/cgi-bin/db/archives/Profile88?BEsrYwYo;;181>
        dc:title         "Laba Sosseh" ;
        sl:comment       "Laba journeyed to Paris in the early '80s to record Maestro Laba Sosseh con l'Orquesta Aragón: Akoguin Theresa." ;
        sl:creationDate  "2008-12-29" ;
        sl:tag           tag:senegal , tag:salsa , tag:disque_a_retrouver .

tag:salsa  a            sl:Tag ;
        skos:prefLabel  "Salsa" .

<https://youtu.be/CtDWzb1qd-E>
        dc:title         "Akoguin Theresa - Maestro Laba Sosseh Con L'Orquesta Aragon" ;
        sl:creationDate  "2015-05-16" ;
        sl:tag           tag:youtube_video , tag:souvenirs , tag:salsa , tag:music_of_africa , tag:disque_a_retrouver .

tag:souvenirs  a        sl:Tag ;
        skos:prefLabel  "Souvenirs" .
