ENTITY (Abstract)
Description: Root class for all things and informational relationships, real or imagined.
classDiagram
class Entity
Entity <|-- IndicatorCategory
Entity <|-- Indicator
Entity <|-- IndicatorDataCollectionDetails
Entity <|-- QuantityValue
Entity <|-- IndicatorCriterion
Entity <|-- Reference
Entity <|-- TransitionDomainPillar
Entity : id
Entity : iri
Entity : name
Entity : description
Inheritance
- Entity
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 |