Dietmar Glachs created MARMOTTA-664:
---------------------------------------
Summary: LDPath - ReversePropertySelector not working
Key: MARMOTTA-664
URL: https://issues.apache.org/jira/browse/MARMOTTA-664
Project: Marmotta
Issue Type: Bug
Components: LDPath
Affects Versions: 3.4.0
Reporter: Dietmar Glachs
Assignee: Dietmar Glachs
Fix For: 3.4.0
The LDPath ReversePropertySelector is not working properly.
the method receives the current node in the *context* parameter, but passes
this node as the property to the subsequent call to
__rdfBackend.listSubjects(context, property)__!
The interface RDFBackend however expects the property as the first argument.
{quote}
Collection<Node> listSubjects(Node property, Node object);
{quote
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)