-
Notifications
You must be signed in to change notification settings - Fork 0
/
DASH-Onto-edit.owl
1343 lines (991 loc) · 75.6 KB
/
DASH-Onto-edit.owl
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
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/DASH-Onto.owl#"
xml:base="http://purl.obolibrary.org/obo/DASH-Onto.owl"
xmlns:dce="http://purl.org/dc/elements/1.1/"
xmlns:obo="http://purl.obolibrary.org/obo/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:subsets="http://purl.obolibrary.org/obo/ro/subsets#"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"
xmlns:CommonCoreOntologies="http://www.ontologyrepository.com/CommonCoreOntologies/">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/DASH-Onto.owl">
<owl:imports rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto/releases/2024-10-23/imports/DADAGEMO_import.owl"/>
<dcterms:description xml:lang="en">None</dcterms:description>
<dcterms:license rdf:resource="https://creativecommons.org/licenses/unspecified"/>
<dcterms:title xml:lang="en">Data Access Support Hub Ontology</dcterms:title>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/DADAGEMO_0000010 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<!-- http://purl.obolibrary.org/obo/DADAGEMO_0000011 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/DADAGEMO_0000011"/>
<!-- http://purl.obolibrary.org/obo/DADAGEMO_0000012 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/DADAGEMO_0000012"/>
<!-- http://purl.obolibrary.org/obo/DADAGEMO_0000013 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/DADAGEMO_0000013"/>
<!-- http://purl.org/dc/terms/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description">
<rdfs:label xml:lang="en">description</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/terms/license -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license">
<rdfs:label xml:lang="en">license</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/terms/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title">
<rdfs:label xml:lang="en">title</rdfs:label>
</owl:AnnotationProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/DADAGEMO_0000009 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DADAGEMO_0000009">
<rdfs:comment xml:lang="en">Lucid: Plan</rdfs:comment>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000001 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000001">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0000011"/>
<obo:IAO_0000115 xml:lang="en">A process by which a project research group seeks to obtain permission to have access to data items from a data custodian.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Glossary: 'application process'.</rdfs:comment>
<rdfs:label xml:lang="en">Application for data to data custodian</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000003 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000003">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000009"/>
<obo:IAO_0000115 xml:lang="en">A process which has as expected output a draft of an agreement.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">DASH: agreements (AGREE)</rdfs:comment>
<rdfs:comment xml:lang="en">Glossary</rdfs:comment>
<rdfs:label xml:lang="en">Agreement drafting</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000004 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000004">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000003"/>
<obo:DADAGEMO_0000010>reportDraftIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A process which has as expected output a draft of a legal agreement between a PRG and a DC (Glossary: Agreement drafting).</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Ont/glossary: proposed.</rdfs:comment>
<rdfs:label xml:lang="en">DC Agreement drafting</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000004"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>reportDraftIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = An issue arose during DC agreement drafting resulting in a failure to produce a legal agreement.
false = A DC agreement drafting was successful and a draft legal agreement exists between a PRG and a DC.</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000005 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000005">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000003"/>
<obo:DADAGEMO_0000010>reportDraftIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A process which has as expected output a draft of a legal agreement between a PRG and a TEA provider.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Ont/glossary: proposed.</rdfs:comment>
<rdfs:label xml:lang="en">TEA Agreement drafting</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000005"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>reportDraftIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = An issue has arisen where a draft agreement cannot be reached between a PRG and a TEA provider.
false = A draft agreement has been reached between a PRG and a TEA provider.</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000006 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000006">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000009"/>
<obo:IAO_0000115 xml:lang="en">A planned process in which the required parties sign an agreement proposal to signify their agreement with the proposed terms. The resulting document is an agreement document.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Glossary: agreement proposal signature</rdfs:comment>
<rdfs:label xml:lang="en">Agreement signature</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000007 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000007">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000006"/>
<obo:DADAGEMO_0000010>reportSignatureIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">An agreement signature where the required parties are a data custodian and a project research group.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Ont: proposed to cover DC/TEA bifurcation.</rdfs:comment>
<rdfs:label xml:lang="en">DC Agreement signature</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000007"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>reportSignatureIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = A DC agreement signature was not successful, one or more parties to a legal agreement did not sign. This might include a PRG, DC, or delegated data controller.
false = A DC agreement signature was successful.</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000008 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000008">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000006"/>
<obo:DADAGEMO_0000010>reportSignatureIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">An agreement signature where the required parties are those data custodians contributing to the TEA and a project research group.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Ont: proposed to cover DC/TEA bifurcation.</rdfs:comment>
<rdfs:label xml:lang="en">TEA Agreement signature</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000008"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>reportSignatureIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = The parties to a TEA agreement signature have failed to sign that legal agreement.
false = The parties to a TEA agreement signature have sucessfully signed that legal agreement.</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000009 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000009">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000009"/>
<rdfs:comment xml:lang="en">Lucid: DASH coordination</rdfs:comment>
<rdfs:label xml:lang="en">DASH activity</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000010 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000010">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000009"/>
<rdfs:comment xml:lang="en">Lucid: workflow</rdfs:comment>
<rdfs:label xml:lang="en">Data Access Request completion</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000011 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000011">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000009"/>
<obo:IAO_0000115 xml:lang="en">A process having as participants DASH members and DASH users. It includes guided exploration and identification of services desired from project workflow contributors.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Glossary: 'DASH guidance'</rdfs:comment>
<rdfs:label xml:lang="en">DASH-PRG Guidance</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000012 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000012">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000011"/>
<rdfs:comment xml:lang="en">Lucid: workflow</rdfs:comment>
<rdfs:label xml:lang="en">DASH Project advice</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000013 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000013">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000012"/>
<obo:DADAGEMO_0000010>dataIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A process by which a DASH User acquires information about metadata, data metrics and data provenance elements of data items, as well as selection functions.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">DASH: DASH Guidance: Data Exploration (DATX)</rdfs:comment>
<rdfs:comment xml:lang="en">Glossary: 'guided data exploration'</rdfs:comment>
<rdfs:label xml:lang="en">DASH Data advice</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000013"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>dataIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = DASH data advice to a DASH user as not successful, information regarding information items, metrics and provenance chains is insufficient, or if sufficient suggests a project may not be feasible.
false = DASH data advice to a DASH user (give by a DASH or automation) was successful</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000014 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000014">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000012"/>
<obo:DADAGEMO_0000010>supportIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A process by which a DASH User acquires information about services offered by a data custodian.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">DASH: DASH Guidance: Support Exploration (SUPX)</rdfs:comment>
<rdfs:comment xml:lang="en">Glossary: 'guided support exploration'</rdfs:comment>
<rdfs:label xml:lang="en">DASH Support advice</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000014"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>supportIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = DASH support advice to a DASH user was not successful, information regarding support services available from a DC is insufficient, or if sufficient suggests a project may not be feasible.
false = DASH data advice to a DASH user (give by a DASH or automation) was successful</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000015 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000015">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000012"/>
<obo:DADAGEMO_0000010>studyCostIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A resource and cost valuation by a DASH based on aggregate data associated with similar projects performed in the past by that DASH.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Ont: proposed.</rdfs:comment>
<rdfs:label xml:lang="en">Scored data custodian cost</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000015"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>studyCostIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = A scored data custodian cost was not determined, the character of a project does not match well to aggregate data available to a DASH regarding previous projects.
false = A scored data custodian cost was successfully determined.</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000016 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000016">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000011"/>
<obo:DADAGEMO_0000010>eligibilityIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A process by which a DASH User acquires information about eligibility requirements from a data custodian.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">DASH: DASH Guidance: DASH Eligibility (DEL)</rdfs:comment>
<rdfs:comment xml:lang="en">Glossary: 'guided eligibility exploration'</rdfs:comment>
<rdfs:label xml:lang="en">DASH eligibility advice</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000016"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>eligibilityIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = DASH eligibility advice to a PRG was either unsuccessful or the PRG is ineligible.
false = DASH eligibility advice to a PRG was successful and the PRG is eligible.</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000017 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000017">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000009"/>
<obo:IAO_0000115 xml:lang="en">A process that takes the results of site Eligibility Reviews and, based on discussions with the research group, comes to a final decision on whether a project should proceed.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Ont/glossary: proposed</rdfs:comment>
<rdfs:label xml:lang="en">DASH Eligibility decision</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000018 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000018">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000009"/>
<obo:IAO_0000115 xml:lang="en">A process that has as a result a final decision regarding a set of data custodian feasibility reviews.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Ont/Glossary: proposed.</rdfs:comment>
<rdfs:label xml:lang="en">DASH Feasibility decision</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000019 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000019">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000009"/>
<obo:DADAGEMO_0000010>NextOperation</obo:DADAGEMO_0000010>
<obo:DADAGEMO_0000010>usedLocations</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A DASH coordination process in which a project workflow is directed to provide one of: DASH guidance to a PRG; allow for the completion of a form associated with an HDC application process; termination of a project, including a project debrief.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">DASH: DASH Q&A (QUEST)</rdfs:comment>
<rdfs:comment xml:lang="en">DASH: Guidance catch-all (DG)</rdfs:comment>
<rdfs:comment xml:lang="en">DASH: Project on hold (PHOLD)</rdfs:comment>
<rdfs:comment xml:lang="en">DASH: issues (ISS)</rdfs:comment>
<rdfs:comment xml:lang="en">Lucid: workflow.</rdfs:comment>
<rdfs:label xml:lang="en">DASH Oversight</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000019"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>usedLocations</owl:annotatedTarget>
<obo:DADAGEMO_0000011>string</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000012 xml:lang="en">A final list of locations who were partner organisations in a project and will be involved in a project debrief. (Format and coding of string to be decided.)</obo:DADAGEMO_0000012>
</owl:Axiom>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000019"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>NextOperation</owl:annotatedTarget>
<obo:DADAGEMO_0000011>number</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>1 = OVR_PerformGuidance: A DASH should perform DASH Guidance with a PRG.
2 = OVR_CompleteDAR: A DASH should ensure the completion and validity of a shared data access request form for a project.
3 = OVR_EndProject: A DASH should move to enforce an end to a project by all participants.</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000020 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000020">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000009"/>
<rdfs:comment xml:lang="en">Lucid: workflow</rdfs:comment>
<rdfs:label xml:lang="en">Data custodian activity</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000021 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000021">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000009"/>
<obo:DADAGEMO_0000010>NextOperation</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A DASH instruction to a DC, sent by an agreed method, requesting a DC-related project component activity be completed.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Lucid: workflow</rdfs:comment>
<rdfs:label xml:lang="en">Process DASH data custodian instruction</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000021"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>NextOperation</owl:annotatedTarget>
<obo:DADAGEMO_0000011>number</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>1 = DC_PerformFeasibility: A DC should initiate DC project feasibility (as directed by a DASH)
2 = DC_ProcessApplication: A DC should initiate DC governance (as directed by a DASH)
3 = DC_SignAgreement: A DC should initiate DC agreement signature (as directed by a DASH)
4 = DC_AssemblyAndPlacement: A DC should end DC activity related to a project (as directed by a DASH)
5 = DC_EndProject: A DC should end DC activity related to a project (as directed by a DASH)</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000022 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000022">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000020"/>
<obo:IAO_0000115 xml:lang="en">A process to produce and validate a DC specfiic project dataset.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">DASH: Data Assembly (DATA)</rdfs:comment>
<rdfs:comment xml:lang="en">Glossary</rdfs:comment>
<rdfs:label xml:lang="en">Data assembly</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000023 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000023">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000020"/>
<rdfs:comment xml:lang="en">DASH: agreements (AGREE)</rdfs:comment>
<rdfs:comment xml:lang="en">Lucid: workflow</rdfs:comment>
<rdfs:label xml:lang="en">Data custodian agreement</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000024 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000024">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000020"/>
<rdfs:comment xml:lang="en">DASH: Governance (GOV)</rdfs:comment>
<rdfs:comment xml:lang="en">Lucid: workflow</rdfs:comment>
<rdfs:label xml:lang="en">Data custodian governance</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000025 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000025">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000020"/>
<rdfs:comment xml:lang="en">DASH: Feasibility review (FREV)</rdfs:comment>
<rdfs:comment xml:lang="en">Lucid: workflow</rdfs:comment>
<rdfs:comment xml:lang="en">Project feasibility</rdfs:comment>
<rdfs:label xml:lang="en">Data custodian project feasibility</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000026 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000026">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000020"/>
<obo:DADAGEMO_0000010>reportDataPlacementIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A process by which a D-SPD is copied to another organisation's infrastructure or a TEA.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">DASH: Data placement (DPLACE)</rdfs:comment>
<rdfs:comment xml:lang="en">Glossary</rdfs:comment>
<rdfs:label xml:lang="en">Data placement</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000026"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>reportDataPlacementIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = An issue arose during a DC data placement resulting in a failure to place D-SPD into a specified environment, TEA or some other analysis context.
false = A DC data placement was successful</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000027 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000027">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000009"/>
<obo:DADAGEMO_0000010>reportPAProcessingIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A process by which a dataset is generated by applying a function to a set of datasets.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Glossary</rdfs:comment>
<rdfs:label xml:lang="en">Data processing</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000027"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>reportPAProcessingIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = An issue was raised by a PRG in relation to processing of one or more D-SPDs which may require revisiting the data assembly plan, feasibility, governance and agreements.
false = A PRG successfully processed one or more D-SPDs during project analysis, which is now complete.</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000028 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000028">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000027"/>
<obo:IAO_0000115 xml:lang="en">A data processing generating a new data asset using a selection function which has as input a set of datasets.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Glossary</rdfs:comment>
<rdfs:label xml:lang="en">Data selection</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000029 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000029">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000028"/>
<obo:DADAGEMO_0000010>reportCohortIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A data selection by which a project cohort identifier list is generated.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">DASH: cohort exploration (CEXP)</rdfs:comment>
<rdfs:comment xml:lang="en">Glossary</rdfs:comment>
<rdfs:label xml:lang="en">Data custodian Project cohort preparation</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000029"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>reportCohortIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = An issue arose during a DC Project cohort preparation resulting in failure to produce a project cohort.
false = A project cohort was successfully produced from a DC Project cohort preparation.</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000030 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000030">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000027"/>
<obo:DADAGEMO_0000010>reportDataTransformationIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A data processing generating a new data asset using a transformation function which has as input a set of datasets.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Glossary</rdfs:comment>
<rdfs:label xml:lang="en">Data transformation</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000030"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>reportDataTransformationIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = An issue arose when performing a DC data transformation.
false = A DC data transformation was successfully performed. (For example, ensuring the conformance of a set of D-SPD to an agreed output model.)</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000031 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000031">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000030"/>
<obo:DADAGEMO_0000010>reportDataPreparationIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A data processing generating a new data asset using a transformation function which has as input a set of datasets.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Glossary</rdfs:comment>
<rdfs:label xml:lang="en">Data custodian data preparation</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000031"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>reportDataPreparationIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = An issue arose during a DC data preparation resulting in failure to produce a new data asset.
false = A new data asset was successfully produced from a DC data preparation.</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000032 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000032">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000030"/>
<obo:DADAGEMO_0000010>reportPETProcessingIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A sub-process of data assembly by which privacy enhancing technique functions are applied by a data custodian technical team to the dataset which is the output of the data preparation.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Data custodian PET processing</rdfs:comment>
<rdfs:label xml:lang="en">Data custodian privacy enhancing technique processing</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000032"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>reportPETProcessingIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = An issue arose during a DC PET processing resulting in a failure to produce an updated dataset.
false = A DC PET processing was successfully carried out yielding an updated dataset.</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000033 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000033">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000030"/>
<obo:IAO_0000115 xml:lang="en">A data processing by which a D-SPD is transformed by project analysts.</obo:IAO_0000115>
<rdfs:label xml:lang="en">Project analysis data processing</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000034 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000034">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000009"/>
<obo:IAO_0000115 xml:lang="en">A process by which one or more project research group members demonstrate knowledge of the requirements that a data custodian places on the use and handling of D-SPD provided to ensure continued good governance of that D-SPD and associated project analysis and publication.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Glossary</rdfs:comment>
<rdfs:label xml:lang="en">Orientation validation</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000035 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000035">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000009"/>
<obo:IAO_0000115 xml:lang="en">A process performed by a DASH following the decision and action to end a project - in conjunction with a PRG and participating DCs - to learn lessons from that project.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">DASH: DASH Project Closure (PCLOSE)</rdfs:comment>
<rdfs:comment xml:lang="en">Lucid: workflow</rdfs:comment>
<rdfs:label xml:lang="en">Project debrief</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000036 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000036">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000009"/>
<rdfs:comment xml:lang="en">Lucid: workflow</rdfs:comment>
<rdfs:label xml:lang="en">Project research group activity</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000037 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000037">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000009"/>
<obo:DADAGEMO_0000010>NextOperation</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A DASH instruction to a PRG, sent by an agreed method, requesting a PRG-related project component activity be completed.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Lucid: workflow</rdfs:comment>
<rdfs:label xml:lang="en">Process DASH project research group instruction</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000037"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>NextOperation</owl:annotatedTarget>
<obo:DADAGEMO_0000011>number</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>1 = PRG_PerformProjectAnalysis: A PRG should initiate project analysis (as directed by a DASH).
2 = PRG_PerformKnowledgeProduction: A PRG should initiate the preparation of reports and publications (as directed by a DASH).
3 = PRG_EndProject: A PRG should end activity related to a project (as directed by a DASH).</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000038 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000038">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000036"/>
<obo:IAO_0000115 xml:lang="en">A process by which project research group members include a project analysis data output into an artefact for release to the wider interested community.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Glossary: Project publication drafting</rdfs:comment>
<rdfs:label xml:lang="en">Knowledge production</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000039 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000039">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000036"/>
<obo:IAO_0000115 xml:lang="en">A process that takes the results of site Feasibility Reviews and, based on discussions with the project research group, comes to a final decision on whether a project should proceed to a formal data access request and governance review.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">DASH: Research Group decision (RGDEC)</rdfs:comment>
<rdfs:label xml:lang="en">Project decision</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000040 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000040">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000036"/>
<obo:IAO_0000115 xml:lang="en">A process enabling a PRG to analyse one or more D-SPD as input.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">DASH: Project analysis (PANL)</rdfs:comment>
<rdfs:comment xml:lang="en">Glossary. Also: 'Project analysis data processing'</rdfs:comment>
<rdfs:label xml:lang="en">Project Analysis</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000041 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000041">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000036"/>
<obo:IAO_0000115 xml:lang="en">A process by which a project cohort preparation takes place and the size of a project cohort identifier list is evaluated in the context of a project protocol.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Glossary</rdfs:comment>
<rdfs:label xml:lang="en">Project Cohort evaluation</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000042 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000042">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000009"/>
<rdfs:comment xml:lang="en">Ont: proposed.</rdfs:comment>
<rdfs:label xml:lang="en">Project Publication</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000043 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000043">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000042"/>
<obo:DADAGEMO_0000010>reportPreparationIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A process by which project research group members include a project analysis data output into an artefact for release to the wider interested community.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Glossary</rdfs:comment>
<rdfs:label xml:lang="en">Project publication drafting</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000043"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>reportPreparationIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = An issue has arisen with the preparation of project reports/publications by a PRG and is not completed
false = Project reports/publications were successfully prepared by a PRG</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000044 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000044">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000009"/>
<obo:IAO_0000115 xml:lang="en">A process in which a set of artefacts are used by an organisation team to establish whether a condition required by a process is met.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Glossary.</rdfs:comment>
<rdfs:label xml:lang="en">Review</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000045 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000045">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000044"/>
<obo:DADAGEMO_0000010>reportARCIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A resource and cost review which finalises costs and resource use for inclusion within a legal agreement between a PRG and a DC.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Ont/glossary: proposed</rdfs:comment>
<rdfs:label xml:lang="en">DC Agreement resource and cost review</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000045"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>reportARCIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = An issue arose during a DC Agreement resource and cost review and resources and associated costs for a DC are not determined.
false = A DC Agreement resource and cost review was successful.</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000046 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000046">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000044"/>
<rdfs:comment xml:lang="en">Lucid: workflow</rdfs:comment>
<rdfs:label xml:lang="en">DC Agreement review</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000047 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000047">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000044"/>
<obo:DADAGEMO_0000010>reportControllerIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A review performed by a data controller team which evaluates project protocol alignment with its policies and, if applicable, delegated data control agreements</obo:IAO_0000115>
<rdfs:comment xml:lang="en">DASH: Governance - external (GOVEX)</rdfs:comment>
<rdfs:comment xml:lang="en">DASH: agreements - external (AGREEEX)</rdfs:comment>
<rdfs:comment xml:lang="en">Glossary</rdfs:comment>
<rdfs:label xml:lang="en">Data controller review</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000047"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>reportControllerIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = A data controller review was not successful, alignment with DC policies and other delegated data-controller agreements has not been demonstrated.
false = A data controller review was successful.</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000048 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000048">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000044"/>
<rdfs:comment xml:lang="en">DASH: Feasibility review (FREV)</rdfs:comment>
<rdfs:comment xml:lang="en">Lucid: workflow</rdfs:comment>
<rdfs:label xml:lang="en">Data custodian feasibility review</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000049 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000049">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000048"/>
<obo:DADAGEMO_0000010>DARIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A review performed by a DASH to confirm that information required by an HDC application process is complete and available for submission to the HDC</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Ont: proposed.</rdfs:comment>
<rdfs:label xml:lang="en">Data Access Request Review</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000049"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>DARIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = A data access request review was not successful, information required by one or more DC is incomplete or unsatisfactory to proceed with a DC application process (application for data to a data custodian).
false = A data access request review was successful.</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000050 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000050">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000048"/>
<obo:DADAGEMO_0000010>reportCohortIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A review performed by a data custodian team in collaboration with a project research group which assesses whether the [cohort] data item requirements defined by a project protocol can be fullfilled by a data custodian.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Glossary</rdfs:comment>
<rdfs:label xml:lang="en">Data availability cohort review</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000050"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>reportCohortIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = A data availability cohort review was not successful, the cohort(s) information item requests in the DAP cannot be satisfied.
false = A data availability cohort review was successful</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000051 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000051">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000048"/>
<obo:DADAGEMO_0000010>reportExtractIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A review performed by a data custodian team in collaboration with a project research group which assesses whether the [extract] data item requirements defined by a project protocol can be fullfilled by a data custodian.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Glossary</rdfs:comment>
<rdfs:label xml:lang="en">Data availability extract review</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000051"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>reportExtractIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = A data availability extract review was not successful, the extract(s) information item requests in the DAP cannot be satisfied.
false = A data availability extract review was successful.</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000052 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000052">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000048"/>
<obo:DADAGEMO_0000010>reportEligibilityIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">An eligibility review performed by a data custodian team which uses custodian-defined governance criteria to establish the right of the project research group to have a project protocol evaluated by the DCG team.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">DASH: Eligibility Review (ELREV)</rdfs:comment>
<rdfs:comment xml:lang="en">Glossary</rdfs:comment>
<rdfs:label xml:lang="en">Data eligibility review</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000052"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>reportEligibilityIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = A data eligibility review was not successful, a PRG did not pass DC governance criteria permitting the PRG to have their project protocol evaluated.
false = A data eligibility review was successful.</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000053 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000053">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000048"/>
<obo:DADAGEMO_0000010>reportERCIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A review performed by a data custodian team which determines resources and cost required to provide access to data items, and other requested services options (if applicable).</obo:IAO_0000115>
<rdfs:comment xml:lang="en">DASH: Cost and resource review (COSTREV)</rdfs:comment>
<rdfs:comment xml:lang="en">Glossary</rdfs:comment>
<rdfs:label xml:lang="en">Data estimated resource cost review</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000053"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>reportERCIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = A data estimated resource cost review was not successful, estimated resources and costs for information items and services have not been determined.
false = A data estimated resource cost review was successful.</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000054 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000054">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000044"/>
<rdfs:comment xml:lang="en">DASH: Governance (GOV)</rdfs:comment>
<rdfs:comment xml:lang="en">Lucid: workflow</rdfs:comment>
<rdfs:label xml:lang="en">Data custodian governance review</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000055 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000055">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000054"/>
<obo:DADAGEMO_0000010>reportEthicsAssessmentIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A application element review which ensures that appropriate documentation arising from an ethics committee assessment was submitted as part of an application process.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Glossary</rdfs:comment>
<rdfs:label xml:lang="en">Ethics assessment review</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000055"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>reportEthicsAssessmentIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = An issue arose during an ethics assessment review in which documetation is incomplete or invalid in some way.
false = An ethics assessment review was successful, documentation is complete and valid.</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000056 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000056">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000054"/>
<obo:DADAGEMO_0000010>reportFundingAssessmentIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">An application element review which ensures that an appropriate documentation from some funding source was submitted as part of an application process.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Glossary</rdfs:comment>
<rdfs:label xml:lang="en">Funding review</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000056"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>reportFundingAssessmentIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = An issue arose during a funding review, documentation has not demonstrated approved funding.
false = A funding review was successful and available funding has been demonstrated with appropiate documentation.</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000057 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000057">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000054"/>
<obo:DADAGEMO_0000010>reportNDAIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A review performed by a DC confirming the completion and usability of a non-disclosure agreement.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Glossary</rdfs:comment>
<rdfs:label xml:lang="en">Non-disclosure agreement review</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000057"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/DADAGEMO_0000010"/>
<owl:annotatedTarget>reportNDAIssue</owl:annotatedTarget>
<obo:DADAGEMO_0000011>boolean</obo:DADAGEMO_0000011>
<obo:DADAGEMO_0000013>true = A non-dislcosure agreement review was not successful, a legal greement is insufficient in terms of ensuring confidentiality of DC-held data assets.
false = A non-dislcosure agreement review was successful.</obo:DADAGEMO_0000013>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/DASH-Onto_0000058 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/DASH-Onto_0000058">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/DASH-Onto_0000054"/>
<obo:DADAGEMO_0000010>reportPCSIssue</obo:DADAGEMO_0000010>
<obo:IAO_0000115 xml:lang="en">A review with the goal of ensuring that privacy and patient-practitioner confidentiality are not compromised during processes directed by the project protocol.</obo:IAO_0000115>
<rdfs:comment xml:lang="en">Glossary</rdfs:comment>