RE: Is there a java implementation of a GetData server?

Chris,

If you have a Jena model, you could use Joseki (www.joseki.org) to provide
remote access to that model.  A Jena model can added as a Jena database or
programmatically if it is a memory model.  Joseki provides query access to a
remote model - only RDQL over HTTP is currently provided, not GetData.

	Andy

-----Original Message-----
From: Chris Bizer [mailto:chris@bizer.de] 
Sent: 25 April 2003 13:01
To: public-rdf-tap@w3.org
Subject: Is there a java implementation of a GetData server?


Hello,

for an application prototype I want to query product descriptions from an
existing relational database using the GetData interface.

I was thinking about using D2R MAP
(http://www.wiwiss.fu-berlin.de/suhl/bizer/d2rmap/D2Rmap.htm) to export the
instance data from the database to RDF and then use the GetData interface to
query the graph. The data in the database is changing a lot, so I would like
to link the GetData server with the D2R MAP processor in a way that a new,
up-to-date database dump is created for each query.

D2R MAP is implemented using Java and based on the Jena library. It exports
RDF/XML serializations or Jena models.

Is there a java implementation of a GetData server, which I could try to
link with D2R MAP?
I saw, that you have a java implementation of the client.

Regards

Chris

Received on Monday, 28 April 2003 04:48:44 UTC