Skip to content

Class: AbsoluteCoordinate

Absolute coordinate describes the geo-referenced location of a feature.Coordinates match the feature's shape. For example, a curve is a list of points.Currently collections of discrete points describing a feature are supported.

URI: basin3d_schema:AbsoluteCoordinate

classDiagram class AbsoluteCoordinate Base <|-- AbsoluteCoordinate AbsoluteCoordinate : horizontal_position AbsoluteCoordinate : vertical_extent

Inheritance

Slots

Name Cardinality and Range Description
vertical_extent 0..*
AltitudeCoordinate
horizontal_position 0..*
GeographicCoordinate

Usages

used by used in type used
RepresentativeCoordinate representative_point range AbsoluteCoordinate
Coordinate absolute range AbsoluteCoordinate

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/cmungall/basin3d_schema/core

Mappings

Mapping Type Mapped Value
self ['basin3d_schema:AbsoluteCoordinate']
native ['basin3d_schema:AbsoluteCoordinate']

LinkML Specification

Direct

name: AbsoluteCoordinate
description: Absolute coordinate describes the geo-referenced location of a feature.Coordinates
  match the feature's shape. For example, a curve is a list of points.Currently collections
  of discrete points describing a feature are supported.
from_schema: https://w3id.org/cmungall/basin3d_schema/core
rank: 1000
is_a: Base
attributes:
  vertical_extent:
    name: vertical_extent
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    multivalued: true
    range: AltitudeCoordinate
  horizontal_position:
    name: horizontal_position
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    multivalued: true
    range: GeographicCoordinate

Induced

name: AbsoluteCoordinate
description: Absolute coordinate describes the geo-referenced location of a feature.Coordinates
  match the feature's shape. For example, a curve is a list of points.Currently collections
  of discrete points describing a feature are supported.
from_schema: https://w3id.org/cmungall/basin3d_schema/core
rank: 1000
is_a: Base
attributes:
  vertical_extent:
    name: vertical_extent
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    multivalued: true
    alias: vertical_extent
    owner: AbsoluteCoordinate
    domain_of:
    - AbsoluteCoordinate
    range: AltitudeCoordinate
  horizontal_position:
    name: horizontal_position
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    multivalued: true
    alias: horizontal_position
    owner: AbsoluteCoordinate
    domain_of:
    - AbsoluteCoordinate
    range: GeographicCoordinate