Dan Connolly wrote: > I'm working on sparcli.py , playing with various > services out there; one of the options is... > > elif '--sparqlette' in sys.argv: > BG='data' > svcAddr = > 'http://www.wasab.dk/morten/2005/04/sparqlette/?format=xml&' > > i.e. I'm trying to look at the SPARQL interface as something > that doesn't have a format= param, but sparqlette has > a format param, so I'm trying to "hide" it in the service > address. > > That works for SELECT and ASK, but not for CONSTRUCT. > > I'm starting to wonder if ?query=... should be > separated into ?select=... and ?construct=... or > something. FWIW we have a separation like that in Sesame's java API and HTTP interface. See http://www.openrdf.org/doc/users/ch08.html#section-comm-http-table-queries and http://www.openrdf.org/doc/users/ch08.html#section-comm-http-graph-queries. Jeen -- Jeen Broekstra Aduna BV Knowledge Engineer Julianaplein 14b, 3817 CS Amersfoort http://aduna.biz The Netherlands tel. +31 33 46599877Received on Sunday, 8 May 2005 08:09:59 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 1 October 2009 14:42:01 GMT