Skip to content

Class: RepresentativeCoordinate

Representative coordinates describe the location of a feature by a representative shape / location.For example, a study area may be represented by the center point.The veritical position from a reference position (e.g., height, depth) is also described in this class.Currently representative points are supported. The class is extendable to other forms of representing(e.g., diameter, area, side_length)Representative point types are also expandable as use cases require.

URI: basin3d_schema:RepresentativeCoordinate

classDiagram class RepresentativeCoordinate Base <|-- RepresentativeCoordinate RepresentativeCoordinate : representative_point RepresentativeCoordinate : representative_point_type RepresentativeCoordinate : vertical_position

Inheritance

Slots

Name Cardinality and Range Description
representative_point 0..1
AbsoluteCoordinate
vertical_position 0..1
DepthCoordinate
representative_point_type 0..1
RepresentativePointEnum

Usages

used by used in type used
Coordinate representative range RepresentativeCoordinate

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Specification

Direct

name: RepresentativeCoordinate
description: Representative coordinates describe the location of a feature by a representative
  shape / location.For example, a study area may be represented by the center point.The
  veritical position from a reference position (e.g., height, depth) is also described
  in this class.Currently representative points are supported. The class is extendable
  to other forms of representing(e.g., diameter, area, side_length)Representative
  point types are also expandable as use cases require.
from_schema: https://w3id.org/cmungall/basin3d_schema/core
rank: 1000
is_a: Base
attributes:
  representative_point:
    name: representative_point
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    range: AbsoluteCoordinate
  vertical_position:
    name: vertical_position
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    range: DepthCoordinate
  representative_point_type:
    name: representative_point_type
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    range: RepresentativePointEnum

Induced

name: RepresentativeCoordinate
description: Representative coordinates describe the location of a feature by a representative
  shape / location.For example, a study area may be represented by the center point.The
  veritical position from a reference position (e.g., height, depth) is also described
  in this class.Currently representative points are supported. The class is extendable
  to other forms of representing(e.g., diameter, area, side_length)Representative
  point types are also expandable as use cases require.
from_schema: https://w3id.org/cmungall/basin3d_schema/core
rank: 1000
is_a: Base
attributes:
  representative_point:
    name: representative_point
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    alias: representative_point
    owner: RepresentativeCoordinate
    domain_of:
    - RepresentativeCoordinate
    range: AbsoluteCoordinate
  vertical_position:
    name: vertical_position
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    alias: vertical_position
    owner: RepresentativeCoordinate
    domain_of:
    - RepresentativeCoordinate
    range: DepthCoordinate
  representative_point_type:
    name: representative_point_type
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    alias: representative_point_type
    owner: RepresentativeCoordinate
    domain_of:
    - RepresentativeCoordinate
    range: RepresentativePointEnum