Project Group: net.sourceforge.owlapi

OWLAPI :: Interfaces

net.sourceforge.owlapi : owlapi-api

The OWL API is a Java API and reference implementation for creating, manipulating and serialising OWL Ontologies. The latest version of the API is focused towards OWL 2

Last Version: 5.1.20

Release Date:

OWLAPI :: Binding and Config

net.sourceforge.owlapi : owlapi-apibinding

The OWL API is a Java API and reference implementation for creating, manipulating and serialising OWL Ontologies. The latest version of the API is focused towards OWL 2

Last Version: 5.1.20

Release Date:

OWLAPI :: Distribution

net.sourceforge.owlapi : owlapi-distribution

The OWL API is a Java API and reference implementation for creating, manipulating and serialising OWL Ontologies. The latest version of the API is focused towards OWL 2

Last Version: 5.1.20

Release Date:

OWLAPI :: Default Implementation

net.sourceforge.owlapi : owlapi-impl

The OWL API is a Java API and reference implementation for creating, manipulating and serialising OWL Ontologies. The latest version of the API is focused towards OWL 2

Last Version: 5.1.20

Release Date:

OWLAPI :: Parsers

net.sourceforge.owlapi : owlapi-parsers

The OWL API is a Java API and reference implementation for creating, manipulating and serialising OWL Ontologies. The latest version of the API is focused towards OWL 2

Last Version: 5.1.20

Release Date:

OWLAPI :: OSGi and Compatibility Distribution

net.sourceforge.owlapi : owlapi-osgidistribution

The OWL API is a Java API and reference implementation for creating, manipulating and serialising OWL Ontologies. The latest version of the API is focused towards OWL 2

Last Version: 5.1.20

Release Date:

OWLAPI :: OBO Format

net.sourceforge.owlapi : owlapi-oboformat

A java library for converting obo format documents to OWL, and for converting (a subset of) OWL to obo format. This version has been slightly modified to be included directly in the OWL API. The upstream code for this module and its authors can be found at https://code.google.com/p/oboformat/.

Last Version: 5.1.20

Release Date:

OWLAPI :: RDF4J Rio

net.sourceforge.owlapi : owlapi-rio

Extends OWLAPI to export ontologies to any RDF4J Rio RDFHandler, including databases and in-memory RDF statement collections.

Last Version: 5.1.20

Release Date:

OWLAPI :: Atomic Decomposition and Explanation

net.sourceforge.owlapi : owlapi-tools

The OWL API is a Java API and reference implementation for creating, manipulating and serialising OWL Ontologies. The latest version of the API is focused towards OWL 2

Last Version: 5.1.20

Release Date:

OWLAPI :: Compatibility

net.sourceforge.owlapi : owlapi-compatibility

The OWL API is a Java API and reference implementation for creating, manipulating and serialising OWL Ontologies. The latest version of the API is focused towards OWL 2

Last Version: 5.1.20

Release Date:

OWLAPI

net.sourceforge.owlapi : owlapi-parent

The OWL API is a Java API and reference implementation for creating, manipulating and serialising OWL Ontologies. The latest version of the API is focused towards OWL 2

Last Version: 5.1.20

Release Date:

OWLAPI :: Tests and Tutorials

net.sourceforge.owlapi : owlapi-contract

The OWL API is a Java API and reference implementation for creating, manipulating and serialising OWL Ontologies. The latest version of the API is focused towards OWL 2

Last Version: 5.1.20

Release Date:

HermiT

net.sourceforge.owlapi : org.semanticweb.hermit

