Skip to content

nsmeef/ComLLODE

 
 

Repository files navigation

ComLLODE

This is a port of LODE. I needed something to work on the command line as part of a build process, so I forked and created this.

Very rough and ready, does what we need it to do, please feel free to contribute and extend. Please excuse the mess, this really was a hackathon approach to getting it to work.

Documentation

Java Version - 1.7
Gradle Version - 2.12
  • gradle build will compile the solution and create a fat jar. Perform this command where the gradle.build file resides.
  • You will find the fat jar in build/libs/.
  • To execute, run - java -jar ComLLODE.jar <file.(ttl|omn|etc)>. It will then output the generated .html file in the same directory the source file resides.

About

Live OWL Documentation Environment, to convert OWL ontologies into HTML human-readable pages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%