Andy Seaborne created JENA-1081:
-----------------------------------
Summary: Turtle writer does not inline blank node in lists.
Key: JENA-1081
URL: https://issues.apache.org/jira/browse/JENA-1081
Project: Apache Jena
Issue Type: Bug
Components: T, RIOT
Affects Versions: Jena 3.1.0
Reporter: Andy Seaborne
Priority: Minor
{noformat}
prefix : <http://example/>
:s :p ( [:q 1] [:q 2]) .
{noformat}
==>
{noformat}
@prefix : <http://example/> .
:s :p ( _:b0 _:b1 ) .
_:b0 :q 1 .
_:b1 :q 2 .
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)