WGS 84 Geodetic Reference Frame

The wgs 84 reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11).

Structure

Types: gmeow:ReferenceFrame

Practical Pattern

Use gmeow:referenceFrameWGS84 as a controlled value typed as gmeow:ReferenceFrame.

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