forked from FAIRMetrics/Metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathALL.tex
More file actions
1835 lines (805 loc) · 34.9 KB
/
ALL.tex
File metadata and controls
1835 lines (805 loc) · 34.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
\documentclass[english]{article}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{color}
%\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{longtable}
%\usepackage{makecell} % $ sudo tlmgr install makecell
%\pagestyle{fancy}
%\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\setlength{\headheight}{20pt}
\begin{document}
\title{FAIR Metrics ALL}
\author{Mark D. Wilkinson, Susanna-Assunta Sansone, \\Erik Schultes, Peter Doorn,\\
Luiz Olavo Bonino da Silva Santos, Michel Dumontier}
\maketitle
\newpage
\thispagestyle{fancy}
\centering
\begin{longtable}{|p{5cm}|p{9cm}|}
\hline
\emph{FIELD} & \emph{DESCRIPTION} \\
\hline
Metric Identifier & FM-F1A: \verb"https://purl.org/fair-metrics/FM_F1A"
\\
\hline
Metric Name & Identifier Uniqueness \\
\hline
To which principle does it apply? & F1\\
\hline
What is being measured? & Whether there is a scheme to uniquely identify the digital resource.\\
\hline
Why should we measure it? &
The uniqueness of an identifier is a necessary condition to unambiguously refer that resource, and that resource alone. Otherwise, an identifier shared by multiple resources will confound efforts to describe that resource, or to use the identifier to retrieve it. Examples of identifier schemes include, but are not limited to URN, IRI, DOI, Handle, trustyURI, LSID, etc. For an in-depth understanding of the issues around identifiers, please see http://dx.plos.org/10.1371/journal.pbio.2001414
\\
\hline
What must be provided? & URL to a registered identifier scheme. \\
\hline
How do we measure it? &
An identifier scheme is valid if and only if it is described in a repository that can register and present such identifier schemes (e.g. fairsharing.org). \newline
\newline
Information about the identifier scheme must be presented with a machine-readable document containing the FM1 attribute with the URL to where the scheme is described. see specification for implementation.
\\
\hline
What is a valid result? &
Present or Absent
\\
\hline
For which digital resource(s) is this relevant? & All\\
\hline
Examples of their application across types of digital resource &
Ontology \newline
- Gene Ontology: http://www.ebi.ac.uk/miriam/main/\newline datatypes/MIR:00000022
\newline
- HISCO: [link]\newline
This resource has not described or registered their identifier scheme. A recommended course of action would be to XXX.
\newline
Model/format
- RDFS: https://fairsharing.org/bsg-s000283
\newline
Repository \newline
- JWS Online: https://www.ebi.ac.uk/miriam/main\newline /collections/MIR:00000130 \newline
- DANS EASY: \newline
\newline
Database \newline
- ArrayExpress: https://fairsharing.org/biodbcore-000305 \newline
-> FAIRsharing will implement the FAIR Metric specification to provide a machine-readable link to the MIRIAM repository (for life science content)
\newline
API \newline
- smartAPI’s API\newline
https://raw.githubusercontent.com/WebsmartAPI\newline /smartAPI/master/docs/iodocs/smartapi.json \newline
--> the smartAPI repository will provide accessible specification of the identifier scheme that is embedded in that metadata document.
\newline
Journal\newline
http://www.nature.com/developers/documentation/\newline metadata-resources/doi \newline
--> the web site will have to provide a machine-readable pointer to the official DOI specification.
\newline
\\
\hline
Comments &
A first version of this metric would focus on just checking a URL that resolves to a document. We can’t verify that document. \newline
A second version would indicate how to structure the data policy document with a particular section (similar to how the CC licenses now have a formal structure in RDF).\newline
A third version would insist that that document and section is signed by an approved organization and made available in an appropriate repository. \\
\hline
\end{longtable}
%\begin{table}
\centering
\begin{tabular}{|p{5cm}|p{9cm}|}
\hline
\emph{FIELD} & \emph{DESCRIPTION} \\
\hline
Metric Identifier & FM-F1B: \verb"https://purl.org/fair-metrics/FM_F1B"
\\
\hline
Metric Name &
Identifier persistence
\\
\hline
To which principle does it apply? & F1\\
\hline
What is being measured? & Whether there is a policy that describes what the provider will do in the event an identifier scheme becomes deprecated.\\
\hline
Why should we measure it? &
The change to an identifier scheme will have widespread implications for resource lookup, linking, and data sharing. Providers of digital resources must ensure that they have a policy to manage changes in their identifier scheme, with a specific emphasis on maintaining/redirecting previously generated identifiers.
\\
\hline
What must be provided? &
A URL that resolves to a document containing the relevant policy.
\\
\hline
How do we measure it? &
Use an HTTP GET on URL provided. \newline
\\
\hline
What is a valid result? &
Present (a 200,202,203 or 206 HTTP response after resolving all and any prior redirects. e.g. 301 -> 302 -> 200 OK) or Absent (any other HTTP code)
\\
\hline
For which digital resource(s) is this relevant? & All\\
\hline
Examples of their application across types of digital resource &
for each of the ‘canonical’ data types, examples, if available.
\newline @todo
\newline
\newline
FAIR principles (scholarly publication in Nature Scientific Data)\newline
\verb|https://www.doi.org/overview/DOI_article_ELIS3.pdf|
\newline
http://www.nature.com/developers/\newline
documentation/metadata-resources/doi/ \newline
\newline
FAIR Principles (computable representation):
\newline
https://github.com/FAIRDataInitiative/\newline
\verb|FAIR-principles#fair-principles|
\newline
For DSA-certified repositories (example below of 3TU-Datacentre at Delft) the identifier persistence policy is described in the self assessment:\newline
https://assessment.datasealofapproval.org/\newline
\verb|assessment_187/seal/pdf/| \newline
\newline
DOI Handbook - ensuring persistence:\newline
\verb|http://www.doi.org/doi_handbook/| \newline
\verb|6_Policies.html#6.5}|
\\
\hline
Comments &
A first version of this metric would focus on just checking a URL that resolves to a document. We can’t verify that document. \newline
A second version would indicate how to structure the data policy document with a particular section (similar to how the CC licenses now have a formal structure in RDF).\newline
A third version would insist that that document and section is signed by an approved organization and made available in an appropriate repository. \\
\hline
\end{tabular}
% \caption{The template for creating FAIR Metrics}
%\end{table}
\newpage
\centering
\begin{tabular}{|p{5cm}|p{9cm}|}
\hline
\emph{FIELD} & \emph{DESCRIPTION} \\
\hline
Metric Identifier & FM-F2: \verb"https://purl.org/fair-metrics/FM_F2"
\\
\hline
Metric Name &
Machine-readability of metadata
\\
\hline
To which principle does it apply? & F2 - Data are described with rich metadata\\
\hline
What is being measured? &
The availability of machine-readable metadata that describes a digital resource.\\
\hline
Why should we measure it? &
This metric \textit{does not} attempt to measure (or even define) "Richness" - this will be defined in a future Metric. This metric is intended to test the format of the metadata - machine readability of metadata makes it possible to optimize discovery. For instance, Web search engines suggest the use of particular structured metadata elements to optimize search. Thus, the machine-readability aspect can help people and machines find a digital resource of interest.
\\
\hline
What must be provided? &
A URL to a document that contains machine-readable metadata for the digital resource. Furthermore, the file format must be specified.
\\
\hline
How do we measure it? &
HTTP GET on the metadata URL. A response of [a 200,202,203 or 206 HTTP response after resolving all and any prior redirects. e.g. 301 -> 302 -> 200 OK] indicates that there is indeed a document. The second URL should resolve to the record of a registered file format (e.g. DCAT, DICOM, schema.org etc.) in a registry like FAIRsharing. Future ehnancements to FAIRSharing may include tags that indicate whether or not a given file format is generally-agreed to be machine-readable \newline
\\
\hline
What is a valid result? &
Machine-readable or Machine-not-readable
\\
\hline
For which digital resource(s) is this relevant? & All\\
\hline
Examples of their application across types of digital resource &
This URL can resolve to:
- A record in a metadata registry relevant to your digital object (e.g. FAIRsharing.org, FAIR Data Point, smartAPI editor)
- Your metadata on an HTML web page using schema.org
- A FAIR Accessor………...
Semanticscience Integrated Ontology :
http://semanticscience.org/ontology/sio.owl
https://biosharing.org/bsg-s002686
Example of a DANS metadata-record of an archived dataset:
https://easy.dans.knaw.nl/ui/datasets/id/easy-dataset:67859/tab/1
smartAPI’s API metadata: https://raw.githubusercontent.com/WebsmartAPI/
smartAPI/master/docs/iodocs/smartapi.json
Metadata record of a database:
- GEO https://fairsharing.org/biodbcore-000441
Metadata record of a standard:
- RDF https://fairsharing.org/bsg-s000559
Non-article Published Work
- my Zenodo Deposit for polyA (https://doi.org/10.5281/zenodo.47641)
- myExperiment Workflow (http://www.myexperiment.org/workflows/2999.html)
- Jupyter notebook on GitHub (https://github.com/VidhyasreeRamu/\\
GlobalClimateChange/blob/master/GlobalWarmingAnalysis.ipynb)
\\
\hline
Comments &
none \\
\hline
\end{tabular}
% \caption{The template for creating FAIR Metrics}
%\end{table}
\newpage
\begin{longtable}{|p{5cm}|p{9cm}|}
\hline
\emph{FIELD} & \emph{DESCRIPTION} \\
\hline
Metric Identifier & FM-F3: \verb"https://purl.org/fair-metrics/FM_F3"
\\
\hline
Metric Name &
Resource Identifier in Metadata
\\
\hline
To which principle does it apply? &
F3 - metadata clearly and explicitly include the identifier of the data it describes
\\
\hline
What is being measured? &
Whether the metadata document contains the globally unique and persistent identifier for the digital resource.
\\
\hline
Why should we measure it? &
The discovery of digital object should be possible from its metadata. For this to happen, the metadata must explicitly contain the identifier for the digital resource it describes, and this should be present in the form of a qualified reference, indicating some manner of "about" relationship, to distinguish this identifier from the numerous others that will be present in the metadata.
In addition, since many digital objects cannot be arbitrarily extended to include references to their metadata, in many cases the only means to discover the metadata related to a digital object will be to search based on the GUID of the digital object itself.
\\
\hline
What must be provided? &
The GUID of the metadata and the GUID of the digital resource it describes.
\\
\hline
How do we measure it? &
Parsing the metadata for the given digital resource GUID.
\\
\hline
What is a valid result? &
Present or absent
\\
\hline
For which digital resource(s) is this relevant? & All\\
\hline
Examples of their application across types of digital resource &
None
\\
\hline
Comments &
In practice there are issues related to the format of the metadata document that might make a simple string search impossible. For example, relative URLs in HTML and qnames in XML/RDF. We should engage in some community discussion about exactly how to execute this Metric.
\\
\hline
\end{longtable}
\newpage
\begin{longtable}{|p{5cm}|p{9cm}|}
\hline
\emph{FIELD} & \emph{DESCRIPTION} \\
\hline
Metric Identifier & FM-F4: \verb"https://purl.org/fair-metrics/FM_F4"
\\
\hline
Metric Name &
Indexed in a searchable resource
\\
\hline
To which principle does it apply? &
F4 - (meta)data are registered or indexed in a searchable resource
\\
\hline
What is being measured? &
The degree to which the digital resource can be found using web-based search engines.
\\
\hline
Why should we measure it? &
Most people use a search engine to initiate a search for a particular digital resource of interest. If the resource or its metadata are not indexed by web search engines, then this would substantially diminish an individual’s ability to find and reuse it. Thus, the ability to discover the resource should be tested using i) its identifier, ii) other text-based metadata.
\\
\hline
What must be provided? &
The persistent identifier of the resource and one or more URLs that give search results of different search engines.
\\
\hline
How do we measure it? &
We perform an HTTP GET on the URLs provided and attempt to to find the persistent identifier in the page that is returned. A second step might include following each of the top XX hits and examine the resulting documents for presence of the identifier.
\\
\hline
What is a valid result? &
true - the persistent identifier was found in the search results.
\\
\hline
For which digital resource(s) is this relevant? & All\\
\hline
Examples of their application across types of digital resource &
- my Zenodo Deposit for polyA \newline
(https://doi.org/10.5281/zenodo.47641)\newline
Test Query: 10.5281/zenodo.47641 orthology\newline
GOOGLE: Pass (\verb|#1| hit); BING: Fail (no hits); Yahoo: Fail (no hits); Baidu: Pass (\verb|#1| hit)
\newline
Test Query: “protein domain orthology RNA Processing”\newline
Google: ~Pass (Hit \verb|#13| ); BING: Fail (not in top 40); Yahoo: Fail: (Not in top 40); Baidu: Pass (\verb|#1| Hit)\newline
- myExperiment Workflow (http://www.myexperiment.org/workflows/2969.html)\newline
Test Query: “workflow common identifiers EMC ontology”\newline
GOOGLE: Pass (\verb|#2| and \verb|#5| hit); BING: Fail (not in top 40, though OTHER workflows were found in top 10!); Yahoo: Fail (not in top 40, though other workflows found in top 10); Baidu: ~Pass (5/10 pages contained a link to the workflow, but the workflow itself was not discovered)\newline
- Jupyter notebook on GitHub (https://github.com/\newline VidhyasreeRamu/GlobalClimateChange/blob\newline /master/GlobalWarmingAnalysis.ipynb)\newline
Test Query: “github python climate change earth surface temperature”\newline
Google: Fail (not in top 40; other similar Jupyter notebooks found in github); Bing: Fail (not in top 40… but MANY links to Microsoft Surface! LOL!); Yahoo: Fail (not in top 40); Baidu: Fail (not even a github hit in top 40!)\newline
\\
\hline
Comments & None
\\
\hline
\end{longtable}
\newpage
\begin{longtable}{|p{5cm}|p{9cm}|}
\hline
\emph{FIELD} & \emph{DESCRIPTION} \\
\hline
Metric Identifier & FM-A1.1: \verb"https://purl.org/fair-metrics/FM_A1.1"
\\
\hline
Metric Name &
Access Protocol
\\
\hline
To which principle does it apply? &
A1.1 - the protocol is open, free, and universally implementable
\\
\hline
What is being measured? &
The nature and use limitations of the access protocol.
\\
\hline
Why should we measure it? &
Access to a resource may be limited by the specified communication protocol. In particular, we are worried about access to technical specifications and any costs associated with implementing the protocol. Protocols that are closed source or that have royalties associated with them could prevent users from being able to obtain the resource.
\\
\hline
What must be provided? &
i) A URL to the description of the protocol\newline
ii) true/false as to whether the protocol is open source\newline
iii) true/false as to whether the protocol is (royalty) free\newline
\\
\hline
How do we measure it? &
Do an HTTP get on the URL to see if it returns a valid document. Ideally, we would have a universal database of communication protocols from which we can check this URL (this is now being created in FAIRSharing). We also check whether questions 2 and 3 are true or false.
\\
\hline
What is a valid result? &
The HTTP GET on the URL should return a 200,202,203 or 206 HTTP response after resolving all and any prior redirects. e.g. 301 - 302 - 200 OK. The other two should return true/false ("true" is success)
\\
\hline
For which digital resource(s) is this relevant? & All\\
\hline
Examples of their application across types of digital resource & None
\\
\hline
Comments & None
\\
\hline
\end{longtable}
\newpage
\begin{longtable}{|p{5cm}|p{9cm}|}
\hline
\emph{FIELD} & \emph{DESCRIPTION} \\
\hline
Metric Identifier & FM-A1.2: \verb"https://purl.org/fair-metrics/FM_A1.2"
\\
\hline
Metric Name &
Access authorization
\\
\hline
To which principle does it apply? &
A1.2 - the protocol allows for an authentication and authorization procedure, where necessary
\\
\hline
What is being measured? &
Specification of a protocol to access restricted content.
\\
\hline
Why should we measure it? &
Not all content can be made available without restriction. For instance, access and distribution of personal health data may be restricted by law or by organizational policy. In such cases, it is important that the protocol by which such content can be accessed is fully specified. Ideally, electronic content can be obtained first by applying for access. Once the requester is formally authorized to access the content, they may receive it in some electronic means, for instance by obtaining an download URL, or through a more sophisticated transaction mechanism (e.g. authenticate, authorize), or by any other means. The goal should be to reduce the time it takes for valid requests to be fulfilled.
\\
\hline
What must be provided? &
i) true/false concerning whether authorization is needed\newline
ii) a URL that resolves to a description of the process to obtain access to restricted content.\newline
\\
\hline
How do we measure it? &
computational validation of the data provided
\\
\hline
What is a valid result? &
a valid answer contains a true or false for the first question. if true, an HTTP GET on the URL provided should return a 200, 202, 203, or 206 HTTP Response after resolving all redirects.
\\
\hline
For which digital resource(s) is this relevant? & All\\
\hline
Examples of their application across types of digital resource & None
\\
\hline
Comments & None
\\
\hline
\end{longtable}
\newpage
\begin{longtable}{|p{5cm}|p{9cm}|}
\hline
\emph{FIELD} & \emph{DESCRIPTION} \\
\hline
Metric Identifier & FM-A2: \verb"https://purl.org/fair-metrics/FM_A2"
\\
\hline
Metric Name &
Metadata Longevity
\\
\hline
To which principle does it apply? &
A2 - metadata are accessible, even when the data are no longer available
\\
\hline
What is being measured? &
The existence of metadata even in the absence/removal of data
\\
\hline
Why should we measure it? &
Cross-references to data from third-party’s FAIR data and metadata will naturally degrade over time, and become “stale links”. In such cases, it is important for FAIR providers to continue to provide descriptors of what the data was to assist in the continued interpretation of those third-party data. As per FAIR Principle F3, this metadata remains discoverable, even in the absence of the data, because it contains an explicit reference to the IRI of the data.
\\
\hline
What must be provided? &
URL to a formal metadata longevity plan
\\
\hline
How do we measure it? &
Resolve the URL
\\
\hline
What is a valid result? &