added field oafEntity.eoscifguidelines #17

Merged
claudio.atzori merged 3 commits from eoscifguidelines into master 2022-07-13 11:18:29 +02:00
1 changed files with 3 additions and 2 deletions
Showing only changes of commit 931ffb9d42 - Show all commits

View File

@ -13,7 +13,8 @@ import org.apache.commons.lang3.StringUtils;
public class EoscIfGuidelines implements Serializable {
/**
* EOSC-IF code
* EOSC-IF local code. Later on it could be populated with a PID (e.g. DOI), but for the time being we stick to
* a more loose definition.
*/
Review

The code was mentioned being also a PID. Shall we rename it as such?

The code was mentioned being also a PID. Shall we rename it as such?
private String code;
@ -28,7 +29,7 @@ public class EoscIfGuidelines implements Serializable {
private String url;
/**
* EOSC-IF semantic relation
* EOSC-IF semantic relation (e.g. compliesWith). Values shall be controlled by a dedicated vocabulary.
*/
private String semanticRelation;