| ||||
summary: resource | method | detail: method |
- Sub-Resources
Resources Name Description list List all contexts {uuid} Returns the content stored on this context - Resource Methods
Method Summary Name Description GET /{BASE}/context?graph=…&format=… Indirect context identification, listing in case 'graph' is missing POST /{BASE}/context?graph=… Merge of the enclosed RDF payload enclosed into the RDF graph content identified by the encoded URI. POST /{BASE}/context Merge of the enclosed RDF payload enclosed into the RDF graph content identified by the request URI. PUT /{BASE}/context?graph=… Store the enclosed RDF payload in the context identified by the encoded URI. PUT /{BASE}/context Store the enclosed RDF payload in the context identified by the requested URI. DELETE /{BASE}/context?graph=… Deletes a named graph from the system
Path: / {BASE} / context
GET /{BASE}/contextIndirect context identification, listing in case 'graph' is missing
| ||
POST /{BASE}/contextMerge of the enclosed RDF payload enclosed into the RDF graph content identified by the encoded URI.
| ||
POST /{BASE}/contextMerge of the enclosed RDF payload enclosed into the RDF graph content identified by the request URI.
| ||
PUT /{BASE}/contextStore the enclosed RDF payload in the context identified by the encoded URI.
| ||
PUT /{BASE}/contextStore the enclosed RDF payload in the context identified by the requested URI.
| ||
DELETE /{BASE}/contextDeletes a named graph from the system
|
| ||||
summary: resource | method | detail: method |