Amazon Neptune · Example Payload

Data Sparql Query Output Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

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

Top-level fields

headresults

Example Payload

Raw ↑
{
  "head": {
    "vars": [
      "example-string"
    ]
  },
  "results": {
    "bindings": [
      {}
    ]
  }
}