Class: QuantityValue
A value of an attribute that is quantitative and measurable, expressed as a combination of a unit and a numeric value
URI: base:QuantityValue
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 xsd:double |
connects a quantity value to a number | direct |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/base
Mappings
Mapping Type | Mapped Value |
---|---|
self | base:QuantityValue |
native | base: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/lmodel/base
rank: 1000
is_a: annotation
slots:
- has unit
- has numeric value
Induced
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/lmodel/base
rank: 1000
is_a: annotation
attributes:
has unit:
name: has unit
description: connects a quantity value to a unit
in_subset:
- samples
from_schema: https://w3id.org/lmodel/base
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: quantity value
multivalued: false
alias: has_unit
owner: quantity value
domain_of:
- quantity value
range: unit
has numeric value:
name: has numeric value
description: connects a quantity value to a number
in_subset:
- samples
from_schema: https://w3id.org/lmodel/base
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: quantity value
multivalued: false
alias: has_numeric_value
owner: quantity value
domain_of:
- quantity value
range: double