Class: concentration (Concentration)
A measurement of the amount of a substance in a given volume or mass.
classDiagram
class Concentration
click Concentration href "../Concentration/"
Concentration : unit
Concentration --> "1" ConcentrationUnitEnum : unit
click ConcentrationUnitEnum href "../ConcentrationUnitEnum/"
Concentration : value
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| value | 1 Float |
The numeric value of the concentration | direct |
| unit | 1 ConcentrationUnitEnum |
The unit of concentration | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| ProportionalPart | concentration | range | Concentration |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/chemrof
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | chemrof:Concentration |
| native | chemrof:Concentration |
LinkML Source
Direct
name: Concentration
description: A measurement of the amount of a substance in a given volume or mass.
title: concentration
from_schema: https://w3id.org/chemrof
attributes:
value:
name: value
description: The numeric value of the concentration.
from_schema: https://w3id.org/chemrof
rank: 1000
domain_of:
- Concentration
range: float
required: true
unit:
name: unit
description: The unit of concentration.
from_schema: https://w3id.org/chemrof
rank: 1000
domain_of:
- Concentration
range: ConcentrationUnitEnum
required: true
Induced
name: Concentration
description: A measurement of the amount of a substance in a given volume or mass.
title: concentration
from_schema: https://w3id.org/chemrof
attributes:
value:
name: value
description: The numeric value of the concentration.
from_schema: https://w3id.org/chemrof
rank: 1000
alias: value
owner: Concentration
domain_of:
- Concentration
range: float
required: true
unit:
name: unit
description: The unit of concentration.
from_schema: https://w3id.org/chemrof
rank: 1000
alias: unit
owner: Concentration
domain_of:
- Concentration
range: ConcentrationUnitEnum
required: true