High
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)
High has 24 facts recorded in Dontopedia across 7 references, with 4 live disagreements.
Mostly:rdf:type(6), is priority of(6), rdfs:label(4)
Maturity scale
raw canonical shape-checked rule-derived certifiedRdf:typein disputerdf:type
- Priority Level[4]all time · 7d5ee176 E052 41e2 830e Bd40fa4249f9
- Priority Level[3]all time · A0b1c8a8 Bb36 4d48 890d 48f77964d34f
- Priority Level[2]all time · 045d4826 35e4 47eb 94b5 0e80ad7f8067
- Priority Level[1]all time · 527fefe1 46d5 4d54 9aa0 7be33730650c
- Priority Value[5]all time · 2aee4ccc A2b2 4c09 8866 6200ddf1b72a
- Risk Severity Level[7]all time · 4eb3b36e B371 46a1 852b 29b17cecee71
Rdfs:labelin disputerdfs:label
Is Priority ofin disputeisPriorityOf
- Task 1[2]sourceall time · 045d4826 35e4 47eb 94b5 0e80ad7f8067
- Task 10[3]sourceall time · A0b1c8a8 Bb36 4d48 890d 48f77964d34f
- Task 13[3]sourceall time · A0b1c8a8 Bb36 4d48 890d 48f77964d34f
- Task 16[3]sourceall time · A0b1c8a8 Bb36 4d48 890d 48f77964d34f
- Task 4[3]sourceall time · A0b1c8a8 Bb36 4d48 890d 48f77964d34f
- Task 7[3]sourceall time · A0b1c8a8 Bb36 4d48 890d 48f77964d34f
Assigned toin disputeassignedTo
Maps tomapsTo
Is Greater ThanisGreaterThan
Is Higher ThanisHigherThan
Sorts BeforesortsBefore
Numeric ValuenumericValue
- 1[5]sourceall time · 2aee4ccc A2b2 4c09 8866 6200ddf1b72a
Inbound mentions (17)
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.
hasPriorityHas Priority(6)
hasValueHas Value(2)
- Priority Field
ex:priority-field - Risk Severity Level
ex:RiskSeverityLevel
mapsMaps(2)
- Priority Map
ex:priority-map - Priority Mapping
ex:priority-mapping
commitmentLevelCommitment Level(1)
- User
ex:User
hasTrustLevelHas Trust Level(1)
- Admin Role
ex:admin-role
inverseHasValueForConditionInverse Has Value for Condition(1)
- Priority Field
ex:priority-field
notedUserEngagementNoted User Engagement(1)
- Omega Reasoning 1
ex:omega-reasoning-1
priorityTypePriority Type(1)
- Priority Distribution
ex:priority-distribution
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 (7)
- custom
ctx:claims/beam/527fefe1-46d5-4d54-9aa0-7be33730650c- full textbeam-chunktext/plain1 KB
doc:beam/527fefe1-46d5-4d54-9aa0-7be33730650cShow excerpt
Here's a sample of what our Jira board looks like: ```python import pandas as pd # Sample Jira data jira_data = { 'Task ID': [1, 2, 3, 4, 5], 'Task Name': ['Evaluate Pipeline 1', 'Evaluate Pipeline 2', 'Evaluate Pipeline 3', 'Evalu…
- custom
ctx:claims/beam/045d4826-35e4-47eb-94b5-0e80ad7f8067- full textbeam-chunktext/plain1 KB
doc:beam/045d4826-35e4-47eb-94b5-0e80ad7f8067Show excerpt
{"name": "Task 1", "priority": "High"}, {"name": "Task 2", "priority": "Medium"}, {"name": "Task 3", "priority": "Low"}, # ... ] # Sort the tasks by priority tasks.sort(key=lambda x: x["priority"]) ``` Can someone help me p…
- custom
ctx:claims/beam/a0b1c8a8-bb36-4d48-890d-48f77964d34f- full textbeam-chunktext/plain1 KB
doc:beam/a0b1c8a8-bb36-4d48-890d-48f77964d34fShow 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":…
- custom
ctx:claims/beam/7d5ee176-e052-41e2-830e-bd40fa4249f9- full textbeam-chunktext/plain1 KB
doc:beam/7d5ee176-e052-41e2-830e-bd40fa4249f9Show excerpt
Here's how you can modify your code to prioritize tasks and track your progress: ### Step-by-Step Plan 1. **Categorize Tasks by Priority**: - Assign a priority level (High, Medium, Low) to each task. 2. **Estimate Task Durations**:…
- custom
ctx:claims/beam/2aee4ccc-a2b2-4c09-8866-6200ddf1b72a- full textbeam-chunktext/plain1 KB
doc:beam/2aee4ccc-a2b2-4c09-8866-6200ddf1b72aShow 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: …
- custom
ctx:claims/beam/3d099c65-1414-416f-8d06-94009d7e27d1- full textbeam-chunktext/plain1 KB
doc:beam/3d099c65-1414-416f-8d06-94009d7e27d1Show excerpt
- For each plan you want to mark as critical, add the "Critical" tag in the "Tags" column. ### Example Implementation in Monday.com Here's a step-by-step example using a status column: 1. **Navigate to Your Board:** - Open the boar…
- custom
ctx:claims/beam/4eb3b36e-b371-46a1-852b-29b17cecee71- full textbeam-chunktext/plain1 KB
doc:beam/4eb3b36e-b371-46a1-852b-29b17cecee71Show excerpt
conn.commit() # Function to get all risk profiles def get_all_risk_profiles(): cursor.execute('SELECT * FROM RiskProfile') return cursor.fetchall() # Insert a new risk profile insert_risk_profile('Service Availability', 'High'…
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.