Skip to content

Class: GeoPointLocation

URI: linkml_common:GeoPointLocation

classDiagram class GeoPointLocation PointLocation <|-- GeoPointLocation GeoPointLocation : altitude GeoPointLocation : latitude GeoPointLocation : longitude

Inheritance

Slots

Name Cardinality and Range Description Inheritance
latitude 0..1
Decimal
The latitude of the location direct
longitude 0..1
Decimal
The longitude of the location direct
altitude 0..1
Decimal
The altitude of the location direct

Usages

used by used in type used
HealthcareSite geolocation range GeoPointLocation
Place geolocation range GeoPointLocation
Landform geolocation range GeoPointLocation
EnvironmentalSite geolocation range GeoPointLocation

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/linkml-common

Mappings

Mapping Type Mapped Value
self linkml_common:GeoPointLocation
native linkml_common:GeoPointLocation

LinkML Source

Direct

name: GeoPointLocation
from_schema: https://w3id.org/linkml/linkml-common
is_a: PointLocation
attributes:
  latitude:
    name: latitude
    description: The latitude of the location
    from_schema: https://w3id.org/linkml-common/geography
    rank: 1000
    domain_of:
    - GeoPointLocation
    range: decimal
  longitude:
    name: longitude
    description: The longitude of the location
    from_schema: https://w3id.org/linkml-common/geography
    rank: 1000
    domain_of:
    - GeoPointLocation
    range: decimal
  altitude:
    name: altitude
    description: The altitude of the location
    from_schema: https://w3id.org/linkml-common/geography
    rank: 1000
    domain_of:
    - GeoPointLocation
    range: decimal
    unit:
      ucum_code: m

Induced

name: GeoPointLocation
from_schema: https://w3id.org/linkml/linkml-common
is_a: PointLocation
attributes:
  latitude:
    name: latitude
    description: The latitude of the location
    from_schema: https://w3id.org/linkml-common/geography
    rank: 1000
    alias: latitude
    owner: GeoPointLocation
    domain_of:
    - GeoPointLocation
    range: decimal
  longitude:
    name: longitude
    description: The longitude of the location
    from_schema: https://w3id.org/linkml-common/geography
    rank: 1000
    alias: longitude
    owner: GeoPointLocation
    domain_of:
    - GeoPointLocation
    range: decimal
  altitude:
    name: altitude
    description: The altitude of the location
    from_schema: https://w3id.org/linkml-common/geography
    rank: 1000
    alias: altitude
    owner: GeoPointLocation
    domain_of:
    - GeoPointLocation
    range: decimal
    unit:
      ucum_code: m