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 Tuesday, 26 March 2002 23:50:03 UTC