Skip to content

Enum: ConflictType

Types of conflicts that can occur

URI: revaise:ConflictType

Permissible Values

Value Meaning Description
INCLUSION_EXCLUSION None Disagreement on inclusion/exclusion
DATA_VALUE None Different data values extracted
CLASSIFICATION None Different classifications assigned
QUALITY_RATING None Different quality ratings
INTERPRETATION None Different interpretations of content
MISSING_DATA None Disagreement on missing data handling
METHODOLOGICAL None Methodological disagreements
TECHNICAL None Technical or formatting disagreements

Slots

Name Description
conflict_type Type of conflict being resolved
most_common_conflict_type Most frequently occurring conflict type
conflict_type Type of conflict being resolved
most_common_conflict_type Most frequently occurring conflict type

Identifier and Mapping Information

Schema Source

  • from schema: https://open-and-sustainable.github.io/revaise-model/schema

LinkML Source

name: ConflictType
description: Types of conflicts that can occur
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
permissible_values:
  INCLUSION_EXCLUSION:
    text: INCLUSION_EXCLUSION
    description: Disagreement on inclusion/exclusion
  DATA_VALUE:
    text: DATA_VALUE
    description: Different data values extracted
  CLASSIFICATION:
    text: CLASSIFICATION
    description: Different classifications assigned
  QUALITY_RATING:
    text: QUALITY_RATING
    description: Different quality ratings
  INTERPRETATION:
    text: INTERPRETATION
    description: Different interpretations of content
  MISSING_DATA:
    text: MISSING_DATA
    description: Disagreement on missing data handling
  METHODOLOGICAL:
    text: METHODOLOGICAL
    description: Methodological disagreements
  TECHNICAL:
    text: TECHNICAL
    description: Technical or formatting disagreements