SSSOM-Java 0.4.1
gouttegd
released this
03 Sep 15:12
·
359 commits
to main
since this release
Changes since version 0.4.0
This version brings some helper options to sssom-inject
, intended to allow avoiding the use of SSSOM/Transform rules for some simple use cases:
--invert
to invert the mapping set before generating any bridging axioms.--bridge-iri
to specify the ontology IRI of the bridge file created with--bridge-file
.--only-subject-in
to filter mappings on their subject ID.--only-object-in
to filter mappings on their object ID.
In addition, the command now is by default aware of all prefixes that are known to ROBOT when it is called. Use the --no-default-prefixes
to revert to the previous behaviour where all prefixes had to be explicitly declared.
Release artifacts
sssom-core-0.4.1.jar
is the base Java library containing only the code from this project (dependencies are not included);sssom-robot-plugin-0.4.1.jar
is a plugin for ROBOT providing thesssom-inject
andxref-extract
commands, to be used with a version ROBOT that supports plugins (no such version has been released yet);sssom-robot-standalone-0.4.1.jar
includes a full distribution of ROBOT 1.9.4, where thesssom-inject
andxref-extract
commands from this project are readily available as built-in commands.