pyMetaModel 0.4.3__tar.gz → 0.4.4__tar.gz

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 (108) hide show
  1. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/PKG-INFO +1 -1
  2. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/ceur-ws/ceur-ws.xlsx +0 -0
  3. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/city/city.sidif +6 -5
  4. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/city/city.xlsx +0 -0
  5. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/family/FamilyContext.xlsx +0 -0
  6. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/infrastructure/infrastructure.puml +7 -0
  7. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/infrastructure/infrastructure.xlsx +0 -0
  8. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/infrastructure/infrastructure_puml.txt +7 -0
  9. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/metamodel/metamodel.puml +14 -14
  10. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/metamodel/metamodel.sidif +104 -37
  11. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/metamodel/metamodel.xlsx +0 -0
  12. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/metamodel/metamodel_puml.txt +14 -14
  13. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/scientific-events/scientific-events.mermaid +10 -20
  14. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/scientific-events/scientific-events.puml +46 -29
  15. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/scientific-events/scientific-events.sidif +2 -2
  16. pymetamodel-0.4.4/examples/scientific-events/scientific-events.xlsx +0 -0
  17. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/scientific-events/scientific-events.yaml +112 -236
  18. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/scientific-events/scientific-events_puml.txt +46 -29
  19. pymetamodel-0.4.4/examples/smartRQM/smartRQM.puml +170 -0
  20. pymetamodel-0.4.4/examples/smartRQM/smartRQM.sidif +781 -0
  21. pymetamodel-0.4.4/examples/smartRQM/smartRQM.yaml +0 -0
  22. pymetamodel-0.4.4/examples/smartRQM/smartRQM_puml.txt +172 -0
  23. pymetamodel-0.4.4/examples/smwcon/smwcon.mermaid +58 -0
  24. pymetamodel-0.4.4/examples/smwcon/smwcon.puml +147 -0
  25. pymetamodel-0.4.4/examples/smwcon/smwcon.py +0 -0
  26. pymetamodel-0.4.4/examples/smwcon/smwcon.sidif +549 -0
  27. pymetamodel-0.4.4/examples/smwcon/smwcon.xlsx +0 -0
  28. pymetamodel-0.4.4/examples/smwcon/smwcon.yaml +692 -0
  29. pymetamodel-0.4.4/examples/smwcon/smwcon_puml.txt +149 -0
  30. pymetamodel-0.4.4/examples/teaching/TeachingSchema.py +0 -0
  31. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/teaching/TeachingSchema.xlsx +0 -0
  32. pymetamodel-0.4.4/examples/wiki/wiki.mermaid +8 -0
  33. pymetamodel-0.4.4/examples/wiki/wiki.puml +129 -0
  34. pymetamodel-0.4.4/examples/wiki/wiki.py +207 -0
  35. pymetamodel-0.4.4/examples/wiki/wiki.sidif +252 -0
  36. pymetamodel-0.4.4/examples/wiki/wiki.xlsx +0 -0
  37. pymetamodel-0.4.4/examples/wiki/wiki.yaml +252 -0
  38. pymetamodel-0.4.4/examples/wiki/wiki_puml.txt +131 -0
  39. pymetamodel-0.4.4/meta/__init__.py +1 -0
  40. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/meta/metamodel.py +17 -4
  41. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/meta/mw.py +1 -1
  42. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/meta/uml.py +2 -1
  43. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/meta/version.py +1 -1
  44. pymetamodel-0.4.4/tests/__init__.py +0 -0
  45. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/tests/test_mw.py +1 -1
  46. pymetamodel-0.4.3/examples/scientific-events/scientific-events.xlsx +0 -0
  47. pymetamodel-0.4.3/meta/__init__.py +0 -1
  48. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/.github/workflows/build.yml +0 -0
  49. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/.github/workflows/upload-to-pypi.yml +0 -0
  50. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/.gitignore +0 -0
  51. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/.project +0 -0
  52. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/.pydevproject +0 -0
  53. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/LICENSE +0 -0
  54. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/README.md +0 -0
  55. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/docs/index.md +0 -0
  56. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/ceur-ws/ceur-ws.mermaid +0 -0
  57. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/ceur-ws/ceur-ws.puml +0 -0
  58. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/ceur-ws/ceur-ws.py +0 -0
  59. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/ceur-ws/ceur-ws.sidif +0 -0
  60. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/ceur-ws/ceur-ws.yaml +0 -0
  61. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/ceur-ws/ceur-ws_puml.txt +0 -0
  62. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/city/city.mermaid +0 -0
  63. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/city/city.puml +0 -0
  64. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/city/city.py +0 -0
  65. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/city/city.yaml +0 -0
  66. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/city/city_puml.txt +0 -0
  67. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/family/FamilyContext.mermaid +0 -0
  68. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/family/FamilyContext.puml +0 -0
  69. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/family/FamilyContext.py +0 -0
  70. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/family/FamilyContext.sidif +0 -0
  71. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/family/FamilyContext.yaml +0 -0
  72. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/family/FamilyContext_puml.txt +0 -0
  73. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/infrastructure/infrastructure.mermaid +0 -0
  74. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/infrastructure/infrastructure.py +0 -0
  75. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/infrastructure/infrastructure.sidif +0 -0
  76. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/infrastructure/infrastructure.yaml +0 -0
  77. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/metamodel/metamodel.mermaid +0 -0
  78. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/metamodel/metamodel.py +0 -0
  79. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/metamodel/metamodel.yaml +0 -0
  80. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/scientific-events/scientific-events.py +0 -0
  81. /pymetamodel-0.4.3/examples/teaching/TeachingSchema.py → /pymetamodel-0.4.4/examples/smartRQM/smartRQM.mermaid +0 -0
  82. /pymetamodel-0.4.3/tests/__init__.py → /pymetamodel-0.4.4/examples/smartRQM/smartRQM.py +0 -0
  83. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/teaching/TeachingSchema.mermaid +0 -0
  84. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/teaching/TeachingSchema.puml +0 -0
  85. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/teaching/TeachingSchema.sidif +0 -0
  86. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/teaching/TeachingSchema.yaml +0 -0
  87. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/examples/teaching/TeachingSchema_puml.txt +0 -0
  88. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/meta/metamodel_cmd.py +0 -0
  89. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/meta/profiler.py +0 -0
  90. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/meta/sidif2linkml.py +0 -0
  91. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/meta/smw_type.py +0 -0
  92. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/metamodel.puml +0 -0
  93. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/mkdocs.yml +0 -0
  94. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/pyproject.toml +0 -0
  95. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/scripts/blackisort +0 -0
  96. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/scripts/doc +0 -0
  97. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/scripts/genexamples +0 -0
  98. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/scripts/install +0 -0
  99. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/scripts/release +0 -0
  100. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/scripts/test +0 -0
  101. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/tests/basemwtest.py +0 -0
  102. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/tests/basesmwtest.py +0 -0
  103. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/tests/basetest.py +0 -0
  104. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/tests/test_generators.py +0 -0
  105. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/tests/test_linkml.py +0 -0
  106. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/tests/test_metamodel.py +0 -0
  107. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/tests/test_plantuml.py +0 -0
  108. {pymetamodel-0.4.3 → pymetamodel-0.4.4}/tests/test_sidif.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pyMetaModel
