afs opened a new issue, #4034:
URL: https://github.com/apache/jena/issues/4034
### Version
6.1.0
### What happened?
```sparql
CONSTRUCT { :z :p <<( _:B :p ?x )>> } WHERE { VALUES ?x { :x1 :x2 } }
```
results in
```turtle
:z :p <<( _:b0 :p :x2 )>> .
:z :p <<( _:b0 :p :x2 )>> .
```
(The blank no is actually `_:B`)
It should be two different blank nodes.
### Relevant output and stacktrace
```shell
```
### Are you interested in making a pull request?
None
--
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]