Skip to content

5.7.0.0

Compare
Choose a tag to compare
@neo-technology-build-agent neo-technology-build-agent released this 05 May 13:46
· 1 commit to 5.7 since this release

What's changed

General

  • Upgrade to Neo4j 5.7.0
  • Upgrade to RDF4J 4.2.4

New Features

  • Added semantic similarity metrics:
    • n10s.sim.(pathsim | lchsim | wupsim).value() for path similarity, Leacock-Chodorow and Wu&Palmer metrics respectively
    • n10s.sim.pathsim.path for path showing shortest distance in taxonomy
  • Added ontology inference procedures and functions:
    • n10s.inference.labels() lists all labels explicit + derived from the onto
    • n10s.inference.class_[outgoing|incoming]_rels lists rels defined in the onto for a given class
    • n10s.inference.rel_[source|target]_classes lists source and target classes for a rel as defined in the onto (rdfs:domain/rdfs:range)