3
- Version: 0.4.3
3
+ Version: 0.4.4
4
4
  Dynamic: Summary
5
5
  Project-URL: Home, https://github.com/WolfgangFahl/pyMetaModel
6
6
  Project-URL: Documentation, https://wiki.bitplan.com/index.php/PyMetaModel
@@ -1,10 +1,11 @@
1
1
  #
2
2
  # Context:City
3
3
  #
4
- City isA Context
5
- "City" is name of it
4
+ CityContext isA Context
5
+ "CityContext" is name of it
6
6
  "2015-08-22" is since of it
7
- "2015 Wolfgang Fahl" is copyright of it
7
+ "2024-08-08" is updated of it
8
+ "Wolfgang Fahl" is copyright of it
8
9
  "https://wiki.bitplan.com/City" is master of it
9
10
  #
10
11
  #City
@@ -14,7 +15,7 @@ City isA Topic
14
15
  "Cities" is pluralName of it
15
16
  "I represent a City like Berlin, New York or Tokyo" is documentation of it
16
17
  "property" is defaultstoremode of it
17
- "City" is context of it
18
+ "CityContext" is context of it
18
19
  City_name addsTo it
19
20
  City_webpage addsTo it
20
21
  City_wikipedia_url addsTo it
@@ -61,4 +62,4 @@ City_Population isA Property
61
62
  3 is index of it
