Skip to content

INDICATOR CRITERION

Description: Criterion used for indicator selection.
classDiagram class IndicatorCriterion Entity <|-- IndicatorCriterion IndicatorCriterion : id IndicatorCriterion : iri IndicatorCriterion : name IndicatorCriterion : description IndicatorCriterion : category IndicatorCriterion --|> CriterionCategory : category IndicatorCriterion : rationale_strong IndicatorCriterion : rationale_adequate IndicatorCriterion : rationale_weak

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
category category for the indicator selection criterion. 0..1 CriterionCategory direct
rationale_strong Rationale for a strong score for the indicator. 0..1 NarrativeText direct
rationale_adequate Rationale for an adequate score for the indicator. 0..1 NarrativeText direct
rationale_weak Rationale for a weak score for the indicator. 0..1 NarrativeText direct

Usages

Used by Used in Type Used
IndicatorcriteriaScore scores_criterion range IndicatorCriterion