rel semantcis ignore case

This commit is contained in:
Alessia Bardi 2020-11-18 10:01:20 +01:00
parent 8f87020a50
commit be7b310cef
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ public class OdfToOafMapper extends AbstractMdRecordToOafMapper {
getRelation( getRelation(
otherId, docId, RESULT_RESULT, SUPPLEMENT, IS_SUPPLEMENTED_BY, collectedFrom, info, otherId, docId, RESULT_RESULT, SUPPLEMENT, IS_SUPPLEMENTED_BY, collectedFrom, info,
lastUpdateTimestamp)); lastUpdateTimestamp));
} else if (type.equals("IsPartOf")) { } else if (type.equalsIgnoreCase("IsPartOf")) {
res res
.add( .add(