Channel #semsol: Logs

This is a public chat log generated from the #semsol IRC channel.

13:31:44 hoekstra: Hi there... I'm using ARC2 to connect to a Joseki SPARQL endpoint, but I can't get "INSERT" queries to work. The reason is that ARC2 sends the query string as a 'query' in the HTTP POST message body, whereas Joseki expects a 'request'. Apparently the latter is conformant to the SPARQL Update member submission.
13:37:32 bengee: the SPARQL/Update submission doesn't handle the protocol
13:37:38 bengee: just the query syntax
13:42:09 hoekstra: ah ok... so I'll have to wait for SPARQL 1.1
13:42:27 hoekstra: I will just tweak the ARC2 code to suit my needs for now. Thanks
13:42:40 bengee: you can sub-class/extend ARC's endpoint class and jsut
13:42:47 bengee: just change the parameter
13:43:13 hoekstra: yes, am doing that as we speak ;)
13:43:37 bengee: bengee tries to find a hint in the WDs regarding the endpoint parameter, but so far, there only seems to be the REST protocol
13:44:10 bengee: bengee wonders if Virtuoso uses "query" or "request"
13:48:25 bengee: section 2.2.2 "HTTP Bindings for SPARQL Update" is still only a placeholder
13:48:34 bengee: looks like we have to wait ..
13:51:35 hoekstra: yup... as usual
13:51:44 bengee: ;)
13:52:53 bengee: toby inkster has a bunch of extension for SPARUL via ARC, e.g. for MODIFY and stuff
13:53:04 bengee: extension*s* even
13:55:06 bengee: http://goddamn.co.uk/viewvc/demiblog-new/trunk/DemiBlog/lib/arc/store/ARC2_RemoteStore.php?revision=222
13:55:17 bengee: not MODIFY, but DROP and CLEAR
13:56:55 bengee: ..allows $queryparam to be set to "request" if the remote store is directly called via runQuery()
13:57:59 hoekstra: ah cool
14:03:47 hoekstra: it's exactly what I needed. Thanks!
14:03:54 bengee: cool, np