Skip to content

Releases: johanwk/elot

bugfix; exporter improvements

07 Mar 16:01

Choose a tag to compare

elot-exporter covers more OWL constructs, runs faster, and can take stdin.

Bugfixes in Elot.

exporter improvements

15 May 13:57

Choose a tag to compare

The exporter now adds labels to resources used from imported ontologies, helping the navigation in an Elot buffer. It also applies the new Elot HTML style.

Various bugfixes.

More complete exporter

11 Apr 20:16

Choose a tag to compare

The exporter now picks up superclasses where there's only EquivalentTo axioms, so such resources are included in the outline properly. Also fixes an indentation bug.

Note, the exporter won't make use of a catalog-v001.xml file yet, so to convert ontologies with imports from local files, use e.g. ROBOT to merge first.

More complete exporter. Batch mode. Slight format improvement. VS Code.

03 Apr 23:42

Choose a tag to compare

  • Now more of OWL can be written in description lists: DisjointClasses, Rules, similar declarations
  • Format update makes Datatypes a heading instead of hiding inside :OMN: block. Better for AI assistance.
  • The exporter (conversion from existing OWL ontologies) handles property chains
  • Scripts available for installing ELOT to run tangle and HTML export in batch mode
  • Setup for calling batch mode from VS Code

More complete elot-exporter. Preserve newlines in annotations

24 Mar 15:11

Choose a tag to compare

Improved elot-exporter: equivalence axioms

22 Mar 11:55

Choose a tag to compare

v1.0.2

Auto-update README.md from README.org

Initial submission to Melpa

16 Mar 20:35

Choose a tag to compare

Various improvements made in preparation for package submission.

v0.3 meta-annotations in import and more

12 Mar 22:50

Choose a tag to compare

The elot-exporter jar now handles annotations on annotations and axioms, and language tags are handled better. Input for elot-exporter can now be URLs, not just files. In ELOT, various less-common cases are handled better.

Make owl converter available

10 Mar 21:33

Choose a tag to compare

Pre-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.