Skip to content

ENTITY (Abstract)

Description: Root class for all things and informational relationships, real or imagined.
classDiagram class Entity Entity <|-- IndicatorCategory Entity <|-- Indicator Entity <|-- IndicatorDataCollectionDetails Entity <|-- Database Entity <|-- QuantityValue Entity <|-- IndicatorCriterion Entity : id Entity : iri Entity : name Entity : description

Inheritance

Slots

Name Description Cardinality Range Inheritance Examples
id A unique identifier for an entity. 1 String direct
iri An IRI for an entity. This is determined by the id using expansion rules. 0..1 IriType direct
name A human-readable name for an attribute or entity. 0..1 LabelType direct
description A human-readable description of an entity. 0..1 NarrativeText direct

Usages

Used by Used in Type Used
Entity id domain Entity
Entity name domain Entity
IndicatorCategory id domain Entity
IndicatorCategory name domain Entity
Indicator id domain Entity
Indicator name domain Entity
Indicator has_category domain Entity
IndicatorDataCollectionDetails id domain Entity
IndicatorDataCollectionDetails name domain Entity
IndicatorDataCollectionDetails measures_indicator domain Entity
IndicatorDataCollectionDetails in_database domain Entity
Database id domain Entity
Database name domain Entity
IndicatorDatapoint measurement_of domain Entity
IndicatorDatapoint part_of_collection domain Entity
IndicatorDatapoint id domain Entity
IndicatorDatapoint name domain Entity
QuantityValue id domain Entity
QuantityValue name domain Entity
IndicatorCriterion id domain Entity
IndicatorCriterion name domain Entity
IndicatorcriteriaScore score_for_indicator domain Entity
IndicatorcriteriaScore scores_criterion domain Entity