updated javadoc
This commit is contained in:
parent
6facd0ec18
commit
931ffb9d42
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue