RDF · JSON Structure

Rdf Triple Structure

Structure documentation for an RDF triple — the fundamental statement unit in the Resource Description Framework, consisting of subject, predicate, and object.

Type: Properties: 0
JSON-LDKnowledge GraphLinked DataOntologyRDFSemantic WebSPARQLW3C

RDF Triple is a JSON Structure definition published by RDF.

Meta-schema:

JSON Structure

rdf-triple-structure.json Raw ↑
{
  "name": "RDF Triple",
  "description": "Structure documentation for an RDF triple — the fundamental statement unit in the Resource Description Framework, consisting of subject, predicate, and object.",
  "fields": [
    {
      "name": "subject",
      "type": "string (uri)",
      "required": true,
      "description": "The resource being described, expressed as an IRI or blank node identifier."
    },
    {
      "name": "predicate",
      "type": "string (uri)",
      "required": true,
      "description": "The property or relationship connecting the subject to the object, always expressed as an IRI."
    },
    {
      "name": "object",
      "type": "string (uri) | object (literal)",
      "required": true,
      "description": "The value or resource the subject is related to via the predicate. Can be an IRI reference or an RDF literal with optional datatype and language tag.",
      "subfields": [
        {
          "name": "value",
          "type": "string",
          "required": true,
          "description": "The lexical form of the literal value."
        },
        {
          "name": "datatype",
          "type": "string (uri)",
          "required": false,
          "description": "IRI identifying the datatype of the literal. Defaults to xsd:string."
        },
        {
          "name": "language",
          "type": "string",
          "required": false,
          "description": "BCP47 language tag for language-tagged string literals."
        }
      ]
    }
  ]
}

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-triple-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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