Map oaf:eoscifguidelines from mdstore to the graph #256

Merged
claudio.atzori merged 4 commits from eoscifguidelines-from-mdstores into beta 2022-11-14 15:40:34 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ee759ac92d - Show all commits

View File

@ -385,7 +385,7 @@ public abstract class AbstractMdRecordToOafMapper {
return list;
}
private List<EoscIfGuidelines> prepareEOSCIfGuidelines(Document doc, DataInfo info){
private List<EoscIfGuidelines> prepareEOSCIfGuidelines(Document doc, DataInfo info) {
final Set<EoscIfGuidelines> set = Sets.newHashSet();
for (final Object o : doc.selectNodes("//oaf:eoscifguidelines")) {
final String code = ((Node) o).valueOf("@code");