sensory observation of
- CURIE:
gmeow:sensoryObservationOf - IRI: https://blackcatinformatics.ca/gmeow/sensoryObservationOf
- Category: property
- Defined by:
gmeow:slices/sensory - Box roles: RBox role (What is this?)
The entity whose property is being observed — the observedFeature of a sensory observation. Subproperty of gmeow:observedFeature so generic consumers can query all observations without knowing the domain.
Structure
Property shape: object property; gmeow:SensoryObservation -> gmeow:Entity
Sub-property of: gmeow:observedFeature
Practical Pattern
Use gmeow:sensoryObservationOf from gmeow:SensoryObservation to gmeow:Entity 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
- Source:
slices/extensions/sensory/examples/sensor-reading.ttl - Examples catalog: open in catalog#example-slices-extensions-sensory-examples-sensor-reading
# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: a sensor reading on the observation stack . A
# gmeow:SensoryObservation records WHAT was sensed (gmeow:sensoryObservationOf),
# WHICH gmeow:ObservableProperty (humidity), and the gmeow:SensoryQuantity result.
# A gmeow:Sensor is a gufo functional complex that is also an Agent, so it is the
# observation's gmeow:vantage — the SensoryObservation is an Observation like any
# other, just produced by an instrument on a gmeow:SensorPlatform at a location.
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/sensory/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# --- 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:observedFeature, gmeow:SensoryObservation, gmeow:Entity
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:sensoryObservationOf |
projection | sosa |
projects to / <= | sosa:hasFeatureOfInterest | gmeow:mapSosaFeatureOfInterest; confidence 0.85; lossy: the subproperty distinction (sensoryObservationOf vs spatialMeasurementOf vs generic observedFeature) collapses to flat sosa:hasFeatureOfInterest. Non-displayable observations are suppressed. |