@prefix dc:      <http://purl.org/dc/elements/1.1/> .
@prefix sl:      <http://www.semanlink.net/2001/00/semanlink-schema#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
@prefix tag:     <http://www.semanlink.net/tag/> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos:    <http://www.w3.org/2004/02/skos/core#> .

<http://www.sofakolle.com>
      dc:title "www.sofakolle.com" ;
      sl:creationDate "2005-08-24" ;
      sl:tag  tag:john_sofakolle .

tag:musique_du_niger
      a       sl:Tag ;
      skos:prefLabel "Musique du Niger" .

tag:cfpm
      a       sl:Tag ;
      skos:prefLabel "CFPM" .

tag:ami
      a       sl:Tag ;
      skos:prefLabel "Ami" .

tag:john_sofakolle
      a       sl:Tag ;
      rdfs:isDefinedBy <http://www.semanlink.net/tag/john_sofakolle.n3> ;
      skos:broader tag:musique_du_niger , tag:cfpm , tag:ami , tag:musicien ;
      skos:prefLabel "John Sofakolle" ;
      foaf:page <http://www.semanlink.net/tag/john_sofakolle.html> .

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

<http://sofakolle.planeteafrique.com/index.asp?p=65&m=167>
      dc:title "John Sofakollé" ;
      sl:creationDate "2012-07-27" ;
      sl:tag  tag:john_sofakolle .
