@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 ;
      skos:prefLabel "Guide d'achat" .

tag:photo_numerique
      a       sl:Tag ;
      rdfs:isDefinedBy <http://www.semanlink.net/tag/photo_numerique.n3> ;
      skos:broader tag:photo ;
      skos:prefLabel "Photo numérique" ;
      foaf:page <http://www.semanlink.net/tag/photo_numerique.html> .

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

tag:photo
      a       sl:Tag ;
      skos:prefLabel "Photo" .

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

<http://news.bbc.co.uk/2/hi/programmes/click_online/9568340.stm>
      dc:title "BBC News - Out-of-focus pictures eliminated by photography innovation" ;
      sl:creationDate "2011-08-22" ;
      sl:tag  tag:photo_numerique .
