[ 
https://issues.apache.org/jira/browse/JENA-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16685189#comment-16685189
 ] 

Jean-Marc Vanel edited comment on JENA-1629 at 11/13/18 1:24 PM:
-----------------------------------------------------------------

OK, but the problem now is that it returns an empty set:
{noformat}
~/apps/apache-jena-3.9.0/bin/tdbquery --loc TDB --syntax=arq --query all.arq
{noformat}


was (Author: jmvanel):
OK, but the problem now is that it returns nothing:

{noformat}~/apps/apache-jena-3.9.0/bin/tdbquery --loc TDB --syntax=arq --query 
all.arq
{noformat}

> 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
>            Priority: Major
>
> 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)

Reply via email to