Class: Measurement
URI: eg:Measurement
erDiagram
Measurement {
string value
}
Unit {
string id
string label
}
Measurement ||--|o Unit : "unit"
Inheritance
- CompoundExpression
- Measurement
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| value | 0..1 String |
the value of the measurement | direct |
| unit | 0..1 Unit |
the unit of the measurement | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Study | measurements | range | Measurement |
Identifier and Mapping Information
Schema Source
- from schema: http://w3id.org/ontogpt/metagenome
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | eg:Measurement |
| native | eg:Measurement |
LinkML Source
Direct
name: Measurement
from_schema: http://w3id.org/ontogpt/metagenome
is_a: CompoundExpression
attributes:
value:
name: value
description: the value of the measurement
from_schema: http://w3id.org/ontogpt/metagenome
rank: 1000
domain_of:
- Measurement
unit:
name: unit
description: the unit of the measurement
from_schema: http://w3id.org/ontogpt/metagenome
rank: 1000
domain_of:
- Measurement
range: Unit
Induced
name: Measurement
from_schema: http://w3id.org/ontogpt/metagenome
is_a: CompoundExpression
attributes:
value:
name: value
description: the value of the measurement
from_schema: http://w3id.org/ontogpt/metagenome
rank: 1000
alias: value
owner: Measurement
domain_of:
- Measurement
range: string
unit:
name: unit
description: the unit of the measurement
from_schema: http://w3id.org/ontogpt/metagenome
rank: 1000
alias: unit
owner: Measurement
domain_of:
- Measurement
range: Unit