pyegeria 5.4.0.33__py3-none-any.whl → 5.4.0.35__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/.DS_Store +0 -0
- commands/cat/.DS_Store +0 -0
- commands/cat/.env +8 -0
- commands/cat/debug_log.2025-08-26_20-04-40_905576.log.zip +0 -0
- commands/cat/debug_log.2025-08-27_20-09-41_795022.log.zip +0 -0
- commands/cat/debug_log.log +898 -0
- commands/cat/list_format_set.py +4 -1
- commands/cat/logs/pyegeria.log +90 -0
- commands/cli/debug_log.log +0 -0
- commands/doc/.DS_Store +0 -0
- commands/ops/logs/pyegeria.log +0 -0
- md_processing/.DS_Store +0 -0
- md_processing/.idea/.gitignore +8 -0
- md_processing/.idea/inspectionProfiles/Project_Default.xml +59 -0
- md_processing/.idea/md_processing.iml +15 -0
- md_processing/.idea/modules.xml +8 -0
- md_processing/.idea/sonarlint/issuestore/index.pb +0 -0
- md_processing/.idea/sonarlint/securityhotspotstore/index.pb +0 -0
- md_processing/.idea/vcs.xml +6 -0
- md_processing/.idea/workspace.xml +107 -0
- md_processing/__init__.py +3 -2
- md_processing/data/commands.json +11496 -10345
- md_processing/dr_egeria.py +14 -6
- 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 +318 -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 +363 -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/output_tests.md +103 -0
- md_processing/dr_egeria_inbox/product.md +211 -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/.DS_Store +0 -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 +7 -0
- md_processing/dr_egeria_outbox/.obsidian/core-plugins.json +33 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/buttons/main.js +5164 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/buttons/manifest.json +10 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/buttons/styles.css +624 -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/data.json +38 -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 +270 -0
- md_processing/dr_egeria_outbox/Button Test.md +11 -0
- md_processing/dr_egeria_outbox/Scripts/.DS_Store +0 -0
- md_processing/dr_egeria_outbox/Scripts/sendRest.js +24 -0
- md_processing/dr_egeria_outbox/Templates/sendToApi.md.md +17 -0
- md_processing/dr_egeria_outbox/Untitled.canvas +1 -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/md_commands/glossary_commands.py +2 -2
- md_processing/md_commands/old_project_commands.py +164 -0
- md_processing/md_commands/product_manager_commands.py +5 -5
- md_processing/md_commands/project_commands.py +368 -134
- md_processing/md_processing_utils/common_md_proc_utils.py +1 -0
- md_processing/md_processing_utils/common_md_utils.py +13 -1
- md_processing/md_processing_utils/debug_log +3 -574
- md_processing/md_processing_utils/debug_log.log +0 -0
- md_processing/md_processing_utils/determine_width.py +103 -0
- md_processing/md_processing_utils/generate_dr_help.py +44 -18
- md_processing/md_processing_utils/logs/pyegeria.log +56 -0
- md_processing/md_processing_utils/md_processing_constants.py +37 -4
- pyegeria/.DS_Store +0 -0
- pyegeria/_client_new.py +2 -2
- pyegeria/_output_formats.py +38 -10
- pyegeria/glossary_manager.py +0 -2
- pyegeria/output_formatter.py +9 -8
- pyegeria/project_manager.py +541 -420
- {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.35.dist-info}/METADATA +2 -1
- {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.35.dist-info}/RECORD +130 -25
- md_processing/dr-egeria-outbox/Collections-2025-08-12-13-30-37.md +0 -163
- md_processing/dr-egeria-outbox/Collections-2025-08-12-13-35-58.md +0 -474
- md_processing/md_processing_utils/dr-egeria-help-2025-07-17T17:22:09.md +0 -2065
- {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.35.dist-info}/LICENSE +0 -0
- {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.35.dist-info}/WHEEL +0 -0
- {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.35.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,211 @@
|
|
1
|
+
____
|
2
|
+
# Don't Update Root Collection
|
3
|
+
## Name
|
4
|
+
GeoSpatial Root
|
5
|
+
|
6
|
+
## Qualified Name
|
7
|
+
Root::GeoSpatial-Root
|
8
|
+
## Description
|
9
|
+
This is the root of the GeoSpatial work
|
10
|
+
|
11
|
+
## Category
|
12
|
+
GeoSpatial
|
13
|
+
|
14
|
+
____
|
15
|
+
|
16
|
+
# Don't Update Folder
|
17
|
+
## Name
|
18
|
+
Digital Products MarketPlace
|
19
|
+
|
20
|
+
## Qualified Name
|
21
|
+
Folder::Digital-Products-MarketPlace
|
22
|
+
## Description
|
23
|
+
This is the digital products marketplace.
|
24
|
+
|
25
|
+
## Catagory
|
26
|
+
GeoSpatial
|
27
|
+
|
28
|
+
____
|
29
|
+
|
30
|
+
# Don't Create Folder
|
31
|
+
## Name
|
32
|
+
GeoSpatial Products
|
33
|
+
|
34
|
+
## Qualified Name
|
35
|
+
Folder::GeoSpatial-Products
|
36
|
+
|
37
|
+
## Description
|
38
|
+
GeoSpatial product offerings.
|
39
|
+
|
40
|
+
## Catagory
|
41
|
+
GeoSpatial
|
42
|
+
____
|
43
|
+
|
44
|
+
# Don't Create Folder
|
45
|
+
## Name
|
46
|
+
Agricultural Products
|
47
|
+
|
48
|
+
## Qualified Name
|
49
|
+
Folder::Agricultural-Products
|
50
|
+
|
51
|
+
## Description
|
52
|
+
Agricultural product offerings.
|
53
|
+
|
54
|
+
## Catagory
|
55
|
+
GeoSpatial
|
56
|
+
____
|
57
|
+
|
58
|
+
# Don't Create Folder
|
59
|
+
## Name
|
60
|
+
Prepared Imagery Products
|
61
|
+
|
62
|
+
## Description
|
63
|
+
Imagry products that are ready for consumption.
|
64
|
+
|
65
|
+
## Catagory
|
66
|
+
GeoSpatial
|
67
|
+
|
68
|
+
____
|
69
|
+
|
70
|
+
# Don't Create Folder
|
71
|
+
## Name
|
72
|
+
Raw Satellite Imagery Products.
|
73
|
+
|
74
|
+
## Qualified Name
|
75
|
+
Folder::Raw Satellite-Imagery-Products
|
76
|
+
|
77
|
+
## Description
|
78
|
+
Satellite imagery imported from or referenced from external providers.
|
79
|
+
|
80
|
+
## Catagory
|
81
|
+
GeoSpatial
|
82
|
+
|
83
|
+
____
|
84
|
+
|
85
|
+
# Don't Create Digital Product
|
86
|
+
## Name
|
87
|
+
Sentinel-2a
|
88
|
+
|
89
|
+
## Qualified Name
|
90
|
+
DigitalProduct::Sentinel-2a
|
91
|
+
|
92
|
+
## Description
|
93
|
+
Level 2a (surface level) imagery. Updated
|
94
|
+
|
95
|
+
## Product Name
|
96
|
+
Sentinel Level 2A
|
97
|
+
|
98
|
+
## Status
|
99
|
+
Active
|
100
|
+
|
101
|
+
## Product Identifier
|
102
|
+
sentinel-2a
|
103
|
+
|
104
|
+
## Maturity
|
105
|
+
Mature
|
106
|
+
|
107
|
+
## Service Life
|
108
|
+
Until interest and budget wane.
|
109
|
+
|
110
|
+
## Category
|
111
|
+
GeoSpatial
|
112
|
+
|
113
|
+
____
|
114
|
+
|
115
|
+
# Don't Create Folder
|
116
|
+
|
117
|
+
## Name
|
118
|
+
Standard Subscription Agreements Folder
|
119
|
+
|
120
|
+
## Qualified Name
|
121
|
+
Folder::Standard-Subscription-Agreements-Folder
|
122
|
+
|
123
|
+
## Description
|
124
|
+
A folder for digital product subscriptions.
|
125
|
+
|
126
|
+
## Catagory
|
127
|
+
GeoSpatial
|
128
|
+
|
129
|
+
____
|
130
|
+
# Don't Create Digital Subscription
|
131
|
+
## Name
|
132
|
+
GeoSpatial Data Products Subscription
|
133
|
+
|
134
|
+
# Qualified Name
|
135
|
+
Subscription::GeoSpatial-Data-Products-Subscription
|
136
|
+
|
137
|
+
## Description
|
138
|
+
A general subscription agreement for GeoSpatial Data Products
|
139
|
+
|
140
|
+
## Identifier
|
141
|
+
GeoSpatial-Sub-0
|
142
|
+
|
143
|
+
## Support Level
|
144
|
+
Best Effort
|
145
|
+
____
|
146
|
+
|
147
|
+
____
|
148
|
+
# Don't Create Agreement
|
149
|
+
## Name
|
150
|
+
A test agreement
|
151
|
+
|
152
|
+
# Qualified Name
|
153
|
+
Agreement::A-test-agreement
|
154
|
+
|
155
|
+
## Description
|
156
|
+
A general agreement for testing and testing
|
157
|
+
|
158
|
+
## Identifier
|
159
|
+
Agreement 1
|
160
|
+
|
161
|
+
____
|
162
|
+
|
163
|
+
# Don't Link Agreement->Item
|
164
|
+
## Agreement Name
|
165
|
+
Subscription::GeoSpatial-Data-Products-Subscription
|
166
|
+
|
167
|
+
## Item Name
|
168
|
+
DigitalProduct::Sentinel-2a
|
169
|
+
|
170
|
+
## Agreement Item Id
|
171
|
+
Sentinel-2a-Subscription
|
172
|
+
|
173
|
+
## Agreement Start
|
174
|
+
2025-08-01
|
175
|
+
|
176
|
+
## Agreement End
|
177
|
+
2030-12-31
|
178
|
+
|
179
|
+
## Entitlements
|
180
|
+
{ "Data Download" : "Allowed", "Data Sharing" : "Allowed"}
|
181
|
+
|
182
|
+
## Obligations
|
183
|
+
{ "Attribution" : "Required"}
|
184
|
+
____
|
185
|
+
|
186
|
+
# Link Subscriber->Subscription
|
187
|
+
## Subscription
|
188
|
+
Subscription::GeoSpatial-Data-Products-Subscription
|
189
|
+
|
190
|
+
## Subscriber
|
191
|
+
Agreement::A-test-agreement
|
192
|
+
|
193
|
+
___
|
194
|
+
|
195
|
+
# Don't View Data Sharing Agreements
|
196
|
+
## Output Format
|
197
|
+
LIST
|
198
|
+
|
199
|
+
___
|
200
|
+
|
201
|
+
# Don't View Data Sharing Agreements
|
202
|
+
## Output Format
|
203
|
+
REPORT
|
204
|
+
___
|
205
|
+
# Don't View Report
|
206
|
+
## Output Format
|
207
|
+
REPORT
|
208
|
+
## Output Format Set
|
209
|
+
Collections
|
210
|
+
|
211
|
+
|
@@ -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
|
@@ -0,0 +1,136 @@
|
|
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
|
+
=> This needs work when the upsert methods are done
|
10
|
+
|
11
|
+
# foo Update Solution Component
|
12
|
+
|
13
|
+
## Display Name
|
14
|
+
|
15
|
+
Lab Processes
|
16
|
+
|
17
|
+
## Description
|
18
|
+
Test to create component that doesn't exist
|
19
|
+
|
20
|
+
## Solution Component Type
|
21
|
+
dan-test
|
22
|
+
## Planned Deployed Implementation Type
|
23
|
+
Something
|
24
|
+
## In Solution Blueprints
|
25
|
+
|
26
|
+
## Sub-Components
|
27
|
+
|
28
|
+
___
|
29
|
+
|
30
|
+
# foo Update Solution Blueprint
|
31
|
+
|
32
|
+
## Display Name
|
33
|
+
dr egerias blueprint
|
34
|
+
|
35
|
+
## Description
|
36
|
+
A quick description3
|
37
|
+
|
38
|
+
## Solution Component Type
|
39
|
+
dan-test
|
40
|
+
## Solution Components
|
41
|
+
Lab Processes
|
42
|
+
___
|
43
|
+
|
44
|
+
# foo Update Solution Component
|
45
|
+
|
46
|
+
## Display Name
|
47
|
+
|
48
|
+
Hospital Processes
|
49
|
+
|
50
|
+
## Description
|
51
|
+
Test to Update a component that exists
|
52
|
+
## Version Identifier
|
53
|
+
2
|
54
|
+
## Solution Component Type
|
55
|
+
Should succeed
|
56
|
+
## Planned Deployed Implementation Type
|
57
|
+
somehow
|
58
|
+
## Solution Blueprints
|
59
|
+
|
60
|
+
## Merge Update
|
61
|
+
False
|
62
|
+
|
63
|
+
## Solution SubComponents
|
64
|
+
SolutionComponent::Lab Processes
|
65
|
+
|
66
|
+
___
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
# Don't Update Information Supply Chain
|
73
|
+
## Display Name
|
74
|
+
first sub-chain
|
75
|
+
## Description
|
76
|
+
A first subchain description
|
77
|
+
## Scope
|
78
|
+
Infinite
|
79
|
+
## Integration Style
|
80
|
+
Wishful Thinking
|
81
|
+
## In Information Supply Chains
|
82
|
+
|
83
|
+
|
84
|
+
___
|
85
|
+
|
86
|
+
# Don't Update Information Supply Chain
|
87
|
+
## Display Name
|
88
|
+
second sub-chain
|
89
|
+
## Description
|
90
|
+
A second subchain description
|
91
|
+
## Scope
|
92
|
+
Infinite
|
93
|
+
## Integration Style
|
94
|
+
Wishful
|
95
|
+
## In Information Supply Chain
|
96
|
+
my supply chain
|
97
|
+
## Merge
|
98
|
+
False
|
99
|
+
___
|
100
|
+
|
101
|
+
# Don't Link Information Supply Chain Peers
|
102
|
+
## Segment1
|
103
|
+
|
104
|
+
top1
|
105
|
+
|
106
|
+
## Segment2
|
107
|
+
top2
|
108
|
+
|
109
|
+
## Label
|
110
|
+
A link
|
111
|
+
|
112
|
+
___
|
113
|
+
|
114
|
+
# Don't Update Information Supply Chain
|
115
|
+
## Display Name
|
116
|
+
my supply chain
|
117
|
+
|
118
|
+
## Scope
|
119
|
+
universal
|
120
|
+
|
121
|
+
## Purposes
|
122
|
+
hegemony, betterment of mankind, pranks
|
123
|
+
|
124
|
+
## Description
|
125
|
+
My own supply chain
|
126
|
+
|
127
|
+
|
128
|
+
___
|
129
|
+
|
130
|
+
# View Information Supply Chains
|
131
|
+
|
132
|
+
## Output Format
|
133
|
+
REPORT
|
134
|
+
## Search String
|
135
|
+
Weekly Measurements
|
136
|
+
|
@@ -0,0 +1,118 @@
|
|
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
|
+
* Name of the entity is either display_name or "{element_type} Name"
|
10
|
+
|
11
|
+
# Create 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 <required>
|
93
|
+
## Actor
|
94
|
+
|
95
|
+
Actor:XXX -q_name <required>
|
96
|
+
|
97
|
+
## Role
|
98
|
+
str - valid value <required>
|
99
|
+
|
100
|
+
## Description
|
101
|
+
|
102
|
+
|
103
|
+
---
|
104
|
+
|
105
|
+
# Create Solution Linking Role
|
106
|
+
|
107
|
+
## Starting Solution Component
|
108
|
+
q_name of soln <required>
|
109
|
+
|
110
|
+
## Wired To Solution Component
|
111
|
+
|
112
|
+
q_name of soln <required>
|
113
|
+
|
114
|
+
## Label
|
115
|
+
str <required>
|
116
|
+
## Description
|
117
|
+
str
|
118
|
+
## Information Supply Chain Segment GUIDs
|
@@ -0,0 +1,42 @@
|
|
1
|
+
# Create Term
|
2
|
+
|
3
|
+
## In Glossary
|
4
|
+
|
5
|
+
Egeria-Markdown
|
6
|
+
|
7
|
+
## Term Name
|
8
|
+
|
9
|
+
List Categories
|
10
|
+
|
11
|
+
## Description
|
12
|
+
|
13
|
+
Lists the categories across all glossaries.
|
14
|
+
___
|
15
|
+
|
16
|
+
# Create Term
|
17
|
+
|
18
|
+
## In Glossary
|
19
|
+
|
20
|
+
Egeria-Markdown
|
21
|
+
|
22
|
+
## Term Name
|
23
|
+
|
24
|
+
List Glossary Categories
|
25
|
+
|
26
|
+
## Description
|
27
|
+
|
28
|
+
Lists the categories across all glossaries.
|
29
|
+
|
30
|
+
# Create Term-Term Relationship
|
31
|
+
|
32
|
+
## Term 1 Name
|
33
|
+
|
34
|
+
List Categories
|
35
|
+
|
36
|
+
## Term 2 Name
|
37
|
+
|
38
|
+
List Glossary Categories
|
39
|
+
|
40
|
+
## Term Relationship
|
41
|
+
|
42
|
+
Synonym
|