Interface ConceptualConsistency

All Superinterfaces:
Element, LogicalConsistency

@UML(identifier="DQ_ConceptualConsistency", specification=ISO_19157) public interface ConceptualConsistency extends LogicalConsistency
Adherence to rules of the conceptual schema.
Example: Invalid placement of an airport inside a lake.

Standardized values

In order to achieve well defined and comparable quality information, it is recommended to report data quality using quality measures listed in ISO 19157 annex. The following table provides a summary; see ISO 19157 for more complete descriptions and examples. All identifiers should be in "ISO 19157" namespace.
Standardized values derived from ISO 19157
Identifier Name of measure Aliases Basic measure Value type Remarks
8 conceptual schema non-compliance error indicator Boolean true indicates that an item is not compliant
9 conceptual schema non-compliance correctness indicator Integer true indicates that an item is in compliance
10 number of items not compliant with the rules of the conceptual schema error count Integer
11 number of invalid overlaps of surfaces overlapping surfaces error count Integer
12 non-compliance rate with respect to the rules of the conceptual schema error rate Real
13 compliance rate with the rules of the conceptual schema correct items rate Real

Definitions:

  1. Indication that an item is not compliant to the rules of the relevant conceptual schema.
  2. Indication that an item complies with the rules of the relevant conceptual.
  3. Count of all items in the data set that are not compliant with the rules of the conceptual schema.
  4. Total number of erroneous overlaps within the data.
  5. Number of items in the data set that are not compliant with the rules of the conceptual schema in relation to the total number of these items supposed to be in the data set.
  6. Number of items in the data set in compliance with the rules of the conceptual schema in relation to the total number of items.
Since:
2.0