ConceptNet · Schema
ConceptNet Edge
A single ConceptNet assertion linking two concept nodes via a typed relation. Each edge has a weight representing confidence, a license, a dataset provenance URI, and an array of source attributions.
Knowledge GraphNLPSemantic WebCommon SenseMultilingualWord EmbeddingsLinked DataOpen Data
Properties
| Name | Type | Description |
|---|---|---|
| @id | string | Unique URI identifier for this edge in the form /a/[/{rel}/,{start},{end}/] |
| start | object | Subject (start) concept of the assertion |
| end | object | Object (end) concept of the assertion |
| rel | object | Relation type connecting start and end |
| surfaceText | stringnull | Natural-language sentence from which this assertion was derived |
| weight | number | Confidence weight of the assertion. Higher values indicate stronger evidence. |
| license | string | Creative Commons license identifier |
| dataset | string | Dataset provenance URI |
| sources | array | Array of source attribution references |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.conceptnet.io/schema/edge.json",
"title": "ConceptNet Edge",
"description": "A single ConceptNet assertion linking two concept nodes via a typed relation. Each edge has a weight representing confidence, a license, a dataset provenance URI, and an array of source attributions.",
"type": "object",
"required": ["@id", "start", "end", "rel", "weight"],
"properties": {
"@id": {
"type": "string",
"description": "Unique URI identifier for this edge in the form /a/[/{rel}/,{start},{end}/]",
"example": "/a/[/r/IsA/,/c/en/dog/,/c/en/animal/]"
},
"start": {
"$ref": "#/$defs/conceptRef",
"description": "Subject (start) concept of the assertion"
},
"end": {
"$ref": "#/$defs/conceptRef",
"description": "Object (end) concept of the assertion"
},
"rel": {
"$ref": "#/$defs/relationRef",
"description": "Relation type connecting start and end"
},
"surfaceText": {
"type": ["string", "null"],
"description": "Natural-language sentence from which this assertion was derived",
"example": "[[A dog]] is a [[animal]]."
},
"weight": {
"type": "number",
"description": "Confidence weight of the assertion. Higher values indicate stronger evidence.",
"minimum": 0,
"example": 3.46
},
"license": {
"type": "string",
"description": "Creative Commons license identifier",
"example": "cc:by/4.0"
},
"dataset": {
"type": "string",
"description": "Dataset provenance URI",
"example": "/d/verbosity"
},
"sources": {
"type": "array",
"description": "Array of source attribution references",
"items": {
"$ref": "#/$defs/sourceRef"
}
}
},
"$defs": {
"conceptRef": {
"type": "object",
"description": "Reference to a ConceptNet concept node",
"required": ["@id"],
"properties": {
"@id": {
"type": "string",
"description": "ConceptNet URI",
"example": "/c/en/dog"
},
"label": {
"type": "string",
"description": "Human-readable label for the concept",
"example": "dog"
},
"language": {
"type": "string",
"description": "BCP-47 language code",
"example": "en"
},
"term": {
"type": "string",
"description": "ConceptNet concept URI (same as @id)",
"example": "/c/en/dog"
},
"sense_label": {
"type": "string",
"description": "Part-of-speech or sense label",
"example": "n"
}
}
},
"relationRef": {
"type": "object",
"description": "Reference to a ConceptNet relation type",
"required": ["@id"],
"properties": {
"@id": {
"type": "string",
"description": "Relation URI",
"example": "/r/IsA"
},
"label": {
"type": "string",
"description": "Human-readable relation name",
"example": "IsA"
}
}
},
"sourceRef": {
"type": "object",
"description": "Reference to a ConceptNet data source",
"required": ["@id"],
"properties": {
"@id": {
"type": "string",
"description": "Source URI",
"example": "/s/resource/verbosity"
}
}
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/edge"
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.