Dontopedia

priority_map

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

priority_map has 27 facts recorded in Dontopedia across 4 references, with 4 live disagreements.

27 facts·9 predicates·4 sources·4 in dispute

Mostly:maps(7), has key(6), rdf:type(4)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (10)

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.

isMappedByIs Mapped by(3)

describesDescribes(2)

accessesAccesses(1)

appearsBeforeAppears Before(1)

definesDefines(1)

dependsOnDepends on(1)

usesUses(1)

Other facts (25)

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.

25 facts
PredicateValueRef
MapsTask Description to Priority[1]
MapsHigh[2]
MapsMedium[2]
MapsLow[2]
MapsHigh-to-1[4]
MapsMedium-to-2[4]
MapsLow-to-3[4]
Has KeyKey High[3]
Has KeyKey Medium[3]
Has KeyKey Low[3]
Has KeyHigh[4]
Has KeyMedium[4]
Has KeyLow[4]
Rdf:typeDictionary[1]
Rdf:typeDictionary[2]
Rdf:typeDictionary[3]
Rdf:typeDictionary[4]
Contains MappingRsa 2048 to 3[1]
Contains MappingOptimize to 2[1]
Contains MappingReview and Refine to 1[1]
Used byLambda Sort[2]
Has Value TypeInteger[2]
Has Key TypeString[2]
Data StructureDictionary[3]
Is Dictionarytrue[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.

typebeam/85acc472-7fac-4b53-ab78-88bde083ba6f
ex:Dictionary
labelbeam/85acc472-7fac-4b53-ab78-88bde083ba6f
priority_map
mapsbeam/85acc472-7fac-4b53-ab78-88bde083ba6f
ex:task-description-to-priority
containsMappingbeam/85acc472-7fac-4b53-ab78-88bde083ba6f
ex:rsa-2048-to-3
containsMappingbeam/85acc472-7fac-4b53-ab78-88bde083ba6f
ex:optimize-to-2
containsMappingbeam/85acc472-7fac-4b53-ab78-88bde083ba6f
ex:review-and-refine-to-1
typebeam/2aee4ccc-a2b2-4c09-8866-6200ddf1b72a
ex:Dictionary
mapsbeam/2aee4ccc-a2b2-4c09-8866-6200ddf1b72a
ex:High
mapsbeam/2aee4ccc-a2b2-4c09-8866-6200ddf1b72a
ex:Medium
mapsbeam/2aee4ccc-a2b2-4c09-8866-6200ddf1b72a
ex:Low
labelbeam/2aee4ccc-a2b2-4c09-8866-6200ddf1b72a
priority_map
usedBybeam/2aee4ccc-a2b2-4c09-8866-6200ddf1b72a
ex:lambda-sort
hasValueTypebeam/2aee4ccc-a2b2-4c09-8866-6200ddf1b72a
Integer
hasKeyTypebeam/2aee4ccc-a2b2-4c09-8866-6200ddf1b72a
String
typebeam/fa424165-6afc-4581-a320-da3cc65f5080
ex:Dictionary
hasKeybeam/fa424165-6afc-4581-a320-da3cc65f5080
ex:key-high
hasKeybeam/fa424165-6afc-4581-a320-da3cc65f5080
ex:key-medium
hasKeybeam/fa424165-6afc-4581-a320-da3cc65f5080
ex:key-low
dataStructurebeam/fa424165-6afc-4581-a320-da3cc65f5080
ex:Dictionary
mapsbeam/a0b1c8a8-bb36-4d48-890d-48f77964d34f
High-to-1
mapsbeam/a0b1c8a8-bb36-4d48-890d-48f77964d34f
Medium-to-2
mapsbeam/a0b1c8a8-bb36-4d48-890d-48f77964d34f
Low-to-3
typebeam/a0b1c8a8-bb36-4d48-890d-48f77964d34f
ex:Dictionary
hasKeybeam/a0b1c8a8-bb36-4d48-890d-48f77964d34f
High
hasKeybeam/a0b1c8a8-bb36-4d48-890d-48f77964d34f
Medium
hasKeybeam/a0b1c8a8-bb36-4d48-890d-48f77964d34f
Low
isDictionarybeam/a0b1c8a8-bb36-4d48-890d-48f77964d34f
true

References (4)

4 references
  1. ctx:claims/beam/85acc472-7fac-4b53-ab78-88bde083ba6f
    • full textbeam-chunk
      text/plain1 KBdoc:beam/85acc472-7fac-4b53-ab78-88bde083ba6f
      Show excerpt
      return 5 # Less complex task else: return 5 # Default effort def prioritize_tasks(tasks): # Assign priorities based on task description priority_map = { 'RSA-2048': 3, # High priority 'Optimiz
  2. ctx:claims/beam/2aee4ccc-a2b2-4c09-8866-6200ddf1b72a
    • full textbeam-chunk
      text/plain1 KBdoc:beam/2aee4ccc-a2b2-4c09-8866-6200ddf1b72a
      Show excerpt
      # Define a dictionary to map priority strings to numeric values priority_map = {"High": 1, "Medium": 2, "Low": 3} # Sort the tasks by priority tasks.sort(key=lambda x: priority_map[x["priority"]]) # Print sorted tasks for task in tasks:
  3. ctx:claims/beam/fa424165-6afc-4581-a320-da3cc65f5080
    • full textbeam-chunk
      text/plain1 KBdoc:beam/fa424165-6afc-4581-a320-da3cc65f5080
      Show excerpt
      {"name": "Task 15", "priority": "Low"}, {"name": "Task 16", "priority": "High"}, {"name": "Task 17", "priority": "Medium"}, {"name": "Task 18", "priority": "Low"}, ] # Define a dictionary to map priority strings to numeric
  4. ctx:claims/beam/a0b1c8a8-bb36-4d48-890d-48f77964d34f
    • full textbeam-chunk
      text/plain1 KBdoc:beam/a0b1c8a8-bb36-4d48-890d-48f77964d34f
      Show excerpt
      {"name": "Task 3", "priority": "Low", "effort": 1}, {"name": "Task 4", "priority": "High", "effort": 4}, {"name": "Task 5", "priority": "Medium", "effort": 3}, {"name": "Task 6", "priority": "Low", "effort": 2}, {"name":

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.