Changes between Version 6 and Version 7 of TaggingApi
- Timestamp:
- 04/25/06 18:47:24 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TaggingApi
v6 v7 5 5 6 6 The code of the tagging-api is here: source:branches/gnowsis0.9/gnowsis-server/src/java/org/gnowsis/pimo/TaggingApi.java 7 8 Example 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 }}} 7 14 8 15 = Using Tagging API from other applications via HTTP =