afs opened a new issue, #3809:
URL: https://github.com/apache/jena/issues/3809
### Version
6.0.0
### What happened?
`qparse` has internal consistentcy checks.
A query `CONSTRUCT WHERE { :s :p _:b }`, which is short-hand for template
and query pattern being the same, does not pass the parse-write-parse cycle.
The blank node is needs to be treated differently in the `WHERE` clause (as
an anonymous variable) and template (as a blank node placeholder for each
instantiation).
### Relevant output and stacktrace
```shell
```
### Are you interested in making a pull request?
Yes
--
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]