Skip to content

SSSOM-Java 1.10.0

Latest

Choose a tag to compare

@gouttegd gouttegd released this 19 Dec 21:21
· 2 commits to main since this release
82f649a

Changes since version 1.9.1:

  • New format modifier functions for mapping format strings:
    • prefix and suffix, to get the prefix and the suffix (“local name”), respectively, of a shortened identifier;
    • lower and upper, to transform a substituted value into lower- and upper-case;
    • replace, to perform basic find-and-replace operations on a substituted value.
  • New options to control SSSOM-CLI’s --split feature:
    • --split-with-predicates to split the set along the mapping predicates, in addition to the subject and object prefixes (courtesy of @ptgolden);
    • --split-by to fully control which slots are used to split the mapping set.