task priority
- CURIE:
gmeow:taskPriority - IRI: https://blackcatinformatics.ca/gmeow/taskPriority
- Category: property
- Defined by:
gmeow:slices/calendar - Box roles: RBox role (What is this?)
The priority of the task, 0-9, where 0 is undefined and 1 is highest. Aligned to iCalendar PRIORITY.
Structure
Property shape: datatype property; gmeow:Task -> xsd:integer; functional
Practical Pattern
Use gmeow:taskPriority from gmeow:Task to xsd:integer when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
Projects To
| Profile | External Targets |
|---|---|
ical |
ical, rdf |
jcal |
https, rdf |
External Equivalences
Equivalent or closely aligned targets: ical
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Term Equivalences
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:taskPriority |
equivalence | - |
skos:closeMatch | ical:priority | gmeow-calendar.sssom.tsv; gmeow:eqCalendar016; confidence 0.85 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:taskPriority |
projection | ical |
projects to / <= | ical:Vtodo, ical:due, ical:priority, ical:status, rdf:type | gmeow:mapIcalVtodo |
gmeow:taskPriority |
projection | jcal |
projects to / <= | https://tools.ietf.org/rfc/rfc7265#due, https://tools.ietf.org/rfc/rfc7265#priority, https://tools.ietf.org/rfc/rfc7265#status, https://tools.ietf.org/rfc/rfc7265#vtodo, rdf:type | gmeow:mapJcalVtodo |
Usage Advice
Use when
- Use to rank a task's urgency on the iCalendar PRIORITY scale (0 undefined, 1 highest, 9 lowest).
Avoid when
- Avoid asserting two values (it is functional — one priority per task) and avoid inventing values outside 0-9; the scale is the iCalendar PRIORITY range.
How to use
- Write an xsd:integer in 0-9; reserve 0 for 'undefined' and treat lower non-zero numbers as more urgent, per iCalendar.
Examples
- ex:fileReport
gmeow:taskPriority1.