Apache Jena · Schema

Binding

A single result binding

JavaLinked DataOWLOntologyOpen SourceRDFSemantic WebSPARQL

Properties

Name Type Description
s object
p object
o object
View JSON Schema on GitHub

JSON Schema

fuseki-sparql-api-binding-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-jena/refs/heads/main/json-schema/fuseki-sparql-api-binding-schema.json",
  "title": "Binding",
  "description": "A single result binding",
  "type": "object",
  "properties": {
    "s": {
      "$ref": "#/components/schemas/RDFTerm"
    },
    "p": {
      "$ref": "#/components/schemas/RDFTerm"
    },
    "o": {
      "$ref": "#/components/schemas/RDFTerm"
    }
  }
}