Resources
MethodURLDescription
GET/{BASE}/sparql?query=…&update=…Single SPARQL endpoint, redirecting to the actual select endpoint when possible
POST/{BASE}/sparqlSingle endpoint for direct post queries (not yet implemented)
GET/{BASE}/sparql/select?query=…&output=…Execute a SPARQL 1.1 tuple query on the LMF triple store using the query passed as query parameter to the GET request.
POST/{BASE}/sparql/select?output=…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/select?output=…Execute a SPARQL 1.1 tuple query on the LMF triple store using the query passed in the body of the POST request.
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?output=…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/updateExecute a SPARQL 1.1 Update request using update via URL-encoded POST; see details at http://www.w3.org/TR/sparql11-protocol/\#update-operation