added field oafEntity.eoscifguidelines #17
No reviewers
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: D-Net/dhp-schemas#17
Loading…
Reference in New Issue
No description provided.
Delete Branch "eoscifguidelines"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR adds to the internal graph data model the field
eoscifguidelines
, possibly characterising any graph entity. In fact it is defined on the abstract classOafEntity
and it is characterised by a new bean defining the following quad:@ -21,6 +21,8 @@ public abstract class OafEntity extends Oaf implements Serializable {
private OAIProvenance oaiprovenance;
private List<EoscIfGuidelines> eoscifguidelines;
I have mixed feelings on defining this field for ANY entity. For some of them it wouldn't make much sense (e.g. Project), while for others it could (Datasource/Service).
@ -0,0 +15,4 @@
/**
* EOSC-IF code
*/
private String code;
The code was mentioned being also a PID. Shall we rename it as such?