62
63
  false is isLink of it
63
64
  "City" is topic of it
64
- Country isA Topic
65
+
@@ -16,6 +16,13 @@ package Infrastructure {
16
16
  driver:Text
17
17
  support:URL
18
18
  comment:Text
19
+ os:Text
20
+ osversion:Text
21
+ vm:Text
22
+ size:Number
23
+ formfactor:Text
24
+ rpm:Text
25
+ resolution:Text
19
26
  }
20
27
  Note top of Device
21
28
  A general class for electronic devices
@@ -17,6 +17,13 @@ package Infrastructure {
17
17
  driver:Text
18
18
  support:URL
19
19
  comment:Text
20
+ os:Text
21
+ osversion:Text
22
+ vm:Text
23
+ size:Number
24
+ formfactor:Text
25
+ rpm:Text
26
+ resolution:Text
20
27
  }
21
28
  Note top of Device
22
29
  A general class for electronic devices
@@ -99,66 +99,66 @@ End note
99
99
  Note top of TopicLink
100
100
  A TopicLink links two Concepts
101
101
  End note
102
- class Annotation_URI extends SMW_Type {
102
+ class Annotation_URI {
103
103
  }
104
104
  Note top of Annotation_URI
105
105
  Holds URIs, but has some technical
106
106
  differences during export compared to
107
107
  the 'URL' type
108
108
  End note
109
- class Boolean extends SMW_Type {
109
+ class Boolean {
110
110
  }
111
111
  Note top of Boolean
112
112
  Holds boolean (true/false) values
113
113
  End note
114
- class Code extends SMW_Type {
114
+ class Code {
115
115
  }
116
116
  Note top of Code
117
117
  Holds technical, pre-formatted texts
118
118
  (similar to type Text)
119
119
  End note
120
- class Date extends SMW_Type {
120
+ class Date {
121
121
  }
122
122
  Note top of Date
123
123
  Holds particular points in time
124
124
  End note
125
- class Email extends SMW_Type {
125
+ class Email {
126
126
  }
127
127
  Note top of Email
128
128
  Holds e-mail addresses
129
129
  End note
130
- class Geographic_coordinate extends SMW_Type {
130
+ class Geographic_coordinate {
131
131
  }
132
132
  Note top of Geographic_coordinate
133
133
  Holds coordinates describing geographic
134
134
  locations
135
135
  End note
136
- class Number extends SMW_Type {
136
+ class Number {
137
137
  }
138
138
  Note top of Number
139
139
  Holds integer and decimal numbers, with
140
140
  an optional exponent
141
141
  End note
142
- class Page extends SMW_Type {
142
+ class Page {
143
143
  }
144
144
  Note top of Page
145
145
  Holds names of wiki pages, and displays
146
146
  them as a link
147
147
  End note
148
- class Quantity extends SMW_Type {
148
+ class Quantity {
149
149
  }
150
150
  Note top of Quantity
151
151
  Holds values that describe quantities,
152
152
  containing both a number and a unit
153
153
  End note
154
- class Record extends SMW_Type {
154
+ class Record {
155
155
  }
156
156
  Note top of Record
157
157
  Allows saving compound property values
158
158
  that consist of a short list of values
159
159
  with fixed type and order
160
160
  End note
161
- class Telephone_number extends SMW_Type {
161
+ class Telephone_number {
162
162
  }
163
163
  Note top of Telephone_number
164
164
  Holds international telephone numbers
@@ -166,18 +166,18 @@ based on the
166
166
  [https://tools.ietf.org/html/rfc3966 RFC
167
167
  3966 standard]
168
168
  End note
169
- class Temperature extends SMW_Type {
169
+ class Temperature {
170
170
  }
171
171
  Note top of Temperature
172
172
  Holds temperature values (similar to
173
173
  type Quantity)
174
174
  End note
175
- class Text extends SMW_Type {
175
+ class Text {
176
176
  }
177
177
  Note top of Text
178
178
  Holds text of arbitrary length
179
179
  End note
180
- class URL extends SMW_Type {
180
+ class URL {
181
181
  }
182
182
  Note top of URL
183
183
  Holds URIs, URNs and URLs
@@ -4,8 +4,8 @@
4
4
  MetaModel isA Context
5
5
  "MetaModel" is name of it
6
6
  "2015-01-23" is since of it
7
- "2022-11-24" is updated of it
8
- "2015-2022 BITPlan GmbH" is copyright of it
7
+ "2024-08-01" is updated of it
8
+ "2015-2024 BITPlan GmbH" is copyright of it
9
9
  "http://master.bitplan.com" is master of it
10
10
  #
11
11
  #Context
@@ -112,6 +112,7 @@ Property isA Topic
112
112
  Property_name addsTo it
113
113
  Property_label addsTo it
114
114
  Property_type addsTo it
115
+ Property_scope addsTo it
115
116
  Property_index addsTo it
116
117
  Property_sortPos addsTo it
117
118
  Property_primaryKey addsTo it
@@ -172,12 +173,27 @@ false is uploadable of it
172
173
  true is showInGrid of it
173
174
  false is isLink of it
174
175
  "Property" is topic of it
176
+ # property scope
177
+ Property_scope isA Property
178
+ "scope" is name of it
179
+ "scope" is label of it
180
+ "Text" is type of it
181
+ "Root,Override,Global" is allowedValues of it
182
+ "dropdown" is inputType of it
183
+ 4 is index of it
184
+ false is primaryKey of it
185
+ true is mandatory of it
186
+ 50 is size of it
187
+ false is uploadable of it
188
+ "The scope of the property" is documentation of it
189
+ false is isLink of it
190
+ "Property" is topic of it
175
191
  # property index
176
192
  Property_index isA Property
177
193
  "index" is name of it
178
194
  "index" is label of it
179
195
  "Number" is type of it
180
- 4 is index of it
196
+ 5 is index of it
181
197
  false is primaryKey of it
182
198
  false is mandatory of it
183
199
  false is uploadable of it
@@ -190,12 +206,12 @@ Property_sortPos isA Property
190
206
  "sortPos" is name of it
191
207
  "sortPos" is label of it
192
208
  "Number" is type of it
193
- 5 is index of it
209
+ 6 is index of it
194
210
  false is primaryKey of it
195
211
  false is mandatory of it
196
212
  3 is size of it
197
213
  false is uploadable of it
198
- "If none empty >0 this is the position in the sort clause of this
214
+ "If none empty >0 this is the position in the sort clause of this
199
215
  property. This is used when displaying list of the topic as the default sort order
200
216
  and it is used for selecting topics .
201
217
 
@@ -208,7 +224,7 @@ Property_primaryKey isA Property
208
224
  "primaryKey" is name of it
209
225
  "primary key" is label of it
210
226
  "Boolean" is type of it
211
- 6 is index of it
227
+ 7 is index of it
212
228
  false is primaryKey of it
213
229
  false is mandatory of it
214
230
  4 is size of it
@@ -221,7 +237,7 @@ Property_mandatory isA Property
221
237
  "mandatory" is name of it
222
238
  "mandatory" is label of it
223
239
  "Boolean" is type of it
224
- 7 is index of it
240
+ 8 is index of it
225
241
  false is primaryKey of it
226
242
  false is mandatory of it
227
243
  4 is size of it
@@ -236,7 +252,7 @@ Property_namespace isA Property
236
252
  "namespace" is name of it
237
253
  "namespace" is label of it
238
254
  "Text" is type of it
239
- 8 is index of it
255
+ 9 is index of it
240
256
  false is primaryKey of it
241
257
  false is mandatory of it
242
258
  20 is size of it
@@ -249,7 +265,7 @@ Property_size isA Property
249
265
  "size" is name of it
250
266
  "size" is label of it
251
267
  "Number" is type of it
252
- 9 is index of it
268
+ 10 is index of it
253
269
  false is primaryKey of it
254
270
  false is mandatory of it
255
271
  3 is size of it
@@ -262,7 +278,7 @@ Property_uploadable isA Property
262
278
  "uploadable" is name of it
263
279
  "uploadable" is label of it
264
280
  "Boolean" is type of it
265
- 10 is index of it
281
+ 11 is index of it
266
282
  false is primaryKey of it
267
283
  false is mandatory of it
268
284
  4 is size of it
@@ -279,7 +295,7 @@ Property_defaultValue isA Property
279
295
  "defaultValue" is name of it
280
296
  "default" is label of it
281
297
  "Code" is type of it
282
- 11 is index of it
298
+ 12 is index of it
283
299
  false is primaryKey of it
284
300
  false is mandatory of it
285
301
  80 is size of it
@@ -294,7 +310,7 @@ Property_inputType isA Property
294
310
  "inputType" is name of it
295
311
  "inputType" is label of it
296
312
  "Text" is type of it
297
- 12 is index of it
313
+ 13 is index of it
298
314
  false is primaryKey of it
299
315
  false is mandatory of it
300
316
  50 is size of it
@@ -312,7 +328,7 @@ Property_allowedValues isA Property
312
328
  "allowedValues" is name of it
313
329
  "allowedValues" is label of it
314
330
  "Text" is type of it
315
- 13 is index of it
331
+ 14 is index of it
316
332
  false is primaryKey of it
317
333
  false is mandatory of it
318
334
  50 is size of it
@@ -329,7 +345,7 @@ Property_documentation isA Property
329
345
  "documentation" is name of it
330
346
  "documentation" is label of it
331
347
  "Text" is type of it
332
- 14 is index of it
348
+ 15 is index of it
333
349
  false is primaryKey of it
334
350
  false is mandatory of it
335
351
  500 is size of it
@@ -343,7 +359,7 @@ Property_values_from isA Property
343
359
  "values_from" is name of it
344
360
  "values from" is label of it
345
361
  "Code" is type of it
346
- 15 is index of it
362
+ 16 is index of it
347
363
  false is primaryKey of it
348
364
  false is mandatory of it
349
365
  200 is size of it
@@ -365,7 +381,7 @@ Property_externalFormatterURI isA Property
365
381
  "externalFormatterURI" is name of it
366
382
  "external formatter URI" is label of it
367
383
  "Text" is type of it
368
- 15 is index of it
384
+ 17 is index of it
369
385
  false is primaryKey of it
370
386
  false is mandatory of it
371
387
  200 is size of it
@@ -377,12 +393,12 @@ Property_showInGrid isA Property
377
393
  "showInGrid" is name of it
378
394
  "showInGrid" is label of it
379
395
  "Boolean" is type of it
380
- 16 is index of it
396
+ 18 is index of it
381
397
  false is primaryKey of it
382
398
  false is mandatory of it
383
399
  false is uploadable of it
384
400
  "true" is defaultValue of it
385
- "I am true if this property is displayed in the default list of properties for my topic as
401
+ "I am true if this property is displayed in the default list of properties for my topic as
386
402
  a column" is documentation of it
387
403
  true is showInGrid of it
388
404
  false is isLink of it
@@ -392,7 +408,7 @@ Property_isLink isA Property
392
408
  "isLink" is name of it
393
409
  "isLink" is label of it
394
410
  "Boolean" is type of it
395
- 17 is index of it
411
+ 19 is index of it
396
412
  false is primaryKey of it
397
413
  false is mandatory of it
398
414
  false is uploadable of it
@@ -405,7 +421,7 @@ Property_nullable isA Property
405
421
  "nullable" is name of it
406
422
  "allow nulls?" is label of it
407
423
  "Boolean" is type of it
408
- 18 is index of it
424
+ 20 is index of it
409
425
  false is primaryKey of it
410
426
  false is mandatory of it
411
427
  false is uploadable of it
@@ -421,8 +437,8 @@ SMW_Type isA Topic
421
437
  "SMW_Type" is name of it
422
438
  "SMW_Types" is pluralName of it
423
439
  "an SMW_Type is a data type which determines the possible values for that type e.g. a Boolean can hold true/false values while a Number can hold 3.1459 or 20. A Page can hold the name of a Wiki page see https://semantic-mediawiki.org/wiki/Help:List_of_datatypes" is documentation of it
424
- "see
425
- * https://semantic-mediawiki.org/wiki/Special:Types
440
+ "see
441
+ * https://semantic-mediawiki.org/wiki/Special:Types
426
442
  * https://semantic-mediawiki.org/wiki/Help:List_of_datatypes" is wikiDocumentation of it
427
443
  "File:Component.png" is icon of it
428
444
  "/images/4/40/Component.png" is iconUrl of it
@@ -522,6 +538,8 @@ false is cargo of it
522
538
  "MetaModel" is context of it
523
539
  Topic_name addsTo it
524
540
  Topic_pluralName addsTo it
541
+ Topic_isA addsTo it
542
+ Topic_extends addsTo it
525
543
  Topic_icon addsTo it
526
544
  Topic_iconUrl addsTo it
527
545
  Topic_documentation addsTo it
@@ -558,12 +576,33 @@ false is uploadable of it
558
576
  "The plural of a topic name. E.g. for the topic 'City' the pluralName is 'Cities'. If no pluralName is specified an 's' is appended. E.g. for the topic 'Book' the default pluralName is 'Books'" is documentation of it
559
577
  false is isLink of it
560
578
  "Topic" is topic of it
579
+ # property isA
580
+ Topic_isA isA Property
581
+ "isA" is name of it
582
+ "isA" is label of it
583
+ "Text" is type of it
584
+ "Global" is scope of it
585
+ 3 is index of it
586
+ false is uploadable of it
587
+ "The metamodel kind of the topic" is documentation of it
588
+ false is isLink of it
589
+ "Topic" is topic of it
590
+ Topic_extends isA Property
591
+ "extends" is name of it
592
+ "extends" is label of it
593
+ "concept=Topic" is values_from of it
594
+ "Text" is type of it
595
+ 4 is index of it
596
+ false is uploadable of it
597
+ "this topic specializes the topic it extends (if any)" is documentation of it
598
+ false is isLink of it
599
+ "Topic" is topic of it
561
600
  # property icon
562
601
  Topic_icon isA Property
563
602
  "icon" is name of it
564
603
  "icon" is label of it
565
604
  "Page" is type of it
566
- 3 is index of it
605
+ 5 is index of it
567
606
  false is primaryKey of it
568
607
  false is mandatory of it
569
608
  "File" is namespace of it
@@ -578,7 +617,7 @@ Topic_iconUrl isA Property
578
617
  "iconUrl" is name of it
579
618
  "icon Url" is label of it
580
619
  "Code" is type of it
581
- 4 is index of it
620
+ 6 is index of it
582
621
  false is primaryKey of it
583
622
  false is mandatory of it
584
623
  80 is size of it
@@ -593,7 +632,7 @@ Topic_documentation isA Property
593
632
  "documentation" is name of it
594
633
  "documentation" is label of it
595
634
  "Text" is type of it
596
- 5 is index of it
635
+ 7 is index of it
597
636
  false is primaryKey of it
598
637
  false is mandatory of it
599
638
  50 is size of it
@@ -606,7 +645,7 @@ Topic_wikiDocumentation isA Property
606
645
  "wikiDocumentation" is name of it
607
646
  "wikiDocumentation" is label of it
608
647
  "Text" is type of it
609
- 6 is index of it
648
+ 8 is index of it
610
649
  false is primaryKey of it
611
650
  false is mandatory of it
612
651
  50 is size of it
@@ -619,7 +658,7 @@ Topic_defaultstoremode isA Property
619
658
  "defaultstoremode" is name of it
620
659
  "default storemode" is label of it
621
660
  "Text" is type of it
622
- 7 is index of it
661
+ 9 is index of it
623
662
  false is primaryKey of it
624
663
  false is mandatory of it
625
664
  50 is size of it
@@ -634,7 +673,7 @@ Topic_listLimit isA Property
634
673
  "listLimit" is name of it
635
674
  "list Limit" is label of it
636
675
  "Number" is type of it
637
- 8 is index of it
676
+ 10 is index of it
638
677
  false is primaryKey of it
639
678
  false is mandatory of it
640
679
  4 is size of it
@@ -649,7 +688,7 @@ Topic_cargo isA Property
649
688
  "cargo" is name of it
650
689
  "use cargo" is label of it
651
690
  "Boolean" is type of it
652
- 9 is index of it
691
+ 11 is index of it
653
692
  false is primaryKey of it
654
693
  false is mandatory of it
655
694
  false is uploadable of it
@@ -662,7 +701,7 @@ Topic_headerTabs isA Property
662
701
  "headerTabs" is name of it
663
702
  "headerTabs" is label of it
664
703
  "Boolean" is type of it
665
- 10 is index of it
704
+ 12 is index of it
666
705
  false is primaryKey of it
667
706
  false is mandatory of it
668
707
  false is uploadable of it
@@ -868,7 +907,12 @@ TopicLink_target addsTo it
868
907
  TopicLink_targetRole addsTo it
869
908
  TopicLink_targetMultiple addsTo it
870
909
  TopicLink_targetDocumentation addsTo it
910
+ TopicLink_separator addsTo it
871
911
  TopicLink_masterDetail addsTo it
912
+ #
913
+ # properties of TopicLink
914
+ #
915
+ # property name
872
916
  TopicLink_name isA Property
873
917
  "name" is name of it
874
918
  "name" is label of it
@@ -881,6 +925,7 @@ false is uploadable of it
881
925
  "The name of the topic link" is documentation of it
882
926
  false is isLink of it
883
927
  "TopicLink" is topic of it
928
+ # property source
884
929
  TopicLink_source isA Property
885
930
  "source" is name of it
886
931
  "source" is label of it
@@ -895,6 +940,7 @@ false is uploadable of it
895
940
  "concept=Topic" is values_from of it
896
941
  false is isLink of it
897
942
  "TopicLink" is topic of it
943
+ # property sourceRole
898
944
  TopicLink_sourceRole isA Property
899
945
  "sourceRole" is name of it
900
946
  "sourceRole" is label of it
@@ -906,6 +952,7 @@ false is mandatory of it
906
952
  false is uploadable of it
907
953
  false is isLink of it
908
954
  "TopicLink" is topic of it
955
+ # property sourceMultiple
909
956
  TopicLink_sourceMultiple isA Property
910
957
  "sourceMultiple" is name of it
911
958
  "sourceMultiple" is label of it
@@ -917,6 +964,7 @@ false is mandatory of it
917
964
  false is uploadable of it
918
965
  false is isLink of it
919
966
  "TopicLink" is topic of it
967
+ # property sourceDocumentation
920
968
  TopicLink_sourceDocumentation isA Property
921
969
  "sourceDocumentation" is name of it
922
970
  "source Doc" is label of it
@@ -930,6 +978,7 @@ false is uploadable of it
930
978
  "Documentation for the source Role" is documentation of it
931
979
  false is isLink of it
932
980
  "TopicLink" is topic of it
981
+ # property target
933
982
  TopicLink_target isA Property
934
983
  "target" is name of it
935
984
  "target" is label of it
@@ -941,6 +990,7 @@ false is mandatory of it
941
990
  false is uploadable of it
942
991
  false is isLink of it
943
992
  "TopicLink" is topic of it
993
+ # property targetRole
944
994
  TopicLink_targetRole isA Property
945
995
  "targetRole" is name of it
946
996
  "targetRole" is label of it
@@ -952,6 +1002,7 @@ false is mandatory of it
952
1002
  false is uploadable of it
953
1003
  false is isLink of it
954
1004
  "TopicLink" is topic of it
1005
+ # property targetMultiple
955
1006
  TopicLink_targetMultiple isA Property
956
1007
  "targetMultiple" is name of it
957
1008
  "sourceMultiple" is label of it
@@ -963,6 +1014,7 @@ false is mandatory of it
963
1014
  false is uploadable of it
964
1015
  false is isLink of it
965
1016
  "TopicLink" is topic of it
1017
+ # property targetDocumentation
966
1018
  TopicLink_targetDocumentation isA Property
967
1019
  "targetDocumentation" is name of it
968
1020
  "target Doc" is label of it
@@ -976,17 +1028,30 @@ false is uploadable of it
976
1028
  "Documentation for the target Role" is documentation of it
977
1029
  false is isLink of it
978
1030
  "TopicLink" is topic of it
1031
+ # property separator
1032
+ TopicLink_separator isA Property
1033
+ "separator" is name of it
1034
+ "separator" is label of it
1035
+ "Text" is type of it
1036
+ 10 is index of it
1037
+ false is primaryKey of it
1038
+ false is mandatory of it
1039
+ false is uploadable of it
1040
+ "[https://www.semantic-mediawiki.org/wiki/Help:Setting_values/Working_with_the_separator_parameter separator parameter] to be used in [https://www.semantic-mediawiki.org/wiki/Help:Setting_values/Working_with_the_separator_parameter SMW #set] - no separator is given subobjects are assumed" is documentation of it
1041
+ false is isLink of it
1042
+ "TopicLink" is topic of it
1043
+ # property masterDetail
979
1044
  TopicLink_masterDetail isA Property
980
1045
  "masterDetail" is name of it
981
1046
  "masterDetail" is label of it
982
1047
  "Boolean" is type of it
983
- 10 is index of it
1048
+ 11 is index of it
984
1049
  false is primaryKey of it
985
1050
  false is mandatory of it
986
1051
  false is uploadable of it
987
1052
  "should the details be displayed in the same form and template?
988
- If no
989
- * for a 1:1 link there will be a linking attribute used and that can be selected.
1053
+ If no
1054
+ * for a 1:1 link there will be a linking attribute used and that can be selected.
990
1055
  * for a 1:n link a link to the list of neighbours will be displayed
991
1056
  if yes
992
1057
  * for a 1:1 link the details
@@ -1003,15 +1068,17 @@ false is sourceMultiple of it
1003
1068
  "Topic" is source of it
1004
1069
  "properties" is targetRole of it
1005
1070
  true is targetMultiple of it
1006
- "Property" is target of it
1071
+ "Property" is target of it
1007
1072
  TopicLinks_containedTopics isA TopicLink
1008
1073
  "containedTopics" is name of it
1009
1074
  "context" is sourceRole of it
1075
+ "the context this topic belongs to" is sourceDocumentation of it
1010
1076
  false is sourceMultiple of it
1011
1077
  "Context" is source of it
1012
1078
  "topics" is targetRole of it
1079
+ "the topic of this context" is targetDocumentation of it
1013
1080
  true is targetMultiple of it
1014
- "Topic" is target of it
1081
+ "Topic" is target of it
1015
1082
  TopicLinks_typeOfProperty isA TopicLink
1016
1083
  "typeOfProperty" is name of it
1017
1084
  "usedByProperties" is sourceRole of it
@@ -1022,7 +1089,7 @@ true is sourceMultiple of it
1022
1089
  false is targetMultiple of it
1023
1090
  "SMW_Type" is target of it
1024
1091
  false is masterDetail of it
1025
- "the smw_type being used by this property" is targetDocumentation of it
1092
+ "the smw_type being used by this property" is targetDocumentation of it
1026
1093
  # data
1027
1094
  Annotation_URI isA SMW_Type
1028
1095
  "Annotation URI" is type of it
@@ -1093,4 +1160,4 @@ URL isA SMW_Type
1093
1160
  "URL" is type of it
1094
1161
  "Special:Types/URL" is typepage of it
1095
1162
  "Holds URIs, URNs and URLs" is documentation of it
1096
- "https://semantic-mediawiki.org/wiki/Help:Type_URL" is helppage of it
1163
+ "https://semantic-mediawiki.org/wiki/Help:Type_URL" is helppage of it