Tagging API
fulfills use case: UseCaseTagging
implemented in gnowsis-server and the PIMO.
- javadoc: TaggingApi
- code: TaggingApi.java
Example to use the tagging API from inside gnowsis:
// tag the file c:/semanticweb/blub.pdf with the ontology instance Semantic+Web Gnowsis.getTaggingApi().addTagToResource( "gnowsis://sauermann@serv-3100.dfki.uni-kl.de/resources/pimo/Semantic+Web", "file:/c:/semanticweb/blub.pdf");
Using Tagging API from other applications
We have made a crappy servlet to access the API, but we recommend to use XmlRpcDeveloping methods to access the api.
Last modified 18 years ago
Last modified on 09/20/06 23:27:09