[person] merged

This commit is contained in:
Miriam Baglioni 2024-11-18 11:56:09 +01:00
parent 3e1b444e13
commit ec480ef2f4
1 changed files with 2 additions and 2 deletions

View File

@ -372,8 +372,8 @@ public class ExtractPerson implements Serializable {
String source = PERSON_PREFIX + SEPARATOR + IdentifierFactory.md5(orcid);
String target = PROJECT_ID_PREFIX + StringUtils.substringBefore(project, "::") + "::"
+ IdentifierFactory.md5(StringUtils.substringAfter(project, "::"));
String target = PROJECT_ID_PREFIX + StringUtils.substringBefore(project, SEPARATOR) + SEPARATOR
+ IdentifierFactory.md5(StringUtils.substringAfter(project, SEPARATOR));
List<KeyValue> properties = new ArrayList<>();
Relation relation = OafMapperUtils