maltzinger opened a new issue, #3883: URL: https://github.com/apache/jena/issues/3883
### Version 6.0.0 ### What happened? Minimal (not) working example: Entering [exemplary DELETE DATA statement](https://w3c.github.io/rdf-star/cg-spec/editors_draft.html#example-30): ``` PREFIX : <http://www.example.org/> DELETE DATA { :alice :claims << :bob :age 23 >> . } ``` via the Web-UI and the `/update` SPARQL-Endpoint. Expected Behaviour: Return a successful update message (even if the statement was not in the graph, as per the community spec) Actual Behaviour: Get the error message `Line 4, column 18: Blank nodes not allowed in DELETE templates`. ### 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]
