Amazon Neptune · JSON Structure

Data Execute Sparql Query Input Structure

ExecuteSparqlQueryInput schema from Neptune

Type: object Properties: 2
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

ExecuteSparqlQueryInput is a JSON Structure definition published by Amazon Neptune, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

query update

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-structure/data-execute-sparql-query-input-structure.json",
  "name": "ExecuteSparqlQueryInput",
  "description": "ExecuteSparqlQueryInput schema from Neptune",
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "The SPARQL query string (for SELECT, ASK, CONSTRUCT, DESCRIBE)."
    },
    "update": {
      "type": "string",
      "description": "The SPARQL update string (for INSERT, DELETE operations)."
    }
  }
}