Hi everyone, Up to now I've relied on the ruby scripts shipping with Fuseki to load data onto a server, s-post, s-put etc.
I would prefer to avoid shelling out to these scripts when I need to load data, but I can't quite figure out what a multipart message body needs to look like to be accepted. The Ruby script mechanism seems to be described here: https://www.w3.org/TR/2013/REC-sparql11-http-rdf-update-20130321/#http-post Sadly the perl libraries that support streamed content can only do so via a more proper POST body with key:value pairs. I really shouldn't have to write my own streaming code for this, so can somebody explain what multipart requests Fuseki can understand? If any? Kieron
