RDF · Example Payload

Rdf Graph Example

JSON-LDKnowledge GraphLinked DataOntologyRDFSemantic WebSPARQLW3C

Rdf Graph Example is an example object payload from RDF, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

https://dbpedia.org/resource/Tim_Berners-Lee

Example Payload

rdf-graph-example.json Raw ↑
{
  "https://dbpedia.org/resource/Tim_Berners-Lee": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [
      {
        "type": "uri",
        "value": "http://xmlns.com/foaf/0.1/Person"
      }
    ],
    "http://xmlns.com/foaf/0.1/name": [
      {
        "type": "literal",
        "value": "Tim Berners-Lee",
        "datatype": "http://www.w3.org/2001/XMLSchema#string"
      }
    ],
    "http://xmlns.com/foaf/0.1/homepage": [
      {
        "type": "uri",
        "value": "https://www.w3.org/People/Berners-Lee/"
      }
    ],
    "http://dbpedia.org/ontology/birthDate": [
      {
        "type": "literal",
        "value": "1955-06-08",
        "datatype": "http://www.w3.org/2001/XMLSchema#date"
      }
    ]
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/rdf-graph-example"
All examples
curl "https://apis.io/api/v1/examples?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.