sensory result

The scalar quantity result of a sensory observation — a value with unit, determinacy, and granularity. Subproperty of gmeow:observationResult so generic consumers can query all observation results without knowing the domain. The reference frame in which the quantity is expressed is carried on the observation via gmeow:hasReferenceFrame and propagates to the result via the existing isResultOfhasReferenceFrame chain.

Structure

Property shape: object property; gmeow:SensoryObservation -> gmeow:SensoryQuantity Sub-property of: gmeow:observationResult

Practical Pattern

Use gmeow:sensoryResult from gmeow:SensoryObservation to gmeow:SensoryQuantity 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

# --- The reading: what, which property, the result, the sensor as vantage, and
#     the method (a SensoryObservation is a core Observation — it records its
#     gmeow:observationMethod like any other).
ex:obs a gmeow:SensoryObservation ;
    gmeow:sensoryObservationOf ex:greenhouse ;
    gmeow:sensoryProperty      ex:humidity ;
    gmeow:sensoryResult        ex:quantity ;
    gmeow:vantage              ex:dht22 ;
    gmeow:observationMethod    gmeow:methodInstrumentalReading .

Common Companion Terms

gmeow:observationResult, gmeow:SensoryObservation, gmeow:SensoryQuantity

Projects To

Profile External Targets
sosa sosa

Linkages

Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.

Projection Coverage

Source Kind Profile Predicate/Relation Target Evidence
gmeow:sensoryResult projection sosa projects to / <= sosa:hasResult gmeow:mapSosaSensoryResult; confidence 0.85; lossy: the unit, determinacy, granularity, reference frame, and standpoint on the result are dropped; only the scalar value node survives. Non-displayable/superseded observations are suppressed.