Thanks for clarifying Andy,
> s-post and s-put don't require a multipart request. Just send the RDF data > and set the Content-type header. s-post/s-put guess the Content-type for you > but you can do it directly in a language of your choice or exec "curl". > > Programmatically, open an HTTP connection with > "Content-type: text/turtle" and push the RDF bytes down it. Fuseki does not > require "Content-length". Sadly, the libraries available to me are not expecting to just print data into the body. They act like everything is a web form. It seems I have to buffer by hand. Kieron