HermiT is reasoner for ontologies written using the Web Ontology Language (OWL). Given an OWL file, HermiT can determine whether or not the ontology is consistent, identify subsumption relationships between classes, and much more. This is the maven build of HermiT and is designed for people who wish to use HermiT from within the OWL API. It is now versioned in the main HermiT version repository, although not officially supported by the HermiT developers. The version number of this package is a composite of the HermiT version and a value representing the OWLAPI release it is compatible with. Note that the group id for the upstream HermiT is com.hermit-reasoner, while this fork is released under net.sourceforge.owlapi. This fork exists to allow HermiT users to use newer OWLAPI versions than the ones supported by the original HermiT codebase. This package includes the Jautomata library (http://jautomata.sourceforge.net/), and builds with it directly. This library appears to be no longer under active development, and so a "fork" seems appropriate. No development is intended or anticipated on this code base.

Last Version: 1.4.5.519

Release Date:

owlapi-gwt-client-side-emul

net.sourceforge.owlapi : owlapi-gwt-client-side-emul

A component of the OWL API GWT module. This maven module contains source code that is used for client side emulation. The code in this module is not compiled by the Java compiler, but is placed in the super-source directory for use by the GWT compiler when this module is built and packaged by the parent module.

Last Version: 4.3.2.1

Release Date:

owlapi-gwt

net.sourceforge.owlapi : owlapi-gwt

An OWL API GWT Module (The name of the module is org.semanticweb.owlapi.gwt.owlapi)

Last Version: 4.3.2.1

Release Date:

owlapi-gwt-serialization

net.sourceforge.owlapi : owlapi-gwt-serialization

A component of the OWL API GWT module that is used for object serialization. This code is compiled by javac and used on the server, and is compiled by the GWT compiler for use on the client.

Last Version: 4.3.2.1

Release Date:

owlapi-gwt-parent

net.sourceforge.owlapi : owlapi-gwt-parent

A project that builds a GWT module of a subset of the OWL API. This allows most OWL API model classes to be used in a GWT app on the client, and allows a subset of these to be serialized and sent over the wire.

Last Version: 4.3.2.1

Release Date:

owlapi-gwt-serialization-tests

net.sourceforge.owlapi : owlapi-gwt-serialization-tests

A set of tests that serialize OWL API objects that should be serializable and sends them over the wire. The objects are round tripped from client to server and back to check that they serialize and deserialize correctly, and that the GWT compiler can actually compile the source code used for client side emulation.

Last Version: 4.3.2.1

Release Date:

OWLLink API

net.sourceforge.owlapi : owllinkapi

The OWLlink API is both a client API and a server API. The client API enables OWLAPI-based application to use OWLlink services offered by an arbitrary OWLlink server that provides a HTTP/XML binding. This repository contains a fork of the original code, for the purpose of providing an OWLAPI 5 compliant version of the OWLLink library.

Last Version: 2.0.0

Release Date:

OWLLink API implementation

net.sourceforge.owlapi : owllinkimpl

The OWLlink API is both a client API and a server API. The client API enables OWLAPI-based application to use OWLlink services offered by an arbitrary OWLlink server that provides a HTTP/XML binding. This repository contains a fork of the original code, for the purpose of providing an OWLAPI 5 compliant version of the OWLLink library.

Last Version: 2.0.0

Release Date:

OWLLink HTTP/XML

net.sourceforge.owlapi : owllinkhttpxml

The OWLlink API is both a client API and a server API. The client API enables OWLAPI-based application to use OWLlink services offered by an arbitrary OWLlink server that provides a HTTP/XML binding. This repository contains a fork of the original code, for the purpose of providing an OWLAPI 5 compliant version of the OWLLink library.

Last Version: 2.0.0

Release Date:

OWLLink API server side

net.sourceforge.owlapi : owllinkserver

The OWLlink API is both a client API and a server API. The client API enables OWLAPI-based application to use OWLlink services offered by an arbitrary OWLlink server that provides a HTTP/XML binding. This repository contains a fork of the original code, for the purpose of providing an OWLAPI 5 compliant version of the OWLLink library.

Last Version: 2.0.0

Release Date:

OWLLink-owlapi

net.sourceforge.owlapi : owllink-owlapi-parent

The OWLlink API is both a client API and a server API. The client API enables OWLAPI-based application to use OWLlink services offered by an arbitrary OWLlink server that provides a HTTP/XML binding. This repository contains a fork of the original code, for the purpose of providing an OWLAPI 5 compliant version of the OWLLink library.

Last Version: 2.0.0

Release Date:

OWLLink Protege plugin

net.sourceforge.owlapi : owllinkprotege

The OWLlink API is both a client API and a server API. The client API enables OWLAPI-based application to use OWLlink services offered by an arbitrary OWLlink server that provides a HTTP/XML binding. This repository contains a fork of the original code, for the purpose of providing an OWLAPI 5 compliant version of the OWLLink library.

Last Version: 2.0.0

Release Date:

JFact

net.sourceforge.owlapi : jfact

JFact is an OWL DL reasoner, based on FaCT++

Last Version: 5.0.3

Release Date:

OPPL 2

net.sourceforge.owlapi : oppl2-oppl2

OPPL 2 is a language for querying and manipulating OWL ontologies

Last Version: 5.0.0

Release Date:

OPPL 2 Test Case

net.sourceforge.owlapi : oppl2-oppl2testcase

OPPL 2 is a language for querying and manipulating OWL ontologies

Last Version: 5.0.0

Release Date:

OPPL 2 Patterns

net.sourceforge.owlapi : oppl2-oppl2patterns

OPPL 2 is a language for querying and manipulating OWL ontologies

Last Version: 5.0.0

Release Date:

OPPL 2 parent

net.sourceforge.owlapi : oppl2-parent

OPPL 2 is a language for querying and manipulating OWL ontologies

Last Version: 5.0.0

Release Date:

OPPL 2 Templates

net.sourceforge.owlapi : oppl2-oppl2templates

OPPL 2 is a language for querying and manipulating OWL ontologies

Last Version: 5.0.0

Release Date:

OPPL 2 plugin

net.sourceforge.owlapi : oppl2-oppl2plugin

OPPL 2 is a language for querying and manipulating OWL ontologies

Last Version: 5.0.0

Release Date:

OWL Explanation

net.sourceforge.owlapi : owlexplanation

OWL Explanation Generator - see http://www.bcs.org/upload/pdf/dd-matthew-horridge.pdf

Last Version: 5.0.0

Release Date:

Telemetry

net.sourceforge.owlapi : telemetry

A toolkit for recording nested data including CPU times

Last Version: 5.0.0

Release Date:

Binary OWL

net.sourceforge.owlapi : binaryowl

A package that provides serialization and deserialization capabilities for the Binary OWL file format

Last Version: 2.0.1

Release Date:

OWLAPI :: Violation fixers

net.sourceforge.owlapi : owlapi-fixers

The OWL API is a Java API and reference implementation for creating, manipulating and serialising OWL Ontologies. The latest version of the API is focused towards OWL 2

Last Version: 5.0.1

Release Date:

owlapitools-fixers

net.sourceforge.owlapi : owlapitools-fixers

OWLAPI_TOOLS is a collection of add-ons for OWL API

Last Version: 3.5.4

Release Date:

Auto-generated JMH benchmark

net.sourceforge.owlapi : benchmarks

The OWL API is a Java API and reference implementation for creating, manipulating and serialising OWL Ontologies. The latest version of the API is focused towards OWL 2

Last Version: 4.1.0-RC2

Release Date:

Pellet :: OWL API (ignazio1977 fork)

net.sourceforge.owlapi : pellet-owlapi-ignazio1977

The Clark and Parsia Pellet OWL Reasoner (fork maintained by ignazio1977)

Last Version: 2.4.0-ignazio1977

Release Date:

Pellet :: Jena (ignazio1977 fork)

net.sourceforge.owlapi : pellet-jena-ignazio1977

The Clark and Parsia Pellet OWL Reasoner (fork maintained by ignazio1977)

Last Version: 2.4.0-ignazio1977

Release Date:

Pellet :: Query (ignazio1977 fork)

net.sourceforge.owlapi : pellet-query-ignazio1977

The Clark and Parsia Pellet OWL Reasoner (fork maintained by ignazio1977)

Last Version: 2.4.0-ignazio1977

Release Date:

Pellet :: Explanation (ignazio1977 fork)

net.sourceforge.owlapi : pellet-explanation-ignazio1977

The Clark and Parsia Pellet OWL Reasoner (fork maintained by ignazio1977)

Last Version: 2.4.0-ignazio1977

Release Date:

Pellet :: Modularity (ignazio1977 fork)

net.sourceforge.owlapi : pellet-modularity-ignazio1977

The Clark and Parsia Pellet OWL Reasoner (fork maintained by ignazio1977)

Last Version: 2.4.0-ignazio1977

Release Date:

Pellet :: Pellint (ignazio1977 fork)

net.sourceforge.owlapi : pellet-pellint-ignazio1977

The Clark and Parsia Pellet OWL Reasoner (fork maintained by ignazio1977)

Last Version: 2.4.0-ignazio1977

Release Date:

OWLAPI_TOOLS

net.sourceforge.owlapi : owlapitools-parent

OWLAPI_TOOLS is a collection of add-ons for OWL API

Last Version: 4.1.0

Release Date:

owlapitools-suggestor

net.sourceforge.owlapi : owlapitools-suggestor

OWLAPI_TOOLS is a collection of add-ons for OWL API

Last Version: 4.1.0

Release Date:

Last Version: 4.1.0

Release Date:

owlapitools-concurrentimpl

net.sourceforge.owlapi : owlapitools-concurrentimpl

OWLAPI_TOOLS is a collection of add-ons for OWL API

Last Version: 4.1.0

Release Date:

Pellet :: Parent (ignazio1977 fork) POM

net.sourceforge.owlapi : pellet-parent-ignazio1977

The Clark and Parsia Pellet OWL Reasoner (fork maintained by ignazio1977)

Last Version: 2.4.0-ignazio1977

Release Date:

Pellet :: CLI (ignazio1977 fork)

net.sourceforge.owlapi : pellet-cli-ignazio1977

The Clark and Parsia Pellet OWL Reasoner (fork maintained by ignazio1977)

Last Version: 2.4.0-ignazio1977

Release Date:

  • 1