Re: [Virtuoso-users] Does Virtuoso HTTP Proxy play along with HTTP Delete ( the Verb )

2010-01-17 Thread Hugh Williams
Hi Aldo, This Shouldn't be a problem as we pass on the VERBs to the remote HTTP server. To obtain more detailed debug information on the cause of the error please set "CallstackOnException=2" in the "Parameters" section of the Virtuoso INI file, as detailed at http://docs.openlinksw.co

Re: [Virtuoso-users] Virtuoso-Jena; Reading from all graphs

2010-01-17 Thread Aldo Bucchi
Hi Ivan, On Sun, Jan 17, 2010 at 1:53 PM, Ivan Mikhailov wrote: > Hello Aldo, > > Note that if you query Virtuoso and want to read few graphs instead of > one, but not the whole storage, then "graph groups" may help, as > described in > http://docs.openlinksw.com/virtuoso/rdfgraphsecurity.html#rd

Re: [Virtuoso-users] Virtuoso-Jena; Reading from all graphs

2010-01-17 Thread Ivan Mikhailov
Hello Aldo, Note that if you query Virtuoso and want to read few graphs instead of one, but not the whole storage, then "graph groups" may help, as described in http://docs.openlinksw.com/virtuoso/rdfgraphsecurity.html#rdfgraphsecuritygroups I did not think about single-graph APIs when I made "gr

[Virtuoso-users] 答复: How to download Virtuoso open source 6.0 ?

2010-01-17 Thread Huang, Wenxiu
Hi, Thanks for your help!! I've got the VirtuOSO 6.0 version, and I will come back later when I need the evaluation license. :) thanks, Wenxiu -邮件原件- 发件人: Patrick van Kleef [mailto:pkl...@openlinksw.com] 发送时间: 2010年1月15日 20:50 收件人: Huang, Wenxiu 抄送: virtuoso-users@lists.sourceforge.n

[Virtuoso-users] Virtuoso-Jena; Reading from all graphs

2010-01-17 Thread Aldo Bucchi
Hi, The Jena Driver forces one specific graph. This patch here provides a simple solution to bypass this and query all graphs at once ( which is a very common requirement when dealing with Linked Data Dataspaces ). Definitely not a candidate for the API, but it might help anyone with the issue.