@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:patent_infringement
      a       sl:Tag ;
      skos:prefLabel "Patent Infringement" .

tag:vive_le_capitalisme
      a       sl:Tag ;
      skos:prefLabel "Vive le capitalisme !" .

<http://www.corante.com/copyfight/archives/039510print.html>
      dc:title "The Latest IP Crime: \"Box-Wrap\" Patent Infringement" ;
      sl:creationDate "2005-09-05" ;
      sl:tag  tag:patent_infringement , tag:vive_le_capitalisme , tag:imprimantes , tag:n_importe_quoi .

tag:plastic_print
      a       sl:Tag ;
      skos:broader tag:imprimantes ;
      skos:prefLabel "Plastic print" .

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

tag:devices
      a       sl:Tag ;
      skos:prefLabel "Devices" .

tag:n_importe_quoi
      a       sl:Tag ;
      skos:prefLabel "N'importe quoi" .
