Thank you Dave
I was expecting something like that. I'll do it with the brute force method 
then.
Best Regards,
fps

> Le 16 mai 2015 à 16:35, Dave Reynolds <[email protected]> a écrit :
> 
> 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
> 
> 

Reply via email to