Apply Contextual Expansion Method
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)
Apply Contextual Expansion Method has 18 facts recorded in Dontopedia across 2 references, with 1 live disagreement.
Mostly:has parameter(2), rdf:type(2), uses data structure(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (5)
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.
callsMethodCalls Method(2)
- Expand Query Method
ex:expand-query-method - Expand Query Method
ex:expand-query-method
callsMethodInOrderCalls Method in Order(1)
- Expand Query Method
ex:expand-query-method
callsMethodInSequenceCalls Method in Sequence(1)
- Expand Query Method
ex:expand-query-method
hasMethodHas Method(1)
- Query Rewriter Class
ex:query-rewriter-class
Other facts (18)
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 |
|---|---|---|
| Has Parameter | Query Parameter | [1] |
| Has Parameter | Query Parameter | [2] |
| Rdf:type | Query Transformation Method | [2] |
| Rdf:type | Private Method | [2] |
| Uses Data Structure | Contextual Expansions Dict | [1] |
| Uses Library | Re Module | [1] |
| Returns Value | Query | [1] |
| Uses Regex Pattern | Word Boundary Pattern | [1] |
| Performs String Replacement | Query | [1] |
| Is Instance Method | true | [1] |
| Uses Regex Word Boundary | true | [1] |
| Escapes Regex Special Chars | true | [1] |
| Iterates Over Dictionary | Contextual Expansions Dict | [1] |
| Iterates Over Pairs Via Items | true | [1] |
| Uses Word Boundary Regex | true | [1] |
| Called by | Expand Query Method | [2] |
| Is Defined in | Source Document | [2] |
| Called After | Apply Pattern Matching Method | [2] |
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/153e4e5d-ec21-49b2-b791-2f914920617a- full textbeam-chunktext/plain1 KB
doc:beam/153e4e5d-ec21-49b2-b791-2f914920617aShow excerpt
def rewrite_query(self, query): try: expanded_query = self.expand_query(query) logging.info(f"Original Query: {query} | Expanded Query: {expanded_query}") return expanded_query except …
ctx:claims/beam/6160f680-6610-43df-b520-efa8dbd5ff46- full textbeam-chunktext/plain1 KB
doc:beam/6160f680-6610-43df-b520-efa8dbd5ff46Show excerpt
(r'\bOR\b', 'ORELSE') ] self.contextual_expansions = { 'table': 'TABLE_NAME', 'condition': 'CONDITION_VALUE' } def rewrite_query(self, query): try: expande…
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.