awareness level

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

@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

gmeow:AwarenessLevel

Usage Advice

Use when

Avoid when

How to use

Scope notes

Examples