added field oafEntity.eoscifguidelines #17

Merged
claudio.atzori merged 3 commits from eoscifguidelines into master 2 years ago
Owner

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 2 years ago
miriam.baglioni was assigned by claudio.atzori 2 years ago
claudio.atzori added 1 commit 2 years ago
claudio.atzori reviewed 2 years ago
@ -21,6 +21,8 @@ public abstract class OafEntity extends Oaf implements Serializable {
private OAIProvenance oaiprovenance;
private List<EoscIfGuidelines> eoscifguidelines;
Poster
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 2 years ago
@ -0,0 +15,4 @@
/**
* EOSC-IF code
*/
private String code;
Poster
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 2 years ago
claudio.atzori added 1 commit 2 years ago
claudio.atzori merged commit 5dc3270908 into master 2 years ago
claudio.atzori deleted branch eoscifguidelines 2 years ago
The pull request has been merged as 5dc3270908.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b eoscifguidelines master
git pull origin eoscifguidelines

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff eoscifguidelines
git push origin master
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
Loading…
There is no content yet.