LaxValueMatcher |
Generic matcher which attempts to equate values which should generally be considered equivalent in most data import
contexts.
|
PropertyOnlyStatementMerger |
Merging strategy which only looks at the main property of the statements to determine if they match.
|
QualifiersStatementMerger |
Merging strategy which compares statements using not just their main value, but also their qualifiers.
|
SnakOnlyStatementMerger |
Merging strategy which only looks at the main value of statements (in addition to their property, but that is
expected).
|
StrictValueMatcher |
Simple value matching strategy which only treats value as identical when they are strictly equal.
|