Coordinate Observation

A spatial measurement that assigns geographic coordinates or geometry to a place. Reifies the act of coordinate assignment so that multiple surveys (GPS 2023, LiDAR 2024) coexist as standpoint-indexed observations (Principle 9), each carrying its own reference frame, confidence, and temporal scope. Neither observation is 'the' coordinates. Superseded surveys are suppressed via gmeow:displayable false, never deleted (Principle 10).

Structure

Subclass of: gmeow:SpatialMeasurement

Practical Pattern

Use gmeow:CoordinateObservation as a specialized kind of gmeow:SpatialMeasurement. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Located Place

# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: places as first-class located things, not address strings
#. A containment hierarchy (country ⊃ region ⊃ city ⊃ site) carries
# placeType, gazetteer coreference (authorityLink + skos:exactMatch, never
# owl:sameAs — P5), and coordinates two ways: the flat gmeow:hasCoordinates for
# the 80% case, and a reified gmeow:CoordinateObservation that makes the Principle
# 11 reference frame EXPLICIT (a latitude is meaningless without the frame it is
# expressed in) and carries the measurement's vantage, method, and confidence.
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/places/> .
@prefix wd:    <http://www.wikidata.org/entity/> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .

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

Projects To

Profile External Targets
geosparql geo, rdf

External Equivalences

Equivalent or closely aligned targets: crmarc, geo, iso19156, 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:CoordinateObservation equivalence - skos:closeMatch crmarc:S4_Observation gmeow-observations.sssom.tsv; gmeow:eqObs039; confidence 0.75
gmeow:CoordinateObservation equivalence - skos:relatedMatch geo:Feature gmeow-places.sssom.tsv; gmeow:eqPlaces196; confidence 0.65
gmeow:CoordinateObservation equivalence - skos:closeMatch iso19156:OM_GeometryObservation gmeow-observations.sssom.tsv; gmeow:eqObs038; confidence 0.85
gmeow:CoordinateObservation equivalence - skos:closeMatch sosa:Observation gmeow-observations.sssom.tsv; gmeow:eqObs034; confidence 0.9

Projection Coverage

Source Kind Profile Predicate/Relation Target Evidence
gmeow:CoordinateObservation 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:CoordinateObservation projection geosparql projects to / = geo:Geometry, geo:asWKT, geo:hasGeometry, rdf:type gmeow:mapGeoGeometryObservation; lossy: the CoordinateObservation relator (vantage, confidence, reference frame, temporal scope) is dropped; only the WKT geometry survives; transform gmeow:fnRetagWkt

Usage Advice

Use when

Avoid when

How to use

Examples

Use For Consumers

Avoid For Consumers

Published Alignment Graph

Alignments

RelationTarget
closeMatchcrmarc:S4_Observation
closeMatchiso19156:OM_GeometryObservation
closeMatchsosa:Observation
relatedMatchgeo:Feature