Skip to content

KGCL-Java 0.4.0

Compare
Choose a tag to compare
@gouttegd gouttegd released this 27 Mar 11:48
· 35 commits to master since this release
741ccaf

Changes sinces KGCL-Java 0.3.2:

  • Allow creating an edge that uses an annotation property (when the value is an entity rather than a literal).
  • Allow creating new object properties (create relation...) and new annotation properties (create annotation property...).
  • Support for explicit typing of literal values (e.g. "123"^^xsd:integer).
  • Lax comparison of literal values when language tags are used (see INCATools/kgcl#60).
  • New --create option for the kgcl:apply ROBOT command, to create a new ontology from scratch with the changes rather than working on an existing ontology.
  • Support for auto-assignation of IDs for newly created entities (see INCATools/kgcl#56).
  • New helper ROBOT command kgcl:mint to re-allocate permanent identifiers.