Add prefix in SWH ID

This commit is contained in:
Serafeim Chatzopoulos 2023-10-04 20:31:45 +03:00
parent e9f24df21c
commit 1bb83b9188
1 changed files with 1 additions and 1 deletions

View File

@ -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)));