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

Jean-Marc Vanel edited comment on JENA-1629 at 11/14/18 5:30 PM:
-----------------------------------------------------------------

Great ! I'll use it as soon as it is in git .

As a cherry on the cake, as we say in France, maybe the ARQ syntax could be the 
default;

arguably not for a generic SPARQL HTTP client, but for a TDB client in command 
line like this one, users probably want Jena extended syntax by default.


was (Author: jmvanel):
Great ! I'll use it as soon as it is in git .

As a cherry on the cake, as we say in France, maybe the ARQ syntax could be the 
default;

arguably not for a generic SPARQL HTTP client, but for a TDB client in command 
line like this one, users probably want Jena extended syntax.

> 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
>            Assignee: Andy Seaborne
>            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