a new version of the OWLlink API has been uploaded at http://owllink-owlapi.sourceforge.net/.
The new features include
- OWLlink is now fully compliant with OWL API 3
- Support for the HermiT reasoner
The OWLlink API is a Java interface and implementation of the OWLlink protocol for the Java-based OWL API. The OWLlink API enables OWL API-based applications to access remote reasoners (so called OWLlink servers) as well as enables OWLlink-unaware reasoners to act as OWLlink servers (with limited functionality).
Client API enables applications to use OWLlink services
- Flexible and extensible API for defining OWLlink requests/responses
- All core OWLlink requests and responses are supported by default
- Fast support for the HTTP/XML binding of OWLlink
- Full OWL API integration: OWLReasoner implementation and specific reasoner interfaces
- Use OWLlink-unaware OWL reasoners (e.g. FacT++, Pellet, HermiT) or older versions of them as OWLlink server (i.e. OWL API 2.x reasoners)
- Out-of-the-box factories and scripts for running Pellet, FacT++, and HermiT as OWLlink servers
- Bridge between OWL API 2.x reasoners and OWL API 3.0 reasoners
- Framework for reasoner developers to enhance their reasoner with OWLlink functionality (parsers and renderers)
Kind regards,
the OWLlink API developers
