Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.07 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.07 KB

SKOS API

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

Build form source

The SKOS API can be build using Apache Maven. This will create a jar in the distribution/target/ forlder.

mvn clean install

Documentation

Please refer to skosapi.sourceforge.net for documentation. Some examples are available in the skos-example module.

Support

Please post all question to [email protected]