Web Service Method: SPARQL SELECT On a Custom Scheme or Ontology Data
Web Service Method: SPARQL SELECT On a Custom Scheme or Ontology Data
Description |
---|
Execute a SPARQL SELECT on custom scheme and ontology data. |
URL: /PoolParty/api/schema/sparql/select
Request
Supported Methods |
---|
GET |
POST |
Parameter | Type | Required | Description |
---|---|---|---|
| String | true | The query to execute. |
application/x-www-form-urlencoded
application/json
Common base response defining the minimum result structure and semantics.
Attribute | Type | Required | Comment |
---|---|---|---|
| Map of String | false | |
| String | false | Short descriptive message of the operation result, or an error description. |
| long | false | |
| String | false | |
| Object | false | The actual response content body, defined by the resultType. |
| String | false | MIME type of the result if successful, or Exception type if an error occurred. |
| Map of String | false | |
| int | true | It indicates the success or error of the HTTP request, on the protocol layer. |
| boolean | false | True if the operation was successful, on the application layer. |
{ "head" : { }, "result" : { }, "success" : true, "query" : "some query", "message" : "some message", "millis" : 26334, "resultType" : "some resultType", "results" : { }, "status" : 17870 }