has sensory observation

Links an entity to a sensory observation that measured one of its properties. Non-functional: multiple sensors may observe the same property of the same entity, and those readings coexist without collapse (Principle 9).

Structure

Property shape: object property; gmeow:Entity -> gmeow:SensoryObservation

Practical Pattern

Use gmeow:hasSensoryObservation from gmeow:Entity to gmeow:SensoryObservation 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.

Sensor Reading

ex:greenhouse a gmeow:Place ;
    gmeow:name "Greenhouse Bay 3"@en ;
    gmeow:hasSensoryObservation ex:obs .

Common Companion Terms

gmeow:Entity, gmeow:SensoryObservation