ANN : Joseki, an RDF server, v1.0 beta2

Joseki 1.0 beta2
================

Joseki is an implementation of an RDF server and a remote access client
library for use with models-as-web-resources which works with Jena.  Models
have URLs and can be accessed with HTTP GET; queries can be made using HTTP
GET? and the result is a subgraph of the original graph.

The protocol use of HTTP at:
http://www-uk.hpl.hp.com/people/afs/Joseki/doc/RDF_NetAPI.html

Home and online documentation online:
http://www-uk.hpl.hp.com/people/afs/Joseki/

Download:
http://www-uk.hpl.hp.com/people/afs/Joseki/joseki_download.html


Why beta?
---------

This is the final beta release - the basic system, including the protocol,
is stable.  It is beta because there has been limited testing between Joseki
and RDF data stored in relational databases.  There is also a missing piece
in that adding new query languages requires a small amount of code when it
should be configurable without coding.  It needs some tidying up internally.
When these are done, and taking into account feedback and comments, then it
will be version 1.


Tested with
===========

Java 1.4.0
Jena 1.5.0
Jetty 4.0.4
Tomcat 4.0.4-LE


    Andy
    andy.seaborne@hp.com

Received on Tuesday, 9 July 2002 04:31:20 UTC