Hello,
I saw that, this question has been asked and answered in the forum, but with the given solution from the other subject, it doesn't work at my pc ....
I got several questions at the same time:
1. I got two versions of jar file for SKOS API, one is "skos-api-onejar.jar", another is "skosapi.jar", finally, which one should i use? what's the difference?
2. With both jar files, the language attribut is not showing in any label elements. even with the official example
http://sourceforge.net/p/skosapi/code/HEAD/tree/version_3/src/examples/CreateSKOSExample.java?format=rawCould someone show me a full functional example code please.
3. seems that all new created entities/relations have to be added into skos file by using
manager.applyChanges(newAssertion1);
manager.applyChanges(newAssertion2);
etc..
Is there a simpler way to add and commit these modifications?
Thank you very much for help.
yuan