@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:rdf
      a       sl:Tag ;
      skos:prefLabel "RDF" .

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

<http://www.w3.org/2005/04/fresnel-info/>
      dc:title "Fresnel - Display Vocabulary for RDF" ;
      sl:comment """Presenting Semantic Web content in a human-readable way consists in addressing two issues: specifying what information contained in an RDF graph should be presented and how this information should be presented. <br/>We developed Fresnel as a browser-independent vocabulary of core RDF display concepts applicable across different representation paradigms and output formats.
""" ;
      sl:creationDate "2007-01-02" ;
      sl:tag  tag:ihm , tag:rdf , tag:rdf_browser .

tag:informatique
      a       sl:Tag ;
      skos:prefLabel "Informatique" .

tag:rdf_browser
      a       sl:Tag ;
      skos:prefLabel "RDF browser" .
