You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2015/10/05 11:47:27 UTC

[jira] [Comment Edited] (JENA-369) Improve the use of syntactic forms when outputing SPARQL

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

Andy Seaborne edited comment on JENA-369 at 10/5/15 9:47 AM:
-------------------------------------------------------------

SPARQL Query and WHERE patterns in SPARQL Update pretty print.

Data blocks (INSERT DATA, INSERT \{ . . . \}) do not.

Cause: {{SinkQuadBracedOutput}}


was (Author: andy.seaborne):
SPARQL Query and WHERE patterns in SPARQL Update pretty print.

Data blocks (INSERT DATA, INSERT {...}) do not.

Cause: {{SinkQuadBracedOutput}}

> Improve the use of syntactic forms when outputing SPARQL 
> ---------------------------------------------------------
>
>                 Key: JENA-369
>                 URL: https://issues.apache.org/jira/browse/JENA-369
>             Project: Apache Jena
>          Issue Type: Improvement
>            Reporter: Andy Seaborne
>            Priority: Minor
>
> Example:
> PREFIX : <http://example/>
> SELECT * { :s :p :o ; :p1 :o2 }
> and "qparse --file Q.rq" 
> does not use ";" in the output formatted update request.
> Applies to SPARQL Query and SPARQL Update.
> Still should preserve the order of triples to be clear as to the relationship of input and output syntax but it can combine adjacent triple patterns using ";"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)