updated javadoc

This commit is contained in:
Claudio Atzori 2022-07-13 10:09:04 +02:00
parent 6facd0ec18
commit 931ffb9d42
1 changed files with 3 additions and 2 deletions

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.
*/
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;