Home

Awesome

ONT-API + OWL-API Tools & Formats - OSGI and Distribution.

This is a full ONT-API OSGi and standard distribution which includes:

The artifact net.sourceforge.owlapi:owlapi-apibinding is not included in the distribution. Instead, the access point to manager instances is com.github.owlcs.ontapi.OntManagers from ONT-API. Please do not confuse this distribution with net.sourceforge.owlapi:owlapi-osgidistribution, which is an extraneous implementation, that is not based on ONT-API.

The project is completed with validation and integration tests.

Requirements

License

Installation

$ git clone https://github.com/owlcs/ont-api.git
$ cd ont-api
$ mvn clean install
$ cd ..
$ git clone https://github.com/sszuev/ontapi-osgidistribution.git
$ cd ontapi-osgidistribution
$ mvn clean install

Version history and dependencies: