Options Dictionary
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-05.)
Options Dictionary has 5 facts recorded in Dontopedia across 2 references.
Mostly:rdf:type(1), value type(1), structure(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (2)
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.
calledOnCalled on(1)
- Items Method
ex:items-method
declaresDeclares(1)
- Main Function
ex:main-function
Other facts (5)
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 | Dictionary | [1] |
| Value Type | Dictionary | [1] |
| Structure | option-name-to-scores-mapping | [1] |
| Contains | Option Entries | [2] |
| Maps | Option Names to Scores | [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/4138d5af-2f28-48bd-82f2-ede483c92f8c- full textbeam-chunktext/plain1 KB
doc:beam/4138d5af-2f28-48bd-82f2-ede483c92f8cShow excerpt
:param weights: Dictionary of weights for each factor :return: Weighted score """ weighted_score = sum(option_scores[factor] * weights[factor] for factor in option_scores) return weighted_score def main(): # Define …
ctx:claims/beam/f785aaf8-c8fc-4628-9503-45b6c5e5c24b- full textbeam-chunktext/plain1 KB
doc:beam/f785aaf8-c8fc-4628-9503-45b6c5e5c24bShow excerpt
score = int(input(f"Enter the score for {factor} (1-10): ")) option_scores[factor] = score options[option_name] = option_scores # Calculate weighted scores weighted_scores = {} for o…
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.