[
https://issues.apache.org/jira/browse/JENA-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15963018#comment-15963018
]
ASF subversion and git services commented on JENA-1317:
-------------------------------------------------------
Commit f0ab13d9ad12038183730172e845bea4dd3046ac in jena's branch
refs/heads/master from [~andy.seaborne]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=f0ab13d ]
JENA-1317: Handle when the engine is in reverse mode.
When the object is grounded, and not the subject,
the engine is created recervesd with a fixed subject.
> Property path with wildcard hack fails to consider incoming path
> ----------------------------------------------------------------
>
> Key: JENA-1317
> URL: https://issues.apache.org/jira/browse/JENA-1317
> Project: Apache Jena
> Issue Type: Bug
> Components: ARQ
> Affects Versions: Jena 3.2.0
> Reporter: Lorenz Bühmann
>
> It looks like the evaluation of a property path with an alternative of a
> non-existing property and it's negation fails:
> Data (data.ttl):
> {noformat}
> @prefix : <http://example.com/> .
> :a :p :b .
> {noformat}
> Query (query.txt):
> {noformat}
> PREFIX : <http://example.com/>
> SELECT ?u {
> :b ^(:p1|!:p1) ?u .
> }
> {noformat}
> Algebra:
> {noformat}
> (project (?u)
> (path ?u (alt <http://example.com/p1> (notoneof <http://example.com/p1>))
> <http://example.com/b>))
> {noformat}
> Called with
> {{sparql --data data.ttl --query query.txt --explain}}
> Originally reported here:
> (http://stackoverflow.com/questions/43317635/sparql-path-between-two-nodes/43319876#43319876)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)