High Cohesion
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
High Cohesion is ensure each module is focused on single responsibility.
Mostly:rdf:type(2), description(2), requires(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (4)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
containsPrincipleContains Principle(2)
- Key Principles
ex:key-principles - Key Principles Section
ex:key-principles-section
mentionsMentions(1)
- Summary
ex:summary
shouldHavePropertyShould Have Property(1)
- Module
ex:module
Other facts (7)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Rdf:type | Design Principle | [1] |
| Rdf:type | Design Principle | [2] |
| Description | ensure each module is focused on single responsibility | [1] |
| Description | avoid mixing unrelated functionalities within single module | [1] |
| Requires | Single Responsibility Focus | [1] |
| Prevents | Unrelated Functionality Mixing | [1] |
| Is Part of | Key Principles Section | [1] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (2)
ctx:claims/beam/e0fef9b6-669d-4599-add1-1e7d8c004ef9- full textbeam-chunktext/plain1 KB
doc:beam/e0fef9b6-669d-4599-add1-1e7d8c004ef9Show excerpt
[Turn 6639] Assistant: Certainly! Separating sparse and dense query modules using a modular design can significantly improve the efficiency and reliability of your system. Here are some insights and examples on how to structure these module…
ctx:claims/beam/7afe3ba4-2753-473a-92fc-1a180e3725cc- full textbeam-chunktext/plain1 KB
doc:beam/7afe3ba4-2753-473a-92fc-1a180e3725ccShow excerpt
sparse_results = await self.sparse_processor.process_query("health_check") dense_results = await self.dense_processor.process_query("health_check") print("Health check passed") except Exception as…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.