jena icon indicating copy to clipboard operation
jena copied to clipboard

Backward reasoner's graph always filter out functors

Open fabien-anabasis opened this issue 2 years ago • 1 comments

In backward mode, it's impossible to retrieve functors, since they are always filtered out: https://github.com/apache/jena/blob/31dc0d328c4858401e5d3fa99702c97eba0383a0/jena-core/src/main/java/org/apache/jena/reasoner/rulesys/LPBackwardRuleInfGraph.java#L172

While in forward and forward rete modes, the filterFunctors options is honored: https://github.com/apache/jena/blob/31dc0d328c4858401e5d3fa99702c97eba0383a0/jena-core/src/main/java/org/apache/jena/reasoner/rulesys/FBRuleInfGraph.java#L562-L567 and https://github.com/apache/jena/blob/31dc0d328c4858401e5d3fa99702c97eba0383a0/jena-core/src/main/java/org/apache/jena/reasoner/rulesys/BasicForwardRuleInfGraph.java#L276-L280

Would it be possible to honor the filterFunctors options in backward mode too?

fabien-anabasis avatar Jun 03 '22 09:06 fabien-anabasis

@givors-anabasis - sorry I can't answer your question directly:

You may get an answer if ask on the Jena users list [email protected].

Joining list information: https://jena.apache.org/help_and_support/index.html

afs avatar Jun 08 '22 07:06 afs