Skip to content

KGCL-Java 0.5.0

Compare
Choose a tag to compare
@gouttegd gouttegd released this 01 Sep 20:00
· 16 commits to master since this release
dafdbff

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 than obsolete EX:0001).
  • The KGCLReader and KGCLWriter classes now accept a Map<String,String> to use a custom prefix map, in addition to a OWLAPI PrefixManager 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 the org.incenp.obofoundry.kgcl.owl subpackage. Note that code that was using the KGCLHelper class to perform operations, rather than instanciating classes from the org.incenp.obofoundry.kgcl package, should remain unaffected by the restructuration.