pyegeria 5.4.0.15__py3-none-any.whl → 5.4.0.17__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. commands/cat/.DS_Store +0 -0
  2. commands/cat/.env +8 -0
  3. commands/cat/debug_log +10 -0
  4. commands/cat/debug_log.log +0 -0
  5. commands/cat/dr_egeria_md.py +1 -1
  6. commands/cat/list_format_set.py +5 -3
  7. commands/cat/logs/pyegeria.log +27 -0
  8. commands/cli/debug_log.log +0 -0
  9. commands/ops/load_archive.py +26 -22
  10. commands/ops/logs/pyegeria.log +0 -0
  11. md_processing/.DS_Store +0 -0
  12. md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md +8 -0
  13. md_processing/dr_egeria_inbox/Dr.Egeria Templates.md +873 -0
  14. md_processing/dr_egeria_inbox/arch_test.md +57 -0
  15. md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +254 -0
  16. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +696 -0
  17. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +254 -0
  18. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +298 -0
  19. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +608 -0
  20. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +94 -0
  21. md_processing/dr_egeria_inbox/archive/freddie_intro.md +284 -0
  22. md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +275 -0
  23. md_processing/dr_egeria_inbox/archive/test-term.md +110 -0
  24. md_processing/dr_egeria_inbox/cat_test.md +100 -0
  25. md_processing/dr_egeria_inbox/collections.md +39 -0
  26. md_processing/dr_egeria_inbox/data_designer_debug.log +6 -0
  27. md_processing/dr_egeria_inbox/data_designer_out.md +60 -0
  28. md_processing/dr_egeria_inbox/data_designer_search_test.md +11 -0
  29. md_processing/dr_egeria_inbox/data_field.md +54 -0
  30. md_processing/dr_egeria_inbox/data_spec.md +77 -0
  31. md_processing/dr_egeria_inbox/data_spec_test.md +2406 -0
  32. md_processing/dr_egeria_inbox/data_test.md +179 -0
  33. md_processing/dr_egeria_inbox/data_test2.md +429 -0
  34. md_processing/dr_egeria_inbox/data_test3.md +462 -0
  35. md_processing/dr_egeria_inbox/dr_egeria_data_designer_1.md +124 -0
  36. md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +168 -0
  37. md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +280 -0
  38. md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +313 -0
  39. md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +1073 -0
  40. md_processing/dr_egeria_inbox/dr_egeria_isc1.md +44 -0
  41. md_processing/dr_egeria_inbox/generated_help_report.md +9 -0
  42. md_processing/dr_egeria_inbox/glossary_list.md +5 -0
  43. md_processing/dr_egeria_inbox/glossary_search_test.md +40 -0
  44. md_processing/dr_egeria_inbox/glossary_test1.md +324 -0
  45. md_processing/dr_egeria_inbox/gov_def.md +424 -0
  46. md_processing/dr_egeria_inbox/gov_def2.md +447 -0
  47. md_processing/dr_egeria_inbox/product.md +50 -0
  48. md_processing/dr_egeria_inbox/rel.md +8 -0
  49. md_processing/dr_egeria_inbox/sb.md +119 -0
  50. md_processing/dr_egeria_inbox/solution-components.md +136 -0
  51. md_processing/dr_egeria_inbox/solution_blueprints.md +118 -0
  52. md_processing/dr_egeria_inbox/synonym_test.md +42 -0
  53. md_processing/dr_egeria_inbox/t2.md +268 -0
  54. md_processing/dr_egeria_outbox/.obsidian/app.json +1 -0
  55. md_processing/dr_egeria_outbox/.obsidian/appearance.json +1 -0
  56. md_processing/dr_egeria_outbox/.obsidian/community-plugins.json +6 -0
  57. md_processing/dr_egeria_outbox/.obsidian/core-plugins.json +31 -0
  58. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/data.json +10 -0
  59. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/main.js +4459 -0
  60. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/manifest.json +10 -0
  61. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/data.json +3 -0
  62. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/main.js +153 -0
  63. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/manifest.json +11 -0
  64. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/styles.css +1 -0
  65. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/main.js +500 -0
  66. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/manifest.json +12 -0
  67. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/styles.css +1 -0
  68. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/main.js +37 -0
  69. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/manifest.json +11 -0
  70. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/styles.css +220 -0
  71. md_processing/dr_egeria_outbox/.obsidian/types.json +28 -0
  72. md_processing/dr_egeria_outbox/.obsidian/workspace.json +220 -0
  73. md_processing/dr_egeria_outbox/Untitled.canvas +1 -0
  74. md_processing/dr_egeria_outbox/friday/processed-2025-07-18 15:00-product.md +62 -0
  75. md_processing/dr_egeria_outbox/friday/processed-2025-07-18 15:13-product.md +62 -0
  76. md_processing/dr_egeria_outbox/friday/processed-2025-07-20 13:23-product.md +47 -0
  77. md_processing/dr_egeria_outbox/friday/processed-2025-08-01 11:55-data_test3.md +503 -0
  78. md_processing/dr_egeria_outbox/monday/processed-2025-07-14 12:38-data_designer_out.md +663 -0
  79. md_processing/dr_egeria_outbox/monday/processed-2025-07-21 10:52-generated_help_report.md +2744 -0
  80. md_processing/dr_egeria_outbox/monday/processed-2025-07-21 18:38-collections.md +62 -0
  81. md_processing/dr_egeria_outbox/monday/processed-2025-08-01 11:34-gov_def.md +444 -0
  82. md_processing/dr_egeria_outbox/processed-2025-08-03 16:05-glossary_list.md +37 -0
  83. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 14:55-product.md +77 -0
  84. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 15:05-product.md +75 -0
  85. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 15:11-product.md +74 -0
  86. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 20:40-collections.md +49 -0
  87. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +719 -0
  88. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +41 -0
  89. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +33 -0
  90. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +192 -0
  91. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:08-gov_def2.md +486 -0
  92. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:10-gov_def2.md +486 -0
  93. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:53-gov_def2.md +486 -0
  94. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:54-gov_def2.md +486 -0
  95. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:03-gov_def2.md +486 -0
  96. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:06-gov_def2.md +486 -0
  97. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:10-gov_def2.md +486 -0
  98. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-16 19:15-gov_def2.md +527 -0
  99. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-17 12:08-gov_def2.md +527 -0
  100. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-17 14:27-gov_def2.md +485 -0
  101. md_processing/md_processing_utils/debug_log.log +0 -0
  102. md_processing/md_processing_utils/solution_architect_log.log +0 -0
  103. pyegeria/.DS_Store +0 -0
  104. pyegeria/__init__.py +2 -2
  105. pyegeria/_client_new.py +31 -1
  106. pyegeria/_output_formats.py +23 -0
  107. pyegeria/glossary_browser_omvs.py +178 -65
  108. pyegeria/platform_services.py +3 -3
  109. pyegeria/runtime_manager_omvs.py +55 -55
  110. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/METADATA +1 -1
  111. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/RECORD +114 -15
  112. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/LICENSE +0 -0
  113. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/WHEEL +0 -0
  114. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,486 @@
