Amazon Neptune · Example Payload

Sparql Sparql Request Body Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Sparql Sparql Request Body Example is an example object payload from Amazon Neptune, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

queryupdateusing-graph-uriusing-named-graph-uri

Example Payload

Raw ↑
{
  "query": "g.V().limit(10)",
  "update": "example-string",
  "using-graph-uri": "example-string",
  "using-named-graph-uri": "my-neptune-cluster"
}