coordinate result
- CURIE:
gmeow:coordinateResult - IRI: https://blackcatinformatics.ca/gmeow/coordinateResult
- Category: property
- Defined by:
gmeow:slices/places - Box roles: RBox role (What is this?)
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 isResultOf ∘ hasReferenceFrame 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
- 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 .
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
- Use for the
GeoCoordinatesresult of a coordinate observation; a subproperty ofgmeow:observationResult.
Avoid when
- Avoid carrying the frame on the result literal — the frame is on the observation and propagates via the
isResultOfchain.
How to use
- Point
gmeow:coordinateResultat aGeoCoordinates; the flatgmeow:hasCoordinatesis its property-chain projection.
Examples
- ex:obs2023
gmeow:coordinateResultex:pt.