Re: [Virtuoso-users] Pseudo-Federated SPARQL

2010-06-19 Thread Aldo Bucchi
Hehe I just asked this very same question again. Any news on this one? On Fri, Oct 9, 2009 at 6:03 PM, Aldo Bucchi wrote: > Hi Ivan, > > Sorry for the delay, I got back to this just today. > > On Mon, Oct 5, 2009 at 5:28 AM, Ivan Mikhailov > wrote: >> Hello Aldo, >> >> 1. >> Maybe http://docs.op

[Virtuoso-users] Simplest Federation Case: Delegation

2010-06-19 Thread Aldo Bucchi
Hi, I would like to construct a linked data client within SPASQL. for ( sparql select * where { select * where { ?s ?p ?o } limit 10 } option( federated ) ) do { ... }; While simple, this is really useful for lots of integration cases. Regards, A -- Aldo