RE: ARQ variables with dashes

2022-04-08 Thread Nouwt, B. (Barry)
Thanks Andy, I now no longer use the ARQParser directly, but do as you suggested. I wrap the graph pattern in `SELECT * { ... }` and parse it as a regular Query and retrieve the ElementPathBlock using getQueryPattern(). Thanks! -Original Message- From: Andy Seaborne Sent: vrijdag 8 apr

Re: ARQ variables with dashes

2022-04-08 Thread Andy Seaborne
On 08/04/2022 14:00, Nouwt, B. (Barry) wrote: Hi Andy and Lorenz, thanks for your quick replies. I am not trying to parse full SPARQL, but actually only the Basic Graph Pattern part of a query. The most robust way is to wrap in enough query text, "SELECT * {"+ + "}" and pull out the WHERE c

RE: ARQ variables with dashes

2022-04-08 Thread Nouwt, B. (Barry)
Hi Andy and Lorenz, thanks for your quick replies. I am not trying to parse full SPARQL, but actually only the Basic Graph Pattern part of a query. Is the org.apache.jena.sparql.lang.arq.ARQParser class not parsing SPARQL 1.1? Based on Andy's directions it seems like doing the following addition

Re: Interaction between Text indexing, Fuseki services & Data Access Control

2022-04-08 Thread Andy Seaborne
Hi Vilnis, On 07/04/2022 11:10, Vilnis Termanis wrote: Hi, In brief: Can Fuseki Data ACL be applied to text indexing? As a general point - a text index itself is not ACL aware. It is setup ahead of time and does not index triples directly. The GeoSPARQL cache is probably similar (I'm less f