Return-Path: Delivered-To: apmail-incubator-clerezza-dev-archive@minotaur.apache.org Received: (qmail 39512 invoked from network); 13 Apr 2011 17:03:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Apr 2011 17:03:43 -0000 Received: (qmail 10273 invoked by uid 500); 13 Apr 2011 17:03:43 -0000 Delivered-To: apmail-incubator-clerezza-dev-archive@incubator.apache.org Received: (qmail 10242 invoked by uid 500); 13 Apr 2011 17:03:43 -0000 Mailing-List: contact clerezza-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: clerezza-dev@incubator.apache.org Delivered-To: mailing list clerezza-dev@incubator.apache.org Received: (qmail 10234 invoked by uid 99); 13 Apr 2011 17:03:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Apr 2011 17:03:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Wed, 13 Apr 2011 17:03:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id AAA67A061F for ; Wed, 13 Apr 2011 17:03:05 +0000 (UTC) Date: Wed, 13 Apr 2011 17:03:05 +0000 (UTC) From: "Henry Story (JIRA)" To: clerezza-dev@incubator.apache.org Message-ID: <391938095.55550.1302714185695.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CLEREZZA-317) add support for XSPARQL 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/CLEREZZA-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13019432#comment-13019432 ] Henry Story commented on CLEREZZA-317: -------------------------------------- XSPARQL has been released open source http://lists.w3.org/Archives/Public/public-lod/2011Apr/0211.html We are happy to announce the open source release of our Java implementation of the XSPARQL language [1]. XSPARQL allows to write queries to transform data between XML and RDF in an intuitive manner, combining SPARQL and XQuery in a common language. The new open source version provides a cleaner, more stable reimplementation of the XSPARQL language than our first version, now fully implemented in Java. The new implementation can be downloaded from the Sourceforge project page [2], install instructions can be found on the XSPARQL homepage [3]. The new technical report [4] gives more extensive description together with a formal semantics and empirical results. We appreciate your feedback/comments/questions to be sent to our mailing list [5]. The XSPARQL team [1] W3C Member Submission http://xsparql.deri.org/spec/ [2] Project Page http://sourceforge.net/projects/xsparql/ [3] http://xsparql.deri.org/ [4] "Mapping between RDF and XML with XSPARQL" http://www.deri.ie/fileadmin/documents/DERI-TR-2011-04-04.pdf [5] Mailinglist xsparql-discussion@lists.sourceforge.net > add support for XSPARQL > ----------------------- > > Key: CLEREZZA-317 > URL: https://issues.apache.org/jira/browse/CLEREZZA-317 > Project: Clerezza > Issue Type: New Feature > Environment: all > Reporter: Henry Story > Original Estimate: 168h > Remaining Estimate: 168h > > XSPARQL [1] is the RDF equivalent of XQuery, and is in fact built on top of XQuery usually. > It can be used to create XML from rdf stores using SPARQL like queries (called lowering) and transform XML into RDF (called lifting). > This could be used for two purposes in Clerezza: > 1. Lowering: for generating XHTML or other XML formats > this would be in addition to Scala Server Pages. Some things that could be done more easily than in SSP is get information from different graphs. > 2. Lifting: for transforming XML into RDF > This is where XSPARQL is really without equivalent. This can help write transforms for any XML format into RDF for the store, making it much > easier to build integrating layers with existing web services > The DERI Team in Galway has just published the java code [2]. > [1] http://xsparql.deri.org/spec/lang > [2] http://sourceforge.net/mailarchive/forum.php?thread_name=D3AFEAF5-9540-46A9-8815-80A1F9C067DB%40deri.org&forum_name=xsparql-discussion -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira