Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Jena 3.9.0
-
None
Description
tdbquery does not support the Construct Quads SPARQL extension described here :
https://jena.apache.org/documentation/query/construct-quad.html
How to reproduce:
echo " construct { graph ?gr { ?s ?p ?o } } where { graph ?gr { ?s ?p ?o } } limit 11 " > all.rq ~/apps/apache-jena-3.9.0/bin/tdbquery --loc TDB --query all.rq Encountered " "graph" "graph "" at line 3, column 2. Was expecting one of: <IRIref> ... <PNAME_NS> ... <PNAME_LN> ... <BLANK_NODE_LABEL> ... <VAR1> ... ...