Aklakan commented on issue #1369:
URL: https://github.com/apache/jena/issues/1369#issuecomment-1147240811

   Oh my, I messed up the expected results because I forgot the projection of 
?z - sorry for the confusion.
   
   It needs to be something along the lines of
   ```
   SELECT  (?y AS ?z)
   WHERE { SELECT (X AS ?y) WHERE {} } // X either 'x' or ?x
   ```
   


-- 
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]

Reply via email to