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 { <newuri> ?p ?o . } where { graph ?g
> { <olduri> ?p ?o
> . } }"

An extension of the sort is discussed as a part of SPARQL 1.1
extensions:

update { graph ?g { <newuri> ?p ?o . } } where { graph ?g
{ <olduri> ?p ?o . } }

Even if it is not a part of a final spec, Steve Harris and I can
implement it "in sync" as Andy Seaborne and I have implemented SPARUL.


Best Regards,

Ivan Mikhailov
OpenLink Software
http://virtuoso.openlinksw.com



Reply via email to