ConceptNet · Schema

ConceptNet Concept Node

A JSON-LD node object representing a ConceptNet concept, returned by /c/{language}/{term}. Contains all edges (assertions) connecting this concept to others, plus JSON-LD context and pagination metadata.

Knowledge GraphNLPSemantic WebCommon SenseMultilingualWord EmbeddingsLinked DataOpen Data

Properties

Name Type Description
@context array JSON-LD context URLs providing term definitions
@id string ConceptNet URI of the concept
edges array Paginated list of assertions (edges) involving this concept
view object
View JSON Schema on GitHub

JSON Schema

concept-node.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.conceptnet.io/schema/concept-node.json",
  "title": "ConceptNet Concept Node",
  "description": "A JSON-LD node object representing a ConceptNet concept, returned by /c/{language}/{term}. Contains all edges (assertions) connecting this concept to others, plus JSON-LD context and pagination metadata.",
  "type": "object",
  "required": ["@context", "@id", "edges"],
  "properties": {
    "@context": {
      "type": "array",
      "description": "JSON-LD context URLs providing term definitions",
      "items": {
        "type": "string"
      },
      "example": ["http://api.conceptnet.io/ld/conceptnet5.7/context.ld.json"]
    },
    "@id": {
      "type": "string",
      "description": "ConceptNet URI of the concept",
      "example": "/c/en/dog"
    },
    "edges": {
      "type": "array",
      "description": "Paginated list of assertions (edges) involving this concept",
      "items": {
        "$ref": "edge.json"
      }
    },
    "view": {
      "$ref": "#/$defs/pagination"
    }
  },
  "$defs": {
    "pagination": {
      "type": "object",
      "description": "Pagination metadata for navigating large result sets",
      "properties": {
        "@id": {
          "type": "string",
          "description": "URI of the current page"
        },
        "paginatedProperty": {
          "type": "string",
          "description": "Property name holding paginated items",
          "example": "edges"
        },
        "firstPage": {
          "type": "string",
          "description": "URI of the first result page"
        },
        "nextPage": {
          "type": "string",
          "description": "URI of the next result page (absent on last page)"
        },
        "previousPage": {
          "type": "string",
          "description": "URI of the previous result page (absent on first page)"
        },
        "comment": {
          "type": "string",
          "description": "Human-readable pagination summary",
          "example": "Results 1-20 of 143"
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/concept-node"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.