Re: [Virtuoso-users] How to replace a resource URI

2009-12-14 Thread Sebastian Trueg
Ivan Mikhailov wrote: > Hello Tim and Sebastian, > >> BTW: Is there any chance Virtuoso could get some additional SPARQL >> features? I am especially interested in more named graph support in >> SPARUL. Then maybe something like the following would be possible: >> >> "update graph ?g { ?p ?o . }

Re: [Virtuoso-users] How to replace a resource URI

2009-12-14 Thread Ivan Mikhailov
Hello Tim and Sebastian, > BTW: Is there any chance Virtuoso could get some additional SPARQL > features? I am especially interested in more named graph support in > SPARUL. Then maybe something like the following would be possible: > > "update graph ?g { ?p ?o . } where { graph ?g > { ?p ?o >

Re: [Virtuoso-users] How to replace a resource URI

2009-12-10 Thread Sebastian Trueg
Nathan wrote: > Sebastian Trueg wrote: >> Tim Haynes wrote: >>> Sebastian Trueg wrote: >>> Is there a query that would replace one URI with another one in all graphs? In other words: I need to "rename" one resource and make sure that all statements in all graphs are updated accord

Re: [Virtuoso-users] How to replace a resource URI

2009-12-10 Thread Nathan
Sebastian Trueg wrote: > Tim Haynes wrote: >> Sebastian Trueg wrote: >> >>> Is there a query that would replace one URI with another one in all >>> graphs? In other words: I need to "rename" one resource and make sure >>> that all statements in all graphs are updated accordingly. >>> Currently I

Re: [Virtuoso-users] How to replace a resource URI

2009-12-10 Thread Sebastian Trueg
Tim Haynes wrote: > Sebastian Trueg wrote: > >> Is there a query that would replace one URI with another one in all >> graphs? In other words: I need to "rename" one resource and make sure >> that all statements in all graphs are updated accordingly. >> Currently I am doing that on the client si

Re: [Virtuoso-users] How to replace a resource URI

2009-12-10 Thread Tim Haynes
Sebastian Trueg wrote: Is there a query that would replace one URI with another one in all graphs? In other words: I need to "rename" one resource and make sure that all statements in all graphs are updated accordingly. Currently I am doing that on the client side which is rather slow. Personal

[Virtuoso-users] How to replace a resource URI

2009-12-09 Thread Sebastian Trueg
Is there a query that would replace one URI with another one in all graphs? In other words: I need to "rename" one resource and make sure that all statements in all graphs are updated accordingly. Currently I am doing that on the client side which is rather slow. Cheers, Sebastian