coordinate result

The GeoCoordinates result of a coordinate observation — a point expressed as latitude, longitude, and optional elevation. The reference frame in which the coordinates are expressed is carried on the observation via gmeow:hasReferenceFrame and propagates to the result via the existing isResultOfhasReferenceFrame chain.

Structure

Property shape: object property; gmeow:CoordinateObservation -> gmeow:GeoCoordinates Sub-property of: gmeow:observationResult

Practical Pattern

Use gmeow:coordinateResult from gmeow:CoordinateObservation to gmeow:GeoCoordinates 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:observationResult, gmeow:CoordinateObservation, gmeow:GeoCoordinates

Projects To

Profile External Targets
geosparql geo, rdf
schema-org rdf, schema

External Equivalences

Equivalent or closely aligned targets: geo, sosa

Linkages

Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.

Term Equivalences

Source Kind Profile Predicate/Relation Target Evidence
gmeow:coordinateResult equivalence - skos:relatedMatch geo:asWKT gmeow-places.sssom.tsv; gmeow:eqPlaces198; confidence 0.6
gmeow:coordinateResult equivalence - skos:closeMatch sosa:hasResult gmeow-observations.sssom.tsv; gmeow:eqObs035; confidence 0.9

Projection Coverage

Source Kind Profile Predicate/Relation Target Evidence
gmeow:coordinateResult projection geosparql projects to / <= geo:Geometry, geo:asWKT, geo:hasGeometry, rdf:type gmeow:mapGeoCoordinateObservation; lossy: the CoordinateObservation relator (vantage, confidence, reference frame, temporal scope) is dropped; only the WKT point survives; transform gmeow:fnLatLongToWktPoint
gmeow:coordinateResult projection schema-org projects to / <= rdf:type, schema:GeoCoordinates, schema:elevation, schema:geo, schema:latitude, schema:longitude gmeow:mapSchemaCoordinateObservation; lossy: the CoordinateObservation relator (vantage, confidence, reference frame, temporal scope) collapses to a flat schema:geo edge; non-displayable/superseded observations are suppressed

Usage Advice

Use when

Avoid when

How to use

Examples

Use For Consumers

Avoid For Consumers

Published Alignment Graph

Alignments

RelationTarget
closeMatchsosa:hasResult
relatedMatchgeo:asWKT