Changes between Version 6 and Version 7 of TaggingApi


Ignore:
Timestamp:
04/25/06 18:47:24 (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TaggingApi

    v6 v7  
    55 
    66The code of the tagging-api is here: source:branches/gnowsis0.9/gnowsis-server/src/java/org/gnowsis/pimo/TaggingApi.java 
     7 
     8Example to use the tagging API from inside gnowsis: 
     9 
     10{{{ 
     11 // tag the file c:/semanticweb/blub.pdf with the ontology instance Semantic+Web 
     12 Gnowsis.getTaggingApi().addTagToResource("gnowsis://sauermann@serv-3100.dfki.uni-kl.de/resources/pimo/Semantic+Web", "file:/c:/semanticweb/blub.pdf"); 
     13}}} 
    714 
    815= Using Tagging API from other applications via HTTP =