Semantic Links
Hyperlinks that carry explicit meaning about the relationship between linked items, enabling structured navigation and reasoning in knowledge systems.
Also known as: Typed Links, Link Types, Semantic Linking
Category: Methods
Tags: knowledge-management, hypertext, note-taking, pkm, relationships, knowledge-graphs
Explanation
Semantic Links are hyperlinks that go beyond simple 'is connected to' associations by specifying the nature of the relationship between items. Instead of just linking Note A to Note B, semantic links define how they relate: 'supports,' 'contradicts,' 'is-example-of,' or 'is-part-of.' This approach emerged from hypertext research in the 1980s, notably Randall Trigg's PhD thesis (1983) which proposed a comprehensive taxonomy of link types, and Frank Halasz's work on NoteCards at Xerox PARC.
The concept has become increasingly relevant in Personal Knowledge Management, knowledge graphs, and the Semantic Web. Tools like Tana implement typed links natively, while users of Obsidian and Logseq create conventions using properties or prefixes. Common semantic link types include bidirectional pairs like 'supports/supported-by' and 'contradicts,' inverse pairs like 'is-example-of/has-example' and 'is-part-of/has-part,' and directional relationships like 'prerequisite-of.'
The key benefits of semantic linking include queryable relationships (finding all supporting evidence for a claim), reasoning support (tracing argument structures), reduced ambiguity about connection meanings, and structured learning through concept dependencies. Semantic links transform a simple network of connected notes into a structured knowledge base where relationships are first-class citizens. While they add some overhead compared to plain links, starting with a few essential types and expanding as needed keeps the system manageable.
Related Concepts
← Back to all concepts