Class: Coordinate
Top level coordinate class that holds :class:AbsoluteCoordinate
or :class:RepresentativeCoordinate
URI: sorep:Coordinate
classDiagram
class Coordinate
Base <|-- Coordinate
Coordinate : absolute
Coordinate : representative
Inheritance
- JSONSerializable
- Base
- Coordinate
- Base
Slots
Name | Cardinality and Range | Description |
---|---|---|
representative | 0..1 RepresentativeCoordinate |
|
absolute | 0..1 AbsoluteCoordinate |
Usages
used by | used in | type | used |
---|---|---|---|
MonitoringFeature | coordinates | range | Coordinate |
SpatialSamplingFeature | coordinates | range | Coordinate |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/cmungall/basin3d_schema/core
Mappings
Mapping Type | Mapped Value |
---|---|
self | ['sorep:Coordinate'] |
native | ['basin3d_schema:Coordinate'] |
LinkML Specification
Direct
name: Coordinate
description: Top level coordinate class that holds :class:`AbsoluteCoordinate` or
:class:`RepresentativeCoordinate`
from_schema: https://w3id.org/cmungall/basin3d_schema/core
rank: 1000
is_a: Base
attributes:
representative:
name: representative
from_schema: https://w3id.org/cmungall/basin3d_schema/core
rank: 1000
range: RepresentativeCoordinate
absolute:
name: absolute
from_schema: https://w3id.org/cmungall/basin3d_schema/core
rank: 1000
range: AbsoluteCoordinate
class_uri: sorep:Coordinate
Induced
name: Coordinate
description: Top level coordinate class that holds :class:`AbsoluteCoordinate` or
:class:`RepresentativeCoordinate`
from_schema: https://w3id.org/cmungall/basin3d_schema/core
rank: 1000
is_a: Base
attributes:
representative:
name: representative
from_schema: https://w3id.org/cmungall/basin3d_schema/core
rank: 1000
alias: representative
owner: Coordinate
domain_of:
- Coordinate
range: RepresentativeCoordinate
absolute:
name: absolute
from_schema: https://w3id.org/cmungall/basin3d_schema/core
rank: 1000
alias: absolute
owner: Coordinate
domain_of:
- Coordinate
range: AbsoluteCoordinate
class_uri: sorep:Coordinate