DQIndicator

An indicator of a data quality system (DQSystem).

Properties

@type

Inherited from Entity.@type

name

position

scores

  • Type: List of DQScore
  • Proto-Index: 4

Python class stub

The snippet below shows the names of the properties of the corresponding Python class of the olca-schema package. Note that this is not the full class definition but just shows the names of the class and its properties.


@dataclass
class DQIndicator:
  name: str
  position: int
  scores: List[DQScore]