Replies: 1 comment 11 replies
-
The behaviour is correct with respect to the proposed semantics of SPARQL-star. e.g. see https://arxiv.org/pdf/1406.3399.pdf section 5.2.5 hth, |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current Behavior
With an empty MemoryStore, the following returns no results:
I would have thought this should work in the same way I can bind a constant IRI or literal.
Expected Behavior
t should be returned with the constant triple value << http://whatever/a http://whatever/val 1 >>.
Steps To Reproduce
Version
3.7.6
Are you interested in contributing a solution yourself?
No response
Anything else?
Query tree is
I feel this should really be a ValueExprTripleRef instead of a TripleRef.
This query does work however:
query tree
Beta Was this translation helpful? Give feedback.
All reactions