@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#> .

tag:tours
      a       sl:Tag ;
      skos:prefLabel "Tours" .

tag:manu_dibango
      a       sl:Tag ;
      skos:broader tag:jazz ;
      skos:prefLabel "Manu Dibango" .

tag:vito
      a       sl:Tag ;
      skos:prefLabel "Vito" .

tag:jazz
      a       sl:Tag ;
      rdfs:isDefinedBy <http://www.semanlink.net/tag/jazz.n3> ;
      skos:broader tag:musique ;
      skos:prefLabel "Jazz" ;
      foaf:page <http://www.semanlink.net/tag/jazz.html> .

<http://www.youtube.com/user/LACANNASWING>
      dc:title "La canne à swing" ;
      sl:creationDate "2010-11-04" ;
      sl:tag  tag:tours , tag:vito , tag:jazz .

tag:musique
      a       sl:Tag ;
      skos:prefLabel "Musique" .
