Skip to content

Class: CRMInstrument

Instrument calibrated with Certified Reference Materials, used for DIC and TA measurements.

URI: oae:CRMInstrument

classDiagram class CRMInstrument click CRMInstrument href "../CRMInstrument" AnalyzingInstrument <|-- CRMInstrument click AnalyzingInstrument href "../AnalyzingInstrument" CRMInstrument : accuracy CRMInstrument : calibration CRMInstrument --> "1" CRMCalibration : calibration click CRMCalibration href "../CRMCalibration" CRMInstrument : instrument_type CRMInstrument --> "1" AnalyzingInstrumentType : instrument_type click AnalyzingInstrumentType href "../AnalyzingInstrumentType" CRMInstrument : instrument_type_custom CRMInstrument : manufacturer CRMInstrument : model CRMInstrument : precision CRMInstrument : serial_number

Inheritance

Slots

Name Cardinality and Range Description Inheritance
calibration 1
CRMCalibration
CRM calibration information for this instrument direct
manufacturer 0..1
String
Manufacturer name of the instrument AnalyzingInstrument
model 0..1
String
Model number or name of the instrument AnalyzingInstrument
instrument_type 1
AnalyzingInstrumentType
Type of instrument used to analyze samples or measure continuously AnalyzingInstrument
instrument_type_custom 0..1
String
AnalyzingInstrument
serial_number 0..1
String
Serial number of the instrument AnalyzingInstrument
precision 0..1
String
Precision of the instrument measurements AnalyzingInstrument
accuracy 1
String
Accuracy of the instrument measurements AnalyzingInstrument

Usages

used by used in type used
DiscreteTAVariable analyzing_instrument range CRMInstrument
DiscreteDICVariable analyzing_instrument range CRMInstrument

Identifier and Mapping Information

Schema Source

  • from schema: OAEDataManagementProtocol

Mappings

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

LinkML Source

Direct

name: CRMInstrument
description: Instrument calibrated with Certified Reference Materials, used for DIC
  and TA measurements.
from_schema: OAEDataManagementProtocol
is_a: AnalyzingInstrument
attributes:
  calibration:
    name: calibration
    description: CRM calibration information for this instrument.
    title: Calibration
    from_schema: Instrument
    domain_of:
    - AnalyzingInstrument
    - PHInstrument
    - CRMInstrument
    - CO2GasDetector
    range: CRMCalibration
    required: true

Induced

name: CRMInstrument
description: Instrument calibrated with Certified Reference Materials, used for DIC
  and TA measurements.
from_schema: OAEDataManagementProtocol
is_a: AnalyzingInstrument
attributes:
  calibration:
    name: calibration
    description: CRM calibration information for this instrument.
    title: Calibration
    from_schema: Instrument
    alias: calibration
    owner: CRMInstrument
    domain_of:
    - AnalyzingInstrument
    - PHInstrument
    - CRMInstrument
    - CO2GasDetector
    range: CRMCalibration
    required: true
  manufacturer:
    name: manufacturer
    description: Manufacturer name of the instrument.
    title: Manufacturer
    from_schema: OAEDataManagementProtocol
    rank: 1000
    alias: manufacturer
    owner: CRMInstrument
    domain_of:
    - StandardGas
    - AnalyzingInstrument
    range: string
  model:
    name: model
    description: Model number or name of the instrument.
    title: Model
    from_schema: OAEDataManagementProtocol
    rank: 1000
    alias: model
    owner: CRMInstrument
    domain_of:
    - AnalyzingInstrument
    range: string
  instrument_type:
    name: instrument_type
    description: Type of instrument used to analyze samples or measure continuously.
    title: Instrument type
    from_schema: Instrument
    rank: 1000
    alias: instrument_type
    owner: CRMInstrument
    domain_of:
    - AnalyzingInstrument
    range: AnalyzingInstrumentType
    required: true
  instrument_type_custom:
    name: instrument_type_custom
    title: Instrument type (custom)
    from_schema: Instrument
    rank: 1000
    alias: instrument_type_custom
    owner: CRMInstrument
    domain_of:
    - AnalyzingInstrument
    range: string
  serial_number:
    name: serial_number
    description: Serial number of the instrument.
    title: Serial number
    from_schema: Instrument
    rank: 1000
    alias: serial_number
    owner: CRMInstrument
    domain_of:
    - AnalyzingInstrument
    range: string
  precision:
    name: precision
    description: Precision of the instrument measurements.
    title: Precision
    from_schema: Instrument
    rank: 1000
    alias: precision
    owner: CRMInstrument
    domain_of:
    - AnalyzingInstrument
    range: string
  accuracy:
    name: accuracy
    description: Accuracy of the instrument measurements.
    title: Accuracy
    from_schema: Instrument
    rank: 1000
    alias: accuracy
    owner: CRMInstrument
    domain_of:
    - AnalyzingInstrument
    range: string
    required: true