1
+
2
+
3
+ # Don't Update Regulation
4
+ ## Name
5
+ A Regulation
6
+ ## Summary
7
+ Based on Talmud
8
+ ## Description
9
+ Somewhat chaotic
10
+ ## Domain Identifier
11
+ 1
12
+ ## Version Identifier
13
+
14
+ ## Scope
15
+ InterGalactic
16
+
17
+ ## Importance
18
+ Somewhat
19
+
20
+ ## Implications
21
+ Power; Money
22
+ ## Outcomes
23
+ Happiness
24
+ ## Results
25
+ Unknown
26
+ ## Status
27
+ PROPOSED
28
+
29
+ ____
30
+
31
+ # Don't Create Governance Control
32
+ ## Name
33
+ A Control
34
+ ## Summary
35
+ Based on Talmud
36
+ ## Description
37
+ Somewhat chaotic
38
+ ## Domain Identifier
39
+ 1
40
+ ## Version Identifier
41
+
42
+ ## Scope
43
+ InterGalactic
44
+
45
+ ## Importance
46
+ Somewhat
47
+
48
+ ## Implications
49
+ Power; Money
50
+ ## Outcomes
51
+ Happiness
52
+ ## Results
53
+ Unknown
54
+ ## Status
55
+ PROPOSED
56
+
57
+ ____
58
+
59
+ # Don't Create Governance Rule
60
+ ## Name
61
+ a gov rule
62
+ ## Summary
63
+ Based on Talmud
64
+ ## Description
65
+ Somewhat chaotic
66
+ ## Domain Identifier
67
+ 1
68
+ ## Version Identifier
69
+
70
+ ## Scope
71
+ InterGalactic
72
+
73
+ ## Importance
74
+ Somewhat
75
+
76
+ ## Implications
77
+ Power; Money
78
+ ## Outcomes
79
+ Happiness
80
+ ## Results
81
+ Unknown
82
+ ## Status
83
+ PROPOSED
84
+
85
+ ____
86
+
87
+ # Don't Create Service Level Objectives
88
+ ## Name
89
+ An Obligation
90
+ ## Summary
91
+ Based on Talmud
92
+ ## Description
93
+ Somewhat chaotic
94
+ ## Domain Identifier
95
+ 1
96
+ ## Version Identifier
97
+
98
+ ## Scope
99
+ InterGalactic
100
+
101
+ ## Importance
102
+ Somewhat
103
+
104
+ ## Implications
105
+ Power; Money
106
+ ## Outcomes
107
+ Happiness
108
+ ## Results
109
+ Unknown
110
+ ## Status
111
+ PROPOSED
112
+
113
+ ____
114
+
115
+ # Don't Create Governance Process
116
+ ## Name
117
+ A Gov Process
118
+ ## Summary
119
+ Based on Talmud
120
+ ## Description
121
+ Somewhat chaotic
122
+ ## Domain Identifier
123
+ 1
124
+ ## Version Identifier
125
+
126
+ ## Scope
127
+ InterGalactic
128
+
129
+ ## Importance
130
+ Somewhat
131
+
132
+ ## Implications
133
+ Power; Money
134
+ ## Outcomes
135
+ Happiness
136
+ ## Results
137
+ Unknown
138
+ ## Status
139
+ PROPOSED
140
+
141
+ ____
142
+
143
+ # Don't Create Governance Responsibility
144
+ ## Name
145
+ A Responsibility
146
+ ## Summary
147
+ Based on Talmud
148
+ ## Description
149
+ Somewhat chaotic
150
+ ## Domain Identifier
151
+ 1
152
+ ## Version Identifier
153
+
154
+ ## Scope
155
+ InterGalactic
156
+
157
+ ## Importance
158
+ Somewhat
159
+
160
+ ## Implications
161
+ Power; Money
162
+ ## Outcomes
163
+ Happiness
164
+ ## Results
165
+ Unknown
166
+ ## Status
167
+ PROPOSED
168
+
169
+ ____
170
+
171
+ # Don't Update Governance Procedure
172
+ ## Name
173
+ A Gov procedure
174
+ ## Summary
175
+ Based on Talmud
176
+ ## Description
177
+ Somewhat chaotic
178
+ ## Domain Identifier
179
+ 1
180
+ ## Version Identifier
181
+
182
+ ## Scope
183
+ InterGalactic
184
+
185
+ ## Importance
186
+ Somewhat
187
+
188
+ ## Implications
189
+ Power; Money
190
+ ## Outcomes
191
+ Happiness
192
+ ## Results
193
+ Unknown
194
+ ## Status
195
+ PROPOSED
196
+
197
+ ## Supports Policies
198
+ Approach
199
+
200
+ ## Merge Update
201
+ True
202
+ ____
203
+
204
+ # Don't Create Security Access Control
205
+ ## Name
206
+ sec access
207
+ ## Summary
208
+ Based on Talmud
209
+ ## Description
210
+ Somewhat chaotic
211
+ ## Domain Identifier
212
+ 1
213
+ ## Version Identifier
214
+
215
+ ## Scope
216
+ InterGalactic
217
+
218
+ ## Importance
219
+ Somewhat
220
+
221
+ ## Implications
222
+ Power; Money
223
+ ## Outcomes
224
+ Happiness
225
+ ## Results
226
+ Unknown
227
+ ## Status
228
+ PROPOSED
229
+
230
+ ____
231
+
232
+ # Don't Create Security Group
233
+ ## Name
234
+ a Sec Group
235
+ ## Summary
236
+ Based on Talmud
237
+ ## Description
238
+ Somewhat chaotic
239
+ ## Domain Identifier
240
+ 1
241
+ ## Version Identifier
242
+
243
+ ## Scope
244
+ InterGalactic
245
+
246
+ ## Importance
247
+ Somewhat
248
+
249
+ ## Implications
250
+ Power; Money
251
+ ## Outcomes
252
+ Happiness
253
+ ## Results
254
+ Unknown
255
+ ## Status
256
+ PROPOSED
257
+
258
+
259
+ ____
260
+
261
+ # Don't Naming Standard Rule
262
+ ## Name
263
+ a Namng Standard
264
+ ## Summary
265
+ Based on Talmud
266
+ ## Description
267
+ Somewhat chaotic
268
+ ## Domain Identifier
269
+ 1
270
+ ## Version Identifier
271
+
272
+ ## Scope
273
+ InterGalactic
274
+
275
+ ## Importance
276
+ Somewhat
277
+
278
+ ## Implications
279
+ Power; Money
280
+ ## Outcomes
281
+ Happiness
282
+ ## Results
283
+ Unknown
284
+ ## Status
285
+ PROPOSED
286
+
287
+ ____
288
+
289
+ # Don't Create Certification Type
290
+ ## Name
291
+ a Cert
292
+ ## Summary
293
+ Based on Talmud
294
+ ## Description
295
+ Somewhat chaotic
296
+ ## Domain Identifier
297
+ 1
298
+ ## Version Identifier
299
+
300
+ ## Scope
301
+ InterGalactic
302
+
303
+ ## Importance
304
+ Somewhat
305
+
306
+ ## Implications
307
+ Power; Money
308
+ ## Outcomes
309
+ Happiness
310
+ ## Results
311
+ Unknown
312
+ ## Status
313
+ PROPOSED
314
+
315
+ ____
316
+
317
+ # Don't Create License Type
318
+ ## Name
319
+ a License
320
+ ## Summary
321
+ Based on Talmud
322
+ ## Description
323
+ Somewhat chaotic
324
+ ## Domain Identifier
325
+ 1
326
+ ## Version Identifier
327
+
328
+ ## Scope
329
+ InterGalactic
330
+
331
+ ## Importance
332
+ Somewhat
333
+
334
+ ## Implications
335
+ Power; Money
336
+ ## Outcomes
337
+ Happiness
338
+ ## Results
339
+ Unknown
340
+ ## Status
341
+ PROPOSED
342
+
343
+ ___
344
+
345
+ # Don't Create Governance Principle
346
+ ## Name
347
+ Talmudic
348
+ ## Summary
349
+ Based on Talmud
350
+ ## Description
351
+ Somewhat chaotic
352
+ ## Domain Identifier
353
+ 1
354
+ ## Version Identifier
355
+
356
+ ## Scope
357
+ InterGalactic
358
+
359
+ ## Importance
360
+ Somewhat
361
+
362
+ ## Implications
363
+ Power; Money
364
+ ## Outcomes
365
+ Happiness
366
+ ## Results
367
+ Unknown
368
+ ## Status
369
+ PROPOSED
370
+
371
+ ____
372
+
373
+ # Don't Update Governance Approach
374
+ ## Name
375
+ Approach
376
+ ## Summary
377
+ Based on Talmud
378
+ ## Description
379
+ Somewhat chaotic
380
+ ## Domain Identifier
381
+ 1
382
+ ## Version Identifier
383
+
384
+ ## Scope
385
+ InterGalactic
386
+
387
+ ## Importance
388
+ Somewhat
389
+
390
+ ## Implications
391
+ Power; Money
392
+ ## Outcomes
393
+ Happiness
394
+ ## Results
395
+ Unknown
396
+ ## Status
397
+ PROPOSED
398
+ ## Drivers
399
+ A Regulation
400
+ ## Merge Update
401
+ True
402
+ ____
403
+
404
+
405
+ # Update Governance Definition
406
+
407
+ ## Governance Definition Name
408
+
409
+ Strategy
410
+
411
+ ## Type Name
412
+ GovernanceStrategy
413
+
414
+ ## Extended Properties
415
+ {'summary': 'Based on Talmud', 'description': 'Somewhat chaotic'}
416
+
417
+ ## Document Identifier
418
+ GovStrategy::Strategy
419
+
420
+ ## Title
421
+ Strategy
422
+
423
+ ## Scope
424
+ InterGalactic
425
+
426
+ ## Domain Identifier
427
+ 1
428
+
429
+ ## Importance
430
+ Somewhat
431
+
432
+ ## Outcomes
433
+ Happiness
434
+
435
+ ## Results
436
+ Unknown
437
+
438
+ ## GUID
439
+ 388ea693-5239-46c0-a339-5bb96bd6a514
440
+
441
+
442
+
443
+
444
+ # Don't Detach Governance Drivers
445
+ ## Definition 1
446
+ A Regulation
447
+ ## Definition 2
448
+ Strategy
449
+ ## Label
450
+ Don't get caught
451
+
452
+ ___
453
+
454
+ # `Governance Definitions` with filter: `*`
455
+
456
+ # Governance Definitions Table
457
+
458
+ Governance Definitions found from the search string: `All`
459
+
460
+ | Governance Definition | Type Name | Scope | Qualified Name | Summary | Importance |
461
+ |-------------|-------------|-------------|-------------|-------------|-------------|
462
+ | New Sustainability Governance Domain | GovernanceApproach | Across Coco Pharmaceuticals | GovernanceApproach::New Sustainability Governance Domain | | High |
463
+ | Valid weekly measurements data for the {{clinicalTrialId}} Clinical Trial | CertificationType | Within Project | CertificationType:: Valid weekly measurements data for the {{clinicalTrialId}} Clinical Trial | | |
464
+ | Standard Clinical Trial License | LicenseType | This license is part of the agreement made between participant of a clinical trial and Coco Pharmaceuticals. It describes the types of processing and governance that are permitted/required concerning the use of the data collected during a clinical trial. | License::Standard Clinical Trial License | | |
465
+ | A Gov procedure | GovernanceProcedure | InterGalactic | GovProcedure::A Gov procedure | | Somewhat |
466
+ | Operate Coco Pharmaceuticals in an increasingly sustainable way | GovernanceStrategy | Across Coco Pharmaceuticals | GovernanceStrategy::Operate Coco Pharmaceuticals in an increasingly sustainable way | | High |
467
+ | Cross Clinical Trial Analysis | DataProcessingPurpose | This purpose allows processing of the data beyond the scope of the specific clinical trial. However, it can only be used for processing that advances the clinical trial process, or the development of new treatments. | DataProcessingPurpose:: Cross Clinical Trial Analysis | | |
468
+ | Avoid using harmful materials | GovernancePrinciple | Across Coco Pharmaceuticals | GovernancePrinciple::Avoid using harmful materials | | High |
469
+ | Eliminate CFC/HFC Cooling Units | GovernanceResponsibility | Within Facility | GovernanceResponsibility::Eliminate CFC/HFC Cooling Units | | High |
470
+ | General Purpose | DataProcessingPurpose | This purpose allows any purpose since the data either has no license, or an open license that permits all types of processing. | DataProcessingPurpose:: General Purpose | | |
471
+ | Approved clinical trial | CertificationType | Across Coco Pharmaceuticals | CertificationType:: Approved clinical trial | | |
472
+ | Measure harmful emissions | GovernanceApproach | Across Coco Pharmaceuticals | GovernanceApproach::Measure harmful emissions | | High |
473
+ | Corporate Sustainability Reporting Directive (CSRD) | Regulation | Across Coco Pharmaceuticals | Regulation::Corporate Sustainability Reporting Directive (CSRD) | | High |
474
+ | Participating Hospital for the {{clinicalTrialId}} approved Clinical Trial | CertificationType | Within Project | CertificationType:: Participating Hospital for the {{clinicalTrialId}} approved Clinical Trial | | |
475
+ | Approach | GovernanceApproach | InterGalactic | GovApproach::Approach | | Somewhat |
476
+ | Strategy | GovernanceStrategy | InterGalactic | GovStrategy::Strategy | | Somewhat |
477
+ | Deliver Sustainability Reporting Capability | GovernanceResponsibility | Within Facility | GovernanceResponsibility::Deliver Sustainability Reporting Capability | | High |
478
+ | Sustainability Champion | GovernanceResponsibility | Within Business Capability | GovernanceResponsibility::Sustainability Champion | | High |
479
+ | A Regulation | Regulation | InterGalactic | Regulation::A Regulation | | Somewhat |
480
+ | Sustainability leadership | GovernanceResponsibility | Across Coco Pharmaceuticals | GovernanceResponsibility::Sustainability leadership | | High |
481
+ | The price of ignoring sustainability | Threat | Across Coco Pharmaceuticals | Threat::The price of ignoring sustainability | | High |
482
+ | Clinical Trial Validation | DataProcessingPurpose | This purpose limits the processing of the data to the clinical trial in which it was collected. | DataProcessingPurpose:: Clinical Trial Validation | | |
483
+
484
+ # Provenance
485
+
486
+ * Results from processing file gov_def2.md on 2025-07-18 08:53