# Encoded Domain Knowledge
**Domain:** Knowledge Representation / Expert Systems
**Doc Type:** Canonical Concept Node
**Maturity:** Developed
## Definition
**Encoded domain knowledge** is specialized understanding made operational in a computational system through rules, constraints, ontologies, examples, retrieval sources or trained representations.
## DENDRAL Context
DENDRAL demonstrated that chemical expertise could radically reduce an otherwise unmanageable search space. The system's success came not from unconstrained general reasoning but from representing what chemists knew about molecular structure and mass-spectral fragmentation.
[[articles/The Evolutionary Roots of Silicon Valley|The Evolutionary Roots of Silicon Valley]] uses this as a founding principle of practical AI: knowledge is power because representation determines which hypotheses can be generated, rejected and explained.
## Governance Context
Encoding knowledge also encodes exclusions and authority. Who counts as an expert, which cases become exceptions and when rules expire must remain visible. In continuity systems, hidden domain assumptions can determine whether a subject is recognized, restored or denied standing.
## Key Insight
**A system's intelligence is partly the history of whose distinctions were made computable.**
## Symbolic Language Engine Context
[[projects/Ten Years Building a Symbolic Language Engine|Ten Years Building a Symbolic Language Engine]] shows encoded domain knowledge operating across language rather than chemistry. Pronunciation dictionaries, semantic relations, verse forms, corpus associations, and literary precedent become distinct [[wiki/Knowledge Representation|knowledge representations]] that can constrain retrieval and generation.
The project also demonstrates why representation is architectural. Its [[wiki/Symbolic Language Engine|symbolic language engine]] did not store one universal likeness relation; it preserved several relation types so that the interface could tell the writer why a candidate had appeared.
## Sources / Provenance
- Stanford Biomedical Data Science history: https://dbds.stanford.edu/biomedical-data-science-graduate-program-overview/
- DENDRAL historical publications: https://cs.stanford.edu/people/eaf/wordpress/cv/
## See Also
[[wiki/DENDRAL|DENDRAL]], [[wiki/Reasoning Engine|Reasoning Engine]], [[wiki/Ontology|Ontology]], [[wiki/Provenance|Provenance]], [[wiki/Knowledge Representation|Knowledge Representation]], [[wiki/Symbolic Language Engine|Symbolic Language Engine]]