Re: [Virtuoso-users] ACLs and all-graphs query

2015-03-07 Thread Kingsley Idehen
On 3/7/15 2:18 PM, Nicola Vitucci wrote: Dear all, I could not figure out any way to use ACLs to avoid showing private graphs when submitting the following query: SELECT DISTINCT ?g WHERE {GRAPH ?g {?s ?p ?o}} The query should not be changed, so I was hoping to be able to do it via graph-level

[Virtuoso-users] ACLs and all-graphs query

2015-03-07 Thread Nicola Vitucci
Dear all, I could not figure out any way to use ACLs to avoid showing private graphs when submitting the following query: SELECT DISTINCT ?g WHERE {GRAPH ?g {?s ?p ?o}} The query should not be changed, so I was hoping to be able to do it via graph-level permissions and/or pragmas. Is it possible