Dontopedia

Sorted Options

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-05.)

Sorted Options has 11 facts recorded in Dontopedia across 4 references, with 2 live disagreements.

11 facts·8 predicates·4 sources·2 in dispute

Mostly:rdf:type(3), derived from(2), contains(1)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound 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.

iteratesOverIterates Over(2)

declaresVariablesDeclares Variables(1)

hasVariableHas Variable(1)

usesVariableUses Variable(1)

Other facts (11)

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.

11 facts
PredicateValueRef
Rdf:typeData Structure[2]
Rdf:typeList[3]
Rdf:typeSorted Collection[4]
Derived FromWeighted Scores[3]
Derived FromWeighted Scores Items[4]
ContainsTuples[1]
Structurelist-of-tuples[1]
Tuple Structure(option-name, weighted-score)[1]
Is Produced byPython Script[2]
Ordering CriteriaScore Descending[2]
Sort Orderdescending[4]

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.

containsbeam/4138d5af-2f28-48bd-82f2-ede483c92f8c
ex:tuples
structurebeam/4138d5af-2f28-48bd-82f2-ede483c92f8c
list-of-tuples
tupleStructurebeam/4138d5af-2f28-48bd-82f2-ede483c92f8c
(option-name, weighted-score)
typebeam/fd847186-7170-4b7d-b307-1282777adea7
ex:DataStructure
isProducedBybeam/fd847186-7170-4b7d-b307-1282777adea7
ex:python-script
orderingCriteriabeam/fd847186-7170-4b7d-b307-1282777adea7
ex:score-descending
typebeam/f785aaf8-c8fc-4628-9503-45b6c5e5c24b
ex:list
derivedFrombeam/f785aaf8-c8fc-4628-9503-45b6c5e5c24b
ex:weighted-scores
typebeam/e3ef8583-5439-4485-8856-6415be355e7a
ex:SortedCollection
sortOrderbeam/e3ef8583-5439-4485-8856-6415be355e7a
descending
derivedFrombeam/e3ef8583-5439-4485-8856-6415be355e7a
ex:weighted_scores-items

References (4)

4 references
  1. ctx:claims/beam/4138d5af-2f28-48bd-82f2-ede483c92f8c
    • full textbeam-chunk
      text/plain1 KBdoc:beam/4138d5af-2f28-48bd-82f2-ede483c92f8c
      Show 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
  2. ctx:claims/beam/fd847186-7170-4b7d-b307-1282777adea7
    • full textbeam-chunk
      text/plain1 KBdoc:beam/fd847186-7170-4b7d-b307-1282777adea7
      Show excerpt
      # Print the results print("\nWeighted Scores:") for option_name, score in sorted_options: print(f"{option_name}: {score}") if __name__ == "__main__": main() ``` ### How to Use the Script 1. Run the script. 2. Ente
  3. ctx:claims/beam/f785aaf8-c8fc-4628-9503-45b6c5e5c24b
    • full textbeam-chunk
      text/plain1 KBdoc:beam/f785aaf8-c8fc-4628-9503-45b6c5e5c24b
      Show 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
  4. ctx:claims/beam/e3ef8583-5439-4485-8856-6415be355e7a
    • full textbeam-chunk
      text/plain1 KBdoc:beam/e3ef8583-5439-4485-8856-6415be355e7a
      Show excerpt
      :return: Weighted score """ weighted_score = sum(option_scores[factor] * weights[factor] for factor in option_scores) return weighted_score def main(): # Define the factors and their weights factors = ['cost', 'scal

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.