EOSC IF #230
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
RDGraph
RSAC
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: D-Net/dnet-hadoop#230
Loading…
Reference in New Issue
No description provided.
Delete Branch "tagEosc"
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 addresses the EOSC IF. It modifies the previous attempt to tag the research products by removing the tag from the subject and inserting it in the element EoscInteroperabilityGuidelines added in the model to store this informaiton. The element is composed of four parts:
<code, label, url, semanticRelation>
.In this implementation code and label have the same value and it is the tag previously inserted in the subject, url is always empty, and semanticRelation always assumes the value
compliesWith
.We need to rethink this implementation because all the business logic is hard coded and changes should be made by a change in the implementation.