Skip to content

Enum: ExperimentType

The type of experiment conducted in an OAE project.

URI: ExperimentType

Permissible Values

Value Meaning Description
natural None Refers to measurements representing its natural environment or context
manipulated None This refers to data or measurements representing conditions that have been ad...
model_output None Model output refers to the results or data generated by numerical or computat...

Slots

Name Description
experiment_type The type of experiment being conducted

Identifier and Mapping Information

Schema Source

  • from schema: OAEDataManagementProtocol

LinkML Source

name: ExperimentType
description: The type of experiment conducted in an OAE project.
from_schema: OAEDataManagementProtocol
rank: 1000
permissible_values:
  natural:
    text: natural
    description: Refers to measurements representing its natural environment or context.
      This includes gridded or calculated values. For example, the gridded SOCAT data
      product is considered an in-situ data product.
  manipulated:
    text: manipulated
    description: This refers to data or measurements representing conditions that
      have been adjusted, or transformed from their original state. For example, observations
      from mCDR field trial, mesocosm, laboratory experiment, are all considered manipulated
      values.
  model_output:
    text: model_output
    description: Model output refers to the results or data generated by numerical
      or computational models.