Skip to content

Class: VerticalExtent

The vertical extent of a place or structure in meters.

URI: oae:VerticalExtent

classDiagram class VerticalExtent click VerticalExtent href "../VerticalExtent" VerticalExtent : max_depth_in_m VerticalExtent : min_depth_in_m

Slots

Name Cardinality and Range Description Inheritance
min_depth_in_m 1
Float
Minimum depth of observation in meters direct
max_depth_in_m 1
Float
Maximum depth of observation in meters direct

Usages

used by used in type used
OAEProject vertical_coverage range VerticalExtent
Experiment vertical_coverage range VerticalExtent
Intervention vertical_coverage range VerticalExtent

Identifier and Mapping Information

Schema Source

  • from schema: OAEDataManagementProtocol

Mappings

Mapping Type Mapped Value
self oae:VerticalExtent
native oae:VerticalExtent

LinkML Source

Direct

name: VerticalExtent
description: The vertical extent of a place or structure in meters.
from_schema: OAEDataManagementProtocol
attributes:
  min_depth_in_m:
    name: min_depth_in_m
    description: Minimum depth of observation in meters. Use negative numbers for
      depths below sea level, and positive numbers for above sea level.
    title: Minimum Depth (in meters)
    from_schema: Core
    rank: 1000
    domain_of:
    - VerticalExtent
    range: float
    required: true
  max_depth_in_m:
    name: max_depth_in_m
    description: Maximum depth of observation in meters. Use negative numbers for
      depths below sea level, and positive numbers for above sea level.
    title: Maximum Depth (in meters)
    from_schema: Core
    rank: 1000
    domain_of:
    - VerticalExtent
    range: float
    required: true

Induced

name: VerticalExtent
description: The vertical extent of a place or structure in meters.
from_schema: OAEDataManagementProtocol
attributes:
  min_depth_in_m:
    name: min_depth_in_m
    description: Minimum depth of observation in meters. Use negative numbers for
      depths below sea level, and positive numbers for above sea level.
    title: Minimum Depth (in meters)
    from_schema: Core
    rank: 1000
    alias: min_depth_in_m
    owner: VerticalExtent
    domain_of:
    - VerticalExtent
    range: float
    required: true
  max_depth_in_m:
    name: max_depth_in_m
    description: Maximum depth of observation in meters. Use negative numbers for
      depths below sea level, and positive numbers for above sea level.
    title: Maximum Depth (in meters)
    from_schema: Core
    rank: 1000
    alias: max_depth_in_m
    owner: VerticalExtent
    domain_of:
    - VerticalExtent
    range: float
    required: true