## Query # Send using application/sparql-query curl --data-binary 'ASK{}' -v -X POST --header 'Content-type: application/sparql-query' http://localhost:3030/ds/query # send using HTML form: curl -d 'query=ASK{}' http://localhost:3030/ds/query ## Update curl --data-binary @U.ru -X POST --header 'Content-type: application/sparql-update' http://localhost:3030/ds/update curl -d 'request=INSERT DATA {}' http://localhost:3030/ds/update