Skip to content

Class: MeasuredSedimentFields

Fields applied to all measured sediment variable types (discrete and continuous)

URI: oae:MeasuredSedimentFields

 classDiagram
    class MeasuredSedimentFields
    click MeasuredSedimentFields href "../MeasuredSedimentFields"
      MeasuredSedimentFields <|-- ContinuousSedimentVariable
        click ContinuousSedimentVariable href "../ContinuousSedimentVariable"
      MeasuredSedimentFields <|-- DiscreteSedimentVariable
        click DiscreteSedimentVariable href "../DiscreteSedimentVariable"

      MeasuredSedimentFields : sediment_sampling_depth

      MeasuredSedimentFields : sediment_sampling_method

      MeasuredSedimentFields : sediment_sampling_water_depth

      MeasuredSedimentFields : sediment_type


Slots

Name Cardinality and Range Description Inheritance
sediment_type 1
String
e direct
sediment_sampling_method 1
String
e direct
sediment_sampling_depth 1
String
Depth that sediment was collected below sediment surface direct
sediment_sampling_water_depth 1
String
Water depth where sediment was collected direct

Mixin Usage

mixed into description
ContinuousSedimentVariable Measured sediment variable collected from continuous autonomous sensor
DiscreteSedimentVariable Measured sediment variable collected from discrete bottle samples

Identifier and Mapping Information

Schema Source

  • from schema: https://schema.oaedata.org/OAEDataSchema

Mappings

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

LinkML Source

Direct

name: MeasuredSedimentFields
description: Fields applied to all measured sediment variable types (discrete and
  continuous)
from_schema: https://schema.oaedata.org/OAEDataSchema
mixin: true
attributes:
  sediment_type:
    name: sediment_type
    description: e.g., mud, sand, etc.
    title: Sediment Type
    from_schema: Variable
    rank: 1000
    domain_of:
    - MeasuredSedimentFields
    range: string
    required: true
  sediment_sampling_method:
    name: sediment_sampling_method
    description: e.g., sediment core, grab sampling, dredging, etc.
    title: Sediment Sampling Method
    from_schema: Variable
    rank: 1000
    domain_of:
    - MeasuredSedimentFields
    range: string
    required: true
  sediment_sampling_depth:
    name: sediment_sampling_depth
    description: Depth that sediment was collected below sediment surface. If provided
      as a variable (recommended), please list the column header name here.
    title: Sediment Sampling Depth
    from_schema: Variable
    rank: 1000
    domain_of:
    - MeasuredSedimentFields
    range: string
    required: true
  sediment_sampling_water_depth:
    name: sediment_sampling_water_depth
    description: Water depth where sediment was collected. If provided as a variable
      (recommended), please list the column header name here.
    title: Sediment Sampling Water Depth
    from_schema: Variable
    rank: 1000
    domain_of:
    - MeasuredSedimentFields
    range: string
    required: true

Induced

name: MeasuredSedimentFields
description: Fields applied to all measured sediment variable types (discrete and
  continuous)
from_schema: https://schema.oaedata.org/OAEDataSchema
mixin: true
attributes:
  sediment_type:
    name: sediment_type
    description: e.g., mud, sand, etc.
    title: Sediment Type
    from_schema: Variable
    rank: 1000
    alias: sediment_type
    owner: MeasuredSedimentFields
    domain_of:
    - MeasuredSedimentFields
    range: string
    required: true
  sediment_sampling_method:
    name: sediment_sampling_method
    description: e.g., sediment core, grab sampling, dredging, etc.
    title: Sediment Sampling Method
    from_schema: Variable
    rank: 1000
    alias: sediment_sampling_method
    owner: MeasuredSedimentFields
    domain_of:
    - MeasuredSedimentFields
    range: string
    required: true
  sediment_sampling_depth:
    name: sediment_sampling_depth
    description: Depth that sediment was collected below sediment surface. If provided
      as a variable (recommended), please list the column header name here.
    title: Sediment Sampling Depth
    from_schema: Variable
    rank: 1000
    alias: sediment_sampling_depth
    owner: MeasuredSedimentFields
    domain_of:
    - MeasuredSedimentFields
    range: string
    required: true
  sediment_sampling_water_depth:
    name: sediment_sampling_water_depth
    description: Water depth where sediment was collected. If provided as a variable
      (recommended), please list the column header name here.
    title: Sediment Sampling Water Depth
    from_schema: Variable
    rank: 1000
    alias: sediment_sampling_water_depth
    owner: MeasuredSedimentFields
    domain_of:
    - MeasuredSedimentFields
    range: string
    required: true