Slot: Elevation (m) (elevation)

_Elevation relative to the WGS84 ellipsoid in meters. _

__

Numbers without units are assumed to be in metres.

__

URI: schema:elevation Alias: elevation

Applicable Classes

Name Description Modifies Slot
GeoShape The geographic coordinates describing a Place no

Properties

  • Range: String

  • Regex pattern: ^[+-]?[\d.]+(\s\w+)$

Comments

  • Use positive values for heights above the ellipsoid, negative values for depths below (e.g., "-150" for 150 meters below the WGS84 ellipsoid, "25" for 25 meters above). Include units if not in meters (e.g., "150 ft").

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/marco-bolo/csv-input-classes

Mappings

Mapping Type Mapped Value
self schema:elevation
native mbo:elevation

LinkML Source

name: elevation
description: "Elevation relative to the WGS84 ellipsoid in meters. \n\nNumbers without\
  \ units are assumed to be in metres.\n"
title: Elevation (m)
comments:
- "Use positive values for heights above the ellipsoid, negative values for depths\
  \ below\n(e.g., \"-150\" for 150 meters below the WGS84 ellipsoid, \"25\" for 25\
  \ meters above). \nInclude units if not in meters (e.g., \"150 ft\").\n"
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: schema:elevation
alias: elevation
domain_of:
- GeoShape
range: string
required: false
multivalued: false
pattern: ^[+-]?[\d.]+(\s\w+)$