Class: QuantityValue
Description: A value of an attribute that is quantitative and measurable, expressed as a combination of a unit and a numeric value
classDiagram
class QuantityValue
Annotation <|-- QuantityValue
QuantityValue : has_numeric_value
QuantityValue : has_unit
Inheritance
- Annotation
- QuantityValue
Slots
Name | Cardinality and Range | Inheritance | Examples |
---|---|---|---|
has_unit: connects a quantity value to a unit |
0..1 Unit |
direct | |
has_numeric_value: connects a quantity value to a number |
0..1 Double |
direct |
Usages
LinkML Source
name: quantity value
description: A value of an attribute that is quantitative and measurable, expressed
as a combination of a unit and a numeric value
from_schema: https://w3id.org/biolink/biolink-model
is_a: annotation
slots:
- has unit
- has numeric value