/{BASE}/sparql | Single SPARQL endpoint, redirecting to the actual select endpoint
when possible | GET, POST |
/{BASE}/sparql/select | Execute a SPARQL 1.1 tuple query on the LMF triple store using the query passed as query parameter to the
GET request. | GET, POST, POST |
/{BASE}/sparql/snorql | Execute a SPARQL 1.1 tuple query on the LMF triple store using the query passed as form parameter to the
POST request. | POST |
/{BASE}/sparql/update | Execute a SPARQL 1.1 Update request passed in the query parameter of the GET. | GET, POST, POST |