---
title: "Glossary: Knowledge graph"
type: "glossary-category"
canonical_url: "https://www.graphcanon.com/glossary/knowledge-graph"
---

# Knowledge graph

_How GraphCanon models tools as a connected graph instead of a flat directory - the pieces that make a graph a graph._

Key concepts: Entities, Nodes, Edges, Provenance

## Canonical

The canonical version is the single official form of something - one URL, one name, one record - that all variants and duplicates resolve to.

[Read more](/glossary/knowledge-graph/canonical.md)

## Edge (relationship)

An edge is a connection between two nodes - the relationship that makes a graph a graph.

[Read more](/glossary/knowledge-graph/edge.md)

## Entity

An entity is a real-world actor in the graph - an organization or person - that tools can be linked to, such as the company that maintains a repo.

[Read more](/glossary/knowledge-graph/entity.md)

## Knowledge graph

A knowledge graph stores information as entities connected by typed relationships, so meaning lives in the connections - not just in rows of a table.

[Read more](/glossary/knowledge-graph/knowledge-graph.md)

## Node

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

[Read more](/glossary/knowledge-graph/node.md)

## Provenance

Provenance is the recorded origin of a piece of data - where it came from, how it was derived, and when - so a claim can be traced and trusted.

[Read more](/glossary/knowledge-graph/provenance.md)

## Taxonomy

A taxonomy is a controlled, agreed-upon set of categories used to classify things consistently, rather than free-form tags.

[Read more](/glossary/knowledge-graph/taxonomy.md)

## Typed edge

A typed edge is a relationship with a named kind - such as alternative, integrates_with, depends_on, or successor - so the connection is precise.

[Read more](/glossary/knowledge-graph/typed-edge.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/_
