environment at instant

The instant at which this point-like SensoryEnvironment holds. For interval-scoped environments, use gmeow:environmentDuringInterval instead.

Structure

Property shape: object property; gmeow:SensoryEnvironment -> gmeow:Instant

Practical Pattern

Use gmeow:environmentAtInstant from gmeow:SensoryEnvironment to gmeow:Instant 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

# --- 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 .

Common Companion Terms

gmeow:SensoryEnvironment, gmeow:Instant