Dataset & Curator
▼Identifies the dataset under assessment. The persistent identifier is the anchor that lets the same dataset be recognised across operators and runs.
Operator
▼Worked Examples — Calibration Reference
▼Six datasets scored in UReDI v3 Appendix B, with the expert score for every component. Use these to calibrate your own judgement, especially on the subjective components.
Urgency of Loss
▼How likely is near-term loss? Urgency is a single direct score and enters the Priority roll-up unchanged.
Recoverability Difficulty
▼If the dataset were lost, how hard would it be to recreate? Structural uniqueness (Rs) carries two-thirds of the weight; the three cost components share the rest.
RDc = ( ETC + SC + PC ) / 3
// final recoverability difficulty
RD = (2/3) · Rs + (1/3) · RDc
// rounded to ordinal for the triplet
RD* = round( RD )
Importance
▼How critical is the dataset to science, the public sector, and markets? Importance sums ten components (raw 10 to 50), then normalises to a 1 to 5 score.
I = SAS + PCS + PRS + TL + TR + SE + SR + I_int + D + Q
// normalised importance
I* = round( I / 10 )