Skip to content

Commit

Permalink
Merge pull request #4 from ShanePMorgan/release-32
Browse files Browse the repository at this point in the history
Release 32
  • Loading branch information
ShanePMorgan authored Jun 9, 2017
2 parents 6fc478e + b4ed6d2 commit 4d2deab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
-------
Expand Down
Binary file removed skos-api-onejar.jar
Binary file not shown.

0 comments on commit 4d2deab

Please sign in to comment.