KGCL-Java 0.3.2
gouttegd
released this
22 Feb 10:39
·
65 commits
to master
since this release
Changes since KGCL-Java 0.3.1:
- When obsoleting a class with a direct replacement, axioms referring to the obsolete class are now re-wired.
- Language tags in text values (e.g. for synonyms or labels) are better handled.
- Experimental support for applying changes in a “provisional” manner, by recording them in the ontology rather than applying them directory.
See INCATools/kgcl#49 for details about the “provisional mode”.
To record provisional changes in an ontology rather than applying them, pass the --provisional
(-p
) option to the ROBOT apply
command.
To apply provisional changes that were previously recorded in an ontology, use the --pending DATE
option, where DATE
is either the special value all
to apply all provisional changes, or a date in the YYYY-MM-DD format to apply all changes that were recorded prior to the indicated date.