Release Notes
Version 1.2.5
-
Changes in write command:
rdf:type
used as an object in a triple is not rendered asa
any more.
Version 1.2.4
-
Changes in write command: Triple-quotes strings that happen to end with a quote are escaped correctly.
Version 1.2.3
-
Changes in write command: Special characters in the URIs are serialized correctly (using Jena RIOT); if characters are invalid in a local name, the full URI is printed. The longest available prefixes are used.
Version 1.2.2
-
Change in write command: Dashes, underscores and full stops in the name part of local names are not escaped any more. Both variants are valid, but reading RDF/Turtle is easier without the escapes.
Version 1.2.1
-
Bugfix in write command: Dashes in the prefix part of local names are not escaped any more
Version 1.1.0
-
Adds the write command to read RDF files in multiple formats and write them out. When choosing RDF/Turtle as output format, the output is pretty-printed and formatting can be controlled.
Version 1.0.0
-
This is the first released version.
-
It supports the diagram command to automatically generate diagrams from OWL ontologies.