Re: [Virtuoso-users] SPARQL service keyword

2011-06-05 Thread Hugh Williams
Robbet, On 5 Jun 2011, at 11:52, Robbet wrote: > Hi Hugh, > > this affect the problem using my own store in dbpedia? [Hugh] You run the grant statements below against you local Virtuoso instance where you are attempting to run the SPARQL-FED query from and gives the error you originally repor

Re: [Virtuoso-users] SPARQL service keyword

2011-06-05 Thread Robbet
Hi Hugh, this affect the problem using my own store in dbpedia? When i try to grant the second line i receive: "bad table name in GRANT / REVOKE DB.DBA.SPARQL_SINV_IMP_2. at line 5 of TOP-Level: ..." How about the Service keyboard quering dbpedia? Why this does not work? Best regards, Rob

Re: [Virtuoso-users] SPARQL service keyword

2011-06-05 Thread Hugh Williams
Hi Robbet, This is a known issue with the open source builds which is scheduled to be fixed. In the meantime you can grant the necessary privileges as follows: grant select on "DB.DBA.SPARQL_SINV_2" to “SPARQL”; grant execute on "DB.DBA.SPARQL_SINV_IMP" to "SPARQL"; The

[Virtuoso-users] SPARQL service keyword

2011-06-04 Thread Robbet
Hi, when using the SERVICE keyword on my local store (f.e. on dbpedia or linked.mdb endpoint) i got no results (and no errors). Tried the sample query from http://www.snee.com/bobdc.blog/2010/01/federated-sparql-queries.html which works on the Query Demo Page (http://www.sparql.org/query.htm