This is a public chat log generated from the #semsol IRC channel.
13:31:44
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
the SPARQL/Update submission doesn't handle the protocol
13:37:38
just the query syntax
13:42:09
ah ok... so I'll have to wait for SPARQL 1.1
13:42:27
I will just tweak the ARC2 code to suit my needs for now. Thanks
13:42:40
you can sub-class/extend ARC's endpoint class and jsut
13:42:47
just change the parameter
13:43:13
yes, am doing that as we speak ;)
13:43:37
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 wonders if Virtuoso uses "query" or "request"
13:48:25
section 2.2.2 "HTTP Bindings for SPARQL Update" is still only a placeholder
13:48:34
looks like we have to wait ..
13:51:35
yup... as usual
13:51:44
;)
13:52:53
toby inkster has a bunch of extension for SPARUL via ARC, e.g. for MODIFY and stuff
13:53:04
extension*s* even
13:55:06
http://goddamn.co.uk/viewvc/demiblog-new/trunk/DemiBlog/lib/arc/store/ARC2_RemoteStore.php?revision=222
13:55:17
not MODIFY, but DROP and CLEAR
13:56:55
..allows $queryparam to be set to "request" if the remote store is directly called via runQuery()
13:57:59
ah cool
14:03:47
it's exactly what I needed. Thanks!
14:03:54
cool, np
