parents: My PKM Practice, My Systems
form: system
Problem
- My original note system used
typeandsubtypeto define a note’s identity.- This created a subtle logical inconsistency.
- The term
subtypeimplies a strict hierarchy.- This works for
type: entitywhere abookis a subtype. - It breaks down for other cases.
- An
ideais not a subtype ofnarration. It is a form of it. - A
frameworkis not just a subtype of aprocess.
- An
- This works for
- This inconsistency created friction when creating notes.
Solution: Adopting kind and form
- I replaced
typeandsubtypewithkindandform.- This creates a more robust and logical relationship.
kinddescribes the note’s essence.- It answers, “What kind of thing is this?”
formdescribes the note’s structure or manifestation.- It answers, “What form does it take?”
- The new relationship is Essence (
kind) & Manifestation (form).- This idea is explained in Model vs. Definition vs. Principle.
- Why
kindand nottype?typeis a term from computer science, suggesting a functional category.kindis a term from philosophy, suggesting an intrinsic nature.kindbetter captures the intent of human sense-making in a knowledge system.
Example
- Before
type: narration subtype: idea - After
kind: narration form: idea