Link Topology in Knowledge Graphs

Every note exists in relation to others. The question is not whether to link, but how densely and in what pattern.

Same-vault connections

A flat list of notes linked by topic is a weak graph — many nodes, few edges, low clustering. The interesting structures are:

  • Hubs: notes so well-connected they become navigation landmarks. See on-linking-ideas and writing-is-thinking.
  • Bridges: notes that connect otherwise-separate clusters. the-collector-fallacy bridges the "workflow" cluster to the "philosophy" cluster.
  • Orphans: notes that exist but are never linked. A dangerous state. An orphan note has no entry path and no exit path — it's unreachable except by search.

Cross-vault topology

The interesting case is cross-vault linking. When @bob / zettelkasten links here and I link back, we've created a bidirectional cross-vault edge. This is structurally different from a citation — it's a live connection that can be traversed in either direction.

@carol / on-music-theory-as-a-language models this: a vocabulary is a graph where the meaning of each term depends on its neighbors. Notes work the same way.

@dave / on-abstraction gives the engineering angle: a good abstraction hides the right things. A link is an abstraction — it hides the full text of the target and exposes only a pointer. When the abstraction leaks (dead link, stale reference), you're forced to reconstruct what was hidden.

From linguistics: @grace / meaning-through-reference argues that meaning is always relational, never intrinsic. A link is the typographical enactment of that claim.

From architecture: @nina / city-as-hypertext — the city as a space where paths between nodes determine meaning more than the nodes themselves. Vaults work the same way.

Degree distribution

Real knowledge graphs are scale-free: a few notes accumulate most of the links (power law distribution), while most notes have only one or two connections. This is not a problem to fix — it's an emergent property of how ideas cluster.

The implication: don't try to make all notes equally connected. Let hubs form naturally.