Skip to content

QUANTITY VALUE

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 Entity <|-- QuantityValue QuantityValue <|-- IndicatorDatapoint QuantityValue : id QuantityValue : iri QuantityValue : name QuantityValue : description QuantityValue : has_unit QuantityValue : has_numeric_value

Inheritance

Slots

Name Description Cardinality Range Inheritance Examples
id A unique identifier for an entity. 1 String Entity
iri An IRI for an entity. This is determined by the id using expansion rules. 0..1 IriType Entity
name A human-readable name for an attribute or entity. 0..1 LabelType Entity
description A human-readable description of an entity. 0..1 NarrativeText Entity
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
IndicatorDatapoint has_unit domain QuantityValue
IndicatorDatapoint has_numeric_value domain QuantityValue
QuantityValue has_unit domain QuantityValue
QuantityValue has_numeric_value domain QuantityValue