| ||||
summary: resource | method | detail: method |
Name | Description |
---|---|
select | Execute a SPARQL 1.1 tuple query on the LMF triple store using the query passed as query parameter to the GET request. |
snorql | Execute a SPARQL 1.1 tuple query on the LMF triple store using the query passed as form parameter to the POST request. |
update | Execute a SPARQL 1.1 Update request passed in the query parameter of the GET. |
Resource | Description |
---|---|
GET /{BASE}/sparql?update=…&query=… | Single SPARQL endpoint, redirecting to the actual select endpoint when possible |
POST /{BASE}/sparql | Single endpoint for direct post queries (not yet implemented) |
| ||||
summary: resource | method | detail: method |