SparqlRequestBody
SparqlRequestBody schema from Neptune
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL
Properties
| Name |
Type |
Description |
| query |
string |
A SPARQL 1.1 query (SELECT, ASK, CONSTRUCT, or DESCRIBE). Mutually exclusive with update. |
| update |
string |
A SPARQL 1.1 Update operation (INSERT DATA, DELETE DATA, etc.). Mutually exclusive with query. |
| using-graph-uri |
string |
Default graph URI for the query. |
| using-named-graph-uri |
string |
Named graph URI for the query. |
JSON Schema