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
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