KGCL-Java 0.5.0
gouttegd
released this
01 Sep 20:00
·
16 commits
to master
since this release
Changes sinces KGCL-Java 0.4.0:
- It is now possible to refer to nodes in a KGCL instruction using their labels rather than their identifiers (e.g.,
obsolete 'my class
rather thanobsolete EX:0001
). - The
KGCLReader
andKGCLWriter
classes now accept aMap<String,String>
to use a custom prefix map, in addition to a OWLAPIPrefixManager
object. - The
org.incenp.obofoundry.kgcl
package has been restructured and several classes have been moved to subpackages (which may break existing code); in particular, all classes related to the application of KGCL changes to an OWL ontology have been moved to theorg.incenp.obofoundry.kgcl.owl
subpackage. Note that code that was using theKGCLHelper
class to perform operations, rather than instanciating classes from theorg.incenp.obofoundry.kgcl
package, should remain unaffected by the restructuration.