coordinate observation of

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

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

Avoid when

How to use

Examples