Description Logic Renderer - Plugin for Protégé
This plugin is a "view" component for Protégé.
It renders the axioms of the selected entity in Description Logic syntax.
To simply install the plugin:
Prerequisites
Ensure that you have Protege 5.5.0 installed (although older versions should still work).
Instructions
- Clone/download this repository.
- Drag the
dl-render-2.0.jar
plugin and put it in the "plugins" folder of your Protégé installation.
- Launch Protégé
- Go to Window>View>Class Views > DL Axiom Renderer
- Drop the plugin in a window slot
To build from source:
Prerequisites
Ensure that you have the latest version of Maven installed.
Instructions
- Clone/download this repository.
- Open a Terminal and navigate to the directory of the downloaded repository (
cd ProtegeDLAxiomPlugin
).
- Enter the command
mvn clean install
- JAR file will be in the “target” folder within “ProtegeDLAxiomPlugin” folder.
- Copy the JAR file into the “plugins” folder within Protégé root folder.
- Launch Protégé
- Go to Window>View>Class Views > DL Axiom Renderer
- Drop the plugin in a window slot
Screenshots of the plugin in action