Andy Seaborne created JENA-745:
----------------------------------
Summary: Pretty printing TriG needs to
Key: JENA-745
URL: https://issues.apache.org/jira/browse/JENA-745
Project: Apache Jena
Issue Type: Bug
Affects Versions: Jena 2.11.2
Reporter: Andy Seaborne
http://mail-archives.apache.org/mod_mbox/jena-users/201407.mbox/%3C1405423822.66766.YahooMailNeo%40web173106.mail.ir2.yahoo.com%3E
Pretty printing TriG is confused by shared bnodes.
{noformat}
:G1 { _:a :p 1 }
:G2 { _:a :p 2 }
{noformat}
becomes
{noformat}
:G1 { [ :p 1 ] }
:G2 { [ :p 2 ] }
{noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)