Skip to content

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

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

used by used in type used
QuantityValue has_unit domain QuantityValue
QuantityValue has_numeric_value domain QuantityValue
Attribute has_quantitative_value range QuantityValue
ChemicalRole has_quantitative_value range QuantityValue
BiologicalSex has_quantitative_value range QuantityValue
PhenotypicSex has_quantitative_value range QuantityValue
GenotypicSex has_quantitative_value range QuantityValue
SeverityValue has_quantitative_value range QuantityValue
OrganismAttribute has_quantitative_value range QuantityValue
PhenotypicQuality has_quantitative_value range QuantityValue
Zygosity has_quantitative_value range QuantityValue
ClinicalAttribute has_quantitative_value range QuantityValue
ClinicalMeasurement has_quantitative_value range QuantityValue
ClinicalModifier has_quantitative_value range QuantityValue
ClinicalCourse has_quantitative_value range QuantityValue
Onset has_quantitative_value range QuantityValue
SocioeconomicAttribute has_quantitative_value range QuantityValue
GenomicBackgroundExposure has_quantitative_value range QuantityValue
PathologicalProcessExposure has_quantitative_value range QuantityValue
PathologicalAnatomicalExposure has_quantitative_value range QuantityValue
DiseaseOrPhenotypicFeatureExposure has_quantitative_value range QuantityValue
ChemicalExposure has_quantitative_value range QuantityValue
ComplexChemicalExposure has_quantitative_value range QuantityValue
DrugExposure has_quantitative_value range QuantityValue
DrugToGeneInteractionExposure has_quantitative_value range QuantityValue
BioticExposure has_quantitative_value range QuantityValue
GeographicExposure has_quantitative_value range QuantityValue
EnvironmentalExposure has_quantitative_value range QuantityValue
BehavioralExposure has_quantitative_value range QuantityValue
SocioeconomicExposure has_quantitative_value range QuantityValue

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