I found some SPARQL query manipulation only for SELECT, ASK, CONSTRUCT https://jena.apache.org/documentation/query/manipulating_sparql_using_arq.html and https://jena.apache.org/documentation/query/algebra.html but could not find anything regarding UPDATE operations
Any examples I can look at?
Thanks.
It seems you can use
org.apache.jena.sparql.syntax.syntaxtransform.UpdateTransformOps
I have the same requirement and as the documentation is super limited here, I'm still using debug mode to see how I can achieve my goal. You can inspire from this, if you have a better solution I would be very interested.
Something like that: