Re: Dynamically restricting graph access at SPARQL query time

2022-01-21 Thread Martynas Jusevičius
WebAccessControl ontology might be relevant here: https://www.w3.org/wiki/WebAccessControl We're using a request filter that controls access against authorizations using SPARQL. On Fri, Jan 21, 2022 at 4:13 PM Vilnis Termanis wrote: > > Hi, > > For a SPARQL query via Fuseki, we are trying to

Dynamically restricting graph access at SPARQL query time

2022-01-21 Thread Vilnis Termanis
Hi, For a SPARQL query via Fuseki, we are trying to restrict visibility of groups of triples (each with multiple subjects) dynamically, in order to allow for generic queries to be executed by users (instead of providing tinned ones). Looking at the available ACL mechanisms in Jena/Fuseki, I