awareness level
- CURIE:
gmeow:awarenessLevel - IRI: https://blackcatinformatics.ca/gmeow/awarenessLevel
- Category: property
- Defined by:
gmeow:slices/awareness - Box roles: RBox role (What is this?)
Relates an experiencer — a gmeow:AwarenessTenure, or directly a process or agent — to its graded gmeow:AwarenessLevel (arousal / vigilance). The DOMAIN is left intentionally OPEN, exactly as gmeow:awarenessMode, so the edge applies to a tenure or directly to an agent. NOT functional and VANTAGE-INDEXED (Principle 9). The named, ordinal companion of the continuous gmeow:awarenessScalar — supply either or both.
Structure
Property shape: object property; ? -> gmeow:AwarenessLevel
Practical Pattern
Use gmeow:awarenessLevel from ? to gmeow:AwarenessLevel when the relationship itself belongs in the native GMEOW graph.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Sleep Episode
- Source:
slices/core/awareness/examples/sleep-episode.ttl - Examples catalog: open in catalog#example-slices-core-awareness-examples-sleep-episode
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/awareness/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# --- The night-long sleep tenure: an agent in a mode over an interval.
ex:lillithSleep a gmeow:AwarenessTenure ;
rdfs:label "Lillith's night of sleep"@en ;
gmeow:awarenessSubject ex:lillith ;
gmeow:awarenessMode gmeow:modeAsleep ;
gmeow:awarenessLevel gmeow:levelUnresponsive ;
gmeow:duringInterval ex:nightInterval .
# --- A nested REM sub-tenure: rapid-eye-movement sleep, the vivid-dreaming stage.
# The same agent, two co-applying modes (REM stage + dreaming), a shorter span
# contained within the night interval.
ex:lillithREM a gmeow:AwarenessTenure ;
rdfs:label "Lillith's REM episode"@en ;
gmeow:awarenessSubject ex:lillith ;
gmeow:awarenessMode gmeow:modeREM , gmeow:modeDreaming ;
gmeow:awarenessLevel gmeow:levelUnresponsive ;
gmeow:duringInterval ex:remInterval .
Common Companion Terms
Usage Advice
Use when
- Use to record the graded arousal of an experiencer on the named ladder — clinical-style alertness (alert, obtunded, unresponsive) on a
gmeow:AwarenessTenureor directly on an agent.
Avoid when
- Avoid using it for the qualitative state (that is
gmeow:awarenessMode) and avoid forcing one level per subject (non-functional, vantage-indexed); for a continuous normalised arousal value reach forgmeow:awarenessScalar.
How to use
- Point the experiencer at a seeded
gmeow:AwarenessLevelindividual; read the ordering offgmeow:levelRank, and supplygmeow:awarenessScalaralongside when a finer continuous value is available.
Scope notes
- Ordinal arousal, distinct from mode (Principle 9):
gmeow:awarenessLevelgrades HOW alert the experiencer is (gmeow:AwarenessLevel), wheregmeow:awarenessModenames WHICH state it is in; the two co-apply on the same tenure. For a continuous value usegmeow:awarenessScalar.
Examples
- ex:lillithSleep
gmeow:awarenessLevelgmeow:levelUnresponsive.