Cool RDF
Cool RDF (formerly known as owl-cli and turtle-formatter) is a set of high-level Java libraries
and a command line tool, called cool, for working with RDF
documents and OWL ontologies. Currently you can:
-
generate a diagram for an OWL ontology with the diagram command,
-
read any RDF document in RDF/Turtle, RDF/XML, RDF N-Triples or N3 format and write it in configurable, pretty-printed RDF/Turtle or one of the other formats using the write command,
-
perform OWL DL reasoning on an input ontology using the infer command.
You can find the source code at https://github.com/cool-rdf/cool-rdf.
More information
If you want to use the cool command line tool, you can find installation and running instructions in cool command line tool.
If you want to use Cool RDF as a library in your Java program, please see Cool RDF Java API.
If you are interested how Cool RDF relates to owl-cli or turtle-formatter, please see
Legacy Projects.