INDICATOR DATAPOINT
Description: A food system indicator datapoint is a measured value or statistic that provides quantitative information for a specific sustainability indicator at a given time and place, used to track the performance or state of the food system.
classDiagram
class IndicatorDatapoint
QuantityValue <|-- IndicatorDatapoint
IndicatorDatapoint : has_unit
IndicatorDatapoint : has_numeric_value
IndicatorDatapoint : id
IndicatorDatapoint : iri
IndicatorDatapoint : name
IndicatorDatapoint : description
IndicatorDatapoint : measurement_of
IndicatorDatapoint --|> Indicator : measurement_of
IndicatorDatapoint : part_of_collection
IndicatorDatapoint --|> IndicatorDataCollectionDetails : part_of_collection
Inheritance
- Entity
- QuantityValue
- IndicatorDatapoint
- QuantityValue
Slots
| Name | Description | Cardinality | Range | Inheritance | Examples |
|---|---|---|---|---|---|
| has_unit | connects a quantity value to a unit | 0..1 | Unit | QuantityValue | |
| has_numeric_value | connects a quantity value to a number | 0..1 | Double | QuantityValue | |
| id | Unique identifier of the datapoint. | 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 | |
| measurement_of | Indicator. | 1 | Indicator | direct | |
| part_of_collection | Data collection which this measurement is part of. | 1 | IndicatorDataCollectionDetails | direct |