Hi I am experiencing trouble getting ARQ to parse a query with the new VALUES keyword in it. A simple select like
SELECT ?area WHERE { ?person <http://dbpedia.org/ontology/birthPlace> ?area. VALUES ?person {<http://dbpedia.org/resource/Peder_Christian_Andersen>} } Passed to the QueryExecutionFactory.sparqlService(endpoint, test), where 'test' is the above query and 'endpoint' is a local Fuseki instance of the latest build, gives the following error message: Exception in thread "main" com.hp.hpl.jena.query.QueryParseException: Lexical error at line 1, column 88. Encountered: " " (32), after : "VALUES". I'm using the latest snapshot of ARQ, which leads me to believe that VALUES isn't yet implemented? Would anyone want to enlighten me? Best, Audun