Announcing ARQ v-0.9.7 Download: http://prdownloads.sourceforge.net/jena/ARQ-0.9.7.zip Home page: http://jena.sourceforge.net/ARQ/ ARQ is a query processor for Jena that implements SPARQL. ARQ is also available via anonymous CVS: cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jena co ARQ SPARQL is described in: http://www.w3.org/TR/rdf-sparql-query/ Status ------ The implementation of SPARQL is complete and meets the SPARQL last call specification. JAR changes ----------- ARQ requires the version of jena.jar included in the download or a later version from Jena CVS. The jar from Jena 2.2 will not work. The following jars have been upgraded: antlr-2.7.5.jar jakarta-oro-2.0.8.jar log4j-1.2.12.jar API Changes ----------- ResultSetFormatter -- This class now only has static convenience operations. Various specific formatters are in the resultset package. Other ----- + Some pretty printing of queries + Auto-loading of filter functions and ARQ extensions via java: + More library functions + Fixes. See ChangeLog.txt for more details. Online demo ----------- http://www.sparql.org/query.html Support and Questions --------------------- Comments and questions about ARQ to the Jena mailing list jena-dev@groups.yahoo.com