Re: [Virtuoso-users] How to work around..

2010-05-13 Thread Nathan
Cheers Ivan, That covers it :) Best, Nathan Ivan Mikhailov wrote: Hello Nathan, Why not try SELECT * WHERE { graph { ?p ?o } . graph ?ont { ?p ?o2 ?s2 } . filter (some condition on ?ont) } (and make empty "default graph" field of the query web pa

Re: [Virtuoso-users] How to work around..

2010-05-13 Thread Ivan Mikhailov
Hello Nathan, Why not try SELECT * WHERE { graph { ?p ?o } . graph ?ont { ?p ?o2 ?s2 } . filter (some condition on ?ont) } (and make empty "default graph" field of the query web page) Best Regards, Ivan Mikhailov OpenLink Software http://virtuoso.ope

[Virtuoso-users] How to work around..

2010-05-13 Thread Nathan
Hi All, I've just hit on something, that I don't know how I haven't hit on before.. Short is I'm using rdf_sink and everything in a http://default.graph/ and I want to run the following query: SELECT * WHERE { ?p ?o . ?p ?o2 ?s2 } which will obviously give me all a and t