@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:guide_d_achat
      a       sl:Tag ;
      rdfs:isDefinedBy <http://www.semanlink.net/tag/guide_d_achat.n3> ;
      skos:prefLabel "Guide d'achat" ;
      foaf:page <http://www.semanlink.net/tag/guide_d_achat.html> .

tag:photo_numerique
      a       sl:Tag ;
      skos:prefLabel "Photo numérique" .

<http://www.megapixel.net>
      dc:title "megapixel.net Webzine: Digital Camera Reviews and Information" ;
      sl:creationDate "2005-05-26" ;
      sl:tag  tag:guide_d_achat , tag:photo_numerique .

<http://dpreview.com/>
      dc:title "Digital Camera Reviews and News: Digital Photography Review: Forums, Glossary, FAQ" ;
      sl:creationDate "2005-06-23" ;
      sl:tag  tag:guide_d_achat , tag:photo_numerique .
