OWLAPI Simplex Utils

Utils for owlapi-simplex. Can also be used without using the owlapi-simplex code generator.

License

License

GroupId

GroupId

de.jpdigital
ArtifactId

ArtifactId

owlapi-simplex-utils
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

OWLAPI Simplex Utils
Utils for owlapi-simplex. Can also be used without using the owlapi-simplex code generator.
Project URL

Project URL

http://maven.apache.org
Project Organization

Project Organization

Jens Pelzetter

Download owlapi-simplex-utils

How to add to project

<!-- https://jarcasting.com/artifacts/de.jpdigital/owlapi-simplex-utils/ -->
<dependency>
    <groupId>de.jpdigital</groupId>
    <artifactId>owlapi-simplex-utils</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.jpdigital/owlapi-simplex-utils/
implementation 'de.jpdigital:owlapi-simplex-utils:0.1.1'
// https://jarcasting.com/artifacts/de.jpdigital/owlapi-simplex-utils/
implementation ("de.jpdigital:owlapi-simplex-utils:0.1.1")
'de.jpdigital:owlapi-simplex-utils:jar:0.1.1'
<dependency org="de.jpdigital" name="owlapi-simplex-utils" rev="0.1.1">
  <artifact name="owlapi-simplex-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.jpdigital', module='owlapi-simplex-utils', version='0.1.1')
)
libraryDependencies += "de.jpdigital" % "owlapi-simplex-utils" % "0.1.1"
[de.jpdigital/owlapi-simplex-utils "0.1.1"]

Dependencies

compile (2)

Group / Artifact Type Version
net.sourceforge.owlapi : owlapi-distribution jar 5.1.12
com.github.galigator.openllet : openllet-owlapi jar 2.6.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

owlapi-simplex

The OWL API is the de facto standard way for working with OWL ontologies. If used in software projects using the OWL API often requires a lot a boiler plate code. This project provides

  • A code generator
  • Some utility classes

which make using the OWL API simpler to use. In essence, the code generator automatically generates the boiler plate code from an OWL ontology.

For information how to use owlapi-simplex can be found at https://jpdigital.github.io/owlapi-simples.

This project is an early development state. If you find a bug and miss a feature please open an issue.

Versions

Version
0.1.1
0.1.0