pyegeria 5.4.0.22__py3-none-any.whl → 5.4.0.24__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.
- commands/cat/.DS_Store +0 -0
- commands/cat/.env +8 -0
- commands/cat/debug_log +2046 -465
- commands/cat/debug_log.2025-08-15_09-14-07_444802.zip +0 -0
- commands/cat/debug_log.2025-08-16_10-21-59_388912.zip +0 -0
- commands/cat/debug_log.log +0 -0
- commands/cat/dr_egeria_md.py +16 -3
- commands/cat/list_collections.py +15 -6
- commands/cat/list_format_set.py +90 -85
- commands/cli/debug_log.log +0 -0
- commands/ops/logs/pyegeria.log +0 -0
- md_processing/.DS_Store +0 -0
- md_processing/__init__.py +5 -3
- md_processing/data/commands.json +8310 -903
- md_processing/dr-egeria-outbox/Collections-2025-08-12-13-30-37.md +163 -0
- md_processing/dr-egeria-outbox/Collections-2025-08-12-13-35-58.md +474 -0
- md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md +8 -0
- md_processing/dr_egeria_inbox/Dr.Egeria Templates.md +873 -0
- md_processing/dr_egeria_inbox/arch_test.md +57 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +254 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +696 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +254 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +298 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +608 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +94 -0
- md_processing/dr_egeria_inbox/archive/freddie_intro.md +284 -0
- md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +275 -0
- md_processing/dr_egeria_inbox/archive/test-term.md +110 -0
- md_processing/dr_egeria_inbox/cat_test.md +100 -0
- md_processing/dr_egeria_inbox/collections.md +39 -0
- md_processing/dr_egeria_inbox/data_designer_debug.log +6 -0
- md_processing/dr_egeria_inbox/data_designer_out.md +60 -0
- md_processing/dr_egeria_inbox/data_designer_search_test.md +11 -0
- md_processing/dr_egeria_inbox/data_field.md +54 -0
- md_processing/dr_egeria_inbox/data_spec.md +77 -0
- md_processing/dr_egeria_inbox/data_spec_test.md +2406 -0
- md_processing/dr_egeria_inbox/data_test.md +179 -0
- md_processing/dr_egeria_inbox/data_test2.md +429 -0
- md_processing/dr_egeria_inbox/data_test3.md +462 -0
- md_processing/dr_egeria_inbox/dr_egeria_data_designer_1.md +124 -0
- md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +168 -0
- md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +280 -0
- md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +313 -0
- md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +1073 -0
- md_processing/dr_egeria_inbox/dr_egeria_isc1.md +44 -0
- md_processing/dr_egeria_inbox/generated_help_report.md +9 -0
- md_processing/dr_egeria_inbox/glossary_list.md +5 -0
- md_processing/dr_egeria_inbox/glossary_search_test.md +40 -0
- md_processing/dr_egeria_inbox/glossary_test1.md +324 -0
- md_processing/dr_egeria_inbox/gov_def.md +482 -0
- md_processing/dr_egeria_inbox/gov_def2.md +447 -0
- md_processing/dr_egeria_inbox/img.png +0 -0
- md_processing/dr_egeria_inbox/product.md +162 -0
- md_processing/dr_egeria_inbox/rel.md +8 -0
- md_processing/dr_egeria_inbox/sb.md +119 -0
- md_processing/dr_egeria_inbox/solution-components.md +136 -0
- md_processing/dr_egeria_inbox/solution_blueprints.md +118 -0
- md_processing/dr_egeria_inbox/synonym_test.md +42 -0
- md_processing/dr_egeria_inbox/t2.md +268 -0
- md_processing/dr_egeria_outbox/.obsidian/app.json +1 -0
- md_processing/dr_egeria_outbox/.obsidian/appearance.json +1 -0
- md_processing/dr_egeria_outbox/.obsidian/community-plugins.json +6 -0
- md_processing/dr_egeria_outbox/.obsidian/core-plugins.json +31 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/data.json +10 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/main.js +4459 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/manifest.json +10 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/data.json +3 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/main.js +153 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/manifest.json +11 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/styles.css +1 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/main.js +500 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/manifest.json +12 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/styles.css +1 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/main.js +37 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/manifest.json +11 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/styles.css +220 -0
- md_processing/dr_egeria_outbox/.obsidian/types.json +28 -0
- md_processing/dr_egeria_outbox/.obsidian/workspace.json +220 -0
- md_processing/dr_egeria_outbox/Untitled.canvas +1 -0
- md_processing/dr_egeria_outbox/monday/processed-2025-07-14 12:38-data_designer_out.md +663 -0
- md_processing/dr_egeria_outbox/monday/processed-2025-07-21 10:52-generated_help_report.md +2744 -0
- md_processing/dr_egeria_outbox/monday/processed-2025-07-21 18:38-collections.md +62 -0
- md_processing/dr_egeria_outbox/monday/processed-2025-08-01 11:34-gov_def.md +444 -0
- md_processing/dr_egeria_outbox/monday/processed-2025-08-17 21:04-product.md +97 -0
- md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 14:55-product.md +77 -0
- md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 15:05-product.md +75 -0
- md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 15:11-product.md +74 -0
- md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 20:40-collections.md +49 -0
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +719 -0
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +41 -0
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +33 -0
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +192 -0
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:08-gov_def2.md +486 -0
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:10-gov_def2.md +486 -0
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:53-gov_def2.md +486 -0
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:54-gov_def2.md +486 -0
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:03-gov_def2.md +486 -0
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:06-gov_def2.md +486 -0
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:10-gov_def2.md +486 -0
- md_processing/dr_egeria_outbox/tuesday/processed-2025-07-16 19:15-gov_def2.md +527 -0
- md_processing/dr_egeria_outbox/tuesday/processed-2025-07-17 12:08-gov_def2.md +527 -0
- md_processing/dr_egeria_outbox/tuesday/processed-2025-07-17 14:27-gov_def2.md +485 -0
- md_processing/md_commands/governance_officer_commands.py +291 -150
- md_processing/md_commands/product_manager_commands.py +309 -401
- md_processing/md_processing_utils/common_md_proc_utils.py +110 -7
- md_processing/md_processing_utils/common_md_utils.py +112 -26
- md_processing/md_processing_utils/debug_log.log +0 -0
- md_processing/md_processing_utils/md_processing_constants.py +8 -5
- md_processing/md_processing_utils/solution_architect_log.log +0 -0
- pyegeria/.DS_Store +0 -0
- pyegeria/__init__.py +3 -3
- pyegeria/_client_new.py +48 -51
- pyegeria/_exceptions_new.py +6 -0
- pyegeria/_output_format_models.py +22 -17
- pyegeria/_output_formats.py +122 -34
- pyegeria/collection_manager.py +154 -50
- pyegeria/collection_manager_omvs.py +47 -18
- pyegeria/egeria_cat_client.py +1 -1
- pyegeria/egeria_client.py +6 -0
- pyegeria/egeria_tech_client.py +6 -1
- pyegeria/governance_officer.py +2513 -0
- pyegeria/load_config.py +1 -1
- pyegeria/models.py +48 -5
- pyegeria/output_formatter.py +298 -79
- pyegeria/utils.py +1 -1
- {pyegeria-5.4.0.22.dist-info → pyegeria-5.4.0.24.dist-info}/METADATA +1 -1
- {pyegeria-5.4.0.22.dist-info → pyegeria-5.4.0.24.dist-info}/RECORD +130 -30
- {pyegeria-5.4.0.22.dist-info → pyegeria-5.4.0.24.dist-info}/LICENSE +0 -0
- {pyegeria-5.4.0.22.dist-info → pyegeria-5.4.0.24.dist-info}/WHEEL +0 -0
- {pyegeria-5.4.0.22.dist-info → pyegeria-5.4.0.24.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,447 @@
|
|
1
|
+
|
2
|
+
___
|
3
|
+
|
4
|
+
# Don't Update Regulation
|
5
|
+
## Name
|
6
|
+
A Regulation
|
7
|
+
## Summary
|
8
|
+
Based on Talmud
|
9
|
+
## Description
|
10
|
+
Somewhat chaotic
|
11
|
+
## Domain Identifier
|
12
|
+
1
|
13
|
+
## Version Identifier
|
14
|
+
|
15
|
+
## Scope
|
16
|
+
InterGalactic
|
17
|
+
|
18
|
+
## Importance
|
19
|
+
Somewhat
|
20
|
+
|
21
|
+
## Implications
|
22
|
+
Power; Money
|
23
|
+
## Outcomes
|
24
|
+
Happiness
|
25
|
+
## Results
|
26
|
+
Unknown
|
27
|
+
## Status
|
28
|
+
PROPOSED
|
29
|
+
|
30
|
+
____
|
31
|
+
|
32
|
+
# Don't Create Governance Control
|
33
|
+
## Name
|
34
|
+
A Control
|
35
|
+
## Summary
|
36
|
+
Based on Talmud
|
37
|
+
## Description
|
38
|
+
Somewhat chaotic
|
39
|
+
## Domain Identifier
|
40
|
+
1
|
41
|
+
## Version Identifier
|
42
|
+
|
43
|
+
## Scope
|
44
|
+
InterGalactic
|
45
|
+
|
46
|
+
## Importance
|
47
|
+
Somewhat
|
48
|
+
|
49
|
+
## Implications
|
50
|
+
Power; Money
|
51
|
+
## Outcomes
|
52
|
+
Happiness
|
53
|
+
## Results
|
54
|
+
Unknown
|
55
|
+
## Status
|
56
|
+
PROPOSED
|
57
|
+
|
58
|
+
____
|
59
|
+
|
60
|
+
# Don't Create Governance Rule
|
61
|
+
## Name
|
62
|
+
a gov rule
|
63
|
+
## Summary
|
64
|
+
Based on Talmud
|
65
|
+
## Description
|
66
|
+
Somewhat chaotic
|
67
|
+
## Domain Identifier
|
68
|
+
1
|
69
|
+
## Version Identifier
|
70
|
+
|
71
|
+
## Scope
|
72
|
+
InterGalactic
|
73
|
+
|
74
|
+
## Importance
|
75
|
+
Somewhat
|
76
|
+
|
77
|
+
## Implications
|
78
|
+
Power; Money
|
79
|
+
## Outcomes
|
80
|
+
Happiness
|
81
|
+
## Results
|
82
|
+
Unknown
|
83
|
+
## Status
|
84
|
+
PROPOSED
|
85
|
+
|
86
|
+
____
|
87
|
+
|
88
|
+
# Don't Create Service Level Objectives
|
89
|
+
## Name
|
90
|
+
An Obligation
|
91
|
+
## Summary
|
92
|
+
Based on Talmud
|
93
|
+
## Description
|
94
|
+
Somewhat chaotic
|
95
|
+
## Domain Identifier
|
96
|
+
1
|
97
|
+
## Version Identifier
|
98
|
+
|
99
|
+
## Scope
|
100
|
+
InterGalactic
|
101
|
+
|
102
|
+
## Importance
|
103
|
+
Somewhat
|
104
|
+
|
105
|
+
## Implications
|
106
|
+
Power; Money
|
107
|
+
## Outcomes
|
108
|
+
Happiness
|
109
|
+
## Results
|
110
|
+
Unknown
|
111
|
+
## Status
|
112
|
+
PROPOSED
|
113
|
+
|
114
|
+
____
|
115
|
+
|
116
|
+
# Don't Create Governance Process
|
117
|
+
## Name
|
118
|
+
A Gov Process
|
119
|
+
## Summary
|
120
|
+
Based on Talmud
|
121
|
+
## Description
|
122
|
+
Somewhat chaotic
|
123
|
+
## Domain Identifier
|
124
|
+
1
|
125
|
+
## Version Identifier
|
126
|
+
|
127
|
+
## Scope
|
128
|
+
InterGalactic
|
129
|
+
|
130
|
+
## Importance
|
131
|
+
Somewhat
|
132
|
+
|
133
|
+
## Implications
|
134
|
+
Power; Money
|
135
|
+
## Outcomes
|
136
|
+
Happiness
|
137
|
+
## Results
|
138
|
+
Unknown
|
139
|
+
## Status
|
140
|
+
PROPOSED
|
141
|
+
|
142
|
+
____
|
143
|
+
|
144
|
+
# Don't Create Governance Responsibility
|
145
|
+
## Name
|
146
|
+
A Responsibility
|
147
|
+
## Summary
|
148
|
+
Based on Talmud
|
149
|
+
## Description
|
150
|
+
Somewhat chaotic
|
151
|
+
## Domain Identifier
|
152
|
+
1
|
153
|
+
## Version Identifier
|
154
|
+
|
155
|
+
## Scope
|
156
|
+
InterGalactic
|
157
|
+
|
158
|
+
## Importance
|
159
|
+
Somewhat
|
160
|
+
|
161
|
+
## Implications
|
162
|
+
Power; Money
|
163
|
+
## Outcomes
|
164
|
+
Happiness
|
165
|
+
## Results
|
166
|
+
Unknown
|
167
|
+
## Status
|
168
|
+
PROPOSED
|
169
|
+
|
170
|
+
____
|
171
|
+
|
172
|
+
# Don't Update Governance Procedure
|
173
|
+
## Name
|
174
|
+
A Gov procedure
|
175
|
+
## Summary
|
176
|
+
Based on Talmud
|
177
|
+
## Description
|
178
|
+
Somewhat chaotic
|
179
|
+
## Domain Identifier
|
180
|
+
1
|
181
|
+
## Version Identifier
|
182
|
+
|
183
|
+
## Scope
|
184
|
+
InterGalactic
|
185
|
+
|
186
|
+
## Importance
|
187
|
+
Somewhat
|
188
|
+
|
189
|
+
## Implications
|
190
|
+
Power; Money
|
191
|
+
## Outcomes
|
192
|
+
Happiness
|
193
|
+
## Results
|
194
|
+
Unknown
|
195
|
+
## Status
|
196
|
+
PROPOSED
|
197
|
+
|
198
|
+
## Supports Policies
|
199
|
+
Approach
|
200
|
+
|
201
|
+
## Merge Update
|
202
|
+
True
|
203
|
+
____
|
204
|
+
|
205
|
+
# Don't Create Security Access Control
|
206
|
+
## Name
|
207
|
+
sec access
|
208
|
+
## Summary
|
209
|
+
Based on Talmud
|
210
|
+
## Description
|
211
|
+
Somewhat chaotic
|
212
|
+
## Domain Identifier
|
213
|
+
1
|
214
|
+
## Version Identifier
|
215
|
+
|
216
|
+
## Scope
|
217
|
+
InterGalactic
|
218
|
+
|
219
|
+
## Importance
|
220
|
+
Somewhat
|
221
|
+
|
222
|
+
## Implications
|
223
|
+
Power; Money
|
224
|
+
## Outcomes
|
225
|
+
Happiness
|
226
|
+
## Results
|
227
|
+
Unknown
|
228
|
+
## Status
|
229
|
+
PROPOSED
|
230
|
+
|
231
|
+
____
|
232
|
+
|
233
|
+
# Don't Create Security Group
|
234
|
+
## Name
|
235
|
+
a Sec Group
|
236
|
+
## Summary
|
237
|
+
Based on Talmud
|
238
|
+
## Description
|
239
|
+
Somewhat chaotic
|
240
|
+
## Domain Identifier
|
241
|
+
1
|
242
|
+
## Version Identifier
|
243
|
+
|
244
|
+
## Scope
|
245
|
+
InterGalactic
|
246
|
+
|
247
|
+
## Importance
|
248
|
+
Somewhat
|
249
|
+
|
250
|
+
## Implications
|
251
|
+
Power; Money
|
252
|
+
## Outcomes
|
253
|
+
Happiness
|
254
|
+
## Results
|
255
|
+
Unknown
|
256
|
+
## Status
|
257
|
+
PROPOSED
|
258
|
+
|
259
|
+
|
260
|
+
____
|
261
|
+
|
262
|
+
# Don't Naming Standard Rule
|
263
|
+
## Name
|
264
|
+
a Namng Standard
|
265
|
+
## Summary
|
266
|
+
Based on Talmud
|
267
|
+
## Description
|
268
|
+
Somewhat chaotic
|
269
|
+
## Domain Identifier
|
270
|
+
1
|
271
|
+
## Version Identifier
|
272
|
+
|
273
|
+
## Scope
|
274
|
+
InterGalactic
|
275
|
+
|
276
|
+
## Importance
|
277
|
+
Somewhat
|
278
|
+
|
279
|
+
## Implications
|
280
|
+
Power; Money
|
281
|
+
## Outcomes
|
282
|
+
Happiness
|
283
|
+
## Results
|
284
|
+
Unknown
|
285
|
+
## Status
|
286
|
+
PROPOSED
|
287
|
+
|
288
|
+
____
|
289
|
+
|
290
|
+
# Don't Create Certification Type
|
291
|
+
## Name
|
292
|
+
a Cert
|
293
|
+
## Summary
|
294
|
+
Based on Talmud
|
295
|
+
## Description
|
296
|
+
Somewhat chaotic
|
297
|
+
## Domain Identifier
|
298
|
+
1
|
299
|
+
## Version Identifier
|
300
|
+
|
301
|
+
## Scope
|
302
|
+
InterGalactic
|
303
|
+
|
304
|
+
## Importance
|
305
|
+
Somewhat
|
306
|
+
|
307
|
+
## Implications
|
308
|
+
Power; Money
|
309
|
+
## Outcomes
|
310
|
+
Happiness
|
311
|
+
## Results
|
312
|
+
Unknown
|
313
|
+
## Status
|
314
|
+
PROPOSED
|
315
|
+
|
316
|
+
____
|
317
|
+
|
318
|
+
# Don't Create License Type
|
319
|
+
## Name
|
320
|
+
a License
|
321
|
+
## Summary
|
322
|
+
Based on Talmud
|
323
|
+
## Description
|
324
|
+
Somewhat chaotic
|
325
|
+
## Domain Identifier
|
326
|
+
1
|
327
|
+
## Version Identifier
|
328
|
+
|
329
|
+
## Scope
|
330
|
+
InterGalactic
|
331
|
+
|
332
|
+
## Importance
|
333
|
+
Somewhat
|
334
|
+
|
335
|
+
## Implications
|
336
|
+
Power; Money
|
337
|
+
## Outcomes
|
338
|
+
Happiness
|
339
|
+
## Results
|
340
|
+
Unknown
|
341
|
+
## Status
|
342
|
+
PROPOSED
|
343
|
+
|
344
|
+
___
|
345
|
+
|
346
|
+
# Don't Create Governance Principle
|
347
|
+
## Name
|
348
|
+
Talmudic
|
349
|
+
## Summary
|
350
|
+
Based on Talmud
|
351
|
+
## Description
|
352
|
+
Somewhat chaotic
|
353
|
+
## Domain Identifier
|
354
|
+
1
|
355
|
+
## Version Identifier
|
356
|
+
|
357
|
+
## Scope
|
358
|
+
InterGalactic
|
359
|
+
|
360
|
+
## Importance
|
361
|
+
Somewhat
|
362
|
+
|
363
|
+
## Implications
|
364
|
+
Power; Money
|
365
|
+
## Outcomes
|
366
|
+
Happiness
|
367
|
+
## Results
|
368
|
+
Unknown
|
369
|
+
## Status
|
370
|
+
PROPOSED
|
371
|
+
|
372
|
+
____
|
373
|
+
|
374
|
+
# Don't Update Governance Approach
|
375
|
+
## Name
|
376
|
+
Approach
|
377
|
+
## Summary
|
378
|
+
Based on Talmud
|
379
|
+
## Description
|
380
|
+
Somewhat chaotic
|
381
|
+
## Domain Identifier
|
382
|
+
1
|
383
|
+
## Version Identifier
|
384
|
+
|
385
|
+
## Scope
|
386
|
+
InterGalactic
|
387
|
+
|
388
|
+
## Importance
|
389
|
+
Somewhat
|
390
|
+
|
391
|
+
## Implications
|
392
|
+
Power; Money
|
393
|
+
## Outcomes
|
394
|
+
Happiness
|
395
|
+
## Results
|
396
|
+
Unknown
|
397
|
+
## Status
|
398
|
+
PROPOSED
|
399
|
+
## Drivers
|
400
|
+
A Regulation
|
401
|
+
## Merge Update
|
402
|
+
True
|
403
|
+
____
|
404
|
+
|
405
|
+
# Update Governance Strategy
|
406
|
+
## Name
|
407
|
+
Strategy
|
408
|
+
## Summary
|
409
|
+
Based on Talmud
|
410
|
+
## Description
|
411
|
+
Somewhat chaotic
|
412
|
+
## Domain Identifier
|
413
|
+
1
|
414
|
+
## Version Identifier
|
415
|
+
|
416
|
+
## Scope
|
417
|
+
InterGalactic
|
418
|
+
|
419
|
+
## Importance
|
420
|
+
Somewhat
|
421
|
+
|
422
|
+
## Implications
|
423
|
+
Power; Money
|
424
|
+
## Outcomes
|
425
|
+
Happiness
|
426
|
+
## Results
|
427
|
+
Unknown
|
428
|
+
## Status
|
429
|
+
PROPOSED
|
430
|
+
|
431
|
+
____
|
432
|
+
|
433
|
+
# Don't Detach Governance Drivers
|
434
|
+
## Definition 1
|
435
|
+
A Regulation
|
436
|
+
## Definition 2
|
437
|
+
Strategy
|
438
|
+
## Label
|
439
|
+
Don't get caught
|
440
|
+
|
441
|
+
___
|
442
|
+
# View Governance Definitions
|
443
|
+
## Output Format
|
444
|
+
LIST
|
445
|
+
|
446
|
+
|
447
|
+
___
|
Binary file
|
@@ -0,0 +1,162 @@
|
|
1
|
+
____
|
2
|
+
# Create Root Collection
|
3
|
+
## Name
|
4
|
+
GeoSpatial Root
|
5
|
+
|
6
|
+
## Description
|
7
|
+
This is the root of the GeoSpatial work
|
8
|
+
|
9
|
+
## Category
|
10
|
+
GeoSpatial
|
11
|
+
|
12
|
+
____
|
13
|
+
|
14
|
+
# Don't Create Folder
|
15
|
+
## Name
|
16
|
+
Digital Products MarketPlace
|
17
|
+
|
18
|
+
## Description
|
19
|
+
This is the digital products marketplace.
|
20
|
+
|
21
|
+
## Catagory
|
22
|
+
GeoSpatial
|
23
|
+
|
24
|
+
____
|
25
|
+
|
26
|
+
# Don't Create Folder
|
27
|
+
## Name
|
28
|
+
GeoSpatial Products
|
29
|
+
|
30
|
+
## Description
|
31
|
+
GeoSpatial product offerings.
|
32
|
+
|
33
|
+
## Catagory
|
34
|
+
GeoSpatial
|
35
|
+
____
|
36
|
+
|
37
|
+
# Don't Create Folder
|
38
|
+
## Name
|
39
|
+
Agriculture Products
|
40
|
+
|
41
|
+
## Description
|
42
|
+
Agricultural product offerings.
|
43
|
+
|
44
|
+
## Catagory
|
45
|
+
GeoSpatial
|
46
|
+
____
|
47
|
+
|
48
|
+
# Don't Create Folder
|
49
|
+
## Name
|
50
|
+
Prepared Imagery Products
|
51
|
+
|
52
|
+
## Description
|
53
|
+
Imagry products that are ready for consumption.
|
54
|
+
|
55
|
+
## Catagory
|
56
|
+
GeoSpatial
|
57
|
+
|
58
|
+
____
|
59
|
+
|
60
|
+
# Don't Create Folder
|
61
|
+
## Name
|
62
|
+
Raw Satellite Imagery products.
|
63
|
+
|
64
|
+
## Description
|
65
|
+
Satellite imagery imported from or referenced from external providers.
|
66
|
+
|
67
|
+
## Catagory
|
68
|
+
GeoSpatial
|
69
|
+
|
70
|
+
____
|
71
|
+
|
72
|
+
# Don't Create Digital Product
|
73
|
+
## Name
|
74
|
+
Sentinel-2a
|
75
|
+
|
76
|
+
## Description
|
77
|
+
Level 2a (surface level) imagery.
|
78
|
+
|
79
|
+
## Product Name
|
80
|
+
Sentinel Level 2A
|
81
|
+
|
82
|
+
## Status
|
83
|
+
Active
|
84
|
+
|
85
|
+
## Product Identifier
|
86
|
+
sentinel-2a
|
87
|
+
|
88
|
+
## Maturity
|
89
|
+
Mature
|
90
|
+
|
91
|
+
## Service Life
|
92
|
+
Until interest and budget wane.
|
93
|
+
|
94
|
+
## Category
|
95
|
+
GeoSpatial
|
96
|
+
|
97
|
+
____
|
98
|
+
|
99
|
+
# Don't Create Folder
|
100
|
+
|
101
|
+
## Name
|
102
|
+
Standard Subscription Agreements Folder
|
103
|
+
|
104
|
+
## Description
|
105
|
+
A folder for digital product subscriptions.
|
106
|
+
|
107
|
+
## Catagory
|
108
|
+
GeoSpatial
|
109
|
+
|
110
|
+
____
|
111
|
+
# Don't Create Digital Subscription
|
112
|
+
## Name
|
113
|
+
GeoSpatial Data Products Subscription
|
114
|
+
|
115
|
+
## Description
|
116
|
+
A general subscription agreement for GeoSpatial Data Products
|
117
|
+
|
118
|
+
## Identifier
|
119
|
+
GeoSpatial-Sub-0
|
120
|
+
|
121
|
+
## Support Level
|
122
|
+
Best Effort
|
123
|
+
____
|
124
|
+
|
125
|
+
# Don't Link Agrement Item
|
126
|
+
## Agreement Name
|
127
|
+
GeoSpatial Data Products Subscription
|
128
|
+
|
129
|
+
## Item Name
|
130
|
+
Sentinel-2A
|
131
|
+
|
132
|
+
## Agreement Item Id
|
133
|
+
Sentinel-2a-Subscription
|
134
|
+
|
135
|
+
## Agreement Start
|
136
|
+
2025-08-01
|
137
|
+
|
138
|
+
## Agreement End
|
139
|
+
2030-12-31
|
140
|
+
|
141
|
+
## Entitlements
|
142
|
+
{ "Data Download" : "Allowed", "Data Sharing" : "Allowed"}
|
143
|
+
|
144
|
+
## Obligations
|
145
|
+
{ "Attribution" : "Required"}
|
146
|
+
|
147
|
+
|
148
|
+
___
|
149
|
+
|
150
|
+
# Don't View Data Sharing Agreements
|
151
|
+
## Output Format
|
152
|
+
LIST
|
153
|
+
|
154
|
+
___
|
155
|
+
|
156
|
+
# Don't View Data Sharing Agreements
|
157
|
+
## Output Format
|
158
|
+
REPORT
|
159
|
+
___
|
160
|
+
# Don't View Collections
|
161
|
+
## Output Format
|
162
|
+
LIST
|
@@ -0,0 +1,119 @@
|
|
1
|
+
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
|
2
|
+
<!-- Copyright Contributors to the Egeria project. -->
|
3
|
+
|
4
|
+
# Rules
|
5
|
+
* If this is a create, and qualfied name is provided, it will be used.
|
6
|
+
* If this is an update, and qualified name is provided, it is an error if it doesn't match.
|
7
|
+
* If this is an update and no qualified name provided, will try to use the display name
|
8
|
+
* If this is an update and qualified name and guid provided, then the qualified name can be changed
|
9
|
+
|
10
|
+
|
11
|
+
# Update Solution Blueprint
|
12
|
+
|
13
|
+
## Display Name
|
14
|
+
|
15
|
+
Clinical Trial Management Solution Blueprint
|
16
|
+
|
17
|
+
## Description
|
18
|
+
|
19
|
+
A description of how a clinical trial is managed in Coco Pharmaceuticals.
|
20
|
+
|
21
|
+
## Version Identifier
|
22
|
+
|
23
|
+
V1.2
|
24
|
+
## Qualified Name
|
25
|
+
|
26
|
+
SolutionBlueprint:Clinical Trial Management Solution Blueprint:V1.2
|
27
|
+
|
28
|
+
## <guid>
|
29
|
+
|
30
|
+
---
|
31
|
+
|
32
|
+
# Update Solution Component
|
33
|
+
|
34
|
+
## Display Name
|
35
|
+
|
36
|
+
Hospital Processes
|
37
|
+
|
38
|
+
## Description
|
39
|
+
|
40
|
+
## Version Identifier
|
41
|
+
|
42
|
+
## Solution Component Type
|
43
|
+
String - valid value?
|
44
|
+
## Planned Deployed Implementation Type
|
45
|
+
String - valid value?
|
46
|
+
## Solution Blueprints
|
47
|
+
|
48
|
+
Clinical Trial Management Solution Blueprint
|
49
|
+
|
50
|
+
## Parent Components
|
51
|
+
|
52
|
+
---
|
53
|
+
|
54
|
+
# Create Solution Component
|
55
|
+
|
56
|
+
## Display Name
|
57
|
+
|
58
|
+
Lab Processes
|
59
|
+
|
60
|
+
## Description
|
61
|
+
|
62
|
+
## Version Identifier
|
63
|
+
|
64
|
+
## Solution Component Type
|
65
|
+
String - valid value?
|
66
|
+
## Planned Deployed Implementation Type
|
67
|
+
String - valid value?
|
68
|
+
## Solution Blueprints
|
69
|
+
|
70
|
+
SolutionBlueprint:Clinical Trial Management Solution Blueprint:V1.2
|
71
|
+
|
72
|
+
## Parent Components
|
73
|
+
|
74
|
+
---
|
75
|
+
|
76
|
+
# Create Solution Role
|
77
|
+
|
78
|
+
## Name
|
79
|
+
|
80
|
+
## Identifier
|
81
|
+
str
|
82
|
+
## Description
|
83
|
+
|
84
|
+
## Scope
|
85
|
+
str - valid values
|
86
|
+
---
|
87
|
+
|
88
|
+
# Create Solution Actor Role
|
89
|
+
|
90
|
+
## Solution Component
|
91
|
+
|
92
|
+
SolutionComponent:XXX q_name
|
93
|
+
<required>
|
94
|
+
## Actor
|
95
|
+
|
96
|
+
Actor:XXX -q_name
|
97
|
+
<required>
|
98
|
+
## Role
|
99
|
+
str - valid value
|
100
|
+
<required>
|
101
|
+
## Description
|
102
|
+
|
103
|
+
|
104
|
+
---
|
105
|
+
|
106
|
+
# Create Solution Linking Role
|
107
|
+
|
108
|
+
## Starting Solution Component
|
109
|
+
q_name of soln
|
110
|
+
<required>
|
111
|
+
## Wired To Solution Component
|
112
|
+
q_name of soln
|
113
|
+
<required>
|
114
|
+
## Label
|
115
|
+
str
|
116
|
+
<required>
|
117
|
+
## Description
|
118
|
+
str
|
119
|
+
## Information Supply Chain Segment GUIDs
|