@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:bill_gates
      a       sl:Tag ;
      skos:prefLabel "Bill Gates" .

tag:engelbart
      a       sl:Tag ;
      skos:prefLabel "Engelbart" .

<http://pisani.blog.lemonde.fr/pisani/2005/06/cest_grce_aux_h_1.html>
      dc:title "Transnets, des gadgets aux réseaux: C’est grâce aux hippies (2)" ;
      sl:creationDate "2005-06-25" ;
      sl:tag  tag:bill_gates , tag:engelbart , tag:alan_kay , tag:hippies , tag:ted_nelson , tag:transnets .

tag:alan_kay
      a       sl:Tag ;
      skos:prefLabel "Alan Kay" .

tag:ted_nelson
      a       sl:Tag ;
      skos:prefLabel "Ted Nelson" .

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

tag:transnets
      a       sl:Tag ;
      skos:prefLabel "Transnets" .

tag:i_like
      a       sl:Tag ;
      skos:prefLabel "I like" .
