Skip to content

Class: QCFields

Quality control fields applicable to measured and calculated variables. Not applied to socioeconomic variables.

URI: oae:QCFields

classDiagram class QCFields click QCFields href "../QCFields" QCFields <|-- ObservedPropertyVariable click ObservedPropertyVariable href "../ObservedPropertyVariable" QCFields <|-- CalculatedVariable click CalculatedVariable href "../CalculatedVariable" QCFields : missing_value_indicators QCFields : qc_researcher QCFields --> "0..1" Person : qc_researcher click Person href "../Person" QCFields : qc_researcher_institution QCFields : qc_steps_taken QCFields : uncertainty QCFields : uncertainty_definition

Slots

Name Cardinality and Range Description Inheritance
qc_steps_taken 0..1
String
Describe what QC steps have been taken to improve the quality of the data (e direct
uncertainty 0..1
String
It is recommended to provide uncertainty for each data point in the data file direct
uncertainty_definition 0..1
String
A description of the uncertainties involved in this method direct
missing_value_indicators 0..1
String
The indicator used to represent missing values in the data file, e direct
qc_researcher 0..1
Person
The name of the PI whose research team QCed this parameter direct
qc_researcher_institution 0..1
String
The institution of the PI whose research team QCed this parameter direct

Mixin Usage

mixed into description
ObservedPropertyVariable Variable that is directly measured in-situ using instruments
CalculatedVariable Variable that is calculated or derived from other variables

Identifier and Mapping Information

Schema Source

  • from schema: OAEDataManagementProtocol

Mappings

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

LinkML Source

Direct

name: QCFields
description: Quality control fields applicable to measured and calculated variables.
  Not applied to socioeconomic variables.
from_schema: OAEDataManagementProtocol
mixin: true
slots:
- qc_steps_taken
- uncertainty
- uncertainty_definition
- missing_value_indicators
attributes:
  qc_researcher:
    name: qc_researcher
    description: The name of the PI whose research team QCed this parameter.
    title: Researcher who QCed this variable
    from_schema: Variable
    rank: 1000
    domain_of:
    - QCFields
    range: Person
  qc_researcher_institution:
    name: qc_researcher_institution
    description: The institution of the PI whose research team QCed this parameter.
    title: QC Researcher Institution
    from_schema: Variable
    rank: 1000
    domain_of:
    - QCFields
    range: string

Induced

name: QCFields
description: Quality control fields applicable to measured and calculated variables.
  Not applied to socioeconomic variables.
from_schema: OAEDataManagementProtocol
mixin: true
attributes:
  qc_researcher:
    name: qc_researcher
    description: The name of the PI whose research team QCed this parameter.
    title: Researcher who QCed this variable
    from_schema: Variable
    rank: 1000
    alias: qc_researcher
    owner: QCFields
    domain_of:
    - QCFields
    range: Person
  qc_researcher_institution:
    name: qc_researcher_institution
    description: The institution of the PI whose research team QCed this parameter.
    title: QC Researcher Institution
    from_schema: Variable
    rank: 1000
    alias: qc_researcher_institution
    owner: QCFields
    domain_of:
    - QCFields
    range: string
  qc_steps_taken:
    name: qc_steps_taken
    description: 'Describe what QC steps have been taken to improve the quality of
      the data (e.g., DOI, software and settings used, outlier removal, etc.).

      If quality control procedures are described in a separate document uploaded
      with the data, provide the name of the document here.'
    title: QC steps taken
    from_schema: OAEDataManagementProtocol
    rank: 1000
    alias: qc_steps_taken
    owner: QCFields
    domain_of:
    - QCFields
    range: string
  uncertainty:
    name: uncertainty
    description: 'It is recommended to provide uncertainty for each data point in
      the data file. Else provide a single value representative of the dataset.

      If uncertainty is provided as a variable, please list the column header name
      here.'
    title: Uncertainty
    from_schema: OAEDataManagementProtocol
    rank: 1000
    alias: uncertainty
    owner: QCFields
    domain_of:
    - StandardGas
    - CO2GasDetector
    - QCFields
    range: string
  uncertainty_definition:
    name: uncertainty_definition
    description: A description of the uncertainties involved in this method.
    title: How was the uncertainty defined
    from_schema: OAEDataManagementProtocol
    rank: 1000
    alias: uncertainty_definition
    owner: QCFields
    domain_of:
    - QCFields
    range: string
  missing_value_indicators:
    name: missing_value_indicators
    description: The indicator used to represent missing values in the data file,
      e.g., -999, NaN, etc.
    title: Missing value indicators
    from_schema: OAEDataManagementProtocol
    rank: 1000
    alias: missing_value_indicators
    owner: QCFields
    domain_of:
    - QCFields
    range: string