added field oafEntity.eoscifguidelines #17

Merged
claudio.atzori merged 3 commits from eoscifguidelines into master 2022-07-13 11:18:29 +02:00

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 class OafEntity and it is characterised by a new bean defining the following quad:

code, label, url, semanticRelation
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 class `OafEntity` and it is characterised by a new bean defining the following quad: ``` code, label, url, semanticRelation ```
alessia.bardi was assigned by claudio.atzori 2022-07-12 17:06:13 +02:00
miriam.baglioni was assigned by claudio.atzori 2022-07-12 17:06:13 +02:00
claudio.atzori added 1 commit 2022-07-12 17:06:14 +02:00
claudio.atzori reviewed 2022-07-13 09:22:54 +02:00
@ -21,6 +21,8 @@ public abstract class OafEntity extends Oaf implements Serializable {
private OAIProvenance oaiprovenance;
private List<EoscIfGuidelines> eoscifguidelines;
Author
Owner

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).

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).
claudio.atzori reviewed 2022-07-13 09:23:27 +02:00
@ -0,0 +15,4 @@
/**
* EOSC-IF code
*/
private String code;
Author
Owner

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?
claudio.atzori added 1 commit 2022-07-13 10:09:10 +02:00
claudio.atzori added 1 commit 2022-07-13 11:11:26 +02:00
claudio.atzori merged commit 5dc3270908 into master 2022-07-13 11:18:29 +02:00
claudio.atzori deleted branch eoscifguidelines 2022-07-13 11:18:31 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: D-Net/dhp-schemas#17
No description provided.