Geo Coordinates

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

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

gmeow:Entity

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

Avoid when

How to use

Examples

Use For Consumers

Avoid For Consumers

Published Alignment Graph

Alignments

RelationTarget
equivalentClassschema:GeoCoordinates