On 16/05/15 15:02, François-Paul Servant wrote:
Hi,is there an easy and/or fast way to change all the URIs beginning with, say, http://www.ex.com/foo/ to http://www.example.net/bar/ in a TDB triple store?
You can write a SPARQL Update query that will rewrite such URLs. On a very large database you may need to limit the transaction size (via a nested select) and iteratively apply the rewrite.
However, the easy way is to do it brute force - dump to nquads, rewrite the nquads and reload.
Dave
