---
title: "Node"
type: "glossary-term"
category: "Knowledge graph"
canonical_url: "https://www.graphcanon.com/glossary/knowledge-graph/node"
updated: "2026-07-09"
---

# Node

_Also known as: Vertex_

**A node is a single thing in a graph - in GraphCanon, usually one tool, category, or entity.**

A **node** (or vertex) is one item in a graph. It has a type and attributes, and it connects to other nodes through edges.

On its own a node is just a record. What makes it part of a graph is the set of relationships attached to it.

## In GraphCanon

Tools, categories, tags, and entities are all nodes. A tool page is really a view of one node plus the edges radiating out from it.

## Related terms

- [Edge (relationship)](/glossary/knowledge-graph/edge.md)
- [Entity](/glossary/knowledge-graph/entity.md)

[Knowledge graph](/glossary/knowledge-graph.md) · [All glossary terms](/glossary.md)

---

**Machine-readable endpoints**

- JSON: [`/api/graphcanon`](/api/graphcanon)
- LLM index: [/llms.txt](/llms.txt)
- Full corpus: [/llms-full.txt](/llms-full.txt)

_GraphCanon - The knowledge graph for AI development. https://www.graphcanon.com/_
