Skip to content

Instantly share code, notes, and snippets.

@melvincarvalho
Created October 4, 2011 21:51
Show Gist options
  • Save melvincarvalho/1262941 to your computer and use it in GitHub Desktop.
Save melvincarvalho/1262941 to your computer and use it in GitHub Desktop.
RDF patch
curl -X PATCH -H 'Content-Type: application/json' -d '{
"http://data.melvin.me/test.ttl#me": {
"http://xmlns.com/foaf/0.1/givenname" : [ { "value" : "Melvin",
"type" : "literal" } ]
}
} ' data.melvin.me/test.ttl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment