Skip to content

Class: NonMeasuredVariable

Non-measured variable for data from external sources (e.g., satellite, model outputs, published data) that are not directly measured by the project but included in the dataset.

URI: oae:NonMeasuredVariable

classDiagram class NonMeasuredVariable click NonMeasuredVariable href "../NonMeasuredVariable" BaseVariable <|-- NonMeasuredVariable click BaseVariable href "../BaseVariable" NonMeasuredVariable : dataset_variable_name NonMeasuredVariable : long_name NonMeasuredVariable : standard_identifier NonMeasuredVariable --> "0..1" VocabularyItemReference : standard_identifier click VocabularyItemReference href "../VocabularyItemReference" NonMeasuredVariable : units

Inheritance

Slots

Name Cardinality and Range Description Inheritance
units 0..1
String
Unit of measurement for this variable BaseVariable
standard_identifier 0..1
VocabularyItemReference
BaseVariable
dataset_variable_name 1
String
The name for the variable as it is identified in the dataset data file BaseVariable
long_name 1
String
Full descriptive name of the variable BaseVariable

Identifier and Mapping Information

Schema Source

  • from schema: OAEDataManagementProtocol

Mappings

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

LinkML Source

Direct

name: NonMeasuredVariable
description: Non-measured variable for data from external sources (e.g., satellite,
  model outputs, published data) that are not directly measured by the project but
  included in the dataset.
from_schema: OAEDataManagementProtocol
is_a: BaseVariable

Induced

name: NonMeasuredVariable
description: Non-measured variable for data from external sources (e.g., satellite,
  model outputs, published data) that are not directly measured by the project but
  included in the dataset.
from_schema: OAEDataManagementProtocol
is_a: BaseVariable
attributes:
  units:
    name: units
    description: Unit of measurement for this variable.
    title: Unit
    from_schema: OAEDataManagementProtocol
    rank: 1000
    alias: units
    owner: NonMeasuredVariable
    domain_of:
    - BaseVariable
    range: string
  standard_identifier:
    name: standard_identifier
    from_schema: Variable
    rank: 1000
    alias: standard_identifier
    owner: NonMeasuredVariable
    domain_of:
    - BaseVariable
    range: VocabularyItemReference
  dataset_variable_name:
    name: dataset_variable_name
    description: The name for the variable as it is identified in the dataset data
      file. This could be the column header in a CSV or the variable name in a NetCDF
      file. Standard common recommended column header names can be found in protocol
      documentation  [here](https://www.carbontosea.org/oae-data-protocol/1-0-0/#column-header-name).
    title: Dataset variable name
    from_schema: Variable
    rank: 1000
    alias: dataset_variable_name
    owner: NonMeasuredVariable
    domain_of:
    - BaseVariable
    range: string
    required: true
  long_name:
    name: long_name
    description: Full descriptive name of the variable.
    title: Variable full name
    from_schema: Variable
    rank: 1000
    alias: long_name
    owner: NonMeasuredVariable
    domain_of:
    - BaseVariable
    range: string
    required: true