@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_and_social_networks
      a       sl:Tag ;
      skos:prefLabel "RDF and social networks" .

<http://sti.innoraise.com/profile/show/5350>
      dc:title "Me on INNORAISE" ;
      sl:creationDate "2008-10-28" ;
      sl:tag  tag:innoraise , tag:fps .

tag:innoraise
      a       sl:Tag ;
      rdfs:isDefinedBy <http://www.semanlink.net/tag/innoraise.n3> ;
      sl:comment """The STI community is an international network of experts in Semantic technologies. Innoraise combines search and social networks to keep you up-to-date on your peers of interest and allows you to discover new interesting peers based on their contributions in the Web and in published work.
""" ;
      skos:broader tag:rdf_and_social_networks , tag:social_networks , tag:semantic_web_application ;
      skos:prefLabel "Innoraise" ;
      foaf:page <http://www.semanlink.net/tag/innoraise.html> .

tag:fps
      a       sl:Tag ;
      skos:prefLabel "fps" .

tag:social_networks
      a       sl:Tag ;
      skos:prefLabel "Social Networks" .

tag:semantic_web_application
      a       sl:Tag ;
      skos:prefLabel "Semantic Web : Application" .
