thermal

The thermal/temperature sensory channel.

Structure

Types: gmeow:SensoryModality

Practical Pattern

Use gmeow:sensoryModalityThermal as a controlled value typed as gmeow:SensoryModality.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Measured Vs Perceived

# --- The environment: same room and instant, two kinds of condition.
ex:env a gmeow:SensoryEnvironment ;
    gmeow:environmentAtLocation  ex:room ;
    gmeow:environmentAtInstant   ex:noon ;
    gmeow:sensoryModality        gmeow:sensoryModalityThermal ;
    gmeow:hasMeasuredCondition   ex:thermalGrid ;
    gmeow:hasPerceivedCondition  ex:feltWarm .

ex:feltWarm a gmeow:SensoryPerception ;
    gmeow:perceptionModality gmeow:sensoryModalityThermal ;
    gmeow:vantage            ex:taster ;
    gmeow:observationMethod  gmeow:methodDirectObservation .

Common Companion Terms

gmeow:SensoryModality