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 2018/03/09 18:32:00 UTC

[jira] [Created] (JENA-1504) TrigBlock writer can loose quads.

Andy Seaborne created JENA-1504:
-----------------------------------

             Summary: TrigBlock writer can loose quads.
                 Key: JENA-1504
                 URL: https://issues.apache.org/jira/browse/JENA-1504
             Project: Apache Jena
          Issue Type: Bug
    Affects Versions: Jena 3.6.0
            Reporter: Andy Seaborne
            Assignee: Andy Seaborne
             Fix For: Jena 3.7.0


Example: run {{riot --out TRIG <this file>}}.
{noformat}
PREFIX : <http://example/>
:s :p "Triple" .
# This cause the above to be lost.
:g { :s :p "NG", "NG1" }
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)