diff --git a/README.md b/README.md index c3e6d6a..9a5cd81 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,21 @@ 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](http://www.w3.org/2004/02/skos/). An implementation of the SKOS API is provided using the [OWL API](http://owlapi.sourceforge.net). +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](http://www.w3.org/2004/02/skos/). An implementation of the SKOS API is provided using the [OWL API](http://owlcs.github.io/owlapi/). -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 [Releases](https://github.com/simonjupp/java-skos-api/releases) -The SKOS API is available in a single jar in distribution/target/skos-api-onejar.jar - -Build form source +Build from source ------------ -The SKOS API can be build using Apache Maven. This will create a jar in the distribution/target/ forlder. +The SKOS API can be built using Apache Maven. This will create a jar in the distribution/target/ folder. _mvn clean install_ Documentation ------------- -Please refer to [skosapi.sourceforge.net](http://skosapi.sourceforge.net) for documentation. Some examples are available in the skos-example module. +Please refer to [skosapi.sourceforge.net](http://skosapi.sourceforge.net) for documentation. Some examples are available in the skos-example module. Support ------- diff --git a/skos-api-onejar.jar b/skos-api-onejar.jar deleted file mode 100644 index b658519..0000000 Binary files a/skos-api-onejar.jar and /dev/null differ