GPS survey
- CURIE:
gmeow:methodGPS - IRI: https://blackcatinformatics.ca/gmeow/methodGPS
- Category: individual
- Defined by:
gmeow:slices/places - Box roles: ABox role (What is this?)
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
- 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 .