coordinate observation of
- CURIE:
gmeow:coordinateObservationOf - IRI: https://blackcatinformatics.ca/gmeow/coordinateObservationOf
- Category: property
- Defined by:
gmeow:slices/places - Box roles: RBox role (What is this?)
The place whose coordinates or geometry are being observed — the observedFeature of a coordinate observation. Subproperty of gmeow:spatialMeasurementOf (itself a subproperty of gmeow:observedFeature) so generic consumers can query all observations without knowing the domain.
Structure
Property shape: object property; gmeow:CoordinateObservation -> gmeow:Place
Sub-property of: gmeow:spatialMeasurementOf
Practical Pattern
Use gmeow:coordinateObservationOf from gmeow:CoordinateObservation to gmeow:Place 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.
Located Place
- Source:
slices/core/places/examples/located-place.ttl - Examples catalog: open in catalog#example-slices-core-places-examples-located-place
ex:officeGpsFix a gmeow:CoordinateObservation ;
gmeow:coordinateObservationOf ex:officeSite ;
gmeow:vantage ex:surveyTeam ;
gmeow:observationMethod gmeow:methodGPS ;
gmeow:coordinateResult ex:officeCoords ;
gmeow:hasReferenceFrame gmeow:referenceFrameWGS84 ;
gmeow:confidence 0.95 ;
gmeow:assertedAt "2026-03-10T00:00:00Z"^^xsd:dateTime .
Common Companion Terms
gmeow:spatialMeasurementOf, gmeow:CoordinateObservation, gmeow:Place
Usage Advice
Use when
- Use to name the place a coordinate observation observed; a subproperty of
gmeow:spatialMeasurementOf(and thencegmeow:observedFeature).
Avoid when
- Avoid asserting it for non-place features (use the broader
gmeow:spatialMeasurementOf).
How to use
- Set
gmeow:coordinateObservationOfon theCoordinateObservation; generic observation queries reach it via the spine.
Examples
- ex:obs2023
gmeow:coordinateObservationOfex:edinburgh.