UEL, Unifier for the
description logic EL,
is a plug-in for
Protégé 4.1 that
uses the
OWL API.
- download
- tutorial
- installation and use
- as a plugin:
download
de.tudresden.inf.lat.uel.jar and copy it into Protege_4.1/plugins.
- as a library:
download the zip containing the following jars:
- uel-plugin-1.2.0.jar
- uel-sat-1.2.0.jar
- uel-rule-1.2.0.jar
- uel-type-1.2.0.jar
and also download the following jars:
and use all of them as libraries.
For example, to start the standalone application, you can use the following script.
- source
- clone the source code using Git
git clone git://uel.git.sourceforge.net/gitroot/uel/uel
- browse repository
- build instructions
- git clone git://uel.git.sourceforge.net/gitroot/uel/uel
- cd trunk/uel/uel.distribution
- with Apache Ant:
ant
- with Apache Maven:
mvn package source:jar javadoc:javadoc
- release: trunk/uel/uel.distribution/target/uel-version.zip
- documentation
- development
- support