Class: PHInstrument
pH measurement instrument with dye-based calibration.
URI: oae:PHInstrument
classDiagram
class PHInstrument
click PHInstrument href "../PHInstrument"
AnalyzingInstrument <|-- PHInstrument
click AnalyzingInstrument href "../AnalyzingInstrument"
PHInstrument : accuracy
PHInstrument : calibration
PHInstrument --> "1" PHCalibration : calibration
click PHCalibration href "../PHCalibration"
PHInstrument : instrument_type
PHInstrument --> "1" AnalyzingInstrumentType : instrument_type
click AnalyzingInstrumentType href "../AnalyzingInstrumentType"
PHInstrument : instrument_type_custom
PHInstrument : manufacturer
PHInstrument : model
PHInstrument : precision
PHInstrument : serial_number
Inheritance
- AnalyzingInstrument
- PHInstrument
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| calibration | 1 PHCalibration |
pH 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 |
|---|---|---|---|
| DiscretePHVariable | analyzing_instrument | range | PHInstrument |
Identifier and Mapping Information
Schema Source
- from schema: OAEDataManagementProtocol
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | oae:PHInstrument |
| native | oae:PHInstrument |
LinkML Source
Direct
name: PHInstrument
description: pH measurement instrument with dye-based calibration.
from_schema: OAEDataManagementProtocol
is_a: AnalyzingInstrument
attributes:
calibration:
name: calibration
description: pH calibration information for this instrument.
title: Calibration
from_schema: Instrument
domain_of:
- AnalyzingInstrument
- PHInstrument
- CRMInstrument
- CO2GasDetector
range: pHCalibration
required: true
Induced
name: PHInstrument
description: pH measurement instrument with dye-based calibration.
from_schema: OAEDataManagementProtocol
is_a: AnalyzingInstrument
attributes:
calibration:
name: calibration
description: pH calibration information for this instrument.
title: Calibration
from_schema: Instrument
alias: calibration
owner: PHInstrument
domain_of:
- AnalyzingInstrument
- PHInstrument
- CRMInstrument
- CO2GasDetector
range: pHCalibration
required: true
manufacturer:
name: manufacturer
description: Manufacturer name of the instrument.
title: Manufacturer
from_schema: OAEDataManagementProtocol
rank: 1000
alias: manufacturer
owner: PHInstrument
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: PHInstrument
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: PHInstrument
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: PHInstrument
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: PHInstrument
domain_of:
- AnalyzingInstrument
range: string
precision:
name: precision
description: Precision of the instrument measurements.
title: Precision
from_schema: Instrument
rank: 1000
alias: precision
owner: PHInstrument
domain_of:
- AnalyzingInstrument
range: string
accuracy:
name: accuracy
description: Accuracy of the instrument measurements.
title: Accuracy
from_schema: Instrument
rank: 1000
alias: accuracy
owner: PHInstrument
domain_of:
- AnalyzingInstrument
range: string
required: true