Moving the BipFinder! Measures #5
No reviewers
Labels
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: D-Net/dhp-schemas#5
Loading…
Reference in New Issue
No description provided.
Delete Branch "instance_measures"
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 is to move the BipFinder Measures at the level of the instance both in the model of the graph and in that of the dump.
It also regenerates the schema of the dumper result.
Please have a careful look at it because I realized that the field
alternateIdentifier
was missing in the previous version.@ -19,9 +19,12 @@ import java.util.List;
* -pid of type List<ControlledField> that is the list of pids associated to the result coming from authoritative sources for that pid
* -alternateIdentifier of type List<ControlledField> that is the list of pids associated to the result coming from NON authoritative
* sources for that pid
* -measure list<KeyValue> to represent the measure of beepFinder. It corresponds to measures in the model
typo: Bip!Finder
@ -60,11 +60,11 @@ import java.util.List;
* to store information about the time OpenAIRE collected the record. It corresponds to dateofcollection of the result
* represented in the internal model - lasteupdatetimestamp of type String to store the timestamp of the last update of
* the record. It corresponds to lastupdatetimestamp of the resord represented in the internal model
* -measure list<KeyValue> to represent the measure of beepFinder. It corresponds to measures in the model
typo: Bip!Finder.
Pull request closed