Skip to content

Class: AnalyzingInstrument

Base class for scientific instruments used in analyzing samples for measurement.

URI: oae:AnalyzingInstrument

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

Inheritance

Slots

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

Usages

used by used in type used
ObservedPropertyVariable analyzing_instrument range AnalyzingInstrument
DiscreteMeasuredVariable analyzing_instrument range AnalyzingInstrument
ContinuousMeasuredVariable analyzing_instrument range AnalyzingInstrument
ContinuousPHVariable analyzing_instrument range AnalyzingInstrument
ContinuousTAVariable analyzing_instrument range AnalyzingInstrument
ContinuousDICVariable analyzing_instrument range AnalyzingInstrument
ContinuousSedimentVariable analyzing_instrument range AnalyzingInstrument
DiscreteSedimentVariable analyzing_instrument range AnalyzingInstrument
HPLCVariable analyzing_instrument range AnalyzingInstrument

Identifier and Mapping Information

Schema Source

  • from schema: OAEDataManagementProtocol

Mappings

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

LinkML Source

Direct

name: AnalyzingInstrument
description: Base class for scientific instruments used in analyzing samples for measurement.
from_schema: OAEDataManagementProtocol
slots:
- manufacturer
- model
attributes:
  instrument_type:
    name: instrument_type
    description: Type of instrument used to analyze samples or measure continuously.
    title: Instrument type
    from_schema: Instrument
    rank: 1000
    domain_of:
    - AnalyzingInstrument
    range: AnalyzingInstrumentType
    required: true
  instrument_type_custom:
    name: instrument_type_custom
    title: Instrument type (custom)
    from_schema: Instrument
    rank: 1000
    domain_of:
    - AnalyzingInstrument
    range: string
  serial_number:
    name: serial_number
    description: Serial number of the instrument.
    title: Serial number
    from_schema: Instrument
    rank: 1000
    domain_of:
    - AnalyzingInstrument
    range: string
  precision:
    name: precision
    description: Precision of the instrument measurements.
    title: Precision
    from_schema: Instrument
    rank: 1000
    domain_of:
    - AnalyzingInstrument
    range: string
  accuracy:
    name: accuracy
    description: Accuracy of the instrument measurements.
    title: Accuracy
    from_schema: Instrument
    rank: 1000
    domain_of:
    - AnalyzingInstrument
    range: string
    required: true
  calibration:
    name: calibration
    description: Calibration information for this instrument.
    title: Calibration
    from_schema: Instrument
    rank: 1000
    domain_of:
    - AnalyzingInstrument
    - PHInstrument
    - CRMInstrument
    - CO2GasDetector
    range: Calibration

Induced

name: AnalyzingInstrument
description: Base class for scientific instruments used in analyzing samples for measurement.
from_schema: OAEDataManagementProtocol
attributes:
  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: AnalyzingInstrument
    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: AnalyzingInstrument
    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: AnalyzingInstrument
    domain_of:
    - AnalyzingInstrument
    range: string
  precision:
    name: precision
    description: Precision of the instrument measurements.
    title: Precision
    from_schema: Instrument
    rank: 1000
    alias: precision
    owner: AnalyzingInstrument
    domain_of:
    - AnalyzingInstrument
    range: string
  accuracy:
    name: accuracy
    description: Accuracy of the instrument measurements.
    title: Accuracy
    from_schema: Instrument
    rank: 1000
    alias: accuracy
    owner: AnalyzingInstrument
    domain_of:
    - AnalyzingInstrument
    range: string
    required: true
  calibration:
    name: calibration
    description: Calibration information for this instrument.
    title: Calibration
    from_schema: Instrument
    rank: 1000
    alias: calibration
    owner: AnalyzingInstrument
    domain_of:
    - AnalyzingInstrument
    - PHInstrument
    - CRMInstrument
    - CO2GasDetector
    range: Calibration
  manufacturer:
    name: manufacturer
    description: Manufacturer name of the instrument.
    title: Manufacturer
    from_schema: OAEDataManagementProtocol
    rank: 1000
    alias: manufacturer
    owner: AnalyzingInstrument
    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: AnalyzingInstrument
    domain_of:
    - AnalyzingInstrument
    range: string