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 2010/12/26 18:13:45 UTC

[jira] Closed: (JENA-18) Round trip problem with N3 and owl:SameAs

     [ https://issues.apache.org/jira/browse/JENA-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne closed JENA-18.
-----------------------------

    Resolution: Fixed

The N3 language has constructs in it that are not valid Turtle, so writing as N3 then reading as Turtle is not guaranteed to work.  Writing with "TURTLE" should round-trip.


> Round trip problem with N3 and owl:SameAs
> -----------------------------------------
>
>                 Key: JENA-18
>                 URL: https://issues.apache.org/jira/browse/JENA-18
>             Project: Jena
>          Issue Type: Bug
>          Components: Jena
>            Reporter: Benson Margulies
>            Assignee: Andy Seaborne
>
> Using Jena 2.6.3, since I'm using tdb ...
> If I write with language=N3, I get constructs that are rejected by the turtle parser. This is because 'strictTurtle' is always turned on. Perhaps the intent was to have a distinct N3 reader that subclasses the turtle parser or just made a call to turn off this flag?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.