level rank
- CURIE:
gmeow:levelRank - IRI: https://blackcatinformatics.ca/gmeow/levelRank
- Category: property
- Defined by:
gmeow:slices/awareness - Box roles: RBox role (What is this?)
The ordinal rank of a gmeow:AwarenessLevel on the arousal ladder — a small integer ordering the rungs from high arousal (gmeow:levelHyperalert, 5) down to none (gmeow:levelUnresponsive, 0). Used purely to ORDER the named levels; it asserts an ordinal sequence, not a metric scale (for a continuous value use gmeow:awarenessScalar).
Structure
Property shape: datatype property; gmeow:AwarenessLevel -> xsd:integer
Practical Pattern
Use gmeow:levelRank from gmeow:AwarenessLevel to xsd:integer when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
Usage Advice
Use when
- Use to order the named
gmeow:AwarenessLevelrungs — the integer a query reads to compare arousal between two named levels (higher rank = more alert).
Avoid when
- Avoid treating the rank as a measured arousal magnitude or a confidence (use
gmeow:awarenessScalarfor a continuous value), and avoid asserting it on anything but agmeow:AwarenessLevelindividual.
How to use
- Assign each
gmeow:AwarenessLevelone xsd:integer in 0–5 reflecting its position on the ladder; read 'more alert than' as a rank comparison, leaving continuous arousal togmeow:awarenessScalar.
Scope notes
- Ordering only, not a metric (Principle 9):
gmeow:levelRankfixes the high→low sequence of the six named rungs so a query can compare 'more alert than'; it does not claim equal spacing or a measurement unit. The continuous metric companion isgmeow:awarenessScalar.