thermal
- CURIE:
gmeow:sensoryModalityThermal - IRI: https://blackcatinformatics.ca/gmeow/sensoryModalityThermal
- Category: individual
- Defined by:
gmeow:slices/sensory-environment - Box roles: ABox role (What is this?)
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
- Source:
slices/extensions/sensory-environment/examples/measured-vs-perceived.ttl - Examples catalog: open in catalog#example-slices-extensions-sensory-environment-examples-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 .