I would like to use RDF4J to parse a query to change some of the uris in the triple patterns. Could someone point me to some code please. I couldn't find anything.
Thank you D063520
I would like to use RDF4J to parse a query to change some of the uris in the triple patterns. Could someone point me to some code please. I couldn't find anything.
Thank you D063520
At the end I did the following ....
I implemented an AbstractQueryModelVisitor
and I overwrote meet(IsURI node)
.
This solved my problem.