forked from D-Net/dnet-hadoop
Add prefix in SWH ID
This commit is contained in:
parent
e9f24df21c
commit
1bb83b9188
|
@ -162,7 +162,7 @@ public class PrepareSWHActionsets {
|
|||
.asList(
|
||||
OafMapperUtils
|
||||
.structuredProperty(
|
||||
row.getString(row.fieldIndex("swhid")),
|
||||
String.format("swh:1:snp:%s", row.getString(row.fieldIndex("swhid"))),
|
||||
qualifier,
|
||||
dataInfo)));
|
||||
|
||||
|
|
Loading…
Reference in New Issue