elevation
- CURIE:
gmeow:elevation - IRI: https://blackcatinformatics.ca/gmeow/elevation
- Category: property
- Defined by:
gmeow:slices/places - Box roles: RBox role (What is this?)
Elevation above sea level in metres.
Structure
Property shape: datatype property; gmeow:GeoCoordinates -> xsd:decimal
Practical Pattern
Use gmeow:elevation from gmeow:GeoCoordinates to xsd:decimal 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: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 |
|---|---|
schema-org |
rdf, schema |
External Equivalences
Equivalent or closely aligned targets: schema, wgs84
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:elevation |
equivalence | - |
skos:closeMatch | schema:elevation | gmeow-places.sssom.tsv; gmeow:eqPlaces026; confidence 0.9 |
gmeow:elevation |
equivalence | - |
skos:closeMatch | wgs84:alt | gmeow-places.sssom.tsv; gmeow:eqPlaces025; confidence 0.9 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:elevation |
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 |
gmeow:elevation |
projection | schema-org |
projects to / <= | rdf:type, schema:GeoCoordinates, schema:elevation, schema:geo, schema:latitude, schema:longitude | gmeow:mapSchemaPlaceCoords |
Usage Advice
Use when
- Use for elevation above sea level in metres on a
GeoCoordinatespoint.
Avoid when
- Avoid for a frame-relative vertical bound on an overlay (use
gmeow:overlayLowerBound/gmeow:overlayUpperBoundwith aScalarQuantity) and avoid for celestial epoch.
How to use
- Add
gmeow:elevationalongsidegmeow:latitude/gmeow:longitude; for explicit vertical datums use the altitude/depth reference frames.
Examples
- ex:pt
gmeow:elevation47.0.