RDF · JSON Structure

Rdf Graph Structure

Structure documentation for an RDF graph in the RDF/JSON serialization. An RDF graph is a set of triples organized as a map of subjects to predicate-object arrays.

Type: Properties: 0
JSON-LDKnowledge GraphLinked DataOntologyRDFSemantic WebSPARQLW3C

RDF Graph is a JSON Structure definition published by RDF.

Meta-schema:

JSON Structure

rdf-graph-structure.json Raw ↑
{
  "name": "RDF Graph",
  "description": "Structure documentation for an RDF graph in the RDF/JSON serialization. An RDF graph is a set of triples organized as a map of subjects to predicate-object arrays.",
  "format": "Map<IRI, Map<IRI, Array<ObjectValue>>>",
  "patternKey": "Subject IRI or blank node identifier",
  "patternValue": {
    "description": "A map from predicate IRIs to arrays of object values for this subject.",
    "patternKey": "Predicate IRI",
    "patternValue": {
      "type": "array",
      "description": "Array of RDF object values.",
      "items": {
        "name": "ObjectValue",
        "fields": [
          {
            "name": "type",
            "type": "string (enum: uri, literal, bnode)",
            "required": true,
            "description": "The RDF term type: uri for IRI references, literal for typed/language values, bnode for blank nodes."
          },
          {
            "name": "value",
            "type": "string",
            "required": true,
            "description": "The value: an IRI string, lexical literal form, or blank node identifier."
          },
          {
            "name": "lang",
            "type": "string",
            "required": false,
            "description": "BCP47 language tag, present only for language-tagged literals."
          },
          {
            "name": "datatype",
            "type": "string (uri)",
            "required": false,
            "description": "Datatype IRI for typed literals. Defaults to xsd:string."
          }
        ]
      }
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/rdf-graph-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.