5.7.0.0
·
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 respectivelyn10s.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 onton10s.inference.class_[outgoing|incoming]_rels
lists rels defined in the onto for a given classn10s.inference.rel_[source|target]_classes
lists source and target classes for a rel as defined in the onto (rdfs:domain
/rdfs:range
)