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 --|> double : 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 xsd:double |
connects a quantity value to a number | direct |
Usages
used by | used in | type | used |
---|---|---|---|
QuantityValue | has_unit | domain | QuantityValue |
QuantityValue | has_numeric_value | domain | QuantityValue |
Attribute | has_quantitative_value | range | QuantityValue |
ControlRole | has_quantitative_value | range | QuantityValue |
BiologicalSex | has_quantitative_value | range | QuantityValue |
SeverityValue | has_quantitative_value | range | QuantityValue |
SystemAttribute | has_quantitative_value | range | QuantityValue |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/generic
Mappings
Mapping Type | Mapped Value |
---|---|
self | generic:QuantityValue |
native | generic:QuantityValue |
LinkML Source
Direct
name: QuantityValue
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/lmodel/generic
is_a: Annotation
slots:
- has unit
- has numeric value
Induced
name: QuantityValue
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/lmodel/generic
is_a: Annotation
attributes:
has unit:
name: has unit
description: connects a quantity value to a unit
from_schema: https://w3id.org/lmodel/generic
exact_mappings:
- aml:hasUnit
- CTRL:unit
- CTRL:hasUnit
- IAO:0000039
- om:hasUnit
- qud:unit
- SIO:000221
- sumo:UnitFn
close_mappings:
- EFO:0001697
- UO:is_unit_of
narrow_mappings:
- gr:hasUnitOfMeasurement
rank: 1000
domain: QuantityValue
multivalued: false
alias: has_unit
owner: QuantityValue
domain_of:
- QuantityValue
range: unit
has numeric value:
name: has numeric value
description: connects a quantity value to a number
from_schema: https://w3id.org/lmodel/generic
exact_mappings:
- qud:quantityValue
narrow_mappings:
- CTRL:Quantity
- gr:weight
- gr:width
- sumo:age
- sumo:diameter
- sumo:duration
- sumo:FiniteQuantity
- sumo:InfiniteQuantity
- sumo:length
- sumo:memorySize
- sumo:netAmount
- sumo:netWorth
- sumo:publishedPrice
- sumo:Quantity
- sumo:QuantityChange
- sumo:radius
- sumo:totalFacilityTypeInArea
- sumo:unitNumber
- sumo:unitPrice
- gr:weight
- gr:width
broad_mappings:
- NCIT:C81274
- schema:Number
- qud:numericValue
- sumo:number
rank: 1000
domain: QuantityValue
multivalued: false
alias: has_numeric_value
owner: QuantityValue
domain_of:
- QuantityValue
range: double