Skip to content

Make owl converter available

Pre-release
Pre-release
Compare
Choose a tag to compare
@johanwk johanwk released this 10 Mar 21:33
· 188 commits to main since this release

The Java executable elot-exporter-0.2-SNAPSHOT.jar will convert an existing ontology file into an ELOT org-mode file. For example, convert a Turtle file myfile.ttl into ELOT format myfile.org with this command:

java -jar elot-exporter-0.2-SNAPSHOT.jar myfile.ttl > myfile.org

Bug reports and feedback is very welcome.