APIs.io
Search
Providers
Tags
Add API
About
Support
Blog
Search
Home
Amazon Neptune
SparqlRequestBody
Amazon Neptune
· Schema
SparqlRequestBody
SparqlRequestBody schema from Neptune
AWS
Database
Graph Database
Gremlin
Neptune
Property Graph
RDF
SPARQL
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.
View JSON Schema on GitHub