- From: Seaborne, Andy <Andy_Seaborne@hplb.hpl.hp.com>
- Date: Wed, 27 Mar 2002 16:08:08 -0000
- To: "'www-rdf-interest@w3.org'" <www-rdf-interest@w3.org>
> and use XML syntax for the triples - but not necessarily RDF XML syntax Nigel, Why didn't you use RDF XML syntax? Joseki encodes an operation or the results into an RDF based message then transmits that message. It currently use N-Triples because this way needs to have a way of encoding an arbitrary graph structure (but with lose of the language tags). Its too verbose as a long term solution. Andy -----Original Message----- From: Hutchison, Nigel [mailto:Nigel.Hutchison@softwareag.com] Sent: 27 March 2002 13:47 To: 'www-rdf-interest@w3.org' Subject: RE: ANN: Joseki, an RDF server for Jena Absolutely - we do something like this without our RDF implementation and it works quite nicely. and use XML syntax for the triples - but not necessarily RDF XML syntax and please fix the documentation - it presents an unnecessary obstacle to understanding the concept Nigel W.O Hutchison Chief Scientist Software AG Uhlandstr 12,D-64297 Darmstadt, Germany +49 6151 92 1207 -----Original Message----- From: Mark Baker [mailto:distobj@acm.org] Sent: Wednesday, March 27, 2002 5:42 AM To: Andy_Seaborne@hplb.hpl.hp.com Cc: www-rdf-interest@w3.org Subject: Re: ANN: Joseki, an RDF server for Jena > The RDF NetAPI has two operations: > + Update(modelURI, triples to delete, triple to add) > + Query(modelURI, query) -> results What about using HTTP for this? GET for queries, POST for add, PUT for replace, DELETE for deletion. This way you can identify your triples with URIs too; yummy goodness. MB -- Mark Baker, Chief Science Officer, Planetfred, Inc. Ottawa, Ontario, CANADA. mbaker@planetfred.com http://www.markbaker.ca http://www.planetfred.com
Received on Wednesday, 27 March 2002 11:08:34 UTC