The SKOS API provides a Java interface and OWL API based implementation of the Simple Knowledge Organization System (SKOS). SKOS is a W3C vocabulary for describing Knowledge Organization 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.
The SKOS API is available in a single jar in Releases
The SKOS API can be built using Apache Maven. This will create a jar in the distribution/target/ folder.
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]