afs commented on issue #3267:
URL: https://github.com/apache/jena/issues/3267#issuecomment-3003976218
> if the explanation is that INSERT should always produce new blank nodes?
New blank nodes are create for each use of the template for each blank node
*written* in the insert or construct template.
This is a variable value, not writing in the blank node.
```sparql
INSERT { ?N :p :o }
```
does not have a blank node written in it.
--
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]