GPS survey

Coordinate assignment via Global Positioning System satellite ranging.

Structure

Types: gmeow:ObservationMethod

Practical Pattern

Use gmeow:methodGPS as a controlled value typed as gmeow:ObservationMethod.

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:ObservationMethod