| Class | Description |
|---|---|
| SparqlQueryApiAskExecutor |
Process ASK queries.
|
| SparqlQueryApiConstructExecutor |
Process CONSTRUCT queries
|
| SparqlQueryApiDescribeExecutor |
Process DESCRIBE queries.
|
| SparqlQueryApiExecutor |
The base class for the SPARQL query API.
|
| SparqlQueryApiSelectExecutor |
Process SELECT queries.
|
| Enum | Description |
|---|---|
| RdfResultMediaType |
The supported media types for SPARQL queries that return RDF (i.e., CONSTRUCT
and DESCRIBE).
|
| ResultSetMediaType |
The supported media types for SPARQL queries that return a Result Set (i.e.,
SELECT and ASK).
|
| Exception | Description |
|---|---|
| InvalidQueryTypeException |
Indicates that the API can't process this type of query.
|
Copyright © 2016. All rights reserved.