Query Execution
get/sparql
Query parameters
querystring required
Example:SELECT *
WHERE {
SERVICE <http://dbpedia.org/sparql> {
?s ?p ?o
}
} LIMIT 10
The SPARQL query string
Response
Returns the query result with the specified MIME type (default: application/sparql-results+json)