Skip to content

Instantly share code, notes, and snippets.

@melvincarvalho
Created October 5, 2011 19:55
Show Gist options
  • Save melvincarvalho/1265502 to your computer and use it in GitHub Desktop.
Save melvincarvalho/1265502 to your computer and use it in GitHub Desktop.
SPARQL INSERT
curl -H 'Content-type: application/sparql-query' -d 'INSERT DATA { <http://melvster.data.fm/foaf#me> <http://xmlns.com/foaf/0.1/age> 37 . }' http://melvincarvalho.data.fm/foaf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment