Summary
When using jaro-winkler to compare strings, more weight is put into the details at the front of the string rather than at the back. With Identifier, the current string format is "type:authority:value". We should put more weight into the value, as to not inflate scores that are matching identifiers with just the same type.
Acceptance Criteria
Details / Tasks
The new format of identifiers should be "{value}:{authority}:{type}"
Summary
When using jaro-winkler to compare strings, more weight is put into the details at the front of the string rather than at the back. With Identifier, the current string format is "type:authority:value". We should put more weight into the value, as to not inflate scores that are matching identifiers with just the same type.
Acceptance Criteria
Details / Tasks
The new format of identifiers should be "{value}:{authority}:{type}"