Class: QuantityValue
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 | Description | Inheritance |
---|---|---|---|
has_unit | 0..1 Unit |
connects a quantity value to a unit | direct |
has_numeric_value | 0..1 Double |
connects a quantity value to a number | direct |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/biolink/biolink-model
Mappings
Mapping Type | Mapped Value |
---|---|
self | biolink:QuantityValue |
native | biolink:QuantityValue |
LinkML Source
Direct
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