forked from D-Net/dnet-hadoop
rel semantcis ignore case
This commit is contained in:
parent
8f87020a50
commit
be7b310cef
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue