The SKOS API provides a Java interface and OWL API based implementation of the Simple Knowledge Organisation System (SKOS). SKOS is a W3C vocabulary for descbring Knowldge Organistation Systems (KOS) such as thesauri or concept schemes. For more information about SKOS see here. An implementation of the SKOS API is provided using the OWL API.
This SKOS API is the same one hosted at (skosapi.sourceforge.net](http://skosapi.sourceforge.net). The sourceforge site will soon be depreacted in favour of github.
The SKOS API is available in a single jar in distribution/target/skos-api-onejar.jar
The SKOS API can be build using Apache Maven. This will create a jar in the distribution/target/ forlder.
mvn clean install
Please refer to skosapi.sourceforge.net for documentation. Some examples are available in the skos-example module.
Please post all question to [email protected]