{
 "pack": "graphs-domain",
 "note": "The WCLM's first meaning pack (brief 31): the world above the document. Extraction-style content — the agent proposes, the founder reviews and corrects here. Edges are kind-of (taxonomy), part-of (composition) and about (reference). The founder's own example is honoured: QA is not a random word; it is part of development.",
 "terms": [
  {"id": "pk:structure", "label": "structure", "def": "An arrangement of parts that carries information in how the parts relate."},
  {"id": "pk:graph", "label": "graph", "def": "A structure of nodes and edges; here always a network graph, never a chart.", "edges": [["kind-of", "pk:structure"]]},
  {"id": "pk:node", "label": "node", "def": "A point in a graph; carries local properties but no obligation to explain itself.", "edges": [["part-of", "pk:graph"]]},
  {"id": "pk:edge", "label": "edge", "def": "A connection between two nodes; where meaning actually lives.", "edges": [["part-of", "pk:graph"]]},
  {"id": "pk:ontology", "label": "ontology", "def": "The account of what kinds of things exist and how the kinds relate.", "edges": [["kind-of", "pk:graph"]]},
  {"id": "pk:taxonomy", "label": "taxonomy", "def": "A classification by kind-of relations; the tree inside the ontology.", "edges": [["kind-of", "pk:ontology"]]},
  {"id": "pk:semantics", "label": "semantics", "def": "What expressions mean, as opposed to how they are written.", "edges": [["about", "pk:meaning"]]},
  {"id": "pk:meaning", "label": "meaning", "def": "What a thing is, discovered through the edges traceable from it.", "edges": [["about", "pk:connectivity"]]},
  {"id": "pk:connectivity", "label": "connectivity", "def": "How richly a node is joined to nodes that provide context; confidence grows with it.", "edges": [["part-of", "pk:graph"]]},
  {"id": "pk:identifier", "label": "identifier", "def": "A name that picks out one thing; only useful when stable.", "edges": [["part-of", "pk:node"]]},
  {"id": "pk:hash", "label": "hash", "def": "A content-derived identifier: the same content always yields the same hash.", "edges": [["kind-of", "pk:identifier"]]},
  {"id": "pk:token", "label": "token", "def": "A unit of text with an identity; in the WCLM the identity is its hash.", "edges": [["kind-of", "pk:identifier"], ["part-of", "pk:word"]]},
  {"id": "pk:word", "label": "word", "def": "The smallest carrier of meaning in a document; here every word is a token with no vocabulary cap.", "edges": [["part-of", "pk:document"]]},
  {"id": "pk:document", "label": "document", "def": "A frozen body of text; the ground truth every graph here is anchored to.", "edges": [["kind-of", "pk:structure"]]},
  {"id": "pk:anchor", "label": "anchor", "def": "A verified pointer from a claim to the exact bytes that support it.", "edges": [["part-of", "pk:provenance"]]},
  {"id": "pk:provenance", "label": "provenance", "def": "Where something came from and the path it took; the etymology of a claim.", "edges": [["about", "pk:document"]]},
  {"id": "pk:weight", "label": "weight", "def": "A stated numeric formula over graph inputs; here always readable, never fitted.", "edges": [["part-of", "pk:edge"]]},
  {"id": "pk:layer", "label": "layer", "def": "One named transformation in the engine, with declared inputs and outputs.", "edges": [["part-of", "pk:transformer"]]},
  {"id": "pk:transformer", "label": "transformer", "def": "A stack of layers that turns a prompt into an answer; here every layer is deterministic.", "edges": [["kind-of", "pk:structure"]]},
  {"id": "pk:attention", "label": "attention", "def": "Which tokens look at which, and how hard; here co-occurrence and binding made visible.", "edges": [["part-of", "pk:transformer"]]},
  {"id": "pk:abstraction", "label": "abstraction", "def": "A level above the detail where the real connections appear.", "edges": [["kind-of", "pk:structure"]]},
  {"id": "pk:primitive", "label": "primitive", "def": "A building block other things are defined in terms of.", "edges": [["part-of", "pk:abstraction"]]},
  {"id": "pk:principle", "label": "principle", "def": "A rule that survives across cases; heavier than any single example.", "edges": [["kind-of", "pk:abstraction"]]},
  {"id": "pk:task", "label": "task", "def": "A unit of work with a done-state; the atom of a workflow.", "edges": [["part-of", "pk:workflow"]]},
  {"id": "pk:workflow", "label": "workflow", "def": "Tasks joined by order and condition; development runs on these.", "edges": [["part-of", "pk:development"]]},
  {"id": "pk:development", "label": "development", "def": "The whole practice of building software: designing, writing, testing, shipping."},
  {"id": "pk:qa", "label": "qa", "def": "Quality assurance: the checking half of building; not a random word.", "edges": [["part-of", "pk:development"]]},
  {"id": "pk:testing", "label": "testing", "def": "Executable doubt: running the work to see whether it holds.", "edges": [["part-of", "pk:qa"]]},
  {"id": "pk:versioning", "label": "versioning", "def": "Keeping every state of a thing addressable, so change becomes data.", "edges": [["part-of", "pk:version-file-system"]]},
  {"id": "pk:version-file-system", "label": "version file system", "def": "A filesystem where history is first-class; the ground issues-fs stands on.", "edges": [["kind-of", "pk:filesystem"]]},
  {"id": "pk:filesystem", "label": "filesystem", "def": "Named content in named places; the oldest graph most people use.", "edges": [["kind-of", "pk:structure"]]},
  {"id": "pk:issues-fs", "label": "issues-fs", "def": "The ecosystem the pilot document founds: issues as files, meaning through connectivity.", "edges": [["kind-of", "pk:version-file-system"], ["about", "pk:graph"]]},
  {"id": "pk:claim", "label": "claim", "def": "A statement a document makes, anchored to its bytes; judged elsewhere.", "edges": [["part-of", "pk:document"], ["about", "pk:provenance"]]},
  {"id": "pk:concept", "label": "concept", "def": "A named idea a document uses; defined by its connections, not its label.", "edges": [["part-of", "pk:document"], ["about", "pk:meaning"]]},
  {"id": "pk:example", "label": "example", "def": "A concrete case that demonstrates a claim; where abstractions touch ground.", "edges": [["part-of", "pk:document"]]}
 ]
}
