Skip to content

Enum: DeduplicationMethod

Methods for deduplication

URI: revaise:DeduplicationMethod

Permissible Values

Value Meaning Description
AUTOMATIC None Fully automated deduplication
SEMI_AUTOMATIC None Automated with manual review
MANUAL None Manual deduplication
HYBRID None Combination of methods

Slots

Name Description
dedup_method Method used for deduplication (automatic, manual, etc
dedup_method Method used for deduplication

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: DeduplicationMethod
description: Methods for deduplication
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
permissible_values:
  AUTOMATIC:
    text: AUTOMATIC
    description: Fully automated deduplication
  SEMI_AUTOMATIC:
    text: SEMI_AUTOMATIC
    description: Automated with manual review
  MANUAL:
    text: MANUAL
    description: Manual deduplication
  HYBRID:
    text: HYBRID
    description: Combination of methods