Skip to content

DATABASE

Description: Database containing data corresponding to an indicator.
classDiagram class Database Entity <|-- Database Database : id Database : iri Database : name Database : description Database : database_link Database : update_frequency Database --|> TimeGranularity : update_frequency

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
database_link Link to the database 0..1 IriType direct
update_frequency Frequency at which the data is updated. 0..1 TimeGranularity direct

Usages

Used by Used in Type Used
IndicatorDataCollectionDetails in_database range Database