environment at location
- CURIE:
gmeow:environmentAtLocation - IRI: https://blackcatinformatics.ca/gmeow/environmentAtLocation
- Category: property
- Defined by:
gmeow:slices/sensory-environment - Box roles: RBox role (What is this?)
The location whose ambient conditions this SensoryEnvironment describes. Functional: a SensoryEnvironment concerns exactly one location (constitutive of its identity).
Structure
Property shape: object property; gmeow:SensoryEnvironment -> gmeow:Location; functional
Practical Pattern
Use gmeow:environmentAtLocation from gmeow:SensoryEnvironment to gmeow:Location 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.
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 .