This plugin is a "view" component for Protégé. It renders the axioms of the selected entity in Description Logic syntax.
Ensure that you have Protege 5.5.0 installed (although older versions should still work).
- 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
Ensure that you have the latest version of Maven installed.
- 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