Class: Instrumentation
The instruments used to perform the experiment.
URI: https://echemdb.github.io/metadata-schema/source_data/Instrumentation
classDiagram
class Instrumentation
click Instrumentation href "../Instrumentation/"
Instrumentation : manufacturer
Instrumentation : model
Instrumentation : name
Instrumentation : supplier
Instrumentation : type
Slots
Name |
Cardinality and Range |
Description |
Examples |
|---|---|---|---|
0..1 |
Type or category of instrument |
|
|
0..1 |
Manufacturer of the instrument |
|
|
1 |
Name or identifier of the instrument |
|
|
0..1 |
Model number or designation |
|
|
0..1 |
Supplier of the instrument |
|
Usages
used by |
used in |
type |
used |
|---|---|---|---|
range |
Identifier and Mapping Information
Schema Source
from schema: https://echemdb.github.io/metadata-schema/source_data
Mappings
Mapping Type |
Mapped Value |
|---|---|
self |
https://echemdb.github.io/metadata-schema/source_data/Instrumentation |
native |
https://echemdb.github.io/metadata-schema/source_data/Instrumentation |
LinkML Source
Direct
```yaml
name: Instrumentation
description: The instruments used to perform the experiment.
from_schema: https://echemdb.github.io/metadata-schema/source_data
attributes:
type:
name: type
description: Type or category of instrument.
examples:
- value: potentiostat
- value: rotator
- value: mass spectrometer
from_schema: https://echemdb.github.io/metadata-schema/experimental/instrumentation
domain_of:
- Uncertainty
- Electrode
- Shape
- Component
- Electrolyte
- ElectrolyteContainerComponent
- ElectrochemicalCell
- Atmosphere
- System
- Instrumentation
- FigureDescription
- DataField
range: string
manufacturer:
name: manufacturer
description: Manufacturer of the instrument.
examples:
- value: Awesome Supplier Inc.
from_schema: https://echemdb.github.io/metadata-schema/experimental/instrumentation
domain_of:
- ElectrodeSource
- ComponentSource
- Instrumentation
range: string
name:
name: name
description: Name or identifier of the instrument.
examples:
- value: Poti05
from_schema: https://echemdb.github.io/metadata-schema/experimental/instrumentation
domain_of:
- Process
- Electrode
- Component
- ElectrolyteContainerComponent
- ElectrochemicalCellComponent
- Instrumentation
- DataField
- FieldUnit
range: string
required: true
model:
name: model
description: Model number or designation.
examples:
- value: P302NX5
from_schema: https://echemdb.github.io/metadata-schema/experimental/instrumentation
domain_of:
- ElectrodeSource
- Instrumentation
range: string
supplier:
name: supplier
description: Supplier of the instrument.
examples:
- value: Awesome Supplier Inc.
from_schema: https://echemdb.github.io/metadata-schema/experimental/instrumentation
domain_of:
- ElectrodeSource
- ComponentSource
- Instrumentation
range: string
</details>
### Induced
<details>
```yaml
name: Instrumentation
description: The instruments used to perform the experiment.
from_schema: https://echemdb.github.io/metadata-schema/source_data
attributes:
type:
name: type
description: Type or category of instrument.
examples:
- value: potentiostat
- value: rotator
- value: mass spectrometer
from_schema: https://echemdb.github.io/metadata-schema/experimental/instrumentation
alias: type
owner: Instrumentation
domain_of:
- Uncertainty
- Electrode
- Shape
- Component
- Electrolyte
- ElectrolyteContainerComponent
- ElectrochemicalCell
- Atmosphere
- System
- Instrumentation
- FigureDescription
- DataField
range: string
manufacturer:
name: manufacturer
description: Manufacturer of the instrument.
examples:
- value: Awesome Supplier Inc.
from_schema: https://echemdb.github.io/metadata-schema/experimental/instrumentation
alias: manufacturer
owner: Instrumentation
domain_of:
- ElectrodeSource
- ComponentSource
- Instrumentation
range: string
name:
name: name
description: Name or identifier of the instrument.
examples:
- value: Poti05
from_schema: https://echemdb.github.io/metadata-schema/experimental/instrumentation
alias: name
owner: Instrumentation
domain_of:
- Process
- Electrode
- Component
- ElectrolyteContainerComponent
- ElectrochemicalCellComponent
- Instrumentation
- DataField
- FieldUnit
range: string
required: true
model:
name: model
description: Model number or designation.
examples:
- value: P302NX5
from_schema: https://echemdb.github.io/metadata-schema/experimental/instrumentation
alias: model
owner: Instrumentation
domain_of:
- ElectrodeSource
- Instrumentation
range: string
supplier:
name: supplier
description: Supplier of the instrument.
examples:
- value: Awesome Supplier Inc.
from_schema: https://echemdb.github.io/metadata-schema/experimental/instrumentation
alias: supplier
owner: Instrumentation
domain_of:
- ElectrodeSource
- ComponentSource
- Instrumentation
range: string