[
https://issues.apache.org/jira/browse/JENA-369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16055550#comment-16055550
]
ASF subversion and git services commented on JENA-369:
------------------------------------------------------
Commit f19d8b267e1976f655e2c7509e6c7ce67c0c9496 in jena's branch
refs/heads/master from [~andy.seaborne]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=f19d8b2 ]
JENA-369: Output pretty lists in basic graph patterns.
This includes property functions.
Conversion is cautious - it looks for the triples as the parser
might output them.
Nested bnodes structures in lists are not converted back.
> 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
> Assignee: 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.4.14#64029)