From jena-dev-return-137-apmail-incubator-jena-dev-archive=incubator.apache.org@incubator.apache.org Mon Dec 27 19:41:23 2010 Return-Path: Delivered-To: apmail-incubator-jena-dev-archive@minotaur.apache.org Received: (qmail 40399 invoked from network); 27 Dec 2010 19:41:23 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Dec 2010 19:41:23 -0000 Received: (qmail 16692 invoked by uid 500); 27 Dec 2010 19:41:23 -0000 Delivered-To: apmail-incubator-jena-dev-archive@incubator.apache.org Received: (qmail 16670 invoked by uid 500); 27 Dec 2010 19:41:23 -0000 Mailing-List: contact jena-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jena-dev@incubator.apache.org Delivered-To: mailing list jena-dev@incubator.apache.org Delivered-To: moderator for jena-dev@incubator.apache.org Received: (qmail 60678 invoked by uid 99); 26 Dec 2010 17:16:06 -0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Message-ID: <15968528.22061293383745259.JavaMail.jira@thor> Date: Sun, 26 Dec 2010 12:15:45 -0500 (EST) From: "Benson Margulies (JIRA)" To: jena-dev@incubator.apache.org Subject: [jira] Commented: (JENA-18) Round trip problem with N3 and owl:SameAs In-Reply-To: <9277392.18181293304845189.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/JENA-18?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12975132#action_12975132 ] Benson Margulies commented on JENA-18: -------------------------------------- The problem here was writing with "N3" _and also reading_ with "N3". > 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.