pyegeria 5.3.9.9.3__py3-none-any.whl → 5.3.9.9.4__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 (55) hide show
  1. md_processing/__init__.py +49 -0
  2. md_processing/commands.json +3252 -0
  3. md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +254 -0
  4. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +696 -0
  5. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +254 -0
  6. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +298 -0
  7. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +608 -0
  8. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +94 -0
  9. md_processing/dr_egeria_inbox/archive/freddie_intro.md +284 -0
  10. md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +275 -0
  11. md_processing/dr_egeria_inbox/archive/test-term.md +110 -0
  12. md_processing/dr_egeria_inbox/cat_test.md +100 -0
  13. md_processing/dr_egeria_inbox/data_field.md +54 -0
  14. md_processing/dr_egeria_inbox/data_spec.md +77 -0
  15. md_processing/dr_egeria_inbox/data_spec_test.md +2406 -0
  16. md_processing/dr_egeria_inbox/data_test.md +86 -0
  17. md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +168 -0
  18. md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +280 -0
  19. md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +313 -0
  20. md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +1073 -0
  21. md_processing/dr_egeria_inbox/dr_egeria_isc1.md +44 -0
  22. md_processing/dr_egeria_inbox/glossary_creation_experiment.ipynb +341 -0
  23. md_processing/dr_egeria_inbox/glossary_test1.md +324 -0
  24. md_processing/dr_egeria_inbox/rel.md +8 -0
  25. md_processing/dr_egeria_inbox/sb.md +119 -0
  26. md_processing/dr_egeria_inbox/search_test.md +39 -0
  27. md_processing/dr_egeria_inbox/solution-components.md +154 -0
  28. md_processing/dr_egeria_inbox/solution_blueprints.md +118 -0
  29. md_processing/dr_egeria_inbox/synonym_test.md +42 -0
  30. md_processing/dr_egeria_inbox/t1.md +0 -0
  31. md_processing/dr_egeria_inbox/t2.md +268 -0
  32. md_processing/dr_egeria_outbox/processed-2025-05-15 19:52-data_test.md +94 -0
  33. md_processing/dr_egeria_outbox/processed-2025-05-16 07:39-data_test.md +88 -0
  34. md_processing/dr_egeria_outbox/processed-2025-05-17 16:01-data_field.md +56 -0
  35. md_processing/dr_egeria_outbox/processed-2025-05-18 15:51-data_test.md +103 -0
  36. md_processing/dr_egeria_outbox/processed-2025-05-18 16:47-data_test.md +94 -0
  37. md_processing/dr_egeria_outbox/processed-2025-05-19 07:14-data_test.md +96 -0
  38. md_processing/dr_egeria_outbox/processed-2025-05-19 07:20-data_test.md +100 -0
  39. md_processing/dr_egeria_outbox/processed-2025-05-19 07:22-data_test.md +88 -0
  40. md_processing/md_commands/__init__.py +3 -0
  41. md_processing/md_commands/blueprint_commands.py +303 -0
  42. md_processing/md_commands/data_designer_commands.py +1182 -0
  43. md_processing/md_commands/glossary_commands.py +1144 -0
  44. md_processing/md_commands/project_commands.py +163 -0
  45. md_processing/md_processing_utils/__init__.py +4 -0
  46. md_processing/md_processing_utils/common_md_proc_utils.py +724 -0
  47. md_processing/md_processing_utils/common_md_utils.py +172 -0
  48. md_processing/md_processing_utils/extraction_utils.py +486 -0
  49. md_processing/md_processing_utils/md_processing_constants.py +112 -0
  50. md_processing/md_processing_utils/message_constants.py +19 -0
  51. {pyegeria-5.3.9.9.3.dist-info → pyegeria-5.3.9.9.4.dist-info}/METADATA +1 -2
  52. {pyegeria-5.3.9.9.3.dist-info → pyegeria-5.3.9.9.4.dist-info}/RECORD +55 -5
  53. {pyegeria-5.3.9.9.3.dist-info → pyegeria-5.3.9.9.4.dist-info}/LICENSE +0 -0
  54. {pyegeria-5.3.9.9.3.dist-info → pyegeria-5.3.9.9.4.dist-info}/WHEEL +0 -0
  55. {pyegeria-5.3.9.9.3.dist-info → pyegeria-5.3.9.9.4.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,44 @@
1
+ # Creating Information Supply Chains
2
+
3
+ We can also use Dr.Egeria to create information supply chains. Lets take a look at how.
4
+
5
+ ___
6
+
7
+ # Create Information Supply Chain
8
+
9
+ ## Display Name
10
+
11
+ ## Description
12
+
13
+ ## Scope
14
+
15
+ ## Purposes
16
+
17
+
18
+
19
+
20
+ ___
21
+
22
+
23
+ # Create Information Supply Chain Segment
24
+
25
+ ## Display Name
26
+
27
+ ## Description
28
+
29
+ ## Scope
30
+
31
+ ## Integration Style
32
+
33
+ ___
34
+
35
+ # Link Supply Chain Segments
36
+
37
+ ## Segment 1 Name
38
+
39
+ ## Segment 2 Name
40
+
41
+ ## Link Label
42
+
43
+ ## Link Description
44
+
@@ -0,0 +1,341 @@
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "markdown",
5
+ "id": "f211c1736f87555",
6
+ "metadata": {},
7
+ "source": [
8
+ "# This notebook contains experimental Freddie commands\n",
9
+ "## Lets see if this is parsed\n",
10
+ "meow"
11
+ ]
12
+ },
13
+ {
14
+ "metadata": {
15
+ "ExecuteTime": {
16
+ "end_time": "2025-03-06T01:43:38.278089Z",
17
+ "start_time": "2025-03-06T01:43:38.276538Z"
18
+ }
19
+ },
20
+ "cell_type": "code",
21
+ "source": "",
22
+ "id": "2716f0b6c001136a",
23
+ "outputs": [],
24
+ "execution_count": null
25
+ },
26
+ {
27
+ "cell_type": "markdown",
28
+ "id": "3b321563-4977-496a-963b-9b9dd75de968",
29
+ "metadata": {},
30
+ "source": [
31
+ "# Create Glossary\n",
32
+ "## Glossary Name\n",
33
+ "\n",
34
+ "Egeria-Markdown\n",
35
+ "\n",
36
+ "## Language\n",
37
+ "English\n",
38
+ "\n",
39
+ "## Description\n",
40
+ "\n",
41
+ "Glossary to describe the vocabulary of Freddie - an Egeria Markdown language to support the exchange of metadata in a Markdown form.\n",
42
+ "Freddie allows users to input metadata using any text entry system that supports the entry of standard Markdown characters and through post-processing\n",
43
+ "commands, validates the Egeria content and allows the requests to be sent to Egeria. This is an update\n",
44
+ "\n",
45
+ "\n",
46
+ "## Usage\n",
47
+ "1) (optional) load an example or template for the type of object from Egeria.\n",
48
+ "2) Create a new document (perhaps from the template) and edit it, adding in the content with the Freddie controlled Markdown language.\n",
49
+ "3) Process the document to validate and display it before you submit it, Validation may annotate your document with recommendations and potential issues.\n",
50
+ "4) Submit the document to Egeria using the Freddie_sings command.\n",
51
+ "5) anything?\n",
52
+ "\n",
53
+ "## <Qualified Name>\n",
54
+ "\n",
55
+ "\n",
56
+ "## <GUID>\n",
57
+ "\n"
58
+ ]
59
+ },
60
+ {
61
+ "cell_type": "code",
62
+ "id": "a7295df2-5afb-46ba-889a-94881d883678",
63
+ "metadata": {
64
+ "execution": {
65
+ "iopub.execute_input": "2025-02-27T15:23:58.820592Z",
66
+ "iopub.status.busy": "2025-02-27T15:23:58.820416Z",
67
+ "iopub.status.idle": "2025-02-27T15:24:00.802861Z",
68
+ "shell.execute_reply": "2025-02-27T15:24:00.802425Z",
69
+ "shell.execute_reply.started": "2025-02-27T15:23:58.820583Z"
70
+ },
71
+ "ExecuteTime": {
72
+ "end_time": "2025-03-06T01:43:44.148760Z",
73
+ "start_time": "2025-03-06T01:43:42.291143Z"
74
+ }
75
+ },
76
+ "source": [
77
+ "%pip install jupyter-notebook-parser\n",
78
+ "%pip install marko"
79
+ ],
80
+ "outputs": [
81
+ {
82
+ "name": "stdout",
83
+ "output_type": "stream",
84
+ "text": [
85
+ "Requirement already satisfied: jupyter-notebook-parser in /Users/dwolfson/Library/Caches/pypoetry/virtualenvs/pyegeria-EE3A6T0J-py3.12/lib/python3.12/site-packages (0.1.4)\r\n",
86
+ "Note: you may need to restart the kernel to use updated packages.\n",
87
+ "Collecting marko\r\n",
88
+ " Downloading marko-2.1.2-py3-none-any.whl.metadata (4.5 kB)\r\n",
89
+ "Downloading marko-2.1.2-py3-none-any.whl (42 kB)\r\n",
90
+ "Installing collected packages: marko\r\n",
91
+ "Successfully installed marko-2.1.2\r\n",
92
+ "Note: you may need to restart the kernel to use updated packages.\n"
93
+ ]
94
+ }
95
+ ],
96
+ "execution_count": 1
97
+ },
98
+ {
99
+ "cell_type": "code",
100
+ "id": "d02383df-f617-48f7-be54-e930b6275a7e",
101
+ "metadata": {
102
+ "execution": {
103
+ "iopub.execute_input": "2025-02-27T15:25:33.155175Z",
104
+ "iopub.status.busy": "2025-02-27T15:25:33.154695Z",
105
+ "iopub.status.idle": "2025-02-27T15:25:33.162801Z",
106
+ "shell.execute_reply": "2025-02-27T15:25:33.162362Z",
107
+ "shell.execute_reply.started": "2025-02-27T15:25:33.155158Z"
108
+ },
109
+ "ExecuteTime": {
110
+ "end_time": "2025-03-06T01:44:09.244223Z",
111
+ "start_time": "2025-03-06T01:44:09.242117Z"
112
+ }
113
+ },
114
+ "source": [
115
+ "import json\n",
116
+ "import marko\n",
117
+ "from jupyter_notebook_parser import JupyterNotebookParser"
118
+ ],
119
+ "outputs": [],
120
+ "execution_count": 3
121
+ },
122
+ {
123
+ "cell_type": "code",
124
+ "id": "b5560fcd-afe4-4133-8204-8f2535feb9b6",
125
+ "metadata": {
126
+ "execution": {
127
+ "iopub.execute_input": "2025-02-27T15:25:34.354443Z",
128
+ "iopub.status.busy": "2025-02-27T15:25:34.354300Z",
129
+ "iopub.status.idle": "2025-02-27T15:25:34.358702Z",
130
+ "shell.execute_reply": "2025-02-27T15:25:34.358236Z",
131
+ "shell.execute_reply.started": "2025-02-27T15:25:34.354435Z"
132
+ },
133
+ "ExecuteTime": {
134
+ "end_time": "2025-03-06T01:44:10.183573Z",
135
+ "start_time": "2025-03-06T01:44:10.180327Z"
136
+ }
137
+ },
138
+ "source": [
139
+ "parsed = JupyterNotebookParser('glossary_creation_experiment.ipynb')\n",
140
+ "\n",
141
+ "parsed.get_all_cells() # returns List[Dict], each Dict is a notebook cell\n",
142
+ "\n",
143
+ "cells = parsed.get_markdown_cells() # returns List[Dict], each Dict is a markdown cel\n",
144
+ "indices = parsed.get_markdown_cell_indices() # returns List[int], each is a markdown cell's index\n",
145
+ "cell_sources = parsed.get_markdown_cell_sources() # returns List[str], each is a markdown cell's text\n",
146
+ "print(json.dumps(cell_sources, indent = 4))"
147
+ ],
148
+ "outputs": [
149
+ {
150
+ "name": "stdout",
151
+ "output_type": "stream",
152
+ "text": [
153
+ "[\n",
154
+ " \"# This notebook contains experimental Freddie commands\\n## Lets see if this is parsed\\nmeow\",\n",
155
+ " \"# Update Glossary\\n## Glossary Name\\n\\nEgeria-Markdown\\n\\n## Language\\nEnglish\\n\\n## Description\\n\\nGlossary to describe the vocabulary of Freddie - an Egeria Markdown language to support the exchange of metadata in a Markdown form.\\nFreddie allows users to input metadata using any text entry system that supports the entry of standard Markdown characters and through post-processing\\ncommands, validates the Egeria content and allows the requests to be sent to Egeria. This is an update\\n\\n\\n## Usage\\n1) (optional) load an example or template for the type of object from Egeria.\\n2) Create a new document (perhaps from the template) and edit it, adding in the content with the Freddie controlled Markdown language.\\n3) Process the document to validate and display it before you submit it, Validation may annotate your document with recommendations and potential issues.\\n4) Submit the document to Egeria using the Freddie_sings command.\\n5) anything?\\n\\n## <Qualified Name>\\n\\n## <GUID>\\n\\n\",\n",
156
+ " \"# Create Term\\n\\n## Glossary Name\\n\\nEgeria-Markdown\\n\\n## Term Name\\n\\nCommand\\n\\n## Summary\\n\\nCommands are how a user of the Freddie markdown language requests an action.\\n## Description\\n\\nCommands are how a user can request Egeria to take an action such as Create or Update an Egeria element. Freddie provides\\na limited (but growing) set of commands. Freddie commands align with the pyegeria 'hey-egeria' command line interface.\\n\\n## Abbreviation\\n\\n## Examples\\nCreate Glossary or\\nUpdate Glossary or\\nCreate Term or\\nUpdate Term\\n## Usage\\n\\nCommands are used in the Freddie Egeria markdown language.\\n## Version\\n0.2\\n## Status\\nDRAFT\\n\\n## Qualified Name\\n\\nGlossaryTerm:Command:20250301101716\\n\\n\",\n",
157
+ " \"# Create Term\\n\\n## Glossary Name\\n\\nEgeria-Markdown\\n\\n## Term Name\\n\\nSource\\n\\n## Summary\\n\\nSource of the markdown content.\\n## Description\\n\\nSource of the markdown content - could be jupter or plain markdown file.\\n\\n## Abbreviation\\n\\n## Examples\\n\\n## Usage\\n\\n\\n## Version\\n0.1\\n## Status\\nDRAFT\\n\\n## Update Description\\n\\n\",\n",
158
+ " \"# Create Glossary\\n## Glossary Name\\n\\nAnother Test\\n\\n## Language\\nEnglish\\n\\n## Description\\n\\nAnother quick test\\n\\n## Usage\\nAlternate sundays\\n\\n## <Qualified Name>\\n\\n## <GUID>\"\n",
159
+ "]\n"
160
+ ]
161
+ }
162
+ ],
163
+ "execution_count": 4
164
+ },
165
+ {
166
+ "cell_type": "code",
167
+ "id": "79dffa96-7e2a-40e3-a0d7-ba363d87b70c",
168
+ "metadata": {
169
+ "execution": {
170
+ "iopub.execute_input": "2025-02-27T15:42:47.354237Z",
171
+ "iopub.status.busy": "2025-02-27T15:42:47.353238Z",
172
+ "iopub.status.idle": "2025-02-27T15:42:47.360634Z",
173
+ "shell.execute_reply": "2025-02-27T15:42:47.360090Z",
174
+ "shell.execute_reply.started": "2025-02-27T15:42:47.354193Z"
175
+ },
176
+ "ExecuteTime": {
177
+ "end_time": "2025-03-06T01:44:13.510939Z",
178
+ "start_time": "2025-03-06T01:44:13.507934Z"
179
+ }
180
+ },
181
+ "source": [
182
+ "parsed_markdown = marko.parse(cell_sources[0])\n",
183
+ "print(type(parsed_markdown))"
184
+ ],
185
+ "outputs": [
186
+ {
187
+ "name": "stdout",
188
+ "output_type": "stream",
189
+ "text": [
190
+ "<class 'marko.block.Document'>\n"
191
+ ]
192
+ }
193
+ ],
194
+ "execution_count": 5
195
+ },
196
+ {
197
+ "cell_type": "code",
198
+ "execution_count": null,
199
+ "id": "e967897d83588f86",
200
+ "metadata": {},
201
+ "outputs": [],
202
+ "source": []
203
+ },
204
+ {
205
+ "metadata": {},
206
+ "cell_type": "markdown",
207
+ "source": [
208
+ "# Create Term\n",
209
+ "\n",
210
+ "## Glossary Name\n",
211
+ "\n",
212
+ "Egeria-Markdown\n",
213
+ "\n",
214
+ "## Term Name\n",
215
+ "\n",
216
+ "Command\n",
217
+ "\n",
218
+ "## Summary\n",
219
+ "\n",
220
+ "Commands are how a user of the Freddie markdown language requests an action.\n",
221
+ "## Description\n",
222
+ "\n",
223
+ "Commands are how a user can request Egeria to take an action such as Create or Update an Egeria element. Freddie provides\n",
224
+ "a limited (but growing) set of commands. Freddie commands align with the pyegeria 'hey-egeria' command line interface.\n",
225
+ "\n",
226
+ "## Abbreviation\n",
227
+ "\n",
228
+ "## Examples\n",
229
+ "Create Glossary or\n",
230
+ "Update Glossary or\n",
231
+ "Create Term or\n",
232
+ "Update Term\n",
233
+ "## Usage\n",
234
+ "\n",
235
+ "Commands are used in the Freddie Egeria markdown language.\n",
236
+ "## Version\n",
237
+ "0.2\n",
238
+ "## Status\n",
239
+ "DRAFT\n",
240
+ "\n",
241
+ "## Qualified Name\n",
242
+ "\n",
243
+ "GlossaryTerm:Command:20250301101716\n",
244
+ "\n"
245
+ ],
246
+ "id": "12bee9ed12b3762a"
247
+ },
248
+ {
249
+ "metadata": {},
250
+ "cell_type": "markdown",
251
+ "source": [
252
+ "# Create Term\n",
253
+ "\n",
254
+ "## Glossary Name\n",
255
+ "\n",
256
+ "Egeria-Markdown\n",
257
+ "\n",
258
+ "## Term Name\n",
259
+ "\n",
260
+ "Source\n",
261
+ "\n",
262
+ "## Summary\n",
263
+ "\n",
264
+ "Source of the markdown content.\n",
265
+ "## Description\n",
266
+ "\n",
267
+ "Source of the markdown content - could be jupter or plain markdown file.\n",
268
+ "\n",
269
+ "## Abbreviation\n",
270
+ "\n",
271
+ "## Examples\n",
272
+ "\n",
273
+ "## Usage\n",
274
+ "\n",
275
+ "\n",
276
+ "## Version\n",
277
+ "0.1\n",
278
+ "## Status\n",
279
+ "DRAFT\n",
280
+ "\n",
281
+ "## Update Description\n",
282
+ "\n"
283
+ ],
284
+ "id": "d2eafeb21facfe57"
285
+ },
286
+ {
287
+ "cell_type": "markdown",
288
+ "id": "ed29f0e5d46a7c20",
289
+ "metadata": {},
290
+ "source": [
291
+ "# Update Glossary\n",
292
+ "## Glossary Name\n",
293
+ "\n",
294
+ "Another Test\n",
295
+ "\n",
296
+ "## Language\n",
297
+ "English\n",
298
+ "\n",
299
+ "## Description\n",
300
+ "\n",
301
+ "Another quick test - more description\n",
302
+ "\n",
303
+ "## Usage\n",
304
+ "Alternate sundays\n",
305
+ "\n",
306
+ "## <Qualified Name>\n",
307
+ "\n",
308
+ "## <GUID>"
309
+ ]
310
+ },
311
+ {
312
+ "cell_type": "code",
313
+ "execution_count": null,
314
+ "id": "e36a5074b9a94c1a",
315
+ "metadata": {},
316
+ "outputs": [],
317
+ "source": []
318
+ }
319
+ ],
320
+ "metadata": {
321
+ "kernelspec": {
322
+ "display_name": "Python 3 (ipykernel)",
323
+ "language": "python",
324
+ "name": "python3"
325
+ },
326
+ "language_info": {
327
+ "codemirror_mode": {
328
+ "name": "ipython",
329
+ "version": 3
330
+ },
331
+ "file_extension": ".py",
332
+ "mimetype": "text/x-python",
333
+ "name": "python",
334
+ "nbconvert_exporter": "python",
335
+ "pygments_lexer": "ipython3",
336
+ "version": "3.12.9"
337
+ }
338
+ },
339
+ "nbformat": 4,
340
+ "nbformat_minor": 5
341
+ }
@@ -0,0 +1,324 @@
1
+ # Create Glossary
2
+
3
+ ## Glossary Name
4
+
5
+ Dr.Egeria Test
6
+
7
+ ## Language
8
+
9
+ English
10
+
11
+ ## Description
12
+
13
+ This glossary is for testing Dr.Egeria
14
+
15
+ ## Usage
16
+
17
+ Use Dr.Egeria commands to create elements.
18
+
19
+ ## Version
20
+
21
+ 1
22
+
23
+ ## Qualified Name
24
+
25
+ Glossary::Dr.Egeria Test
26
+
27
+ ___
28
+
29
+ Create a couple of categories for the glossary.
30
+
31
+ ___
32
+
33
+ # Create Category
34
+
35
+ ## Category Name
36
+
37
+ About Cats
38
+
39
+ ## Owning Glossary
40
+
41
+ Glossary::Dr.Egeria Test
42
+
43
+ ## Description
44
+
45
+ This category is about cats
46
+
47
+ # Create Term
48
+
49
+ ## Glossary Name
50
+
51
+ Glossary::Dr.Egeria Test
52
+
53
+ ## Term Name
54
+
55
+ Calico
56
+
57
+ ## Category
58
+
59
+ About Cats
60
+
61
+ ## Summary
62
+
63
+ Calico cats
64
+
65
+ ## Description
66
+
67
+ Calico cats are common
68
+
69
+ ## Abbreviation
70
+
71
+ ## Examples
72
+
73
+ My calico cat is naughty
74
+
75
+ ## Usage
76
+
77
+ As an adjective.
78
+
79
+ ## Version
80
+
81
+ 2
82
+
83
+ ## Status
84
+
85
+ DRAFT
86
+
87
+
88
+ ___
89
+
90
+ # Create Term
91
+
92
+ ## Glossary Name
93
+
94
+ Glossary::Dr.Egeria Test
95
+
96
+ ## Term Name
97
+
98
+ Siamese
99
+
100
+ ## Summary
101
+
102
+ Siamese cats are native from Thailand.
103
+
104
+ ## Description
105
+
106
+ The Siamese cat is one of the first distinctly recognised breeds of Asian cat. It derives from the Wichianmat landrace.
107
+ The Siamese cat is one of several varieties of cats native to Thailand. The original Siamese became one of the most
108
+ popular breeds in Europe and North America in the 19th century
109
+
110
+ ## Categories
111
+
112
+ Category::About Cats
113
+
114
+ ## Version
115
+
116
+ 3
117
+
118
+ ## Status
119
+
120
+ DRAFT
121
+
122
+ ___
123
+
124
+ # Create Term
125
+
126
+ ## Glossary Name
127
+
128
+ Glossary::Dr.Egeria Test
129
+
130
+ ## Glossary Category
131
+
132
+ About Cats
133
+
134
+ ## Term Name
135
+
136
+ Persian
137
+
138
+ ## Summary
139
+
140
+ A long hair cat
141
+
142
+ ## Description
143
+
144
+ The Persian cat, also known as the Persian Longhair, is a long-haired breed of cat characterised by a round face and
145
+ short muzzle. The first documented ancestors of Persian cats might have been imported into Italy from Khorasan as early
146
+ as around 1620, but this has not been proven.
147
+
148
+ ## Version
149
+
150
+ 4
151
+
152
+ ## Status
153
+
154
+ DRAFT
155
+
156
+ ___
157
+
158
+ Now lets update the glossary we are just creating with an updated description.
159
+
160
+ ___
161
+
162
+ # Update Glossary
163
+
164
+ ## Glossary Name
165
+
166
+ Dr.Egeria Test
167
+
168
+ ## Language
169
+
170
+ English
171
+
172
+ ## Description
173
+
174
+ This glossary is for testing Dr.Egeria
175
+
176
+ ## Usage
177
+
178
+ Use Dr.Egeria commands to create elements. We'll start by creating categories for cats and dogs.
179
+
180
+ ## Version
181
+
182
+ 1.1
183
+
184
+ ## Qualified Name
185
+
186
+ Glossary::Dr.Egeria Test
187
+
188
+ ___
189
+
190
+ Create and fill out a category for dogs
191
+
192
+ ___
193
+
194
+ # Create Category
195
+
196
+ ## Category Name
197
+
198
+ About Dogs
199
+
200
+ ## Owning Glossary
201
+
202
+ Glossary::Dr.Egeria Test
203
+
204
+ ## Description
205
+
206
+ This category is about dogs
207
+
208
+ # Create Term
209
+
210
+ ## Glossary Name
211
+
212
+ Glossary::Dr.Egeria Test
213
+ ## Categories
214
+ About Dogs
215
+ ## Term Name
216
+
217
+ Labrador Retriever
218
+
219
+ ## Summary
220
+
221
+ Labs are perhaps the most popular dog in the US.
222
+
223
+ ## Description
224
+
225
+ The Labrador Retriever or simply Labrador is a British breed of retriever gun dog. It was developed in the United
226
+ Kingdom from St. John's water dogs imported from the colony of Newfoundland (now a province of Canada), and was named
227
+ after the Labrador region of that colony. It is among the most commonly kept dogs in several countries, particularly in
228
+ the Western world.
229
+
230
+ The Labrador is friendly, energetic, and playful.
231
+ It was bred as a sporting and hunting dog but is widely kept as a companion dog. It may also be trained as a guide or
232
+ assistance dog, or for rescue or therapy work.
233
+
234
+ ## Abbreviation
235
+
236
+ Labs
237
+
238
+ ## Examples
239
+
240
+ Leia was a mixed breed Lab
241
+
242
+ ## Usage
243
+
244
+ A kind of dog
245
+
246
+ ## Version
247
+
248
+ 2
249
+
250
+ ## Status
251
+
252
+ DRAFT
253
+
254
+
255
+ ___
256
+
257
+ # Create Term
258
+
259
+ ## Glossary Name
260
+
261
+ Glossary::Dr.Egeria Test
262
+
263
+ ## Term Name
264
+
265
+ Golden Retriever
266
+ ## Glossary Category
267
+ Category::About Dogs
268
+ ## Summary
269
+
270
+ Golden Retrievers are very popular dogs.
271
+
272
+ ## Description
273
+
274
+ The Golden Retriever is a Scottish breed of retriever dog of medium size. It is characterised by a gentle and
275
+ affectionate nature and a striking golden coat. It is a working dog, and registration is subject to successful
276
+ completion of a working trial.[2] It is commonly kept as a pet and is among the most frequently registered breeds in
277
+ several Western countries; some may compete in dog shows or obedience trials, or work as a guide dog.
278
+
279
+ The Golden Retriever was bred by Sir Dudley Marjoribanks at his Scottish estate Guisachan in the late nineteenth
280
+ century. He cross-bred Flat-coated Retrievers with Tweed Water Spaniels, with some further infusions of Red Setter,
281
+ Labrador Retriever and Bloodhound. It was recognised by the Kennel Club in 1913, and during the interwar period spread
282
+ to many parts of the world.
283
+
284
+ ## Version
285
+
286
+ 3
287
+
288
+ ## Status
289
+
290
+ DRAFT
291
+
292
+ ___
293
+
294
+ # Create Term
295
+
296
+ ## Glossary Name
297
+
298
+ Glossary::Dr.Egeria Test
299
+
300
+ ## Term Name
301
+
302
+ Terrier
303
+
304
+ ## Summary
305
+
306
+ A vermin hunter
307
+
308
+ ## Description
309
+
310
+ Terrier (from Latin terra, 'earth') is a type of dog originally bred to hunt vermin. A terrier is a dog of any one of
311
+ many breeds or landraces of the terrier type, which are typically small, wiry, game, and fearless. There are five
312
+ different groups of terrier, with each group having different shapes and sizes.
313
+
314
+ ## Version
315
+
316
+ 4
317
+
318
+ ## Status
319
+
320
+ DRAFT
321
+
322
+ ___
323
+
324
+
@@ -0,0 +1,8 @@
1
+
2
+ # Create Term-Term Relationship
3
+ ## Term 1 Name
4
+ T1
5
+ ## Term 2 Name
6
+ T2
7
+ ## Term Relationship
8
+ Synonym