Jean-Marc Vanel created JENA-1629:
-------------------------------------
Summary: Construct Quads with tdbquery
Key: JENA-1629
URL: https://issues.apache.org/jira/browse/JENA-1629
Project: Apache Jena
Issue Type: Improvement
Components: TDB
Affects Versions: Jena 3.9.0
Reporter: Jean-Marc Vanel
tdbquery does not support the Construct Quads SPARQL extension described here :
[https://jena.apache.org/documentation/query/construct-quad.html]
How to reproduce:
{noformat}
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> ...
...
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)