This is a development release of ROBOT that adds the remove
command and updates the filter
command.
remove
and filter
allow you to remove selected axioms from an ontology. See http://robot.obolibrary.org/remove. These commands may change in future development releases!
Breaking Change: We have upgraded from Apache Jena 2.13.0 to 3.8.0 (#314), which involves the renaming of several packages and changes to the return types of QueryOperation
. One other change we've noted is that the new Jena adds fewer xsd:string
datatypes than the previous version.
Other changes:
--use-graphs true
option forquery
allows queries over imports as named graphs, #158