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
click QuantityValue href "../QuantityValue"
Annotation <|-- QuantityValue
click Annotation href "../Annotation"
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
used by | used in | type | used |
---|---|---|---|
QuantityValue | has_unit | domain | QuantityValue |
QuantityValue | has_numeric_value | domain | QuantityValue |
Attribute | has_quantitative_value | range | QuantityValue |
Identifier and Mapping Information
Schema Source
- from schema: https://identifiers.org/brain-bican/genome-annotation-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | biolink:QuantityValue |
native | bican:QuantityValue |
LinkML Source
Direct
name: quantity value
definition_uri: https://w3id.org/biolink/vocab/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://identifiers.org/brain-bican/genome-annotation-schema
is_a: annotation
slots:
- has unit
- has numeric value
class_uri: biolink:QuantityValue
Induced
name: quantity value
definition_uri: https://w3id.org/biolink/vocab/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://identifiers.org/brain-bican/genome-annotation-schema
is_a: annotation
attributes:
has unit:
name: has unit
definition_uri: https://w3id.org/biolink/vocab/has_unit
description: connects a quantity value to a unit
in_subset:
- samples
from_schema: https://identifiers.org/brain-bican/genome-annotation-schema
exact_mappings:
- qud:unit
- IAO:0000039
close_mappings:
- EFO:0001697
- UO-PROPERTY:is_unit_of
narrow_mappings:
- SNOMED:has_concentration_strength_denominator_unit
- SNOMED:has_concentration_strength_numerator_unit
- SNOMED:has_presentation_strength_denominator_unit
- SNOMED:has_presentation_strength_numerator_unit
- SNOMED:has_unit_of_presentation
rank: 1000
domain: quantity value
slot_uri: biolink:has_unit
alias: has_unit
owner: quantity value
domain_of:
- quantity value
range: unit
multivalued: false
has numeric value:
name: has numeric value
definition_uri: https://w3id.org/biolink/vocab/has_numeric_value
description: connects a quantity value to a number
in_subset:
- samples
from_schema: https://identifiers.org/brain-bican/genome-annotation-schema
exact_mappings:
- qud:quantityValue
rank: 1000
domain: quantity value
slot_uri: biolink:has_numeric_value
alias: has_numeric_value
owner: quantity value
domain_of:
- quantity value
range: double
multivalued: false
class_uri: biolink:QuantityValue