afs commented on issue #3455:
URL: https://github.com/apache/jena/issues/3455#issuecomment-3316274508
`{ }` are scopes. Usually, it makes no different but there are cases -- e.g.
`{ FILTER (?x = 1) }` -- `?x `is not bound.
https://www.w3.org/TR/sparql12-query/#sparqlTranslateGraphPatterns
It is too late to change (it's in SPARQL 1.0). It would have been better to
have syntax for the leftjoin condition
e.g. `OPTIONAL (expression){ pattern }`
But we are where we are.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]