#!/bin/bash DS=ds curl -d 'BASE INSERT DATA {

}' \ -H Content-type:application/sparql-update \ http://localhost:3030/$DS/update # -T == --upload_file == PUT curl -T - http://localhost:3030/$DS -H "Content-type:text/turtle" D.ttl