Geo Coordinates
- CURIE:
gmeow:GeoCoordinates - IRI: https://blackcatinformatics.ca/gmeow/GeoCoordinates
- Category: class
- Defined by:
gmeow:slices/places - Box roles: TBox role (What is this?)
A geographic point expressed as latitude, longitude, and optional elevation.
Structure
Subclass of: gmeow:Entity
Practical Pattern
Use gmeow:GeoCoordinates as a specialized kind of gmeow:Entity. 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
- Source:
slices/core/places/examples/located-place.ttl - Examples catalog: open in catalog#example-slices-core-places-examples-located-place
ex:edmontonCoords a gmeow:GeoCoordinates ;
gmeow:latitude "53.5461"^^xsd:decimal ;
gmeow:longitude "-113.4938"^^xsd:decimal .
ex:officeCoords a gmeow:GeoCoordinates ;
gmeow:latitude "53.5443"^^xsd:decimal ;
gmeow:longitude "-113.4909"^^xsd:decimal ;
gmeow:elevation "645.0"^^xsd:decimal .
Common Companion Terms
Projects To
| Profile | External Targets |
|---|---|
geosparql |
geo, rdf |
External Equivalences
Equivalent or closely aligned targets: schema
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:GeoCoordinates |
equivalence | - |
owl:equivalentClass | schema:GeoCoordinates | gmeow-classes.sssom.tsv; gmeow:eqClasses038; confidence 1 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:GeoCoordinates |
projection | geosparql |
projects to / <= | geo:Geometry, geo:asWKT, geo:hasGeometry, rdf:type | gmeow:mapGeoPoint; transform gmeow:fnLatLongToWktPoint |
Usage Advice
Use when
- Use for a geographic point value — latitude, longitude, optional elevation — as the result of a coordinate observation or the target of
gmeow:hasCoordinates.
Avoid when
- Avoid for shapes richer than a point (use
Geometrywith WKT/GeoJSON) and avoid embedding a frame in the literal — frame travels on the observation (Principle 11).
How to use
- Mint
GeoCoordinateswithgmeow:latitude/gmeow:longitude/gmeow:elevation; reach it from a place viagmeow:hasCoordinatesor viaCoordinateObservation→gmeow:coordinateResultcarrying frame and provenance.
Examples
- ex:pt a
gmeow:GeoCoordinates;gmeow:latitude55.95;gmeow:longitude-3.19.