Return-Path: X-Original-To: apmail-incubator-jena-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-jena-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 23FED92BC for ; Sat, 1 Oct 2011 03:09:16 +0000 (UTC) Received: (qmail 89787 invoked by uid 500); 1 Oct 2011 03:09:15 -0000 Delivered-To: apmail-incubator-jena-dev-archive@incubator.apache.org Received: (qmail 89702 invoked by uid 500); 1 Oct 2011 03:09:14 -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 Received: (qmail 89671 invoked by uid 99); 1 Oct 2011 03:09:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Oct 2011 03:09:13 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Oct 2011 03:09:10 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 03F692A30D3 for ; Sat, 1 Oct 2011 03:08:49 +0000 (UTC) Date: Sat, 1 Oct 2011 03:08:49 +0000 (UTC) From: "Paolo Castagna (Assigned) (JIRA)" To: jena-dev@incubator.apache.org Message-ID: <749223772.14432.1317438529034.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1236263707.11545.1317394185613.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Assigned] (JENA-127) Add RDF/JSON Parsing Support to RIOT MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JENA-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paolo Castagna reassigned JENA-127: ----------------------------------- Assignee: Paolo Castagna > Add RDF/JSON Parsing Support to RIOT > ------------------------------------ > > Key: JENA-127 > URL: https://issues.apache.org/jira/browse/JENA-127 > Project: Jena > Issue Type: New Feature > Components: Jena, RIOT > Environment: All > Reporter: Rob Vesse > Assignee: Paolo Castagna > Priority: Minor > Labels: patch, rdf/json, riot > Attachments: JenaReaderRdfJson.java, LangRDFJSON.java, RdfJsonRiotPatch.patch, TestLangRdfJson.java > > > The attached patch provides a RDF/JSON (Talis Specification) parser for RIOT, the patch is against ARQ trunk from the Jena SourceForge SVN repository > It plugs in as an implementation of LangRIOT (named LangRDFJSON) and uses the existing TokenizerJSON from the atlas package to do the tokenisation. There is also a JenaReaderRdfJson added as part of this patch which does what the name suggests. > I have also included in this patch a set of unit tests which verify the parsers behaviour with a variety of valid and invalid inputs. > There are still some things to be addressed: > - The patch includes registration of the Jena reader when SysRiot.writeIntoJena() is called but does not unregister itself when resetJenaReaders() is called, should this be done? > - Add a RDF/JSON writer - a separate patch will be submitted at a later date (likely next week) for this > Otherwise the patch is fairly comprehensive and I hope can be reviewed and included in future releases -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira