831 Duplicate control field (O;R)

Field Definition and Scope

This field is used for database updating purposes only. It shall not be displayed in the WWW interface, nor shall its content be edited by a cataloguer.

Application of Content Designators

Indicators

Indicator 1: none

Indicator 2: Specifies the type of duplicate reference:

Subfields

$a Record Identifier (M;NR)
Record ID of the record considered duplicate

$b Similarity (O;NR)
Any similarity measure, suitable to support the decision whether the two records should be merged or not

Input Conventions

This field is usually added during automatic data ingest.

For an instruction on how to use it to merge records that have not been flagged as possible duplicates manually see How to merge records which have not been marked for deduplication

Examples

  1. 831 #1$acnp00081480

Internal Representation

{"meta": {
    "distinctFrom": ["Record ID ($a)"],
    "sameAs": ["Record ID ($a)"],
    "possibleMatch": [{
        "id": "Record ID ($a)",
        "similarity": "Similarity ($b)"
    }]
}}

Change History