Returns the content stored on this context
GET /{BASE}/context/{uuid}?format=… Accept: …
ContextWebService.getContext({'format': /* format format requested (overwrites accept header) */, 'uuid': /* Returns the content stored on this context */, 'Accept': /* accept Accept HTTP header */});
Deletes a named graph from the system
DELETE /{BASE}/context/{uuid}
ContextWebService.deleteContext({'uuid': /* uuid context identifier */});