| ||||
summary: resource | method | detail: method |
Resource | Description |
---|---|
GET /{BASE}/sparql/update?update=…&query=…&output=… | Execute a SPARQL 1.1 Update request passed in the query parameter of the GET. |
POST /{BASE}/sparql/update | Execute a SPARQL 1.1 Update request using update via POST directly; see details at http://www.w3.org/TR/sparql11-protocol/\#update-operation |
POST /{BASE}/sparql/update | Execute a SPARQL 1.1 Update request using update via URL-encoded POST; see details at http://www.w3.org/TR/sparql11-protocol/\#update-operation |
| ||||
summary: resource | method | detail: method |