Class: Measurement
URI: sample:Measurement
classDiagram
class Measurement
Relationship <|-- Measurement
Measurement : unit
Measurement : value
Inheritance
- Relationship
- Measurement
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
value | 0..1 NONE |
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/linkml/ai/templates/environmental-sample
Mappings
Mapping Type | Mapped Value |
---|---|
self | sample:Measurement |
native | sample:Measurement |
LinkML Source
Direct
name: Measurement
from_schema: http://w3id.org/linkml/ai/templates/environmental-sample
rank: 1000
is_a: Relationship
attributes:
value:
name: value
description: the value of the measurement
from_schema: http://w3id.org/linkml/ai/templates/environmental-sample
rank: 1000
unit:
name: unit
description: the unit of the measurement
from_schema: http://w3id.org/linkml/ai/templates/environmental-sample
rank: 1000
range: Unit
Induced
name: Measurement
from_schema: http://w3id.org/linkml/ai/templates/environmental-sample
rank: 1000
is_a: Relationship
attributes:
value:
name: value
description: the value of the measurement
from_schema: http://w3id.org/linkml/ai/templates/environmental-sample
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/linkml/ai/templates/environmental-sample
rank: 1000
alias: unit
owner: Measurement
domain_of:
- Measurement
range: Unit