Skip to content

Instantly share code, notes, and snippets.

@msporny
Created February 18, 2014 02:50
Show Gist options
  • Save msporny/9063806 to your computer and use it in GitHub Desktop.
Save msporny/9063806 to your computer and use it in GitHub Desktop.
Example of Actions for Linked Data objects
{
id: 'https://example.com/i/manu',
name: 'Manu Sporny'
assertions: [ ... ]
actions: {
patch: {
url: 'https://example.com/i/manu?action=patch',
verb: 'POST',
format: 'json-patch'
},
query: {
url: 'https://example.com/i/manu?action=query',
verb: 'POST',
format: 'query-by-example'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment