activefacts-examples 1.7.1 → 1.7.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +8 -0
- data/Gemfile +1 -2
- data/activefacts-examples.gemspec +2 -2
- data/diagrams/json/Address.json +28 -28
- data/diagrams/json/Astronomy.json +12 -12
- data/diagrams/json/Blog.json +29 -29
- data/diagrams/json/CinemaBookings.json +25 -25
- data/diagrams/json/CinemaTickets.json +74 -74
- data/diagrams/json/CompanyDirectorEmployee.json +25 -25
- data/diagrams/json/Death.json +7 -7
- data/diagrams/json/Diplomacy.json +20 -20
- data/diagrams/json/Genealogy.json +57 -57
- data/diagrams/json/Insurance.json +222 -227
- data/diagrams/json/Marriage.json +10 -10
- data/diagrams/json/Metamodel.json +300 -278
- data/diagrams/json/Monogamy.json +9 -9
- data/diagrams/json/MultiInheritance.json +9 -9
- data/diagrams/json/MultipleSubtyping.json +9 -9
- data/diagrams/json/OilSupply.json +21 -21
- data/diagrams/json/OneRoleNesting.json +19 -19
- data/diagrams/json/Orienteering.json +69 -71
- data/diagrams/json/PersonPlaysGame.json +7 -7
- data/diagrams/json/RedundantDependency.json +18 -18
- data/diagrams/json/SchoolActivities.json +9 -9
- data/diagrams/json/SeparateSubtype.json +12 -12
- data/diagrams/json/SimplestUnary.json +3 -3
- data/diagrams/json/Supervision.json +14 -14
- data/diagrams/json/VenueSeating.json +22 -22
- data/diagrams/json/WaiterTips.json +13 -13
- data/diagrams/json/Warehousing.json +51 -51
- data/diagrams/json/WindowInRoomInBldg.json +19 -19
- data/metadata/json/Metamodel.json +457 -431
- data/metadata/json/OilSupply.json +54 -54
- metadata +15 -1
@@ -2,7 +2,7 @@
|
|
2
2
|
"types": {
|
3
3
|
"Absorption": {
|
4
4
|
"is_main": false,
|
5
|
-
"id": "
|
5
|
+
"id": "C4DE2415-F2F5-42AD-906B-50039DAE1DDF",
|
6
6
|
"functions": [
|
7
7
|
{
|
8
8
|
"title": "as Component",
|
@@ -16,127 +16,127 @@
|
|
16
16
|
"title": "Absorption flattens",
|
17
17
|
"type": "boolean",
|
18
18
|
"where": "this Absorption flattens",
|
19
|
-
"role_id": "
|
19
|
+
"role_id": "2C4C2582-9448-4155-9BB4-C744AD1252B1"
|
20
20
|
},
|
21
21
|
{
|
22
22
|
"title": "Index Role",
|
23
23
|
"type": "Role",
|
24
24
|
"where": "this Absorption is nested under one index-Role",
|
25
|
-
"role_id": "
|
25
|
+
"role_id": "41F652F4-5552-40DE-BDA1-0419FBA49B44"
|
26
26
|
},
|
27
27
|
{
|
28
28
|
"title": "Parent Role",
|
29
29
|
"type": "Role",
|
30
30
|
"where": "this Absorption traverses from one parent-Role",
|
31
|
-
"role_id": "
|
31
|
+
"role_id": "A5B77AB6-6797-49E7-A3FD-A70BE399E9D8"
|
32
32
|
},
|
33
33
|
{
|
34
34
|
"title": "Child Role",
|
35
35
|
"type": "Role",
|
36
36
|
"where": "this Absorption traverses to one child-Role",
|
37
|
-
"role_id": "
|
37
|
+
"role_id": "BE744A85-0CE7-4C53-A1D9-1C63B9A5E19D"
|
38
38
|
}
|
39
39
|
]
|
40
40
|
},
|
41
41
|
"Adjective": {
|
42
42
|
"is_main": false,
|
43
|
-
"id": "
|
43
|
+
"id": "9C2A73C4-A547-4CD7-A9DB-78EC7902DAC7",
|
44
44
|
"functions": [
|
45
45
|
{
|
46
46
|
"title": "all Role Ref as Leading Adjective",
|
47
47
|
"type": "Role Ref",
|
48
48
|
"where": "some Role Ref has this leading-Adjective",
|
49
|
-
"role_id": "
|
49
|
+
"role_id": "42707146-80F8-4870-9308-031AA6950635",
|
50
50
|
"is_list": true
|
51
51
|
},
|
52
52
|
{
|
53
53
|
"title": "all Role Ref as Trailing Adjective",
|
54
54
|
"type": "Role Ref",
|
55
55
|
"where": "some Role Ref has this trailing-Adjective",
|
56
|
-
"role_id": "
|
56
|
+
"role_id": "6CB1D876-840A-436C-8241-2C30207B72EB",
|
57
57
|
"is_list": true
|
58
58
|
}
|
59
59
|
]
|
60
60
|
},
|
61
61
|
"Agent": {
|
62
62
|
"is_main": false,
|
63
|
-
"id": "
|
63
|
+
"id": "ED5BA20D-5DC2-4EA0-984E-63A867D5C181",
|
64
64
|
"functions": [
|
65
65
|
{
|
66
66
|
"title": "Agent Name",
|
67
67
|
"type": "Agent Name",
|
68
68
|
"where": "this Agent has one Agent Name",
|
69
|
-
"role_id": "
|
69
|
+
"role_id": "D0D3FF19-4D95-4BAF-90EB-736D01AC6BD1"
|
70
70
|
},
|
71
71
|
{
|
72
72
|
"title": "all Agreement",
|
73
73
|
"type": "Agreement",
|
74
74
|
"where": "this Agent agreed on some Agreement",
|
75
|
-
"role_id": "
|
75
|
+
"role_id": "DED02D86-E77B-490D-8923-92E9A8585865",
|
76
76
|
"is_list": true
|
77
77
|
},
|
78
78
|
{
|
79
79
|
"title": "all Context According To",
|
80
80
|
"type": "Context According To",
|
81
81
|
"where": "this Agent claims some Context Note",
|
82
|
-
"role_id": "
|
82
|
+
"role_id": "3CD6E328-83B0-4B7F-8F3E-F0730E520830",
|
83
83
|
"is_list": true
|
84
84
|
},
|
85
85
|
{
|
86
86
|
"title": "all Enforcement",
|
87
87
|
"type": "Enforcement",
|
88
88
|
"where": "some Enforcement notifies this Agent",
|
89
|
-
"role_id": "
|
89
|
+
"role_id": "A564BDE5-CEA5-4D9D-9904-34FD18058AF7",
|
90
90
|
"is_list": true
|
91
91
|
}
|
92
92
|
]
|
93
93
|
},
|
94
94
|
"Agent Name": {
|
95
95
|
"is_main": false,
|
96
|
-
"id": "
|
96
|
+
"id": "C4D7B532-16A6-43E4-870A-394093E7F5AC",
|
97
97
|
"functions": [
|
98
98
|
{
|
99
99
|
"title": "Agent",
|
100
100
|
"type": "Agent",
|
101
101
|
"where": "this Agent Name is of one Agent",
|
102
|
-
"role_id": "
|
102
|
+
"role_id": "9DBE64DF-4E98-438A-B18F-9CC5DC63AC95"
|
103
103
|
}
|
104
104
|
]
|
105
105
|
},
|
106
106
|
"Aggregate": {
|
107
107
|
"is_main": false,
|
108
|
-
"id": "
|
108
|
+
"id": "DD017D4C-465F-41AD-A91C-A47C52ADAE4E",
|
109
109
|
"functions": [
|
110
110
|
{
|
111
111
|
"title": "Aggregate Code",
|
112
112
|
"type": "Aggregate Code",
|
113
113
|
"where": "this Aggregate has one Aggregate Code",
|
114
|
-
"role_id": "
|
114
|
+
"role_id": "AE52B037-B1D3-4981-9EFB-3A93593F7D16"
|
115
115
|
},
|
116
116
|
{
|
117
117
|
"title": "all Aggregation",
|
118
118
|
"type": "Aggregation",
|
119
119
|
"where": "this Aggregate of some aggregated-Variable is bound as some Variable",
|
120
|
-
"role_id": "
|
120
|
+
"role_id": "21FF1DBA-E5AB-4EAB-9468-5353D4615EA1",
|
121
121
|
"is_list": true
|
122
122
|
}
|
123
123
|
]
|
124
124
|
},
|
125
125
|
"Aggregate Code": {
|
126
126
|
"is_main": false,
|
127
|
-
"id": "
|
127
|
+
"id": "5ED8EDB5-ED19-4C12-93C0-2AEABA38EBEE",
|
128
128
|
"functions": [
|
129
129
|
{
|
130
130
|
"title": "Aggregate",
|
131
131
|
"type": "Aggregate",
|
132
132
|
"where": "this Aggregate Code is of one Aggregate",
|
133
|
-
"role_id": "
|
133
|
+
"role_id": "3F90F113-B867-40BB-B9F1-507A205B5BD7"
|
134
134
|
}
|
135
135
|
]
|
136
136
|
},
|
137
137
|
"Aggregation": {
|
138
138
|
"is_main": true,
|
139
|
-
"id": "
|
139
|
+
"id": "26C189BA-9D00-4F41-A874-69931DB0C6A8",
|
140
140
|
"functions": [
|
141
141
|
{
|
142
142
|
"title": "involving Variable",
|
@@ -157,146 +157,146 @@
|
|
157
157
|
},
|
158
158
|
"Agreement": {
|
159
159
|
"is_main": false,
|
160
|
-
"id": "
|
160
|
+
"id": "D57FFA2C-8115-4435-84C1-4E91779A69B4",
|
161
161
|
"functions": [
|
162
162
|
{
|
163
163
|
"title": "Date",
|
164
164
|
"type": "Date",
|
165
165
|
"where": "this Agreement was on one Date",
|
166
|
-
"role_id": "
|
166
|
+
"role_id": "E1044FDB-C942-479C-987C-F5BA7BC8A766"
|
167
167
|
},
|
168
168
|
{
|
169
169
|
"title": "all Agent",
|
170
170
|
"type": "Agent",
|
171
171
|
"where": "this Agreement was reached by some Agent",
|
172
|
-
"role_id": "
|
172
|
+
"role_id": "AB4E767E-75AF-423E-B793-D8DD1DADBC74",
|
173
173
|
"is_list": true
|
174
174
|
},
|
175
175
|
{
|
176
176
|
"title": "Context Note",
|
177
177
|
"type": "Context Note",
|
178
178
|
"where": "this Agreement covers one Context Note",
|
179
|
-
"role_id": "
|
179
|
+
"role_id": "F52C7C74-971F-486B-8EC2-DFAA2B4C7524"
|
180
180
|
}
|
181
181
|
]
|
182
182
|
},
|
183
183
|
"Alternative Set": {
|
184
184
|
"is_main": true,
|
185
|
-
"id": "
|
185
|
+
"id": "D5AA76A6-9C9E-4A0B-98D8-8009FE3EB420",
|
186
186
|
"functions": [
|
187
187
|
{
|
188
188
|
"title": "Guid",
|
189
189
|
"type": "Guid",
|
190
190
|
"where": "this Alternative Set has one Guid",
|
191
|
-
"role_id": "
|
191
|
+
"role_id": "159245EA-11AC-448A-8FF6-7322631CF99B"
|
192
192
|
},
|
193
193
|
{
|
194
194
|
"title": "Alternative Set members are exclusive",
|
195
195
|
"type": "boolean",
|
196
196
|
"where": "this Alternative Set members are exclusive",
|
197
|
-
"role_id": "
|
197
|
+
"role_id": "2484DB0D-F641-48E1-BCC1-7DC56370C24D"
|
198
198
|
},
|
199
199
|
{
|
200
200
|
"title": "all Step",
|
201
201
|
"type": "Step",
|
202
202
|
"where": "this Alternative Set covers some Step",
|
203
|
-
"role_id": "
|
203
|
+
"role_id": "DA7DDC83-0834-4F75-B182-EF7D424657C5",
|
204
204
|
"is_list": true
|
205
205
|
}
|
206
206
|
]
|
207
207
|
},
|
208
208
|
"Annotation": {
|
209
209
|
"is_main": false,
|
210
|
-
"id": "
|
210
|
+
"id": "16768D60-E20D-4EAE-8B03-7D6CB1EE7F52",
|
211
211
|
"functions": [
|
212
212
|
{
|
213
213
|
"title": "all Concept",
|
214
214
|
"type": "Concept",
|
215
215
|
"where": "this Annotation applies to some Concept",
|
216
|
-
"role_id": "
|
216
|
+
"role_id": "BC8D4D92-AAF7-4B8B-9424-E665FDDB7AF8",
|
217
217
|
"is_list": true
|
218
218
|
}
|
219
219
|
]
|
220
220
|
},
|
221
221
|
"Assimilation": {
|
222
222
|
"is_main": false,
|
223
|
-
"id": "
|
223
|
+
"id": "E9BA9248-1B40-40E2-A245-04D1066A55B1",
|
224
224
|
"functions": [
|
225
225
|
{
|
226
226
|
"title": "all Type Inheritance",
|
227
227
|
"type": "Type Inheritance",
|
228
228
|
"where": "this Assimilation applies to some Type Inheritance",
|
229
|
-
"role_id": "
|
229
|
+
"role_id": "461FC386-BD2D-4315-9AA9-54D68AA07C25",
|
230
230
|
"is_list": true
|
231
231
|
}
|
232
232
|
]
|
233
233
|
},
|
234
234
|
"Bound": {
|
235
235
|
"is_main": false,
|
236
|
-
"id": "
|
236
|
+
"id": "C3949D07-0497-46CF-9360-D0A856F628A6",
|
237
237
|
"functions": [
|
238
238
|
{
|
239
239
|
"title": "Value",
|
240
240
|
"type": "Value",
|
241
241
|
"where": "this Bound has one Value",
|
242
|
-
"role_id": "
|
242
|
+
"role_id": "4DA13CD4-9632-4916-98EC-E67E98B009C4"
|
243
243
|
},
|
244
244
|
{
|
245
245
|
"title": "Bound is inclusive",
|
246
246
|
"type": "boolean",
|
247
247
|
"where": "this Bound is inclusive",
|
248
|
-
"role_id": "
|
248
|
+
"role_id": "5C65BD23-177B-4EE6-A885-34347AD92ECE"
|
249
249
|
},
|
250
250
|
{
|
251
251
|
"title": "all Value Range as Maximum Bound",
|
252
252
|
"type": "Value Range",
|
253
253
|
"where": "some Value Range has this maximum-Bound",
|
254
|
-
"role_id": "
|
254
|
+
"role_id": "E946E714-3C7E-4D3F-981E-29BC3F0E000E",
|
255
255
|
"is_list": true
|
256
256
|
},
|
257
257
|
{
|
258
258
|
"title": "all Value Range as Minimum Bound",
|
259
259
|
"type": "Value Range",
|
260
260
|
"where": "some Value Range has this minimum-Bound",
|
261
|
-
"role_id": "
|
261
|
+
"role_id": "F3E5F0AB-F131-4806-839D-C0F970338664",
|
262
262
|
"is_list": true
|
263
263
|
}
|
264
264
|
]
|
265
265
|
},
|
266
266
|
"Coefficient": {
|
267
267
|
"is_main": false,
|
268
|
-
"id": "
|
268
|
+
"id": "AB5A1709-E97E-4AB4-884D-1C5523BF2503",
|
269
269
|
"functions": [
|
270
270
|
{
|
271
271
|
"title": "Denominator",
|
272
272
|
"type": "Denominator",
|
273
273
|
"where": "this Coefficient has one Denominator",
|
274
|
-
"role_id": "
|
274
|
+
"role_id": "D4954415-8B59-4C38-A764-F5CAECBD32D7"
|
275
275
|
},
|
276
276
|
{
|
277
277
|
"title": "Numerator",
|
278
278
|
"type": "Numerator",
|
279
279
|
"where": "this Coefficient has one Numerator",
|
280
|
-
"role_id": "
|
280
|
+
"role_id": "275F60FA-A5C9-4194-9C99-8127B98B0023"
|
281
281
|
},
|
282
282
|
{
|
283
283
|
"title": "Coefficient is precise",
|
284
284
|
"type": "boolean",
|
285
285
|
"where": "this Coefficient is precise",
|
286
|
-
"role_id": "
|
286
|
+
"role_id": "3327E951-D349-4F77-8B9F-E10D8DF17D27"
|
287
287
|
},
|
288
288
|
{
|
289
289
|
"title": "all Unit",
|
290
290
|
"type": "Unit",
|
291
291
|
"where": "some Unit has this Coefficient",
|
292
|
-
"role_id": "
|
292
|
+
"role_id": "99171486-0040-432F-88DB-49BBA81E69CA",
|
293
293
|
"is_list": true
|
294
294
|
}
|
295
295
|
]
|
296
296
|
},
|
297
297
|
"Component": {
|
298
298
|
"is_main": true,
|
299
|
-
"id": "
|
299
|
+
"id": "A8280EA2-0613-4A3F-BC44-CE95D634779B",
|
300
300
|
"functions": [
|
301
301
|
{
|
302
302
|
"title": "as Absorption",
|
@@ -326,166 +326,166 @@
|
|
326
326
|
"title": "Guid",
|
327
327
|
"type": "Guid",
|
328
328
|
"where": "this Component has one Guid",
|
329
|
-
"role_id": "
|
329
|
+
"role_id": "74090EB2-4029-4D0B-8582-4C5A4C2447AA"
|
330
330
|
},
|
331
331
|
{
|
332
332
|
"title": "Name",
|
333
333
|
"type": "Name",
|
334
334
|
"where": "this Component projects one Name",
|
335
|
-
"role_id": "
|
335
|
+
"role_id": "CE2B0AEC-BAEB-4902-BEE9-5CB79E065A1B"
|
336
336
|
},
|
337
337
|
{
|
338
338
|
"title": "Mapping",
|
339
339
|
"type": "Mapping",
|
340
340
|
"where": "this Member belongs to one parent-Mapping",
|
341
|
-
"role_id": "
|
341
|
+
"role_id": "7E7A5CB5-5D07-4682-B0C5-F78ED445EDE1"
|
342
342
|
}
|
343
343
|
]
|
344
344
|
},
|
345
345
|
"Composite": {
|
346
346
|
"is_main": false,
|
347
|
-
"id": "
|
347
|
+
"id": "EBB0CD65-AA67-4C13-AA05-777E0A5F5C2E",
|
348
348
|
"functions": [
|
349
349
|
{
|
350
350
|
"title": "Composition",
|
351
351
|
"type": "Composition",
|
352
352
|
"where": "this Composite belongs to one Composition",
|
353
|
-
"role_id": "
|
353
|
+
"role_id": "6EF02438-FF3C-40D3-AAFD-743FBD48424E"
|
354
354
|
},
|
355
355
|
{
|
356
356
|
"title": "Mapping",
|
357
357
|
"type": "Mapping",
|
358
358
|
"where": "this Composite consists of one Mapping",
|
359
|
-
"role_id": "
|
359
|
+
"role_id": "C9181881-5D4A-4D17-AB6D-1216E7BD7AB3"
|
360
360
|
}
|
361
361
|
]
|
362
362
|
},
|
363
363
|
"Composition": {
|
364
364
|
"is_main": true,
|
365
|
-
"id": "
|
365
|
+
"id": "955A3766-115E-47CE-88B8-AC37518E989F",
|
366
366
|
"functions": [
|
367
367
|
{
|
368
368
|
"title": "all Composite",
|
369
369
|
"type": "Composite",
|
370
370
|
"where": "this Composition contains some Composite",
|
371
|
-
"role_id": "
|
371
|
+
"role_id": "BDB9E8F9-4937-4CD4-A90E-4CB313881628",
|
372
372
|
"is_list": true
|
373
373
|
},
|
374
374
|
{
|
375
375
|
"title": "Guid",
|
376
376
|
"type": "Guid",
|
377
377
|
"where": "this Composition has one Guid",
|
378
|
-
"role_id": "
|
378
|
+
"role_id": "FEE64571-BD8C-4428-996E-ADEE64DCE39D"
|
379
379
|
},
|
380
380
|
{
|
381
381
|
"title": "Name",
|
382
382
|
"type": "Name",
|
383
383
|
"where": "this Composition is called one Name",
|
384
|
-
"role_id": "
|
384
|
+
"role_id": "F1A3FD61-D444-47B0-BD23-A17F6F007061"
|
385
385
|
}
|
386
386
|
]
|
387
387
|
},
|
388
388
|
"Concept": {
|
389
389
|
"is_main": true,
|
390
|
-
"id": "
|
390
|
+
"id": "30FEC427-8A8C-4329-91E6-34E09E2CDC12",
|
391
391
|
"functions": [
|
392
392
|
{
|
393
393
|
"title": "Topic",
|
394
394
|
"type": "Topic",
|
395
395
|
"where": "this Concept belongs to one Topic",
|
396
|
-
"role_id": "
|
396
|
+
"role_id": "C6EFED54-691F-466A-B8EB-14B80A0BC3F9"
|
397
397
|
},
|
398
398
|
{
|
399
399
|
"title": "Guid",
|
400
400
|
"type": "Guid",
|
401
401
|
"where": "this Concept has one Guid",
|
402
|
-
"role_id": "
|
402
|
+
"role_id": "C86D641E-B538-4278-8A4A-BBDF02E8F1B2"
|
403
403
|
},
|
404
404
|
{
|
405
405
|
"title": "all Mapping Annotation",
|
406
406
|
"type": "Annotation",
|
407
407
|
"where": "this Concept has some mapping-Annotation",
|
408
|
-
"role_id": "
|
408
|
+
"role_id": "8CF84B47-CE5B-4509-BB9B-B1F28D71F39A",
|
409
409
|
"is_list": true
|
410
410
|
},
|
411
411
|
{
|
412
412
|
"title": "Implication Rule",
|
413
413
|
"type": "Implication Rule",
|
414
414
|
"where": "this Concept is implied by one Implication Rule",
|
415
|
-
"role_id": "
|
415
|
+
"role_id": "CE53F57D-A3D1-40E3-85E0-E8270CA3209B"
|
416
416
|
},
|
417
417
|
{
|
418
418
|
"title": "Constraint",
|
419
419
|
"type": "Constraint",
|
420
420
|
"where": "one Constraint is an instance of this Concept",
|
421
|
-
"role_id": "
|
421
|
+
"role_id": "526C8437-9CFA-472C-A2AF-EE3FA646BAAA"
|
422
422
|
},
|
423
423
|
{
|
424
424
|
"title": "all Context Note",
|
425
425
|
"type": "Context Note",
|
426
426
|
"where": "this Concept has some Context Note",
|
427
|
-
"role_id": "
|
427
|
+
"role_id": "D23B438C-D15D-432C-B2C0-29FC5607B4BB",
|
428
428
|
"is_list": true
|
429
429
|
},
|
430
430
|
{
|
431
431
|
"title": "Context Note",
|
432
432
|
"type": "Context Note",
|
433
433
|
"where": "one Context Note is an instance of this Concept",
|
434
|
-
"role_id": "
|
434
|
+
"role_id": "E7586FA3-D022-436D-8094-B7BD7F09C130"
|
435
435
|
},
|
436
436
|
{
|
437
437
|
"title": "Fact Type",
|
438
438
|
"type": "Fact Type",
|
439
439
|
"where": "one Fact Type is an instance of this Concept",
|
440
|
-
"role_id": "
|
440
|
+
"role_id": "A074BECB-265E-49EE-A8C0-FA83C553D372"
|
441
441
|
},
|
442
442
|
{
|
443
443
|
"title": "Fact",
|
444
444
|
"type": "Fact",
|
445
445
|
"where": "one Fact is an instance of this Concept",
|
446
|
-
"role_id": "
|
446
|
+
"role_id": "88C4560F-A55B-4FB6-A6C6-6E5AABE67586"
|
447
447
|
},
|
448
448
|
{
|
449
449
|
"title": "Instance",
|
450
450
|
"type": "Instance",
|
451
451
|
"where": "one Instance is an instance of this Concept",
|
452
|
-
"role_id": "
|
452
|
+
"role_id": "C001DBEB-18B1-4A8A-85D2-8197A2E9FD69"
|
453
453
|
},
|
454
454
|
{
|
455
455
|
"title": "Object Type",
|
456
456
|
"type": "Object Type",
|
457
457
|
"where": "one Object Type is an instance of this Concept",
|
458
|
-
"role_id": "
|
458
|
+
"role_id": "B0215AB8-9D43-44F9-A0DA-C54BE4A678FF"
|
459
459
|
},
|
460
460
|
{
|
461
461
|
"title": "Population",
|
462
462
|
"type": "Population",
|
463
463
|
"where": "one Population is an instance of this Concept",
|
464
|
-
"role_id": "
|
464
|
+
"role_id": "979359E5-085E-40AD-8B20-7661AC0EF501"
|
465
465
|
},
|
466
466
|
{
|
467
467
|
"title": "Query",
|
468
468
|
"type": "Query",
|
469
469
|
"where": "one Query is an instance of this Concept",
|
470
|
-
"role_id": "
|
470
|
+
"role_id": "8C8D4671-016B-4AD8-AD77-EC4E0098D89C"
|
471
471
|
},
|
472
472
|
{
|
473
473
|
"title": "Role",
|
474
474
|
"type": "Role",
|
475
475
|
"where": "one Role is an instance of this Concept",
|
476
|
-
"role_id": "
|
476
|
+
"role_id": "F055FD2A-3C01-4D02-9D02-54CDECD68F1C"
|
477
477
|
},
|
478
478
|
{
|
479
479
|
"title": "Unit",
|
480
480
|
"type": "Unit",
|
481
481
|
"where": "one Unit is an instance of this Concept",
|
482
|
-
"role_id": "
|
482
|
+
"role_id": "66AB5841-9A28-4D47-9735-3F3D2E3AF6C1"
|
483
483
|
}
|
484
484
|
]
|
485
485
|
},
|
486
486
|
"Constraint": {
|
487
|
-
"is_main":
|
488
|
-
"id": "
|
487
|
+
"is_main": false,
|
488
|
+
"id": "A9B3F0E7-AF5E-44B3-87E5-C3D7E69F1CA6",
|
489
489
|
"functions": [
|
490
490
|
{
|
491
491
|
"title": "as Presence Constraint",
|
@@ -523,38 +523,38 @@
|
|
523
523
|
"title": "all Constraint Shape",
|
524
524
|
"type": "Constraint Shape",
|
525
525
|
"where": "some Constraint Shape is for this Constraint",
|
526
|
-
"role_id": "
|
526
|
+
"role_id": "6CAAA438-28A3-43FA-AC7D-1982010640E8",
|
527
527
|
"is_list": true
|
528
528
|
},
|
529
529
|
{
|
530
530
|
"title": "Concept",
|
531
531
|
"type": "Concept",
|
532
532
|
"where": "this Constraint is an instance of one Concept",
|
533
|
-
"role_id": "
|
533
|
+
"role_id": "E06B0990-7467-41E1-BBCF-F074247D4799"
|
534
534
|
},
|
535
535
|
{
|
536
536
|
"title": "Enforcement",
|
537
537
|
"type": "Enforcement",
|
538
538
|
"where": "this Constraint requires one Enforcement",
|
539
|
-
"role_id": "
|
539
|
+
"role_id": "F90B036C-5609-41E0-868C-8AE7D5DDCB34"
|
540
540
|
},
|
541
541
|
{
|
542
542
|
"title": "Name",
|
543
543
|
"type": "Name",
|
544
544
|
"where": "this Constraint is called one Name",
|
545
|
-
"role_id": "
|
545
|
+
"role_id": "1B734E53-8890-4EE9-9755-29BC64FFF91C"
|
546
546
|
},
|
547
547
|
{
|
548
548
|
"title": "Vocabulary",
|
549
549
|
"type": "Vocabulary",
|
550
550
|
"where": "this Constraint belongs to one Vocabulary",
|
551
|
-
"role_id": "
|
551
|
+
"role_id": "697BDDD6-2FCC-44BC-BD6A-24497D831F93"
|
552
552
|
}
|
553
553
|
]
|
554
554
|
},
|
555
555
|
"Constraint Shape": {
|
556
556
|
"is_main": false,
|
557
|
-
"id": "
|
557
|
+
"id": "97012697-69F6-4342-AEEA-FE1FEF97E448",
|
558
558
|
"functions": [
|
559
559
|
{
|
560
560
|
"title": "as Shape",
|
@@ -572,13 +572,13 @@
|
|
572
572
|
"title": "Constraint",
|
573
573
|
"type": "Constraint",
|
574
574
|
"where": "this Constraint Shape is for one Constraint",
|
575
|
-
"role_id": "
|
575
|
+
"role_id": "EA6E0B13-A648-4839-9B78-E4825E4B6ED6"
|
576
576
|
}
|
577
577
|
]
|
578
578
|
},
|
579
579
|
"Context According To": {
|
580
580
|
"is_main": true,
|
581
|
-
"id": "
|
581
|
+
"id": "CA2E108F-EDE8-4593-9940-EC6259B47231",
|
582
582
|
"functions": [
|
583
583
|
{
|
584
584
|
"title": "involving Context Note",
|
@@ -594,109 +594,109 @@
|
|
594
594
|
"title": "Date",
|
595
595
|
"type": "Date",
|
596
596
|
"where": "this Context According To was lodged on one Date",
|
597
|
-
"role_id": "
|
597
|
+
"role_id": "4E881007-5041-4DBA-839D-F3B8E95D0704"
|
598
598
|
}
|
599
599
|
]
|
600
600
|
},
|
601
601
|
"Context Note": {
|
602
602
|
"is_main": false,
|
603
|
-
"id": "
|
603
|
+
"id": "8BF3A2B6-A870-4E20-BB48-08A3D4469B80",
|
604
604
|
"functions": [
|
605
605
|
{
|
606
606
|
"title": "Relevant Concept",
|
607
607
|
"type": "Concept",
|
608
608
|
"where": "this Context Note applies to one relevant-Concept",
|
609
|
-
"role_id": "
|
609
|
+
"role_id": "9FBFEEAF-A57C-44AB-8A39-EEFAAA0E58EB"
|
610
610
|
},
|
611
611
|
{
|
612
612
|
"title": "Context Note Kind",
|
613
613
|
"type": "Context Note Kind",
|
614
614
|
"where": "this Context Note has one Context Note Kind",
|
615
|
-
"role_id": "
|
615
|
+
"role_id": "61C71700-5600-4D79-8E62-1F94F2EA691A"
|
616
616
|
},
|
617
617
|
{
|
618
618
|
"title": "Discussion",
|
619
619
|
"type": "Discussion",
|
620
620
|
"where": "this Context Note has one Discussion",
|
621
|
-
"role_id": "
|
621
|
+
"role_id": "D14363B1-D238-4C11-8BB5-7D1DDB890C58"
|
622
622
|
},
|
623
623
|
{
|
624
624
|
"title": "all Context According To",
|
625
625
|
"type": "Context According To",
|
626
626
|
"where": "this Context Note is according to some Agent",
|
627
|
-
"role_id": "
|
627
|
+
"role_id": "5505382D-8683-4E68-B108-445741C084C1",
|
628
628
|
"is_list": true
|
629
629
|
},
|
630
630
|
{
|
631
631
|
"title": "Concept",
|
632
632
|
"type": "Concept",
|
633
633
|
"where": "this Context Note is an instance of one Concept",
|
634
|
-
"role_id": "
|
634
|
+
"role_id": "346FB37A-9657-493A-85F3-0A7A30113C9E"
|
635
635
|
},
|
636
636
|
{
|
637
637
|
"title": "Agreement",
|
638
638
|
"type": "Agreement",
|
639
639
|
"where": "this Context Note was added by one Agreement",
|
640
|
-
"role_id": "
|
640
|
+
"role_id": "3C8A94DB-A7C6-4790-9217-292BED716C2A"
|
641
641
|
},
|
642
642
|
{
|
643
643
|
"title": "all Model Note Shape",
|
644
644
|
"type": "Model Note Shape",
|
645
645
|
"where": "some Model Note Shape is for this Context Note",
|
646
|
-
"role_id": "
|
646
|
+
"role_id": "3CB364B7-AEBA-45DC-B0DB-CC76F2C956A0",
|
647
647
|
"is_list": true
|
648
648
|
}
|
649
649
|
]
|
650
650
|
},
|
651
651
|
"Context Note Kind": {
|
652
652
|
"is_main": false,
|
653
|
-
"id": "
|
653
|
+
"id": "D23FCE88-107E-4382-8090-A1930A514322",
|
654
654
|
"functions": [
|
655
655
|
{
|
656
656
|
"title": "all Context Note",
|
657
657
|
"type": "Context Note",
|
658
658
|
"where": "this Context Note Kind is of some Context Note",
|
659
|
-
"role_id": "
|
659
|
+
"role_id": "7999F6FF-6820-4258-8E6C-CED4DB65441A",
|
660
660
|
"is_list": true
|
661
661
|
}
|
662
662
|
]
|
663
663
|
},
|
664
664
|
"Date": {
|
665
665
|
"is_main": false,
|
666
|
-
"id": "
|
666
|
+
"id": "532335D0-5CE9-4A46-B0C8-714C4A03951E",
|
667
667
|
"functions": [
|
668
668
|
{
|
669
669
|
"title": "all Agreement",
|
670
670
|
"type": "Agreement",
|
671
671
|
"where": "this Date is of some Agreement",
|
672
|
-
"role_id": "
|
672
|
+
"role_id": "C15E9A95-8672-4918-A9D2-C7D105475E33",
|
673
673
|
"is_list": true
|
674
674
|
},
|
675
675
|
{
|
676
676
|
"title": "all Context According To",
|
677
677
|
"type": "Context According To",
|
678
678
|
"where": "some Context According To was lodged on this Date",
|
679
|
-
"role_id": "
|
679
|
+
"role_id": "CF63BE88-F19C-49E0-8D9B-D02CB1413953",
|
680
680
|
"is_list": true
|
681
681
|
}
|
682
682
|
]
|
683
683
|
},
|
684
684
|
"Denominator": {
|
685
685
|
"is_main": false,
|
686
|
-
"id": "
|
686
|
+
"id": "1C0B0751-DA63-43A3-8DAB-E9E219D5A60D",
|
687
687
|
"functions": [
|
688
688
|
{
|
689
689
|
"title": "all Coefficient",
|
690
690
|
"type": "Coefficient",
|
691
691
|
"where": "some Coefficient has this Denominator",
|
692
|
-
"role_id": "
|
692
|
+
"role_id": "C8248C83-8238-4836-9BBA-6650E99D7CC9",
|
693
693
|
"is_list": true
|
694
694
|
}
|
695
695
|
]
|
696
696
|
},
|
697
697
|
"Derivation": {
|
698
698
|
"is_main": true,
|
699
|
-
"id": "
|
699
|
+
"id": "CBDF39A5-A6E1-4A82-A999-FB803B10A4F2",
|
700
700
|
"functions": [
|
701
701
|
{
|
702
702
|
"title": "involving Derived Unit",
|
@@ -712,13 +712,13 @@
|
|
712
712
|
"title": "Exponent",
|
713
713
|
"type": "Exponent",
|
714
714
|
"where": "this Derivation has one Exponent",
|
715
|
-
"role_id": "
|
715
|
+
"role_id": "610EF4B6-E3EE-4FE1-BCB7-FCE65F5B736F"
|
716
716
|
}
|
717
717
|
]
|
718
718
|
},
|
719
719
|
"Diagram": {
|
720
720
|
"is_main": true,
|
721
|
-
"id": "
|
721
|
+
"id": "275B1D37-0138-4B8F-99C2-A42C3C00B1D3",
|
722
722
|
"functions": [
|
723
723
|
{
|
724
724
|
"title": "as ORM Diagram",
|
@@ -728,19 +728,19 @@
|
|
728
728
|
"title": "Name",
|
729
729
|
"type": "Name",
|
730
730
|
"where": "this Diagram is called one Name",
|
731
|
-
"role_id": "
|
731
|
+
"role_id": "42DE7DB4-A750-46B3-BC10-8C3BE290A865"
|
732
732
|
},
|
733
733
|
{
|
734
734
|
"title": "Vocabulary",
|
735
735
|
"type": "Vocabulary",
|
736
736
|
"where": "this Diagram is for one Vocabulary",
|
737
|
-
"role_id": "
|
737
|
+
"role_id": "D8B177A4-AAED-4440-B440-2ADA4031E6B8"
|
738
738
|
}
|
739
739
|
]
|
740
740
|
},
|
741
741
|
"Discriminated Role": {
|
742
742
|
"is_main": true,
|
743
|
-
"id": "
|
743
|
+
"id": "F03A2745-F5BF-4647-9C61-455CFFD20637",
|
744
744
|
"functions": [
|
745
745
|
{
|
746
746
|
"title": "involving Discriminator",
|
@@ -761,7 +761,7 @@
|
|
761
761
|
},
|
762
762
|
"Discriminator": {
|
763
763
|
"is_main": false,
|
764
|
-
"id": "
|
764
|
+
"id": "B37F1E95-6872-4F0B-9A83-412C935929E7",
|
765
765
|
"functions": [
|
766
766
|
{
|
767
767
|
"title": "as Component",
|
@@ -771,40 +771,40 @@
|
|
771
771
|
"title": "all Discriminated Role",
|
772
772
|
"type": "Discriminated Role",
|
773
773
|
"where": "this Discriminator distinguishes some Role using some Value",
|
774
|
-
"role_id": "
|
774
|
+
"role_id": "2BAEB418-D3A9-4ACD-A1E1-382441011000",
|
775
775
|
"is_list": true
|
776
776
|
}
|
777
777
|
]
|
778
778
|
},
|
779
779
|
"Discussion": {
|
780
780
|
"is_main": false,
|
781
|
-
"id": "
|
781
|
+
"id": "BAF8E871-7D2F-41E8-BCD6-1B5707BA158B",
|
782
782
|
"functions": [
|
783
783
|
{
|
784
784
|
"title": "all Context Note",
|
785
785
|
"type": "Context Note",
|
786
786
|
"where": "this Discussion is for some Context Note",
|
787
|
-
"role_id": "
|
787
|
+
"role_id": "2D4E4C0D-E2EA-4B6B-890E-E881877A7CC2",
|
788
788
|
"is_list": true
|
789
789
|
}
|
790
790
|
]
|
791
791
|
},
|
792
792
|
"Display Role Names Setting": {
|
793
793
|
"is_main": false,
|
794
|
-
"id": "
|
794
|
+
"id": "59C9F859-BAAF-4E47-BF12-482F11CE538D",
|
795
795
|
"functions": [
|
796
796
|
{
|
797
797
|
"title": "all Fact Type Shape",
|
798
798
|
"type": "Fact Type Shape",
|
799
799
|
"where": "some Fact Type Shape has this Display Role Names Setting",
|
800
|
-
"role_id": "
|
800
|
+
"role_id": "B59A32A4-4B2F-4CC7-BC09-EFEE80078869",
|
801
801
|
"is_list": true
|
802
802
|
}
|
803
803
|
]
|
804
804
|
},
|
805
805
|
"Domain Object Type": {
|
806
806
|
"is_main": false,
|
807
|
-
"id": "
|
807
|
+
"id": "BAD953F9-066A-42B0-8E7E-E27C197C3D7C",
|
808
808
|
"functions": [
|
809
809
|
{
|
810
810
|
"title": "as Object Type",
|
@@ -826,44 +826,44 @@
|
|
826
826
|
},
|
827
827
|
"Enforcement": {
|
828
828
|
"is_main": false,
|
829
|
-
"id": "
|
829
|
+
"id": "F90B7812-7C00-41CB-B977-F0E441B180E2",
|
830
830
|
"functions": [
|
831
831
|
{
|
832
832
|
"title": "Constraint",
|
833
833
|
"type": "Constraint",
|
834
834
|
"where": "this Enforcement applies to one Constraint",
|
835
|
-
"role_id": "
|
835
|
+
"role_id": "F632F79C-D4DB-46A5-8F02-13EAE329B59B"
|
836
836
|
},
|
837
837
|
{
|
838
838
|
"title": "Enforcement Code",
|
839
839
|
"type": "Enforcement Code",
|
840
840
|
"where": "this Enforcement has one Enforcement Code",
|
841
|
-
"role_id": "
|
841
|
+
"role_id": "DA038527-F7B5-4FF5-858E-2A1F88943C65"
|
842
842
|
},
|
843
843
|
{
|
844
844
|
"title": "Agent",
|
845
845
|
"type": "Agent",
|
846
846
|
"where": "this Enforcement notifies one Agent",
|
847
|
-
"role_id": "
|
847
|
+
"role_id": "5F537D86-A0DA-4BC7-9ED2-EBC4E5B5D8F8"
|
848
848
|
}
|
849
849
|
]
|
850
850
|
},
|
851
851
|
"Enforcement Code": {
|
852
852
|
"is_main": false,
|
853
|
-
"id": "
|
853
|
+
"id": "3C228100-75F6-44E4-9782-0303BA4E81D6",
|
854
854
|
"functions": [
|
855
855
|
{
|
856
856
|
"title": "all Enforcement",
|
857
857
|
"type": "Enforcement",
|
858
858
|
"where": "this Enforcement Code is of some Enforcement",
|
859
|
-
"role_id": "
|
859
|
+
"role_id": "77FA5044-8969-417B-B5D1-D960C64D7192",
|
860
860
|
"is_list": true
|
861
861
|
}
|
862
862
|
]
|
863
863
|
},
|
864
864
|
"Entity Type": {
|
865
865
|
"is_main": false,
|
866
|
-
"id": "
|
866
|
+
"id": "78C968EF-F5B0-47EA-A9E7-323E10709133",
|
867
867
|
"functions": [
|
868
868
|
{
|
869
869
|
"title": "as Domain Object Type",
|
@@ -877,90 +877,90 @@
|
|
877
877
|
"title": "all Type Inheritance",
|
878
878
|
"type": "Type Inheritance",
|
879
879
|
"where": "this Subtype is subtype of some Supertype",
|
880
|
-
"role_id": "
|
880
|
+
"role_id": "86D862EF-6F24-47F7-A705-70455EC511CE",
|
881
881
|
"is_list": true
|
882
882
|
},
|
883
883
|
{
|
884
884
|
"title": "all Type Inheritance",
|
885
885
|
"type": "Type Inheritance",
|
886
886
|
"where": "this Supertype is supertype of some Subtype",
|
887
|
-
"role_id": "
|
887
|
+
"role_id": "77F1CBA6-0A41-4B02-B99F-BBD69B4444BC",
|
888
888
|
"is_list": true
|
889
889
|
},
|
890
890
|
{
|
891
891
|
"title": "Fact Type",
|
892
892
|
"type": "Fact Type",
|
893
893
|
"where": "this Entity Type nests one Fact Type",
|
894
|
-
"role_id": "
|
894
|
+
"role_id": "DCA431A3-70F0-44C6-9393-0B7FAF1DE7DD"
|
895
895
|
}
|
896
896
|
]
|
897
897
|
},
|
898
898
|
"Ephemera URL": {
|
899
899
|
"is_main": false,
|
900
|
-
"id": "
|
900
|
+
"id": "38B272F4-6965-48FF-998F-29EC3FAD6F2E",
|
901
901
|
"functions": [
|
902
902
|
{
|
903
903
|
"title": "all Unit",
|
904
904
|
"type": "Unit",
|
905
905
|
"where": "this Ephemera URL provides some Unit coefficient",
|
906
|
-
"role_id": "
|
906
|
+
"role_id": "F27DD2CB-C652-465B-AC9A-9985A9E50F09",
|
907
907
|
"is_list": true
|
908
908
|
}
|
909
909
|
]
|
910
910
|
},
|
911
911
|
"Exponent": {
|
912
912
|
"is_main": false,
|
913
|
-
"id": "
|
913
|
+
"id": "E8744286-BF73-4545-94F5-A22F58F40B9F",
|
914
914
|
"functions": [
|
915
915
|
{
|
916
916
|
"title": "all Derivation",
|
917
917
|
"type": "Derivation",
|
918
918
|
"where": "some Derivation has this Exponent",
|
919
|
-
"role_id": "
|
919
|
+
"role_id": "7D5E2698-AF1B-4148-9855-F8299A7A4E42",
|
920
920
|
"is_list": true
|
921
921
|
}
|
922
922
|
]
|
923
923
|
},
|
924
924
|
"Fact": {
|
925
925
|
"is_main": false,
|
926
|
-
"id": "
|
926
|
+
"id": "A9A1823F-75D6-4197-8CF3-17D2701EDF65",
|
927
927
|
"functions": [
|
928
928
|
{
|
929
929
|
"title": "Concept",
|
930
930
|
"type": "Concept",
|
931
931
|
"where": "this Fact is an instance of one Concept",
|
932
|
-
"role_id": "
|
932
|
+
"role_id": "A3C996C2-505A-49CE-960B-DA397AA12F45"
|
933
933
|
},
|
934
934
|
{
|
935
935
|
"title": "Fact Type",
|
936
936
|
"type": "Fact Type",
|
937
937
|
"where": "this Fact is of one Fact Type",
|
938
|
-
"role_id": "
|
938
|
+
"role_id": "6E1BD895-4A9D-467D-8050-40C066B63EF0"
|
939
939
|
},
|
940
940
|
{
|
941
941
|
"title": "Instance",
|
942
942
|
"type": "Instance",
|
943
943
|
"where": "this Fact is objectified as one Instance",
|
944
|
-
"role_id": "
|
944
|
+
"role_id": "73156002-EE03-4173-82A1-F63DC27F7A53"
|
945
945
|
},
|
946
946
|
{
|
947
947
|
"title": "Population",
|
948
948
|
"type": "Population",
|
949
949
|
"where": "this Fact belongs to one Population",
|
950
|
-
"role_id": "
|
950
|
+
"role_id": "7B2C170A-80C2-42EF-9EB3-0B739196896A"
|
951
951
|
},
|
952
952
|
{
|
953
953
|
"title": "all Role Value",
|
954
954
|
"type": "Role Value",
|
955
955
|
"where": "this Fact includes some Role Value",
|
956
|
-
"role_id": "
|
956
|
+
"role_id": "6EEC6472-ABF6-477E-BE20-8591E2E0470B",
|
957
957
|
"is_list": true
|
958
958
|
}
|
959
959
|
]
|
960
960
|
},
|
961
961
|
"Fact Type": {
|
962
962
|
"is_main": true,
|
963
|
-
"id": "
|
963
|
+
"id": "4A49FC50-0CE4-49E8-8376-5B8590845541",
|
964
964
|
"functions": [
|
965
965
|
{
|
966
966
|
"title": "as Link Fact Type",
|
@@ -974,54 +974,54 @@
|
|
974
974
|
"title": "Entity Type",
|
975
975
|
"type": "Entity Type",
|
976
976
|
"where": "this Fact Type is nested as one Entity Type",
|
977
|
-
"role_id": "
|
977
|
+
"role_id": "FFFC9F15-57A2-4D92-A127-E712BED2962D"
|
978
978
|
},
|
979
979
|
{
|
980
980
|
"title": "all Fact Type Shape",
|
981
981
|
"type": "Fact Type Shape",
|
982
982
|
"where": "this Fact Type has some Fact Type Shape",
|
983
|
-
"role_id": "
|
983
|
+
"role_id": "CCAE1186-93A6-4FA6-BC5E-5CBBF3839781",
|
984
984
|
"is_list": true
|
985
985
|
},
|
986
986
|
{
|
987
987
|
"title": "all Reading",
|
988
988
|
"type": "Reading",
|
989
989
|
"where": "this Fact Type has some Reading",
|
990
|
-
"role_id": "
|
990
|
+
"role_id": "735B7AD4-80AA-47E4-99A1-F4208D5C0EE7",
|
991
991
|
"is_list": true
|
992
992
|
},
|
993
993
|
{
|
994
994
|
"title": "Concept",
|
995
995
|
"type": "Concept",
|
996
996
|
"where": "this Fact Type is an instance of one Concept",
|
997
|
-
"role_id": "
|
997
|
+
"role_id": "AE554C82-7FDF-4625-B59C-BC3A2CBB9331"
|
998
998
|
},
|
999
999
|
{
|
1000
1000
|
"title": "all Fact",
|
1001
1001
|
"type": "Fact",
|
1002
1002
|
"where": "some Fact is of this Fact Type",
|
1003
|
-
"role_id": "
|
1003
|
+
"role_id": "0CA32CDC-7433-4AAA-8665-9B48B5CEBC6C",
|
1004
1004
|
"is_list": true
|
1005
1005
|
},
|
1006
1006
|
{
|
1007
1007
|
"title": "all Role",
|
1008
1008
|
"type": "Role",
|
1009
1009
|
"where": "this Fact Type contains some Role",
|
1010
|
-
"role_id": "
|
1010
|
+
"role_id": "DAB6B600-5DF0-4D1B-B4D7-02D68FFED32A",
|
1011
1011
|
"is_list": true
|
1012
1012
|
},
|
1013
1013
|
{
|
1014
1014
|
"title": "all Step",
|
1015
1015
|
"type": "Step",
|
1016
1016
|
"where": "this Fact Type directs some Step",
|
1017
|
-
"role_id": "
|
1017
|
+
"role_id": "5E4CDF18-1EEA-420A-B031-BFEDC2613FF0",
|
1018
1018
|
"is_list": true
|
1019
1019
|
}
|
1020
1020
|
]
|
1021
1021
|
},
|
1022
1022
|
"Fact Type Shape": {
|
1023
1023
|
"is_main": false,
|
1024
|
-
"id": "
|
1024
|
+
"id": "EA186836-DE57-45BF-9FF0-45F3AF6FAA15",
|
1025
1025
|
"functions": [
|
1026
1026
|
{
|
1027
1027
|
"title": "as Shape",
|
@@ -1031,150 +1031,150 @@
|
|
1031
1031
|
"title": "all Role Display",
|
1032
1032
|
"type": "Role Display",
|
1033
1033
|
"where": "this Fact Type Shape displays some Role in some Ordinal position",
|
1034
|
-
"role_id": "
|
1034
|
+
"role_id": "3E077FCC-D196-424A-9CF1-00E7B4E1329A",
|
1035
1035
|
"is_list": true
|
1036
1036
|
},
|
1037
1037
|
{
|
1038
1038
|
"title": "Display Role Names Setting",
|
1039
1039
|
"type": "Display Role Names Setting",
|
1040
1040
|
"where": "this Fact Type Shape has one Display Role Names Setting",
|
1041
|
-
"role_id": "
|
1041
|
+
"role_id": "8A7C998B-906F-41F8-AC73-52E796E0264C"
|
1042
1042
|
},
|
1043
1043
|
{
|
1044
1044
|
"title": "Reading Shape",
|
1045
1045
|
"type": "Reading Shape",
|
1046
1046
|
"where": "this Fact Type Shape has one Reading Shape",
|
1047
|
-
"role_id": "
|
1047
|
+
"role_id": "D258D8CE-65BD-4A38-9E06-77383D27E742"
|
1048
1048
|
},
|
1049
1049
|
{
|
1050
1050
|
"title": "Rotation Setting",
|
1051
1051
|
"type": "Rotation Setting",
|
1052
1052
|
"where": "this Fact Type Shape has one Rotation Setting",
|
1053
|
-
"role_id": "
|
1053
|
+
"role_id": "7BD6A593-6BB7-428F-80C4-027567A300CD"
|
1054
1054
|
},
|
1055
1055
|
{
|
1056
1056
|
"title": "Fact Type",
|
1057
1057
|
"type": "Fact Type",
|
1058
1058
|
"where": "this Fact Type Shape is for one Fact Type",
|
1059
|
-
"role_id": "
|
1059
|
+
"role_id": "65B46B54-BD67-4ED5-A3CE-572C966541A2"
|
1060
1060
|
},
|
1061
1061
|
{
|
1062
1062
|
"title": "Objectified Fact Type Name Shape",
|
1063
1063
|
"type": "Objectified Fact Type Name Shape",
|
1064
1064
|
"where": "this Fact Type Shape has one Objectified Fact Type Name Shape",
|
1065
|
-
"role_id": "
|
1065
|
+
"role_id": "49BAE844-4F63-4EE5-B98C-8326D73727AF"
|
1066
1066
|
},
|
1067
1067
|
{
|
1068
1068
|
"title": "all Ring Constraint Shape",
|
1069
1069
|
"type": "Ring Constraint Shape",
|
1070
1070
|
"where": "some Ring Constraint Shape is attached to this Fact Type Shape",
|
1071
|
-
"role_id": "
|
1071
|
+
"role_id": "1D7D8AA5-0353-4712-AE13-31E9E4E63E62",
|
1072
1072
|
"is_list": true
|
1073
1073
|
}
|
1074
1074
|
]
|
1075
1075
|
},
|
1076
1076
|
"Frequency": {
|
1077
1077
|
"is_main": false,
|
1078
|
-
"id": "
|
1078
|
+
"id": "8AE82063-CED6-43A5-8AC5-F3CD52C2A74D",
|
1079
1079
|
"functions": [
|
1080
1080
|
{
|
1081
1081
|
"title": "all Presence Constraint as Max Frequency",
|
1082
1082
|
"type": "Presence Constraint",
|
1083
1083
|
"where": "some Presence Constraint has this max-Frequency",
|
1084
|
-
"role_id": "
|
1084
|
+
"role_id": "0266E758-4758-4A11-8F12-0019F67A7A7B",
|
1085
1085
|
"is_list": true
|
1086
1086
|
},
|
1087
1087
|
{
|
1088
1088
|
"title": "all Presence Constraint as Min Frequency",
|
1089
1089
|
"type": "Presence Constraint",
|
1090
1090
|
"where": "some Presence Constraint has this min-Frequency",
|
1091
|
-
"role_id": "
|
1091
|
+
"role_id": "BD277125-9E81-4A3B-9152-81A385C59D6D",
|
1092
1092
|
"is_list": true
|
1093
1093
|
}
|
1094
1094
|
]
|
1095
1095
|
},
|
1096
1096
|
"Guid": {
|
1097
1097
|
"is_main": false,
|
1098
|
-
"id": "
|
1098
|
+
"id": "D49CFAEC-1206-4A08-8B76-C521C3A6FDF0",
|
1099
1099
|
"functions": [
|
1100
1100
|
{
|
1101
1101
|
"title": "Alternative Set",
|
1102
1102
|
"type": "Alternative Set",
|
1103
1103
|
"where": "this Guid is of one Alternative Set",
|
1104
|
-
"role_id": "
|
1104
|
+
"role_id": "23D8C5CB-BB21-43D7-B844-E679570E95D9"
|
1105
1105
|
},
|
1106
1106
|
{
|
1107
1107
|
"title": "Component",
|
1108
1108
|
"type": "Component",
|
1109
1109
|
"where": "this Guid is of one Component",
|
1110
|
-
"role_id": "
|
1110
|
+
"role_id": "035BC6E4-FA1D-42CF-8A8F-202FEE0AE502"
|
1111
1111
|
},
|
1112
1112
|
{
|
1113
1113
|
"title": "Composition",
|
1114
1114
|
"type": "Composition",
|
1115
1115
|
"where": "this Guid is of one Composition",
|
1116
|
-
"role_id": "
|
1116
|
+
"role_id": "7DE2341B-FA9A-4DC5-B389-48736C5D2BD4"
|
1117
1117
|
},
|
1118
1118
|
{
|
1119
1119
|
"title": "Concept",
|
1120
1120
|
"type": "Concept",
|
1121
1121
|
"where": "this Guid is of one Concept",
|
1122
|
-
"role_id": "
|
1122
|
+
"role_id": "631B8586-1A2C-4E21-BA42-F1B5D52B874E"
|
1123
1123
|
},
|
1124
1124
|
{
|
1125
1125
|
"title": "Role Sequence",
|
1126
1126
|
"type": "Role Sequence",
|
1127
1127
|
"where": "this Guid is of one Role Sequence",
|
1128
|
-
"role_id": "
|
1128
|
+
"role_id": "74067A3F-86E2-400D-8F84-F41BF1A6A634"
|
1129
1129
|
},
|
1130
1130
|
{
|
1131
1131
|
"title": "Shape",
|
1132
1132
|
"type": "Shape",
|
1133
1133
|
"where": "this Guid is of one Shape",
|
1134
|
-
"role_id": "
|
1134
|
+
"role_id": "A8DED6C3-098C-4989-B886-C887D3E2406A"
|
1135
1135
|
},
|
1136
1136
|
{
|
1137
1137
|
"title": "Step",
|
1138
1138
|
"type": "Step",
|
1139
1139
|
"where": "this Guid is of one Step",
|
1140
|
-
"role_id": "
|
1140
|
+
"role_id": "B5A7B92E-CEB8-48CE-BA2D-C9BD008C42DC"
|
1141
1141
|
}
|
1142
1142
|
]
|
1143
1143
|
},
|
1144
1144
|
"Implication Rule": {
|
1145
1145
|
"is_main": false,
|
1146
|
-
"id": "
|
1146
|
+
"id": "BD3DA57C-760A-4959-A538-75340FE5575D",
|
1147
1147
|
"functions": [
|
1148
1148
|
{
|
1149
1149
|
"title": "all Concept",
|
1150
1150
|
"type": "Concept",
|
1151
1151
|
"where": "some Concept is implied by this Implication Rule",
|
1152
|
-
"role_id": "
|
1152
|
+
"role_id": "012C2D70-ADEB-49FF-A26D-D5050DF530B7",
|
1153
1153
|
"is_list": true
|
1154
1154
|
},
|
1155
1155
|
{
|
1156
1156
|
"title": "Implication Rule Name",
|
1157
1157
|
"type": "Implication Rule Name",
|
1158
1158
|
"where": "this Implication Rule has one Implication Rule Name",
|
1159
|
-
"role_id": "
|
1159
|
+
"role_id": "92B64C41-18F1-44EF-81A1-46B52F277B6E"
|
1160
1160
|
}
|
1161
1161
|
]
|
1162
1162
|
},
|
1163
1163
|
"Implication Rule Name": {
|
1164
1164
|
"is_main": false,
|
1165
|
-
"id": "
|
1165
|
+
"id": "872E3452-7822-4BE4-A900-E8198A7AB158",
|
1166
1166
|
"functions": [
|
1167
1167
|
{
|
1168
1168
|
"title": "Implication Rule",
|
1169
1169
|
"type": "Implication Rule",
|
1170
1170
|
"where": "this Implication Rule Name is of one Implication Rule",
|
1171
|
-
"role_id": "
|
1171
|
+
"role_id": "2B0E7B2C-8C18-4251-AFE9-1DCA45753731"
|
1172
1172
|
}
|
1173
1173
|
]
|
1174
1174
|
},
|
1175
1175
|
"Implicit Boolean Value Type": {
|
1176
1176
|
"is_main": false,
|
1177
|
-
"id": "
|
1177
|
+
"id": "41FC15E8-16C3-4C55-8B49-2FC9D93F742E",
|
1178
1178
|
"functions": [
|
1179
1179
|
{
|
1180
1180
|
"title": "as Domain Object Type",
|
@@ -1192,7 +1192,7 @@
|
|
1192
1192
|
},
|
1193
1193
|
"Indicator": {
|
1194
1194
|
"is_main": false,
|
1195
|
-
"id": "
|
1195
|
+
"id": "C79CB122-3E40-4199-9A78-0AB6E9CE2A79",
|
1196
1196
|
"functions": [
|
1197
1197
|
{
|
1198
1198
|
"title": "as Component",
|
@@ -1202,13 +1202,13 @@
|
|
1202
1202
|
"title": "Role",
|
1203
1203
|
"type": "Role",
|
1204
1204
|
"where": "this Indicator indicates one Role played",
|
1205
|
-
"role_id": "
|
1205
|
+
"role_id": "BA7AEEAE-6C17-40BF-885C-DC06F6C070C8"
|
1206
1206
|
}
|
1207
1207
|
]
|
1208
1208
|
},
|
1209
1209
|
"Injection": {
|
1210
1210
|
"is_main": false,
|
1211
|
-
"id": "
|
1211
|
+
"id": "32350DBF-3941-4250-B316-1E369A866F3E",
|
1212
1212
|
"functions": [
|
1213
1213
|
{
|
1214
1214
|
"title": "as Component",
|
@@ -1222,63 +1222,63 @@
|
|
1222
1222
|
},
|
1223
1223
|
"Instance": {
|
1224
1224
|
"is_main": false,
|
1225
|
-
"id": "
|
1225
|
+
"id": "42337AE1-FE39-486F-809A-C3B87EA67CE4",
|
1226
1226
|
"functions": [
|
1227
1227
|
{
|
1228
1228
|
"title": "Value",
|
1229
1229
|
"type": "Value",
|
1230
1230
|
"where": "this Instance has one Value",
|
1231
|
-
"role_id": "
|
1231
|
+
"role_id": "BE90E295-171B-4248-BAEF-33265FCC9442"
|
1232
1232
|
},
|
1233
1233
|
{
|
1234
1234
|
"title": "Concept",
|
1235
1235
|
"type": "Concept",
|
1236
1236
|
"where": "this Instance is an instance of one Concept",
|
1237
|
-
"role_id": "
|
1237
|
+
"role_id": "C436643A-6196-4E66-B4D2-412E8C5EB76B"
|
1238
1238
|
},
|
1239
1239
|
{
|
1240
1240
|
"title": "Object Type",
|
1241
1241
|
"type": "Object Type",
|
1242
1242
|
"where": "this Instance is of one Object Type",
|
1243
|
-
"role_id": "
|
1243
|
+
"role_id": "3A1F5655-C31C-406C-ADF5-A89594AB678B"
|
1244
1244
|
},
|
1245
1245
|
{
|
1246
1246
|
"title": "Fact",
|
1247
1247
|
"type": "Fact",
|
1248
1248
|
"where": "this Instance objectifies one Fact",
|
1249
|
-
"role_id": "
|
1249
|
+
"role_id": "7C160D30-3F29-4166-87A0-7BA4AFF43ED7"
|
1250
1250
|
},
|
1251
1251
|
{
|
1252
1252
|
"title": "all Role Value",
|
1253
1253
|
"type": "Role Value",
|
1254
1254
|
"where": "this Instance plays some Role Value",
|
1255
|
-
"role_id": "
|
1255
|
+
"role_id": "E7D8C910-67D0-4129-85D5-8308A42933C4",
|
1256
1256
|
"is_list": true
|
1257
1257
|
},
|
1258
1258
|
{
|
1259
1259
|
"title": "Population",
|
1260
1260
|
"type": "Population",
|
1261
1261
|
"where": "this Instance belongs to one Population",
|
1262
|
-
"role_id": "
|
1262
|
+
"role_id": "53094136-E1CD-4836-A7DE-CE8E7975BAF4"
|
1263
1263
|
}
|
1264
1264
|
]
|
1265
1265
|
},
|
1266
1266
|
"Length": {
|
1267
1267
|
"is_main": false,
|
1268
|
-
"id": "
|
1268
|
+
"id": "97F56818-E396-4A6C-8831-E39A26981416",
|
1269
1269
|
"functions": [
|
1270
1270
|
{
|
1271
1271
|
"title": "all Value Type",
|
1272
1272
|
"type": "Value Type",
|
1273
1273
|
"where": "this Length is of some Value Type",
|
1274
|
-
"role_id": "
|
1274
|
+
"role_id": "B79C9290-4868-4DC4-B8DF-0F9B6248B860",
|
1275
1275
|
"is_list": true
|
1276
1276
|
}
|
1277
1277
|
]
|
1278
1278
|
},
|
1279
1279
|
"Link Fact Type": {
|
1280
1280
|
"is_main": false,
|
1281
|
-
"id": "
|
1281
|
+
"id": "11A7D8B1-EED8-432F-973B-4B303F1D58E4",
|
1282
1282
|
"functions": [
|
1283
1283
|
{
|
1284
1284
|
"title": "as Fact Type",
|
@@ -1288,51 +1288,51 @@
|
|
1288
1288
|
"title": "Implying Role",
|
1289
1289
|
"type": "Role",
|
1290
1290
|
"where": "this Link Fact Type has one implying-Role",
|
1291
|
-
"role_id": "
|
1291
|
+
"role_id": "3B639888-05EB-4AFA-9CCD-99B97C6A185E"
|
1292
1292
|
}
|
1293
1293
|
]
|
1294
1294
|
},
|
1295
1295
|
"Literal": {
|
1296
1296
|
"is_main": false,
|
1297
|
-
"id": "
|
1297
|
+
"id": "6C974376-1141-4FB9-97BF-A127060E405D",
|
1298
1298
|
"functions": [
|
1299
1299
|
{
|
1300
1300
|
"title": "all Value",
|
1301
1301
|
"type": "Value",
|
1302
1302
|
"where": "this Literal represents some Value",
|
1303
|
-
"role_id": "
|
1303
|
+
"role_id": "6033A076-67F5-4369-9745-C35754BC25BB",
|
1304
1304
|
"is_list": true
|
1305
1305
|
}
|
1306
1306
|
]
|
1307
1307
|
},
|
1308
1308
|
"Location": {
|
1309
1309
|
"is_main": false,
|
1310
|
-
"id": "
|
1310
|
+
"id": "A6E930BC-F820-4541-BF89-4BAD8FB17D96",
|
1311
1311
|
"functions": [
|
1312
1312
|
{
|
1313
1313
|
"title": "X",
|
1314
1314
|
"type": "X",
|
1315
1315
|
"where": "this Location is at one X",
|
1316
|
-
"role_id": "
|
1316
|
+
"role_id": "AA661C35-4B59-4525-ABBF-EAE20429360E"
|
1317
1317
|
},
|
1318
1318
|
{
|
1319
1319
|
"title": "Y",
|
1320
1320
|
"type": "Y",
|
1321
1321
|
"where": "this Location is at one Y",
|
1322
|
-
"role_id": "
|
1322
|
+
"role_id": "A2C03CA7-1AA2-4BFB-9F87-80B82360E2FE"
|
1323
1323
|
},
|
1324
1324
|
{
|
1325
1325
|
"title": "all Shape",
|
1326
1326
|
"type": "Shape",
|
1327
1327
|
"where": "some Shape is at this Location",
|
1328
|
-
"role_id": "
|
1328
|
+
"role_id": "8FD993C3-B5CE-4725-AEDC-EB8FBEB89867",
|
1329
1329
|
"is_list": true
|
1330
1330
|
}
|
1331
1331
|
]
|
1332
1332
|
},
|
1333
1333
|
"Mapping": {
|
1334
1334
|
"is_main": false,
|
1335
|
-
"id": "
|
1335
|
+
"id": "43DF94C6-2C2C-4CC8-8A40-D69D0F43598B",
|
1336
1336
|
"functions": [
|
1337
1337
|
{
|
1338
1338
|
"title": "as Component",
|
@@ -1354,26 +1354,26 @@
|
|
1354
1354
|
"title": "all Member",
|
1355
1355
|
"type": "Component",
|
1356
1356
|
"where": "this Mapping contains some Member",
|
1357
|
-
"role_id": "
|
1357
|
+
"role_id": "8B6BC787-EB8A-4011-9B09-04E14CB3E3CC",
|
1358
1358
|
"is_list": true
|
1359
1359
|
},
|
1360
1360
|
{
|
1361
1361
|
"title": "Composite",
|
1362
1362
|
"type": "Composite",
|
1363
1363
|
"where": "this Mapping projects one Composite",
|
1364
|
-
"role_id": "
|
1364
|
+
"role_id": "26D94604-0A10-41E4-8A8E-3F145C9AB03B"
|
1365
1365
|
},
|
1366
1366
|
{
|
1367
1367
|
"title": "Object Type",
|
1368
1368
|
"type": "Object Type",
|
1369
1369
|
"where": "this Mapping represents one Object Type",
|
1370
|
-
"role_id": "
|
1370
|
+
"role_id": "62D78B8A-2A17-4489-9B6B-B5D555E6FD91"
|
1371
1371
|
}
|
1372
1372
|
]
|
1373
1373
|
},
|
1374
1374
|
"Model Note Shape": {
|
1375
1375
|
"is_main": false,
|
1376
|
-
"id": "
|
1376
|
+
"id": "1155267F-AE5C-44EF-8DE2-47B56DD8E0F6",
|
1377
1377
|
"functions": [
|
1378
1378
|
{
|
1379
1379
|
"title": "as Shape",
|
@@ -1383,105 +1383,105 @@
|
|
1383
1383
|
"title": "Context Note",
|
1384
1384
|
"type": "Context Note",
|
1385
1385
|
"where": "this Model Note Shape is for one Context Note",
|
1386
|
-
"role_id": "
|
1386
|
+
"role_id": "56235839-E2A6-476B-9E59-C035C5B3831D"
|
1387
1387
|
}
|
1388
1388
|
]
|
1389
1389
|
},
|
1390
1390
|
"Name": {
|
1391
1391
|
"is_main": false,
|
1392
|
-
"id": "
|
1392
|
+
"id": "25D2C6A4-DE21-447E-BB72-3EF90026E125",
|
1393
1393
|
"functions": [
|
1394
1394
|
{
|
1395
1395
|
"title": "all Component",
|
1396
1396
|
"type": "Component",
|
1397
1397
|
"where": "some Component projects this Name",
|
1398
|
-
"role_id": "
|
1398
|
+
"role_id": "93DFCFC3-BBB3-43B0-BE0F-64638484567F",
|
1399
1399
|
"is_list": true
|
1400
1400
|
},
|
1401
1401
|
{
|
1402
1402
|
"title": "Composition",
|
1403
1403
|
"type": "Composition",
|
1404
1404
|
"where": "this Name is of one Composition",
|
1405
|
-
"role_id": "
|
1405
|
+
"role_id": "39CDDB13-73BC-4FE1-9B4E-3F8658F02158"
|
1406
1406
|
},
|
1407
1407
|
{
|
1408
1408
|
"title": "all Diagram",
|
1409
1409
|
"type": "Diagram",
|
1410
1410
|
"where": "this Name is of some Diagram",
|
1411
|
-
"role_id": "
|
1411
|
+
"role_id": "0F5CFC5A-2CFF-4B51-8478-E5AEC8B7D35D",
|
1412
1412
|
"is_list": true
|
1413
1413
|
},
|
1414
1414
|
{
|
1415
1415
|
"title": "all Constraint",
|
1416
1416
|
"type": "Constraint",
|
1417
1417
|
"where": "this Name is of some Constraint",
|
1418
|
-
"role_id": "
|
1418
|
+
"role_id": "37A15197-1275-4F47-8D77-C85592EA6379",
|
1419
1419
|
"is_list": true
|
1420
1420
|
},
|
1421
1421
|
{
|
1422
1422
|
"title": "Unit",
|
1423
1423
|
"type": "Unit",
|
1424
1424
|
"where": "this Name is of one Unit",
|
1425
|
-
"role_id": "
|
1425
|
+
"role_id": "4159AF3E-3075-4452-BCFC-61BA535D22A4"
|
1426
1426
|
},
|
1427
1427
|
{
|
1428
1428
|
"title": "all Object Type",
|
1429
1429
|
"type": "Object Type",
|
1430
1430
|
"where": "some Object Type is called this Name",
|
1431
|
-
"role_id": "
|
1431
|
+
"role_id": "49DF1110-12F2-4478-B5B1-09F6900ABEDF",
|
1432
1432
|
"is_list": true
|
1433
1433
|
},
|
1434
1434
|
{
|
1435
1435
|
"title": "all Population",
|
1436
1436
|
"type": "Population",
|
1437
1437
|
"where": "this Name is of some Population",
|
1438
|
-
"role_id": "
|
1438
|
+
"role_id": "3F8BFAE9-14BD-4199-A2C3-AAE4197AE3C3",
|
1439
1439
|
"is_list": true
|
1440
1440
|
},
|
1441
1441
|
{
|
1442
1442
|
"title": "all Role",
|
1443
1443
|
"type": "Role",
|
1444
1444
|
"where": "this role-Name is name of some Role",
|
1445
|
-
"role_id": "
|
1445
|
+
"role_id": "4E20C000-EBDA-46C1-AA11-FD4A8971B3E3",
|
1446
1446
|
"is_list": true
|
1447
1447
|
},
|
1448
1448
|
{
|
1449
1449
|
"title": "Topic",
|
1450
1450
|
"type": "Topic",
|
1451
1451
|
"where": "this topic-Name is of one Topic",
|
1452
|
-
"role_id": "
|
1452
|
+
"role_id": "6504255D-7144-453B-BA4E-4C7E361E2D07"
|
1453
1453
|
},
|
1454
1454
|
{
|
1455
1455
|
"title": "Plural Named Unit",
|
1456
1456
|
"type": "Unit",
|
1457
1457
|
"where": "this plural-Name is of one Plural Named Unit",
|
1458
|
-
"role_id": "
|
1458
|
+
"role_id": "FBBC8E37-8519-42B5-A442-DB6521B24FE0"
|
1459
1459
|
},
|
1460
1460
|
{
|
1461
1461
|
"title": "all Value Type Parameter",
|
1462
1462
|
"type": "Value Type Parameter",
|
1463
1463
|
"where": "this Name is a facet of some Value Type",
|
1464
|
-
"role_id": "
|
1464
|
+
"role_id": "4616EA42-7509-4673-B18A-C8E18806A430",
|
1465
1465
|
"is_list": true
|
1466
1466
|
},
|
1467
1467
|
{
|
1468
1468
|
"title": "all Variable",
|
1469
1469
|
"type": "Variable",
|
1470
1470
|
"where": "this Name is of some Variable",
|
1471
|
-
"role_id": "
|
1471
|
+
"role_id": "327C6BE0-B6D1-410E-A738-306BDC555E24",
|
1472
1472
|
"is_list": true
|
1473
1473
|
},
|
1474
1474
|
{
|
1475
1475
|
"title": "Vocabulary",
|
1476
1476
|
"type": "Vocabulary",
|
1477
1477
|
"where": "one Vocabulary is called this Name",
|
1478
|
-
"role_id": "
|
1478
|
+
"role_id": "EE7EAFF8-E96C-4EC3-9B19-90D81AFDD623"
|
1479
1479
|
}
|
1480
1480
|
]
|
1481
1481
|
},
|
1482
1482
|
"Nesting": {
|
1483
1483
|
"is_main": false,
|
1484
|
-
"id": "
|
1484
|
+
"id": "57FC7F7E-5AB2-4DF0-A0FC-B01388581A98",
|
1485
1485
|
"functions": [
|
1486
1486
|
{
|
1487
1487
|
"title": "as Component",
|
@@ -1495,20 +1495,20 @@
|
|
1495
1495
|
},
|
1496
1496
|
"Numerator": {
|
1497
1497
|
"is_main": false,
|
1498
|
-
"id": "
|
1498
|
+
"id": "EB5D3EDF-DA79-455C-B9C7-DC5857CD42EF",
|
1499
1499
|
"functions": [
|
1500
1500
|
{
|
1501
1501
|
"title": "all Coefficient",
|
1502
1502
|
"type": "Coefficient",
|
1503
1503
|
"where": "some Coefficient has this Numerator",
|
1504
|
-
"role_id": "
|
1504
|
+
"role_id": "24E8F896-D4AA-4E19-BAC6-8D6AF2DC4240",
|
1505
1505
|
"is_list": true
|
1506
1506
|
}
|
1507
1507
|
]
|
1508
1508
|
},
|
1509
1509
|
"ORM Diagram": {
|
1510
1510
|
"is_main": false,
|
1511
|
-
"id": "
|
1511
|
+
"id": "C0229E0C-A6DD-4757-AAA3-5DA5C034C91A",
|
1512
1512
|
"functions": [
|
1513
1513
|
{
|
1514
1514
|
"title": "as Diagram",
|
@@ -1518,14 +1518,14 @@
|
|
1518
1518
|
"title": "all Shape",
|
1519
1519
|
"type": "Shape",
|
1520
1520
|
"where": "this ORM Diagram includes some Shape",
|
1521
|
-
"role_id": "
|
1521
|
+
"role_id": "8B29B7BA-2EDF-4231-B5CC-C1E00C5E0625",
|
1522
1522
|
"is_list": true
|
1523
1523
|
}
|
1524
1524
|
]
|
1525
1525
|
},
|
1526
1526
|
"Object Type": {
|
1527
1527
|
"is_main": true,
|
1528
|
-
"id": "
|
1528
|
+
"id": "6E038746-2591-4605-A6FE-AE888E8B2EB1",
|
1529
1529
|
"functions": [
|
1530
1530
|
{
|
1531
1531
|
"title": "as Domain Object Type",
|
@@ -1547,72 +1547,72 @@
|
|
1547
1547
|
"title": "all Instance",
|
1548
1548
|
"type": "Instance",
|
1549
1549
|
"where": "some Instance is of this Object Type",
|
1550
|
-
"role_id": "
|
1550
|
+
"role_id": "C4530F8B-96C9-4DD8-AFDE-B30249055672",
|
1551
1551
|
"is_list": true
|
1552
1552
|
},
|
1553
1553
|
{
|
1554
1554
|
"title": "all Mapping",
|
1555
1555
|
"type": "Mapping",
|
1556
1556
|
"where": "some Mapping represents this Object Type",
|
1557
|
-
"role_id": "
|
1557
|
+
"role_id": "BE2BC553-EB41-48E4-BDE1-E5C6DEE057FC",
|
1558
1558
|
"is_list": true
|
1559
1559
|
},
|
1560
1560
|
{
|
1561
1561
|
"title": "all Object Type Shape",
|
1562
1562
|
"type": "Object Type Shape",
|
1563
1563
|
"where": "this Object Type has some Object Type Shape",
|
1564
|
-
"role_id": "
|
1564
|
+
"role_id": "1730A477-BFAF-4CDC-9C88-7A251DA6C142",
|
1565
1565
|
"is_list": true
|
1566
1566
|
},
|
1567
1567
|
{
|
1568
1568
|
"title": "Vocabulary",
|
1569
1569
|
"type": "Vocabulary",
|
1570
1570
|
"where": "this Object Type belongs to one Vocabulary",
|
1571
|
-
"role_id": "
|
1571
|
+
"role_id": "BED2CDD9-14C6-4842-9E11-74265C8D6C73"
|
1572
1572
|
},
|
1573
1573
|
{
|
1574
1574
|
"title": "Concept",
|
1575
1575
|
"type": "Concept",
|
1576
1576
|
"where": "this Object Type is an instance of one Concept",
|
1577
|
-
"role_id": "
|
1577
|
+
"role_id": "CC6439CA-B149-417D-88E7-FEDB76ED04AC"
|
1578
1578
|
},
|
1579
1579
|
{
|
1580
1580
|
"title": "Name",
|
1581
1581
|
"type": "Name",
|
1582
1582
|
"where": "this Object Type is called one Name",
|
1583
|
-
"role_id": "
|
1583
|
+
"role_id": "07CC31C9-EA7D-4D47-8681-C70B7D0F2CC2"
|
1584
1584
|
},
|
1585
1585
|
{
|
1586
1586
|
"title": "Object Type is independent",
|
1587
1587
|
"type": "boolean",
|
1588
1588
|
"where": "this Object Type is independent",
|
1589
|
-
"role_id": "
|
1589
|
+
"role_id": "6E5802C1-B595-46C0-9BCC-325CD03594D1"
|
1590
1590
|
},
|
1591
1591
|
{
|
1592
1592
|
"title": "all Role",
|
1593
1593
|
"type": "Role",
|
1594
1594
|
"where": "this Object Type plays some Role",
|
1595
|
-
"role_id": "
|
1595
|
+
"role_id": "ADDCA92F-8C0E-4290-A293-292FECBCED9D",
|
1596
1596
|
"is_list": true
|
1597
1597
|
},
|
1598
1598
|
{
|
1599
1599
|
"title": "Pronoun",
|
1600
1600
|
"type": "Pronoun",
|
1601
1601
|
"where": "this Object Type uses one Pronoun",
|
1602
|
-
"role_id": "
|
1602
|
+
"role_id": "612F157E-4998-4CCB-9EB0-00AB02B3263F"
|
1603
1603
|
},
|
1604
1604
|
{
|
1605
1605
|
"title": "all Variable",
|
1606
1606
|
"type": "Variable",
|
1607
1607
|
"where": "this Object Type is referenced in some Variable",
|
1608
|
-
"role_id": "
|
1608
|
+
"role_id": "6B41A76A-B786-4BC4-8278-B00C324339EE",
|
1609
1609
|
"is_list": true
|
1610
1610
|
}
|
1611
1611
|
]
|
1612
1612
|
},
|
1613
1613
|
"Object Type Shape": {
|
1614
1614
|
"is_main": false,
|
1615
|
-
"id": "
|
1615
|
+
"id": "FD428A86-1B95-4DE8-9CC0-154B8070174C",
|
1616
1616
|
"functions": [
|
1617
1617
|
{
|
1618
1618
|
"title": "as Shape",
|
@@ -1622,26 +1622,26 @@
|
|
1622
1622
|
"title": "Object Type Shape has expanded reference mode",
|
1623
1623
|
"type": "boolean",
|
1624
1624
|
"where": "this Object Type Shape has expanded reference mode",
|
1625
|
-
"role_id": "
|
1625
|
+
"role_id": "9CEF7557-3475-4730-B41F-736B927ACBA8"
|
1626
1626
|
},
|
1627
1627
|
{
|
1628
1628
|
"title": "Object Type",
|
1629
1629
|
"type": "Object Type",
|
1630
1630
|
"where": "this Object Type Shape is for one Object Type",
|
1631
|
-
"role_id": "
|
1631
|
+
"role_id": "40FF935A-0EE2-47AE-8542-83CD801D36B3"
|
1632
1632
|
},
|
1633
1633
|
{
|
1634
1634
|
"title": "all Value Constraint Shape",
|
1635
1635
|
"type": "Value Constraint Shape",
|
1636
1636
|
"where": "this Object Type Shape has some Value Constraint Shape",
|
1637
|
-
"role_id": "
|
1637
|
+
"role_id": "E9CCAB41-4A7A-4B3A-B453-7F9B51EB0905",
|
1638
1638
|
"is_list": true
|
1639
1639
|
}
|
1640
1640
|
]
|
1641
1641
|
},
|
1642
1642
|
"Objectified Fact Type Name Shape": {
|
1643
1643
|
"is_main": false,
|
1644
|
-
"id": "
|
1644
|
+
"id": "13BAAE6A-03EA-4BC4-BBF1-23C639A4479D",
|
1645
1645
|
"functions": [
|
1646
1646
|
{
|
1647
1647
|
"title": "as Shape",
|
@@ -1651,74 +1651,74 @@
|
|
1651
1651
|
"title": "Fact Type Shape",
|
1652
1652
|
"type": "Fact Type Shape",
|
1653
1653
|
"where": "this Objectified Fact Type Name Shape is for one Fact Type Shape",
|
1654
|
-
"role_id": "
|
1654
|
+
"role_id": "16235064-8A72-49C5-9FD9-CFB11363521D"
|
1655
1655
|
}
|
1656
1656
|
]
|
1657
1657
|
},
|
1658
1658
|
"Offset": {
|
1659
1659
|
"is_main": false,
|
1660
|
-
"id": "
|
1660
|
+
"id": "DC203D1F-E4E8-48E6-8011-7B0688E3CAE8",
|
1661
1661
|
"functions": [
|
1662
1662
|
{
|
1663
1663
|
"title": "all Unit",
|
1664
1664
|
"type": "Unit",
|
1665
1665
|
"where": "some Unit has this Offset",
|
1666
|
-
"role_id": "
|
1666
|
+
"role_id": "80F884C5-EBFC-46FE-8214-F5B14F165CA6",
|
1667
1667
|
"is_list": true
|
1668
1668
|
}
|
1669
1669
|
]
|
1670
1670
|
},
|
1671
1671
|
"Ordinal": {
|
1672
1672
|
"is_main": false,
|
1673
|
-
"id": "
|
1673
|
+
"id": "4674DAF9-EFB8-4C15-A06F-F75328A04FA0",
|
1674
1674
|
"functions": [
|
1675
1675
|
{
|
1676
1676
|
"title": "all Role Display",
|
1677
1677
|
"type": "Role Display",
|
1678
1678
|
"where": "some Fact Type Shape displays some Role in this Ordinal position",
|
1679
|
-
"role_id": "
|
1679
|
+
"role_id": "2D7319D6-5F8E-436A-9D85-D1C2C1FEC613",
|
1680
1680
|
"is_list": true
|
1681
1681
|
},
|
1682
1682
|
{
|
1683
1683
|
"title": "all Reading",
|
1684
1684
|
"type": "Reading",
|
1685
1685
|
"where": "this Ordinal reading for fact type is some Reading",
|
1686
|
-
"role_id": "
|
1686
|
+
"role_id": "CE676CB5-520C-486A-BDA5-CB48BF8B1E74",
|
1687
1687
|
"is_list": true
|
1688
1688
|
},
|
1689
1689
|
{
|
1690
1690
|
"title": "all Role Ref",
|
1691
1691
|
"type": "Role Ref",
|
1692
1692
|
"where": "some Role Sequence in this Ordinal position includes some Role",
|
1693
|
-
"role_id": "
|
1693
|
+
"role_id": "C9B86994-9678-45D7-8853-AB707F0902AD",
|
1694
1694
|
"is_list": true
|
1695
1695
|
},
|
1696
1696
|
{
|
1697
1697
|
"title": "all Role",
|
1698
1698
|
"type": "Role",
|
1699
1699
|
"where": "this Ordinal applies to some Role",
|
1700
|
-
"role_id": "
|
1700
|
+
"role_id": "61CF6F0C-1960-4842-85CC-8FB206FC94B4",
|
1701
1701
|
"is_list": true
|
1702
1702
|
},
|
1703
1703
|
{
|
1704
1704
|
"title": "all Set Comparison Roles",
|
1705
1705
|
"type": "Set Comparison Roles",
|
1706
1706
|
"where": "in this Ordinal position some Set Comparison Constraint has some Role Sequence",
|
1707
|
-
"role_id": "
|
1707
|
+
"role_id": "69B26317-872C-44AF-91C8-54B0D0BC051A",
|
1708
1708
|
"is_list": true
|
1709
1709
|
},
|
1710
1710
|
{
|
1711
1711
|
"title": "all Variable",
|
1712
1712
|
"type": "Variable",
|
1713
1713
|
"where": "some Variable has this Ordinal position",
|
1714
|
-
"role_id": "
|
1714
|
+
"role_id": "64B159E6-2957-4FF5-9708-9855F2EAD990",
|
1715
1715
|
"is_list": true
|
1716
1716
|
}
|
1717
1717
|
]
|
1718
1718
|
},
|
1719
1719
|
"Play": {
|
1720
1720
|
"is_main": true,
|
1721
|
-
"id": "
|
1721
|
+
"id": "5B568130-83A4-4268-BCF6-AD406648BCF4",
|
1722
1722
|
"functions": [
|
1723
1723
|
{
|
1724
1724
|
"title": "involving Variable",
|
@@ -1739,64 +1739,64 @@
|
|
1739
1739
|
"title": "Play is input",
|
1740
1740
|
"type": "boolean",
|
1741
1741
|
"where": "this Play is input",
|
1742
|
-
"role_id": "
|
1742
|
+
"role_id": "AD489829-95E7-475E-9AA2-377C1863F667"
|
1743
1743
|
},
|
1744
1744
|
{
|
1745
1745
|
"title": "Role Ref",
|
1746
1746
|
"type": "Role Ref",
|
1747
1747
|
"where": "this Play projects one Role Ref",
|
1748
|
-
"role_id": "
|
1748
|
+
"role_id": "3511B6D4-8A43-4C60-9C00-A83274FB75B3"
|
1749
1749
|
}
|
1750
1750
|
]
|
1751
1751
|
},
|
1752
1752
|
"Population": {
|
1753
1753
|
"is_main": true,
|
1754
|
-
"id": "
|
1754
|
+
"id": "AFBFABB6-EE9D-4C3B-A9EC-1C0AA93A6BCB",
|
1755
1755
|
"functions": [
|
1756
1756
|
{
|
1757
1757
|
"title": "Name",
|
1758
1758
|
"type": "Name",
|
1759
1759
|
"where": "this Population has one Name",
|
1760
|
-
"role_id": "
|
1760
|
+
"role_id": "0DB3659A-BD1A-4036-89FC-52F4450DF5EC"
|
1761
1761
|
},
|
1762
1762
|
{
|
1763
1763
|
"title": "all Fact",
|
1764
1764
|
"type": "Fact",
|
1765
1765
|
"where": "this Population includes some Fact",
|
1766
|
-
"role_id": "
|
1766
|
+
"role_id": "D2937CE9-AEE3-4649-BD00-A5FB64B20F55",
|
1767
1767
|
"is_list": true
|
1768
1768
|
},
|
1769
1769
|
{
|
1770
1770
|
"title": "all Instance",
|
1771
1771
|
"type": "Instance",
|
1772
1772
|
"where": "this Population includes some Instance",
|
1773
|
-
"role_id": "
|
1773
|
+
"role_id": "A1FFA032-F1BE-4BDA-8DF9-682192CD1773",
|
1774
1774
|
"is_list": true
|
1775
1775
|
},
|
1776
1776
|
{
|
1777
1777
|
"title": "all Role Value",
|
1778
1778
|
"type": "Role Value",
|
1779
1779
|
"where": "this Population includes some Role Value",
|
1780
|
-
"role_id": "
|
1780
|
+
"role_id": "FC26FF12-F92B-4057-BC00-12FEC25996A8",
|
1781
1781
|
"is_list": true
|
1782
1782
|
},
|
1783
1783
|
{
|
1784
1784
|
"title": "Concept",
|
1785
1785
|
"type": "Concept",
|
1786
1786
|
"where": "this Population is an instance of one Concept",
|
1787
|
-
"role_id": "
|
1787
|
+
"role_id": "B7BFBF3C-880A-44B5-8510-B70EBC81B32D"
|
1788
1788
|
},
|
1789
1789
|
{
|
1790
1790
|
"title": "Vocabulary",
|
1791
1791
|
"type": "Vocabulary",
|
1792
1792
|
"where": "this Population belongs to one Vocabulary",
|
1793
|
-
"role_id": "
|
1793
|
+
"role_id": "7D4E0101-C3BB-467E-923C-B012195C5755"
|
1794
1794
|
}
|
1795
1795
|
]
|
1796
1796
|
},
|
1797
1797
|
"Presence Constraint": {
|
1798
1798
|
"is_main": false,
|
1799
|
-
"id": "
|
1799
|
+
"id": "22D5E427-6719-4B7B-A8ED-53FED9CA226C",
|
1800
1800
|
"functions": [
|
1801
1801
|
{
|
1802
1802
|
"title": "as Constraint",
|
@@ -1806,112 +1806,112 @@
|
|
1806
1806
|
"title": "Role Sequence",
|
1807
1807
|
"type": "Role Sequence",
|
1808
1808
|
"where": "this Presence Constraint covers one Role Sequence",
|
1809
|
-
"role_id": "
|
1809
|
+
"role_id": "393A3D48-D7E4-493F-B33A-1889D9323A38"
|
1810
1810
|
},
|
1811
1811
|
{
|
1812
1812
|
"title": "Max Frequency",
|
1813
1813
|
"type": "Frequency",
|
1814
1814
|
"where": "this Presence Constraint has one max-Frequency",
|
1815
|
-
"role_id": "
|
1815
|
+
"role_id": "A41004E7-E3D4-436C-8734-80C7EED484CA"
|
1816
1816
|
},
|
1817
1817
|
{
|
1818
1818
|
"title": "Min Frequency",
|
1819
1819
|
"type": "Frequency",
|
1820
1820
|
"where": "this Presence Constraint has one min-Frequency",
|
1821
|
-
"role_id": "
|
1821
|
+
"role_id": "90052E44-87E3-4458-BE2D-078D99EFEC57"
|
1822
1822
|
},
|
1823
1823
|
{
|
1824
1824
|
"title": "Presence Constraint is mandatory",
|
1825
1825
|
"type": "boolean",
|
1826
1826
|
"where": "this Presence Constraint is mandatory",
|
1827
|
-
"role_id": "
|
1827
|
+
"role_id": "F49B8D81-1524-404C-8C59-2EED62593F1B"
|
1828
1828
|
},
|
1829
1829
|
{
|
1830
1830
|
"title": "Presence Constraint is preferred identifier",
|
1831
1831
|
"type": "boolean",
|
1832
1832
|
"where": "this Presence Constraint is preferred identifier",
|
1833
|
-
"role_id": "
|
1833
|
+
"role_id": "7FBCF375-B833-4F28-8792-29DC5722EEE0"
|
1834
1834
|
}
|
1835
1835
|
]
|
1836
1836
|
},
|
1837
1837
|
"Pronoun": {
|
1838
1838
|
"is_main": false,
|
1839
|
-
"id": "
|
1839
|
+
"id": "3D30D84F-C682-4A1E-ACFD-C74B74417E36",
|
1840
1840
|
"functions": [
|
1841
1841
|
{
|
1842
1842
|
"title": "all Object Type",
|
1843
1843
|
"type": "Object Type",
|
1844
1844
|
"where": "some Object Type uses this Pronoun",
|
1845
|
-
"role_id": "
|
1845
|
+
"role_id": "64ED0AD5-D832-4219-AE75-DDC3E1B9AFCD",
|
1846
1846
|
"is_list": true
|
1847
1847
|
}
|
1848
1848
|
]
|
1849
1849
|
},
|
1850
1850
|
"Query": {
|
1851
1851
|
"is_main": false,
|
1852
|
-
"id": "
|
1852
|
+
"id": "A335C341-7CB6-434C-9C6F-92BDCA99A95D",
|
1853
1853
|
"functions": [
|
1854
1854
|
{
|
1855
1855
|
"title": "all Variable",
|
1856
1856
|
"type": "Variable",
|
1857
1857
|
"where": "this Query includes some Variable",
|
1858
|
-
"role_id": "
|
1858
|
+
"role_id": "9907C8CB-7D7F-47FD-80B1-475A8E1D24F1",
|
1859
1859
|
"is_list": true
|
1860
1860
|
},
|
1861
1861
|
{
|
1862
1862
|
"title": "Concept",
|
1863
1863
|
"type": "Concept",
|
1864
1864
|
"where": "this Query is an instance of one Concept",
|
1865
|
-
"role_id": "
|
1865
|
+
"role_id": "8C5A07E1-9554-4BD5-9127-FD612FCB7507"
|
1866
1866
|
}
|
1867
1867
|
]
|
1868
1868
|
},
|
1869
1869
|
"Reading": {
|
1870
1870
|
"is_main": true,
|
1871
|
-
"id": "
|
1871
|
+
"id": "2818E457-D35A-4C7E-9CC6-8A7D5C512A5B",
|
1872
1872
|
"functions": [
|
1873
1873
|
{
|
1874
1874
|
"title": "Fact Type",
|
1875
1875
|
"type": "Fact Type",
|
1876
1876
|
"where": "this Reading is for one Fact Type",
|
1877
|
-
"role_id": "
|
1877
|
+
"role_id": "48CFCA7B-6DBA-4356-8098-61E98C7061CE"
|
1878
1878
|
},
|
1879
1879
|
{
|
1880
1880
|
"title": "all Reading Shape",
|
1881
1881
|
"type": "Reading Shape",
|
1882
1882
|
"where": "this Reading has some Reading Shape",
|
1883
|
-
"role_id": "
|
1883
|
+
"role_id": "42DC2330-6F2C-47AE-8004-C33130F8EC93",
|
1884
1884
|
"is_list": true
|
1885
1885
|
},
|
1886
1886
|
{
|
1887
1887
|
"title": "Text",
|
1888
1888
|
"type": "Text",
|
1889
1889
|
"where": "this Reading has one Text",
|
1890
|
-
"role_id": "
|
1890
|
+
"role_id": "B1F36AF6-E1E9-4267-9E80-34310A574A76"
|
1891
1891
|
},
|
1892
1892
|
{
|
1893
1893
|
"title": "Ordinal",
|
1894
1894
|
"type": "Ordinal",
|
1895
1895
|
"where": "this Reading is in one Ordinal position",
|
1896
|
-
"role_id": "
|
1896
|
+
"role_id": "5E22A697-27CE-4E98-9EF5-DB4DE09C9C69"
|
1897
1897
|
},
|
1898
1898
|
{
|
1899
1899
|
"title": "Role Sequence",
|
1900
1900
|
"type": "Role Sequence",
|
1901
1901
|
"where": "this Reading is in one Role Sequence",
|
1902
|
-
"role_id": "
|
1902
|
+
"role_id": "6FCE2C80-7F39-4D58-A6A0-135CD0B1047B"
|
1903
1903
|
},
|
1904
1904
|
{
|
1905
1905
|
"title": "Reading is negative",
|
1906
1906
|
"type": "boolean",
|
1907
1907
|
"where": "this Reading is negative",
|
1908
|
-
"role_id": "
|
1908
|
+
"role_id": "B77F58A0-77D8-40EF-A89D-3ACAC50CCB4F"
|
1909
1909
|
}
|
1910
1910
|
]
|
1911
1911
|
},
|
1912
1912
|
"Reading Shape": {
|
1913
1913
|
"is_main": false,
|
1914
|
-
"id": "
|
1914
|
+
"id": "DDD75FC5-1F10-4E80-9C56-A882C7FF6F51",
|
1915
1915
|
"functions": [
|
1916
1916
|
{
|
1917
1917
|
"title": "as Shape",
|
@@ -1921,32 +1921,32 @@
|
|
1921
1921
|
"title": "Fact Type Shape",
|
1922
1922
|
"type": "Fact Type Shape",
|
1923
1923
|
"where": "this Reading Shape is for one Fact Type Shape",
|
1924
|
-
"role_id": "
|
1924
|
+
"role_id": "07E36645-1C9E-449A-8840-869F0F84E647"
|
1925
1925
|
},
|
1926
1926
|
{
|
1927
1927
|
"title": "Reading",
|
1928
1928
|
"type": "Reading",
|
1929
1929
|
"where": "this Reading Shape is for one Reading",
|
1930
|
-
"role_id": "
|
1930
|
+
"role_id": "F2460494-83FE-4B17-9852-931FC38C3CFB"
|
1931
1931
|
}
|
1932
1932
|
]
|
1933
1933
|
},
|
1934
1934
|
"Regular Expression": {
|
1935
1935
|
"is_main": false,
|
1936
|
-
"id": "
|
1936
|
+
"id": "88636590-7CF7-452B-9F97-3E84655B2DDB",
|
1937
1937
|
"functions": [
|
1938
1938
|
{
|
1939
1939
|
"title": "all Value Constraint",
|
1940
1940
|
"type": "Value Constraint",
|
1941
1941
|
"where": "some Value Constraint requires matching this Regular Expression",
|
1942
|
-
"role_id": "
|
1942
|
+
"role_id": "C6BC47DF-4DE5-48B6-B1FD-5C7768B79D33",
|
1943
1943
|
"is_list": true
|
1944
1944
|
}
|
1945
1945
|
]
|
1946
1946
|
},
|
1947
1947
|
"Ring Constraint": {
|
1948
1948
|
"is_main": false,
|
1949
|
-
"id": "
|
1949
|
+
"id": "3FAC0451-EDAD-419D-AD4D-DE8D3B3149D9",
|
1950
1950
|
"functions": [
|
1951
1951
|
{
|
1952
1952
|
"title": "as Constraint",
|
@@ -1956,25 +1956,25 @@
|
|
1956
1956
|
"title": "Other Role",
|
1957
1957
|
"type": "Role",
|
1958
1958
|
"where": "this Ring Constraint has one other-Role",
|
1959
|
-
"role_id": "
|
1959
|
+
"role_id": "C350956A-F892-4031-A40C-D95C349390AC"
|
1960
1960
|
},
|
1961
1961
|
{
|
1962
1962
|
"title": "Ring Type",
|
1963
1963
|
"type": "Ring Type",
|
1964
1964
|
"where": "this Ring Constraint is of one Ring Type",
|
1965
|
-
"role_id": "
|
1965
|
+
"role_id": "F1705C01-32BB-4BB7-8B73-E845805BAF09"
|
1966
1966
|
},
|
1967
1967
|
{
|
1968
1968
|
"title": "Role",
|
1969
1969
|
"type": "Role",
|
1970
1970
|
"where": "this Ring Constraint has one Role",
|
1971
|
-
"role_id": "
|
1971
|
+
"role_id": "E154DE72-5CB7-4600-B9E1-0D4770F81296"
|
1972
1972
|
}
|
1973
1973
|
]
|
1974
1974
|
},
|
1975
1975
|
"Ring Constraint Shape": {
|
1976
1976
|
"is_main": false,
|
1977
|
-
"id": "
|
1977
|
+
"id": "243B5F8D-BF10-4C62-8F39-05A9F6839728",
|
1978
1978
|
"functions": [
|
1979
1979
|
{
|
1980
1980
|
"title": "as Constraint Shape",
|
@@ -1988,157 +1988,173 @@
|
|
1988
1988
|
"title": "Fact Type Shape",
|
1989
1989
|
"type": "Fact Type Shape",
|
1990
1990
|
"where": "this Ring Constraint Shape is attached to one Fact Type Shape",
|
1991
|
-
"role_id": "
|
1991
|
+
"role_id": "B934A88D-00C5-42DD-8F3A-FA722EEEF0D1"
|
1992
1992
|
}
|
1993
1993
|
]
|
1994
1994
|
},
|
1995
1995
|
"Ring Type": {
|
1996
1996
|
"is_main": false,
|
1997
|
-
"id": "
|
1997
|
+
"id": "D728A0D0-96CA-4FF8-A006-491D093B55CA",
|
1998
1998
|
"functions": [
|
1999
1999
|
{
|
2000
2000
|
"title": "all Ring Constraint",
|
2001
2001
|
"type": "Ring Constraint",
|
2002
2002
|
"where": "some Ring Constraint is of this Ring Type",
|
2003
|
-
"role_id": "
|
2003
|
+
"role_id": "EB1C5529-1351-46B2-BEE0-709A5F93CB82",
|
2004
2004
|
"is_list": true
|
2005
2005
|
}
|
2006
2006
|
]
|
2007
2007
|
},
|
2008
2008
|
"Role": {
|
2009
2009
|
"is_main": true,
|
2010
|
-
"id": "
|
2010
|
+
"id": "ABCDC9B2-822F-4E84-83D4-3732C029BB1B",
|
2011
2011
|
"functions": [
|
2012
|
+
{
|
2013
|
+
"title": "as Role Proxy",
|
2014
|
+
"type": "Role Proxy"
|
2015
|
+
},
|
2012
2016
|
{
|
2013
2017
|
"title": "all Absorption as Index Role",
|
2014
2018
|
"type": "Absorption",
|
2015
2019
|
"where": "some Absorption is nested under this index-Role",
|
2016
|
-
"role_id": "
|
2020
|
+
"role_id": "22585BD2-55D9-4F1B-8335-F2723EAD994B",
|
2017
2021
|
"is_list": true
|
2018
2022
|
},
|
2019
2023
|
{
|
2020
2024
|
"title": "all Absorption as Parent Role",
|
2021
2025
|
"type": "Absorption",
|
2022
2026
|
"where": "some Absorption traverses from this parent-Role",
|
2023
|
-
"role_id": "
|
2027
|
+
"role_id": "BC1DDEBA-F364-4A84-AB45-A4BB66CC4331",
|
2024
2028
|
"is_list": true
|
2025
2029
|
},
|
2026
2030
|
{
|
2027
2031
|
"title": "all Absorption as Child Role",
|
2028
2032
|
"type": "Absorption",
|
2029
2033
|
"where": "some Absorption traverses to this child-Role",
|
2030
|
-
"role_id": "
|
2034
|
+
"role_id": "30290A84-BB41-49A9-9FF6-DB3C7E73CA3F",
|
2031
2035
|
"is_list": true
|
2032
2036
|
},
|
2033
2037
|
{
|
2034
2038
|
"title": "all Discriminated Role",
|
2035
2039
|
"type": "Discriminated Role",
|
2036
2040
|
"where": "this Role is indicated by some Value for some Discriminator",
|
2037
|
-
"role_id": "
|
2041
|
+
"role_id": "7E59AD2F-F387-4354-8F91-F6B27F4E1B71",
|
2038
2042
|
"is_list": true
|
2039
2043
|
},
|
2040
2044
|
{
|
2041
2045
|
"title": "all Role Display",
|
2042
2046
|
"type": "Role Display",
|
2043
2047
|
"where": "some Fact Type Shape displays this Role in some Ordinal position",
|
2044
|
-
"role_id": "
|
2048
|
+
"role_id": "FD989EEF-602C-4618-A9DB-97ADD6019403",
|
2045
2049
|
"is_list": true
|
2046
2050
|
},
|
2047
2051
|
{
|
2048
2052
|
"title": "all Indicator",
|
2049
2053
|
"type": "Indicator",
|
2050
2054
|
"where": "some Indicator indicates this Role played",
|
2051
|
-
"role_id": "
|
2055
|
+
"role_id": "5C2627FE-0158-4223-8854-145DE8BB0103",
|
2052
2056
|
"is_list": true
|
2053
2057
|
},
|
2054
2058
|
{
|
2055
2059
|
"title": "Link Fact Type",
|
2056
2060
|
"type": "Link Fact Type",
|
2057
2061
|
"where": "this implying-Role implies one Link Fact Type",
|
2058
|
-
"role_id": "
|
2062
|
+
"role_id": "DF61B2AC-19CC-4DE1-B7F2-E645DD3D33E4"
|
2059
2063
|
},
|
2060
2064
|
{
|
2061
2065
|
"title": "Object Type",
|
2062
2066
|
"type": "Object Type",
|
2063
2067
|
"where": "this Role is played by one Object Type",
|
2064
|
-
"role_id": "
|
2068
|
+
"role_id": "8BD226F9-F7EE-4CFB-881B-0C4EF4686D2F"
|
2065
2069
|
},
|
2066
2070
|
{
|
2067
2071
|
"title": "all Ring Constraint as Other Role",
|
2068
2072
|
"type": "Ring Constraint",
|
2069
2073
|
"where": "this other-Role is of some Ring Constraint",
|
2070
|
-
"role_id": "
|
2074
|
+
"role_id": "25812868-E95A-4F4E-A915-672C4258B159",
|
2071
2075
|
"is_list": true
|
2072
2076
|
},
|
2073
2077
|
{
|
2074
2078
|
"title": "all Role Ref",
|
2075
2079
|
"type": "Role Ref",
|
2076
2080
|
"where": "this Role is in some Role Sequence in some Ordinal place",
|
2077
|
-
"role_id": "
|
2081
|
+
"role_id": "72A38411-C716-420C-852E-5BF2125829F4",
|
2078
2082
|
"is_list": true
|
2079
2083
|
},
|
2080
2084
|
{
|
2081
2085
|
"title": "all Role Value",
|
2082
2086
|
"type": "Role Value",
|
2083
2087
|
"where": "some Role Value is of this Role",
|
2084
|
-
"role_id": "
|
2088
|
+
"role_id": "472A5816-E893-4D56-9CD5-BF40D43D3E5D",
|
2085
2089
|
"is_list": true
|
2086
2090
|
},
|
2087
2091
|
{
|
2088
2092
|
"title": "Fact Type",
|
2089
2093
|
"type": "Fact Type",
|
2090
2094
|
"where": "this Role belongs to one Fact Type",
|
2091
|
-
"role_id": "
|
2095
|
+
"role_id": "5B536D4B-03A4-43D1-8E21-BAA11B1915E1"
|
2092
2096
|
},
|
2093
2097
|
{
|
2094
2098
|
"title": "Ordinal",
|
2095
2099
|
"type": "Ordinal",
|
2096
2100
|
"where": "this Role fills one Ordinal",
|
2097
|
-
"role_id": "
|
2101
|
+
"role_id": "E9E9CF13-BAD0-4C51-B747-DB50F71817D4"
|
2098
2102
|
},
|
2099
2103
|
{
|
2100
2104
|
"title": "Role Name",
|
2101
2105
|
"type": "Name",
|
2102
2106
|
"where": "this Role has one role-Name",
|
2103
|
-
"role_id": "
|
2107
|
+
"role_id": "5ACE1C5A-1795-400F-A2A0-4AD14F103336"
|
2104
2108
|
},
|
2105
2109
|
{
|
2106
2110
|
"title": "Role Value Constraint",
|
2107
2111
|
"type": "Value Constraint",
|
2108
2112
|
"where": "this Role has one role-Value Constraint",
|
2109
|
-
"role_id": "
|
2113
|
+
"role_id": "AA2D64A1-F233-45C8-A2C4-914655BC8CA3"
|
2110
2114
|
},
|
2111
2115
|
{
|
2112
2116
|
"title": "Concept",
|
2113
2117
|
"type": "Concept",
|
2114
2118
|
"where": "this Role is an instance of one Concept",
|
2115
|
-
"role_id": "
|
2119
|
+
"role_id": "F79E39A4-852F-49AA-B004-D1BF3D62491F"
|
2120
|
+
},
|
2121
|
+
{
|
2122
|
+
"title": "Base Role",
|
2123
|
+
"type": "Role",
|
2124
|
+
"where": "this Role is for one Base Role",
|
2125
|
+
"role_id": "DA8A1570-DE76-4E35-82E9-6DB00D2329C5"
|
2126
|
+
},
|
2127
|
+
{
|
2128
|
+
"title": "Role",
|
2129
|
+
"type": "Role",
|
2130
|
+
"where": "this Base Role implies one Role",
|
2131
|
+
"role_id": "9911340D-BE6C-478E-9D9F-CDE01D51D0E7"
|
2116
2132
|
},
|
2117
2133
|
{
|
2118
2134
|
"title": "all Ring Constraint as Role",
|
2119
2135
|
"type": "Ring Constraint",
|
2120
2136
|
"where": "this Role is of some Ring Constraint",
|
2121
|
-
"role_id": "
|
2137
|
+
"role_id": "BFC81CC5-EE14-4F12-8960-855C4E8E61F1",
|
2122
2138
|
"is_list": true
|
2123
2139
|
},
|
2124
2140
|
{
|
2125
2141
|
"title": "all Play",
|
2126
2142
|
"type": "Play",
|
2127
2143
|
"where": "some Variable is restricted by this Role of some Step",
|
2128
|
-
"role_id": "
|
2144
|
+
"role_id": "45B39617-C78A-4113-84AD-373A954BF2E8",
|
2129
2145
|
"is_list": true
|
2130
2146
|
},
|
2131
2147
|
{
|
2132
2148
|
"title": "Variable",
|
2133
2149
|
"type": "Variable",
|
2134
2150
|
"where": "this Projection is projected from one Variable",
|
2135
|
-
"role_id": "
|
2151
|
+
"role_id": "FF7DBB05-18ED-4BD2-9DD0-D0B258796E36"
|
2136
2152
|
}
|
2137
2153
|
]
|
2138
2154
|
},
|
2139
2155
|
"Role Display": {
|
2140
2156
|
"is_main": true,
|
2141
|
-
"id": "
|
2157
|
+
"id": "24B44CB6-5830-4A0B-B001-B6F1ED70E000",
|
2142
2158
|
"functions": [
|
2143
2159
|
{
|
2144
2160
|
"title": "involving Fact Type Shape",
|
@@ -2159,19 +2175,19 @@
|
|
2159
2175
|
"title": "Value Constraint Shape",
|
2160
2176
|
"type": "Value Constraint Shape",
|
2161
2177
|
"where": "this Role Display has one Value Constraint Shape",
|
2162
|
-
"role_id": "
|
2178
|
+
"role_id": "538B0BC0-E3D0-4653-9BF2-EF317E4FD8AC"
|
2163
2179
|
},
|
2164
2180
|
{
|
2165
2181
|
"title": "Role Name Shape",
|
2166
2182
|
"type": "Role Name Shape",
|
2167
2183
|
"where": "this Role Display has one Role Name Shape",
|
2168
|
-
"role_id": "
|
2184
|
+
"role_id": "5F709D57-A3D1-46A2-8E4C-210AF027DE56"
|
2169
2185
|
}
|
2170
2186
|
]
|
2171
2187
|
},
|
2172
2188
|
"Role Name Shape": {
|
2173
2189
|
"is_main": false,
|
2174
|
-
"id": "
|
2190
|
+
"id": "FA46F16C-A2F5-4B9F-B086-BADD53F07B7D",
|
2175
2191
|
"functions": [
|
2176
2192
|
{
|
2177
2193
|
"title": "as Shape",
|
@@ -2181,13 +2197,23 @@
|
|
2181
2197
|
"title": "Role Display",
|
2182
2198
|
"type": "Role Display",
|
2183
2199
|
"where": "this Role Name Shape is for one Role Display",
|
2184
|
-
"role_id": "
|
2200
|
+
"role_id": "6B34209A-B0F6-4178-A215-B36BFECEDCB0"
|
2201
|
+
}
|
2202
|
+
]
|
2203
|
+
},
|
2204
|
+
"Role Proxy": {
|
2205
|
+
"is_main": false,
|
2206
|
+
"id": "0CCE217F-1A20-4504-B763-383311096C02",
|
2207
|
+
"functions": [
|
2208
|
+
{
|
2209
|
+
"title": "as Role",
|
2210
|
+
"type": "Role"
|
2185
2211
|
}
|
2186
2212
|
]
|
2187
2213
|
},
|
2188
2214
|
"Role Ref": {
|
2189
2215
|
"is_main": true,
|
2190
|
-
"id": "
|
2216
|
+
"id": "02D00FA5-AD8B-40F5-853C-A2964F60A371",
|
2191
2217
|
"functions": [
|
2192
2218
|
{
|
2193
2219
|
"title": "involving Role Sequence",
|
@@ -2208,141 +2234,141 @@
|
|
2208
2234
|
"title": "Play",
|
2209
2235
|
"type": "Play",
|
2210
2236
|
"where": "this Role Ref is projected from one Play",
|
2211
|
-
"role_id": "
|
2237
|
+
"role_id": "F0F92B77-5189-4335-8F68-AC488875C4CC"
|
2212
2238
|
},
|
2213
2239
|
{
|
2214
2240
|
"title": "Leading Adjective",
|
2215
2241
|
"type": "Adjective",
|
2216
2242
|
"where": "this Role Ref has one leading-Adjective",
|
2217
|
-
"role_id": "
|
2243
|
+
"role_id": "2B0692B6-1AA6-4A8E-8B38-36F3405CD22A"
|
2218
2244
|
},
|
2219
2245
|
{
|
2220
2246
|
"title": "Trailing Adjective",
|
2221
2247
|
"type": "Adjective",
|
2222
2248
|
"where": "this Role Ref has one trailing-Adjective",
|
2223
|
-
"role_id": "
|
2249
|
+
"role_id": "270DB410-AAF7-4854-918F-369B02F03ED9"
|
2224
2250
|
}
|
2225
2251
|
]
|
2226
2252
|
},
|
2227
2253
|
"Role Sequence": {
|
2228
2254
|
"is_main": true,
|
2229
|
-
"id": "
|
2255
|
+
"id": "84690A49-46D5-4540-BF16-B339506CB019",
|
2230
2256
|
"functions": [
|
2231
2257
|
{
|
2232
2258
|
"title": "all Presence Constraint",
|
2233
2259
|
"type": "Presence Constraint",
|
2234
2260
|
"where": "some Presence Constraint covers this Role Sequence",
|
2235
|
-
"role_id": "
|
2261
|
+
"role_id": "E2E3FE97-3DA3-4746-B318-CF31F4B0C44A",
|
2236
2262
|
"is_list": true
|
2237
2263
|
},
|
2238
2264
|
{
|
2239
2265
|
"title": "all Reading",
|
2240
2266
|
"type": "Reading",
|
2241
2267
|
"where": "this Role Sequence is for some Reading",
|
2242
|
-
"role_id": "
|
2268
|
+
"role_id": "CE7BD57D-D21C-4E34-8080-13B65CF7D5F6",
|
2243
2269
|
"is_list": true
|
2244
2270
|
},
|
2245
2271
|
{
|
2246
2272
|
"title": "Guid",
|
2247
2273
|
"type": "Guid",
|
2248
2274
|
"where": "this Role Sequence has one Guid",
|
2249
|
-
"role_id": "
|
2275
|
+
"role_id": "67C86092-8590-47EC-83D1-316B1C09F0FC"
|
2250
2276
|
},
|
2251
2277
|
{
|
2252
2278
|
"title": "Role Sequence has unused dependency to force table in norma",
|
2253
2279
|
"type": "boolean",
|
2254
2280
|
"where": "this Role Sequence has unused dependency to force table in norma",
|
2255
|
-
"role_id": "
|
2281
|
+
"role_id": "9CBC0A27-C82F-4542-BBF1-5AC4BB5CC661"
|
2256
2282
|
},
|
2257
2283
|
{
|
2258
2284
|
"title": "all Role Ref",
|
2259
2285
|
"type": "Role Ref",
|
2260
2286
|
"where": "this Role Sequence in some Ordinal position includes some Role",
|
2261
|
-
"role_id": "
|
2287
|
+
"role_id": "3B6A2FEF-C3AF-40B6-9386-F1DE97A752B0",
|
2262
2288
|
"is_list": true
|
2263
2289
|
},
|
2264
2290
|
{
|
2265
2291
|
"title": "all Set Comparison Roles",
|
2266
2292
|
"type": "Set Comparison Roles",
|
2267
2293
|
"where": "this Role Sequence is some Ordinal in some Set Comparison Constraint",
|
2268
|
-
"role_id": "
|
2294
|
+
"role_id": "C558BE69-FD72-4C5B-944D-39D6ED1D6EC4",
|
2269
2295
|
"is_list": true
|
2270
2296
|
},
|
2271
2297
|
{
|
2272
2298
|
"title": "all Subset Constraint as Subset Role Sequence",
|
2273
2299
|
"type": "Subset Constraint",
|
2274
2300
|
"where": "some Subset Constraint covers this subset-Role Sequence",
|
2275
|
-
"role_id": "
|
2301
|
+
"role_id": "771D100E-C7F8-440C-98FC-AFF0CA1840C0",
|
2276
2302
|
"is_list": true
|
2277
2303
|
},
|
2278
2304
|
{
|
2279
2305
|
"title": "all Subset Constraint as Superset Role Sequence",
|
2280
2306
|
"type": "Subset Constraint",
|
2281
2307
|
"where": "some Subset Constraint covers this superset-Role Sequence",
|
2282
|
-
"role_id": "
|
2308
|
+
"role_id": "79B668EB-6C53-43B3-A197-1DF37BC95263",
|
2283
2309
|
"is_list": true
|
2284
2310
|
}
|
2285
2311
|
]
|
2286
2312
|
},
|
2287
2313
|
"Role Value": {
|
2288
2314
|
"is_main": true,
|
2289
|
-
"id": "
|
2315
|
+
"id": "F1D9A466-25A4-4495-891E-EAADBA0200CD",
|
2290
2316
|
"functions": [
|
2291
2317
|
{
|
2292
2318
|
"title": "Instance",
|
2293
2319
|
"type": "Instance",
|
2294
2320
|
"where": "this Role Value is of one Instance",
|
2295
|
-
"role_id": "
|
2321
|
+
"role_id": "BFB0689E-2C0B-4B5C-9816-7196A749A19D"
|
2296
2322
|
},
|
2297
2323
|
{
|
2298
2324
|
"title": "Population",
|
2299
2325
|
"type": "Population",
|
2300
2326
|
"where": "this Role Value belongs to one Population",
|
2301
|
-
"role_id": "
|
2327
|
+
"role_id": "44ADB611-9DEA-4609-9A27-B40BC74EC1A1"
|
2302
2328
|
},
|
2303
2329
|
{
|
2304
2330
|
"title": "Fact",
|
2305
2331
|
"type": "Fact",
|
2306
2332
|
"where": "this Role Value fulfils one Fact",
|
2307
|
-
"role_id": "
|
2333
|
+
"role_id": "E875B4D1-AB63-472F-9984-DE44ED02D04F"
|
2308
2334
|
},
|
2309
2335
|
{
|
2310
2336
|
"title": "Role",
|
2311
2337
|
"type": "Role",
|
2312
2338
|
"where": "this Role Value is of one Role",
|
2313
|
-
"role_id": "
|
2339
|
+
"role_id": "9D49605E-E458-4085-948F-8A4C45D90C54"
|
2314
2340
|
}
|
2315
2341
|
]
|
2316
2342
|
},
|
2317
2343
|
"Rotation Setting": {
|
2318
2344
|
"is_main": false,
|
2319
|
-
"id": "
|
2345
|
+
"id": "BD73C4AF-AE60-4358-BEE0-CA07F02DC153",
|
2320
2346
|
"functions": [
|
2321
2347
|
{
|
2322
2348
|
"title": "all Fact Type Shape",
|
2323
2349
|
"type": "Fact Type Shape",
|
2324
2350
|
"where": "some Fact Type Shape has this Rotation Setting",
|
2325
|
-
"role_id": "
|
2351
|
+
"role_id": "22CB1473-CFDE-43D5-9C29-642C31DC30A3",
|
2326
2352
|
"is_list": true
|
2327
2353
|
}
|
2328
2354
|
]
|
2329
2355
|
},
|
2330
2356
|
"Scale": {
|
2331
2357
|
"is_main": false,
|
2332
|
-
"id": "
|
2358
|
+
"id": "D867E787-0362-4A0B-9755-41065AFCF791",
|
2333
2359
|
"functions": [
|
2334
2360
|
{
|
2335
2361
|
"title": "all Value Type",
|
2336
2362
|
"type": "Value Type",
|
2337
2363
|
"where": "this Scale is of some Value Type",
|
2338
|
-
"role_id": "
|
2364
|
+
"role_id": "EA5B2D14-A401-4461-AB5C-88EFB86C98DB",
|
2339
2365
|
"is_list": true
|
2340
2366
|
}
|
2341
2367
|
]
|
2342
2368
|
},
|
2343
2369
|
"Set Comparison Constraint": {
|
2344
2370
|
"is_main": false,
|
2345
|
-
"id": "
|
2371
|
+
"id": "5CD3E662-92B4-4519-BE84-B3AA4FF2EB0D",
|
2346
2372
|
"functions": [
|
2347
2373
|
{
|
2348
2374
|
"title": "as Constraint",
|
@@ -2364,14 +2390,14 @@
|
|
2364
2390
|
"title": "all Set Comparison Roles",
|
2365
2391
|
"type": "Set Comparison Roles",
|
2366
2392
|
"where": "this Set Comparison Constraint has in some Ordinal position some Role Sequence",
|
2367
|
-
"role_id": "
|
2393
|
+
"role_id": "B317B9EC-1673-4932-BECC-1C38F08F48FE",
|
2368
2394
|
"is_list": true
|
2369
2395
|
}
|
2370
2396
|
]
|
2371
2397
|
},
|
2372
2398
|
"Set Comparison Roles": {
|
2373
2399
|
"is_main": true,
|
2374
|
-
"id": "
|
2400
|
+
"id": "77C3A3CC-6BE7-433E-9B09-62C2E3D59FCF",
|
2375
2401
|
"functions": [
|
2376
2402
|
{
|
2377
2403
|
"title": "involving Set Comparison Constraint",
|
@@ -2392,7 +2418,7 @@
|
|
2392
2418
|
},
|
2393
2419
|
"Set Constraint": {
|
2394
2420
|
"is_main": false,
|
2395
|
-
"id": "
|
2421
|
+
"id": "26210595-6C50-48C3-B847-D734725574AC",
|
2396
2422
|
"functions": [
|
2397
2423
|
{
|
2398
2424
|
"title": "as Constraint",
|
@@ -2418,7 +2444,7 @@
|
|
2418
2444
|
},
|
2419
2445
|
"Set Equality Constraint": {
|
2420
2446
|
"is_main": false,
|
2421
|
-
"id": "
|
2447
|
+
"id": "E859C41A-BF3E-487F-8258-68D7711141C2",
|
2422
2448
|
"functions": [
|
2423
2449
|
{
|
2424
2450
|
"title": "as Constraint",
|
@@ -2436,7 +2462,7 @@
|
|
2436
2462
|
},
|
2437
2463
|
"Set Exclusion Constraint": {
|
2438
2464
|
"is_main": false,
|
2439
|
-
"id": "
|
2465
|
+
"id": "6935FE49-35E2-4CBA-86A3-3ABF2FD9CD44",
|
2440
2466
|
"functions": [
|
2441
2467
|
{
|
2442
2468
|
"title": "as Constraint",
|
@@ -2454,13 +2480,13 @@
|
|
2454
2480
|
"title": "Set Exclusion Constraint is mandatory",
|
2455
2481
|
"type": "boolean",
|
2456
2482
|
"where": "this Set Exclusion Constraint is mandatory",
|
2457
|
-
"role_id": "
|
2483
|
+
"role_id": "408FBC08-E42A-4D8E-8FDA-078FA1CCC4E7"
|
2458
2484
|
}
|
2459
2485
|
]
|
2460
2486
|
},
|
2461
2487
|
"Shape": {
|
2462
2488
|
"is_main": true,
|
2463
|
-
"id": "
|
2489
|
+
"id": "6431AF29-CFBE-4B5F-B2A9-BF9FE46E8BAF",
|
2464
2490
|
"functions": [
|
2465
2491
|
{
|
2466
2492
|
"title": "as Constraint Shape",
|
@@ -2502,93 +2528,93 @@
|
|
2502
2528
|
"title": "Guid",
|
2503
2529
|
"type": "Guid",
|
2504
2530
|
"where": "this Shape has one Guid",
|
2505
|
-
"role_id": "
|
2531
|
+
"role_id": "90600085-8D6A-40BF-925E-6FD971277DE9"
|
2506
2532
|
},
|
2507
2533
|
{
|
2508
2534
|
"title": "Location",
|
2509
2535
|
"type": "Location",
|
2510
2536
|
"where": "this Shape is at one Location",
|
2511
|
-
"role_id": "
|
2537
|
+
"role_id": "D961F7C1-4ABB-4569-9CBE-C71502A852D3"
|
2512
2538
|
},
|
2513
2539
|
{
|
2514
2540
|
"title": "Shape is expanded",
|
2515
2541
|
"type": "boolean",
|
2516
2542
|
"where": "this Shape is expanded",
|
2517
|
-
"role_id": "
|
2543
|
+
"role_id": "08A22896-8A82-4B78-B7B0-1A40690BC475"
|
2518
2544
|
},
|
2519
2545
|
{
|
2520
2546
|
"title": "ORM Diagram",
|
2521
2547
|
"type": "ORM Diagram",
|
2522
2548
|
"where": "this Shape is in one ORM Diagram",
|
2523
|
-
"role_id": "
|
2549
|
+
"role_id": "1361A63C-A2D5-4443-8127-5EA306344A97"
|
2524
2550
|
}
|
2525
2551
|
]
|
2526
2552
|
},
|
2527
2553
|
"Step": {
|
2528
2554
|
"is_main": true,
|
2529
|
-
"id": "
|
2555
|
+
"id": "1C8F688F-6AEF-4202-85A5-E2151E567F79",
|
2530
2556
|
"functions": [
|
2531
2557
|
{
|
2532
2558
|
"title": "Alternative Set",
|
2533
2559
|
"type": "Alternative Set",
|
2534
2560
|
"where": "this Step falls under one Alternative Set",
|
2535
|
-
"role_id": "
|
2561
|
+
"role_id": "9B5C5286-A345-4971-A468-9547953112BE"
|
2536
2562
|
},
|
2537
2563
|
{
|
2538
2564
|
"title": "Guid",
|
2539
2565
|
"type": "Guid",
|
2540
2566
|
"where": "this Step has one Guid",
|
2541
|
-
"role_id": "
|
2567
|
+
"role_id": "CECFD6D6-7D8B-4CA8-8373-989E08CD6A58"
|
2542
2568
|
},
|
2543
2569
|
{
|
2544
2570
|
"title": "Step is disallowed",
|
2545
2571
|
"type": "boolean",
|
2546
2572
|
"where": "this Step is disallowed",
|
2547
|
-
"role_id": "
|
2573
|
+
"role_id": "58D62D36-9228-4A7F-9DC3-1447BAA91ADC"
|
2548
2574
|
},
|
2549
2575
|
{
|
2550
2576
|
"title": "Step is optional",
|
2551
2577
|
"type": "boolean",
|
2552
2578
|
"where": "this Step is optional",
|
2553
|
-
"role_id": "
|
2579
|
+
"role_id": "1720B98D-0530-4D34-8980-FB14EA42DB8E"
|
2554
2580
|
},
|
2555
2581
|
{
|
2556
2582
|
"title": "Fact Type",
|
2557
2583
|
"type": "Fact Type",
|
2558
2584
|
"where": "this Step specifies one Fact Type",
|
2559
|
-
"role_id": "
|
2585
|
+
"role_id": "53BC13D2-7A71-4030-83A2-05C1B7780D6D"
|
2560
2586
|
},
|
2561
2587
|
{
|
2562
2588
|
"title": "all Play",
|
2563
2589
|
"type": "Play",
|
2564
2590
|
"where": "this Step contains some Role restricting some Variable",
|
2565
|
-
"role_id": "
|
2591
|
+
"role_id": "12E19882-D8FF-44FC-B22B-A0B10055291C",
|
2566
2592
|
"is_list": true
|
2567
2593
|
},
|
2568
2594
|
{
|
2569
2595
|
"title": "Objectification Variable",
|
2570
2596
|
"type": "Variable",
|
2571
2597
|
"where": "this Step nests as one Objectification Variable",
|
2572
|
-
"role_id": "
|
2598
|
+
"role_id": "23F100DE-3401-4E8C-B8A0-806ABE4A3FC1"
|
2573
2599
|
}
|
2574
2600
|
]
|
2575
2601
|
},
|
2576
2602
|
"Subscript": {
|
2577
2603
|
"is_main": false,
|
2578
|
-
"id": "
|
2604
|
+
"id": "6032A6E6-136F-4BEB-B1DE-B251FB185FBF",
|
2579
2605
|
"functions": [
|
2580
2606
|
{
|
2581
2607
|
"title": "all Variable",
|
2582
2608
|
"type": "Variable",
|
2583
2609
|
"where": "this Subscript is of some Variable",
|
2584
|
-
"role_id": "
|
2610
|
+
"role_id": "0794C807-12B6-435C-AAB8-630582C31CA4",
|
2585
2611
|
"is_list": true
|
2586
2612
|
}
|
2587
2613
|
]
|
2588
2614
|
},
|
2589
2615
|
"Subset Constraint": {
|
2590
2616
|
"is_main": false,
|
2591
|
-
"id": "
|
2617
|
+
"id": "5BAF9953-A42E-4B48-9F31-A7232FC9A09A",
|
2592
2618
|
"functions": [
|
2593
2619
|
{
|
2594
2620
|
"title": "as Constraint",
|
@@ -2602,64 +2628,64 @@
|
|
2602
2628
|
"title": "Subset Role Sequence",
|
2603
2629
|
"type": "Role Sequence",
|
2604
2630
|
"where": "this Subset Constraint covers one subset-Role Sequence",
|
2605
|
-
"role_id": "
|
2631
|
+
"role_id": "AEA6BEE2-7B84-461A-992D-3428E725F7AC"
|
2606
2632
|
},
|
2607
2633
|
{
|
2608
2634
|
"title": "Superset Role Sequence",
|
2609
2635
|
"type": "Role Sequence",
|
2610
2636
|
"where": "this Subset Constraint covers one superset-Role Sequence",
|
2611
|
-
"role_id": "
|
2637
|
+
"role_id": "DDD4CE4B-3E76-47C5-A8CE-DC34C305B4E0"
|
2612
2638
|
}
|
2613
2639
|
]
|
2614
2640
|
},
|
2615
2641
|
"Text": {
|
2616
2642
|
"is_main": false,
|
2617
|
-
"id": "
|
2643
|
+
"id": "7535F261-8C80-4EC3-BA52-3E4427BE66F2",
|
2618
2644
|
"functions": [
|
2619
2645
|
{
|
2620
2646
|
"title": "all Reading",
|
2621
2647
|
"type": "Reading",
|
2622
2648
|
"where": "some Reading has this Text",
|
2623
|
-
"role_id": "
|
2649
|
+
"role_id": "DB3C981F-F593-4498-96C9-D99C1495EE75",
|
2624
2650
|
"is_list": true
|
2625
2651
|
}
|
2626
2652
|
]
|
2627
2653
|
},
|
2628
2654
|
"Topic": {
|
2629
2655
|
"is_main": false,
|
2630
|
-
"id": "
|
2656
|
+
"id": "55028922-F02C-45BA-AE9A-2C82C381B8D6",
|
2631
2657
|
"functions": [
|
2632
2658
|
{
|
2633
2659
|
"title": "all Concept",
|
2634
2660
|
"type": "Concept",
|
2635
2661
|
"where": "this Topic contains some Concept",
|
2636
|
-
"role_id": "
|
2662
|
+
"role_id": "146F08B8-6EBA-4F61-93D5-551B5789F086",
|
2637
2663
|
"is_list": true
|
2638
2664
|
},
|
2639
2665
|
{
|
2640
2666
|
"title": "Topic Name",
|
2641
2667
|
"type": "Name",
|
2642
2668
|
"where": "this Topic has one topic-Name",
|
2643
|
-
"role_id": "
|
2669
|
+
"role_id": "D7E687D8-4712-49DD-BFED-6A94C6AFEC20"
|
2644
2670
|
}
|
2645
2671
|
]
|
2646
2672
|
},
|
2647
2673
|
"Transaction Phase": {
|
2648
2674
|
"is_main": false,
|
2649
|
-
"id": "
|
2675
|
+
"id": "9B92A1E2-3396-46DB-B1EA-D8245E93AD17",
|
2650
2676
|
"functions": [
|
2651
2677
|
{
|
2652
2678
|
"title": "all Value Type",
|
2653
2679
|
"type": "Value Type",
|
2654
2680
|
"where": "some Value Type is auto-assigned at this Transaction Phase",
|
2655
|
-
"role_id": "
|
2681
|
+
"role_id": "ABF4CAFC-B9D2-4A62-A60C-F38DAEA52F5E",
|
2656
2682
|
"is_list": true
|
2657
2683
|
}
|
2658
2684
|
]
|
2659
2685
|
},
|
2660
2686
|
"Type Inheritance": {
|
2661
2687
|
"is_main": false,
|
2662
|
-
"id": "
|
2688
|
+
"id": "39179B7A-7AFF-4907-8C4F-439DB5AE67F1",
|
2663
2689
|
"functions": [
|
2664
2690
|
{
|
2665
2691
|
"title": "as Fact Type",
|
@@ -2679,166 +2705,166 @@
|
|
2679
2705
|
"title": "Assimilation",
|
2680
2706
|
"type": "Assimilation",
|
2681
2707
|
"where": "this Type Inheritance uses one Assimilation",
|
2682
|
-
"role_id": "
|
2708
|
+
"role_id": "464D5CEE-80DE-47B7-9374-DF9FC0F6B788"
|
2683
2709
|
},
|
2684
2710
|
{
|
2685
2711
|
"title": "Type Inheritance provides identification",
|
2686
2712
|
"type": "boolean",
|
2687
2713
|
"where": "this Type Inheritance provides identification",
|
2688
|
-
"role_id": "
|
2714
|
+
"role_id": "82D59D55-7C9C-45F7-A69E-47032857616B"
|
2689
2715
|
}
|
2690
2716
|
]
|
2691
2717
|
},
|
2692
2718
|
"Unit": {
|
2693
2719
|
"is_main": false,
|
2694
|
-
"id": "
|
2720
|
+
"id": "9053778F-2A1B-481E-A3B1-2DAF2137C5AA",
|
2695
2721
|
"functions": [
|
2696
2722
|
{
|
2697
2723
|
"title": "Ephemera URL",
|
2698
2724
|
"type": "Ephemera URL",
|
2699
2725
|
"where": "this Unit uses coefficient from one Ephemera URL",
|
2700
|
-
"role_id": "
|
2726
|
+
"role_id": "DE54B142-E61D-44DD-BD7B-770B0E469D3F"
|
2701
2727
|
},
|
2702
2728
|
{
|
2703
2729
|
"title": "Name",
|
2704
2730
|
"type": "Name",
|
2705
2731
|
"where": "this Unit is called one Name",
|
2706
|
-
"role_id": "
|
2732
|
+
"role_id": "565E84C9-93D4-433F-B6DB-AD76900EF96B"
|
2707
2733
|
},
|
2708
2734
|
{
|
2709
2735
|
"title": "Coefficient",
|
2710
2736
|
"type": "Coefficient",
|
2711
2737
|
"where": "this Unit has one Coefficient",
|
2712
|
-
"role_id": "
|
2738
|
+
"role_id": "4BCF4E7A-FA22-4BCC-9C51-13FFA0701242"
|
2713
2739
|
},
|
2714
2740
|
{
|
2715
2741
|
"title": "Offset",
|
2716
2742
|
"type": "Offset",
|
2717
2743
|
"where": "this Unit has one Offset",
|
2718
|
-
"role_id": "
|
2744
|
+
"role_id": "46F406A1-260F-43D5-AC24-F7A8B0A48EC5"
|
2719
2745
|
},
|
2720
2746
|
{
|
2721
2747
|
"title": "Plural Name",
|
2722
2748
|
"type": "Name",
|
2723
2749
|
"where": "this Plural Named Unit has one plural-Name",
|
2724
|
-
"role_id": "
|
2750
|
+
"role_id": "84BF17A5-41AD-4AA7-927B-CB465BD3301A"
|
2725
2751
|
},
|
2726
2752
|
{
|
2727
2753
|
"title": "Concept",
|
2728
2754
|
"type": "Concept",
|
2729
2755
|
"where": "this Unit is an instance of one Concept",
|
2730
|
-
"role_id": "
|
2756
|
+
"role_id": "5B6DE975-2E34-498B-9973-35B3E68066A3"
|
2731
2757
|
},
|
2732
2758
|
{
|
2733
2759
|
"title": "all Derivation",
|
2734
2760
|
"type": "Derivation",
|
2735
2761
|
"where": "this Derived Unit is derived from some Base Unit",
|
2736
|
-
"role_id": "
|
2762
|
+
"role_id": "3B946D7C-CE53-45DA-935C-352292C8C8E1",
|
2737
2763
|
"is_list": true
|
2738
2764
|
},
|
2739
2765
|
{
|
2740
2766
|
"title": "all Derivation",
|
2741
2767
|
"type": "Derivation",
|
2742
2768
|
"where": "some Derived Unit is derived from this Base Unit",
|
2743
|
-
"role_id": "
|
2769
|
+
"role_id": "4CD93784-9934-4D3E-9836-D7BA28304DB5",
|
2744
2770
|
"is_list": true
|
2745
2771
|
},
|
2746
2772
|
{
|
2747
2773
|
"title": "Unit is fundamental",
|
2748
2774
|
"type": "boolean",
|
2749
2775
|
"where": "this Unit is fundamental",
|
2750
|
-
"role_id": "
|
2776
|
+
"role_id": "A357C403-EA4C-402E-A132-914DEAD40CC1"
|
2751
2777
|
},
|
2752
2778
|
{
|
2753
2779
|
"title": "all Value Type",
|
2754
2780
|
"type": "Value Type",
|
2755
2781
|
"where": "some Value Type is of this Unit",
|
2756
|
-
"role_id": "
|
2782
|
+
"role_id": "62BDC88E-052B-406E-A24A-13F9184EE6A6",
|
2757
2783
|
"is_list": true
|
2758
2784
|
},
|
2759
2785
|
{
|
2760
2786
|
"title": "all Value",
|
2761
2787
|
"type": "Value",
|
2762
2788
|
"where": "this Unit is of some Value",
|
2763
|
-
"role_id": "
|
2789
|
+
"role_id": "3E042BE0-156A-4A9E-89D1-85F44CCF7C11",
|
2764
2790
|
"is_list": true
|
2765
2791
|
},
|
2766
2792
|
{
|
2767
2793
|
"title": "Vocabulary",
|
2768
2794
|
"type": "Vocabulary",
|
2769
2795
|
"where": "this Unit is in one Vocabulary",
|
2770
|
-
"role_id": "
|
2796
|
+
"role_id": "A7BAE75A-43E0-480E-AB8D-43249A43F51A"
|
2771
2797
|
}
|
2772
2798
|
]
|
2773
2799
|
},
|
2774
2800
|
"Value": {
|
2775
2801
|
"is_main": true,
|
2776
|
-
"id": "
|
2802
|
+
"id": "37D88A60-D029-4760-929B-038077D1A708",
|
2777
2803
|
"functions": [
|
2778
2804
|
{
|
2779
2805
|
"title": "all Bound",
|
2780
2806
|
"type": "Bound",
|
2781
2807
|
"where": "this Value is of some Bound",
|
2782
|
-
"role_id": "
|
2808
|
+
"role_id": "FF221EEE-8446-4CCE-8193-6F068583A4B1",
|
2783
2809
|
"is_list": true
|
2784
2810
|
},
|
2785
2811
|
{
|
2786
2812
|
"title": "all Discriminated Role",
|
2787
2813
|
"type": "Discriminated Role",
|
2788
2814
|
"where": "some Discriminator distinguishes some Role using this Value",
|
2789
|
-
"role_id": "
|
2815
|
+
"role_id": "AA5D1430-6D4D-4A1B-ABB1-3FB7362F2F6E",
|
2790
2816
|
"is_list": true
|
2791
2817
|
},
|
2792
2818
|
{
|
2793
2819
|
"title": "all Instance",
|
2794
2820
|
"type": "Instance",
|
2795
2821
|
"where": "some Instance has this Value",
|
2796
|
-
"role_id": "
|
2822
|
+
"role_id": "B34369CF-B6DD-4758-B08C-C9F806C65B34",
|
2797
2823
|
"is_list": true
|
2798
2824
|
},
|
2799
2825
|
{
|
2800
2826
|
"title": "all Value Type Parameter Restriction",
|
2801
2827
|
"type": "Value Type Parameter Restriction",
|
2802
2828
|
"where": "some Value Type Parameter Restriction has this Value",
|
2803
|
-
"role_id": "
|
2829
|
+
"role_id": "D3BA5669-F763-416A-A3E5-C6721EBDF48B",
|
2804
2830
|
"is_list": true
|
2805
2831
|
},
|
2806
2832
|
{
|
2807
2833
|
"title": "Unit",
|
2808
2834
|
"type": "Unit",
|
2809
2835
|
"where": "this Value is in one Unit",
|
2810
|
-
"role_id": "
|
2836
|
+
"role_id": "27DA7E64-562B-4863-902E-F3DF24E28289"
|
2811
2837
|
},
|
2812
2838
|
{
|
2813
2839
|
"title": "Value is literal string",
|
2814
2840
|
"type": "boolean",
|
2815
2841
|
"where": "this Value is literal string",
|
2816
|
-
"role_id": "
|
2842
|
+
"role_id": "A695B41B-D965-4875-BA88-9482D1AD8607"
|
2817
2843
|
},
|
2818
2844
|
{
|
2819
2845
|
"title": "Value Type",
|
2820
2846
|
"type": "Value Type",
|
2821
2847
|
"where": "this Value is of one Value Type",
|
2822
|
-
"role_id": "
|
2848
|
+
"role_id": "818C09ED-FDAA-41E9-938D-78C17268AE97"
|
2823
2849
|
},
|
2824
2850
|
{
|
2825
2851
|
"title": "Literal",
|
2826
2852
|
"type": "Literal",
|
2827
2853
|
"where": "this Value is represented by one Literal",
|
2828
|
-
"role_id": "
|
2854
|
+
"role_id": "001C5AA4-F7B5-4498-B76C-65E9E10D7AA5"
|
2829
2855
|
},
|
2830
2856
|
{
|
2831
2857
|
"title": "all Variable",
|
2832
2858
|
"type": "Variable",
|
2833
2859
|
"where": "some Variable is bound to this Value",
|
2834
|
-
"role_id": "
|
2860
|
+
"role_id": "BB8B61B1-33B1-41A2-BFDC-DDD340A1C15F",
|
2835
2861
|
"is_list": true
|
2836
2862
|
}
|
2837
2863
|
]
|
2838
2864
|
},
|
2839
2865
|
"Value Constraint": {
|
2840
2866
|
"is_main": false,
|
2841
|
-
"id": "
|
2867
|
+
"id": "C695309B-F68F-432E-98BC-5066F9326A11",
|
2842
2868
|
"functions": [
|
2843
2869
|
{
|
2844
2870
|
"title": "as Constraint",
|
@@ -2848,32 +2874,32 @@
|
|
2848
2874
|
"title": "Role",
|
2849
2875
|
"type": "Role",
|
2850
2876
|
"where": "this Value Constraint applies to one Role",
|
2851
|
-
"role_id": "
|
2877
|
+
"role_id": "DC7D7BC1-226F-4E49-8649-984394A93ADC"
|
2852
2878
|
},
|
2853
2879
|
{
|
2854
2880
|
"title": "all Value Range",
|
2855
2881
|
"type": "Value Range",
|
2856
2882
|
"where": "this Value Constraint allows some Value Range",
|
2857
|
-
"role_id": "
|
2883
|
+
"role_id": "68541503-1A2E-4559-B2B0-9092DED1A875",
|
2858
2884
|
"is_list": true
|
2859
2885
|
},
|
2860
2886
|
{
|
2861
2887
|
"title": "Regular Expression",
|
2862
2888
|
"type": "Regular Expression",
|
2863
2889
|
"where": "this Value Constraint requires matching one Regular Expression",
|
2864
|
-
"role_id": "
|
2890
|
+
"role_id": "7E1EF498-02F6-49BB-8E67-B2F5B38D1095"
|
2865
2891
|
},
|
2866
2892
|
{
|
2867
2893
|
"title": "Value Type",
|
2868
2894
|
"type": "Value Type",
|
2869
2895
|
"where": "this Value Constraint constrains one Value Type",
|
2870
|
-
"role_id": "
|
2896
|
+
"role_id": "EE6E8C3C-45DF-49B4-A845-D9FF6358C2ED"
|
2871
2897
|
}
|
2872
2898
|
]
|
2873
2899
|
},
|
2874
2900
|
"Value Constraint Shape": {
|
2875
2901
|
"is_main": false,
|
2876
|
-
"id": "
|
2902
|
+
"id": "FCB22D48-5D52-45EF-84DB-E18B8C19AE15",
|
2877
2903
|
"functions": [
|
2878
2904
|
{
|
2879
2905
|
"title": "as Constraint Shape",
|
@@ -2887,44 +2913,44 @@
|
|
2887
2913
|
"title": "Role Display",
|
2888
2914
|
"type": "Role Display",
|
2889
2915
|
"where": "this Value Constraint Shape is for one Role Display",
|
2890
|
-
"role_id": "
|
2916
|
+
"role_id": "0B1B3F13-6B08-4A3E-8E7D-98292343F6F1"
|
2891
2917
|
},
|
2892
2918
|
{
|
2893
2919
|
"title": "Object Type Shape",
|
2894
2920
|
"type": "Object Type Shape",
|
2895
2921
|
"where": "this Value Constraint Shape is for one Object Type Shape",
|
2896
|
-
"role_id": "
|
2922
|
+
"role_id": "F1D215C5-0A03-417F-86FD-4F12D0FD2BA1"
|
2897
2923
|
}
|
2898
2924
|
]
|
2899
2925
|
},
|
2900
2926
|
"Value Range": {
|
2901
2927
|
"is_main": false,
|
2902
|
-
"id": "
|
2928
|
+
"id": "8F6805CF-9EE3-4C57-B680-F69989D3135C",
|
2903
2929
|
"functions": [
|
2904
2930
|
{
|
2905
2931
|
"title": "all Value Constraint",
|
2906
2932
|
"type": "Value Constraint",
|
2907
2933
|
"where": "some Value Constraint allows this Value Range",
|
2908
|
-
"role_id": "
|
2934
|
+
"role_id": "16A930CC-BFAC-4BC1-925B-69173DC75EB0",
|
2909
2935
|
"is_list": true
|
2910
2936
|
},
|
2911
2937
|
{
|
2912
2938
|
"title": "Maximum Bound",
|
2913
2939
|
"type": "Bound",
|
2914
2940
|
"where": "this Value Range has one maximum-Bound",
|
2915
|
-
"role_id": "
|
2941
|
+
"role_id": "F21557CD-9D31-41BE-A85E-D1610A4B0F6E"
|
2916
2942
|
},
|
2917
2943
|
{
|
2918
2944
|
"title": "Minimum Bound",
|
2919
2945
|
"type": "Bound",
|
2920
2946
|
"where": "this Value Range has one minimum-Bound",
|
2921
|
-
"role_id": "
|
2947
|
+
"role_id": "D467B5A4-8117-4FC9-B361-DA5A5CE63E06"
|
2922
2948
|
}
|
2923
2949
|
]
|
2924
2950
|
},
|
2925
2951
|
"Value Type": {
|
2926
2952
|
"is_main": false,
|
2927
|
-
"id": "
|
2953
|
+
"id": "BA7240DD-B074-4AF0-BBEE-B9205DC3CF85",
|
2928
2954
|
"functions": [
|
2929
2955
|
{
|
2930
2956
|
"title": "as Domain Object Type",
|
@@ -2942,78 +2968,78 @@
|
|
2942
2968
|
"title": "all Value Type Parameter as Facet Value Type",
|
2943
2969
|
"type": "Value Type Parameter",
|
2944
2970
|
"where": "some Value Type Parameter requires value of this facet-Value Type",
|
2945
|
-
"role_id": "
|
2971
|
+
"role_id": "A164F2F2-0E8C-4FAF-A61E-248FFABB77E7",
|
2946
2972
|
"is_list": true
|
2947
2973
|
},
|
2948
2974
|
{
|
2949
2975
|
"title": "Length",
|
2950
2976
|
"type": "Length",
|
2951
2977
|
"where": "this Value Type has one Length",
|
2952
|
-
"role_id": "
|
2978
|
+
"role_id": "97DB02F9-9DAA-4024-A63E-C7AFA5B407A5"
|
2953
2979
|
},
|
2954
2980
|
{
|
2955
2981
|
"title": "Scale",
|
2956
2982
|
"type": "Scale",
|
2957
2983
|
"where": "this Value Type has one Scale",
|
2958
|
-
"role_id": "
|
2984
|
+
"role_id": "3C99A43F-6AC5-46DC-9502-C7113FFEDC46"
|
2959
2985
|
},
|
2960
2986
|
{
|
2961
2987
|
"title": "Value Constraint",
|
2962
2988
|
"type": "Value Constraint",
|
2963
2989
|
"where": "this Value Type has one Value Constraint",
|
2964
|
-
"role_id": "
|
2990
|
+
"role_id": "A270F04F-186F-41B7-BAF7-77E0C8679A5A"
|
2965
2991
|
},
|
2966
2992
|
{
|
2967
2993
|
"title": "all Value Type Parameter",
|
2968
2994
|
"type": "Value Type Parameter",
|
2969
2995
|
"where": "this Value Type has facet called some Name",
|
2970
|
-
"role_id": "
|
2996
|
+
"role_id": "DD73FEA9-FC7D-4161-863B-B7EFF3D05ED4",
|
2971
2997
|
"is_list": true
|
2972
2998
|
},
|
2973
2999
|
{
|
2974
3000
|
"title": "Transaction Phase",
|
2975
3001
|
"type": "Transaction Phase",
|
2976
3002
|
"where": "this Value Type is auto-assigned at one Transaction Phase",
|
2977
|
-
"role_id": "
|
3003
|
+
"role_id": "C63E70AB-0F6E-4235-95A3-26292D1A8D46"
|
2978
3004
|
},
|
2979
3005
|
{
|
2980
3006
|
"title": "Unit",
|
2981
3007
|
"type": "Unit",
|
2982
3008
|
"where": "this Value Type is of one Unit",
|
2983
|
-
"role_id": "
|
3009
|
+
"role_id": "8FC3928E-1C51-4F4E-BF15-BF6461AB0C2D"
|
2984
3010
|
},
|
2985
3011
|
{
|
2986
3012
|
"title": "Supertype",
|
2987
3013
|
"type": "Value Type",
|
2988
3014
|
"where": "this Value Type is subtype of one Supertype",
|
2989
|
-
"role_id": "
|
3015
|
+
"role_id": "B53452F3-E13D-4FAA-9D2F-0C0F9711FD3C"
|
2990
3016
|
},
|
2991
3017
|
{
|
2992
3018
|
"title": "all Value Type",
|
2993
3019
|
"type": "Value Type",
|
2994
3020
|
"where": "this Supertype is supertype of some Value Type",
|
2995
|
-
"role_id": "
|
3021
|
+
"role_id": "82357C94-EFC4-4B10-9D4B-31F9DC3C9A6C",
|
2996
3022
|
"is_list": true
|
2997
3023
|
},
|
2998
3024
|
{
|
2999
3025
|
"title": "all Value Type Parameter Restriction",
|
3000
3026
|
"type": "Value Type Parameter Restriction",
|
3001
3027
|
"where": "this Value Type receives some Value Type Parameter",
|
3002
|
-
"role_id": "
|
3028
|
+
"role_id": "F1961E8E-F5F3-44B4-846A-E3DD61FF8B34",
|
3003
3029
|
"is_list": true
|
3004
3030
|
},
|
3005
3031
|
{
|
3006
3032
|
"title": "all Value",
|
3007
3033
|
"type": "Value",
|
3008
3034
|
"where": "this Value Type has some Value",
|
3009
|
-
"role_id": "
|
3035
|
+
"role_id": "9A1197E9-8134-411D-ACC1-94C8F03CFE73",
|
3010
3036
|
"is_list": true
|
3011
3037
|
}
|
3012
3038
|
]
|
3013
3039
|
},
|
3014
3040
|
"Value Type Parameter": {
|
3015
3041
|
"is_main": true,
|
3016
|
-
"id": "
|
3042
|
+
"id": "CAE62D05-2002-4FDE-9820-5EF7C0BD4D71",
|
3017
3043
|
"functions": [
|
3018
3044
|
{
|
3019
3045
|
"title": "involving Value Type",
|
@@ -3029,20 +3055,20 @@
|
|
3029
3055
|
"title": "Facet Value Type",
|
3030
3056
|
"type": "Value Type",
|
3031
3057
|
"where": "this Value Type Parameter requires value of one facet-Value Type",
|
3032
|
-
"role_id": "
|
3058
|
+
"role_id": "1B2AB4EA-7FA9-40E4-9E15-1E851FA17B39"
|
3033
3059
|
},
|
3034
3060
|
{
|
3035
3061
|
"title": "all Value Type Parameter Restriction",
|
3036
3062
|
"type": "Value Type Parameter Restriction",
|
3037
3063
|
"where": "this Value Type Parameter applies to some Value Type",
|
3038
|
-
"role_id": "
|
3064
|
+
"role_id": "6DF66AA1-A510-43E9-A7A5-646210011D81",
|
3039
3065
|
"is_list": true
|
3040
3066
|
}
|
3041
3067
|
]
|
3042
3068
|
},
|
3043
3069
|
"Value Type Parameter Restriction": {
|
3044
3070
|
"is_main": true,
|
3045
|
-
"id": "
|
3071
|
+
"id": "8E3D95E3-911E-45EB-9A94-4729494D7E11",
|
3046
3072
|
"functions": [
|
3047
3073
|
{
|
3048
3074
|
"title": "involving Value Type",
|
@@ -3058,154 +3084,154 @@
|
|
3058
3084
|
"title": "Value",
|
3059
3085
|
"type": "Value",
|
3060
3086
|
"where": "this Value Type Parameter Restriction has one Value",
|
3061
|
-
"role_id": "
|
3087
|
+
"role_id": "0B04140E-4BFD-4BF4-8E4C-983EB61271B7"
|
3062
3088
|
}
|
3063
3089
|
]
|
3064
3090
|
},
|
3065
3091
|
"Variable": {
|
3066
3092
|
"is_main": true,
|
3067
|
-
"id": "
|
3093
|
+
"id": "2AFC14E8-42C6-44BF-B8A7-5B900179F4DB",
|
3068
3094
|
"functions": [
|
3069
3095
|
{
|
3070
3096
|
"title": "Query",
|
3071
3097
|
"type": "Query",
|
3072
3098
|
"where": "this Variable is in one Query",
|
3073
|
-
"role_id": "
|
3099
|
+
"role_id": "47559773-CECF-4455-BB9C-FB96BA490A4A"
|
3074
3100
|
},
|
3075
3101
|
{
|
3076
3102
|
"title": "Ordinal",
|
3077
3103
|
"type": "Ordinal",
|
3078
3104
|
"where": "this Variable has one Ordinal position",
|
3079
|
-
"role_id": "
|
3105
|
+
"role_id": "C399AEE6-B0AB-4F03-843D-A12C39E08CE0"
|
3080
3106
|
},
|
3081
3107
|
{
|
3082
3108
|
"title": "Subscript",
|
3083
3109
|
"type": "Subscript",
|
3084
3110
|
"where": "this Variable has one Subscript",
|
3085
|
-
"role_id": "
|
3111
|
+
"role_id": "E3C48258-9976-4DEE-8EDD-E1FB875662D8"
|
3086
3112
|
},
|
3087
3113
|
{
|
3088
3114
|
"title": "Role Name",
|
3089
3115
|
"type": "Name",
|
3090
3116
|
"where": "this Variable has one role-Name",
|
3091
|
-
"role_id": "
|
3117
|
+
"role_id": "E7AE0211-4BD1-400E-A48E-9FE336DE7F3E"
|
3092
3118
|
},
|
3093
3119
|
{
|
3094
3120
|
"title": "all Aggregation",
|
3095
3121
|
"type": "Aggregation",
|
3096
3122
|
"where": "this Variable is bound to some Aggregate over some aggregated-Variable",
|
3097
|
-
"role_id": "
|
3123
|
+
"role_id": "5582E7E2-6737-4F84-BA78-70EF3ABAEACC",
|
3098
3124
|
"is_list": true
|
3099
3125
|
},
|
3100
3126
|
{
|
3101
3127
|
"title": "all Aggregation",
|
3102
3128
|
"type": "Aggregation",
|
3103
3129
|
"where": "some Variable is bound to some Aggregate over this aggregated-Variable",
|
3104
|
-
"role_id": "
|
3130
|
+
"role_id": "70FA8408-1733-4C78-AA11-E6EE43C02A40",
|
3105
3131
|
"is_list": true
|
3106
3132
|
},
|
3107
3133
|
{
|
3108
3134
|
"title": "Value",
|
3109
3135
|
"type": "Value",
|
3110
3136
|
"where": "this Variable is bound to one Value",
|
3111
|
-
"role_id": "
|
3137
|
+
"role_id": "F4C1F6D7-4747-4C6B-86F3-800293954494"
|
3112
3138
|
},
|
3113
3139
|
{
|
3114
3140
|
"title": "Object Type",
|
3115
3141
|
"type": "Object Type",
|
3116
3142
|
"where": "this Variable is for one Object Type",
|
3117
|
-
"role_id": "
|
3143
|
+
"role_id": "EE77DE9E-E4A8-4CD3-BD36-4183408DAEC9"
|
3118
3144
|
},
|
3119
3145
|
{
|
3120
3146
|
"title": "all Play",
|
3121
3147
|
"type": "Play",
|
3122
3148
|
"where": "this Variable is restricted by some Role of some Step",
|
3123
|
-
"role_id": "
|
3149
|
+
"role_id": "E66DE4D0-1B62-43AE-9B96-76326A11F02E",
|
3124
3150
|
"is_list": true
|
3125
3151
|
},
|
3126
3152
|
{
|
3127
3153
|
"title": "Step",
|
3128
3154
|
"type": "Step",
|
3129
3155
|
"where": "this Objectification Variable matches nesting over one Step",
|
3130
|
-
"role_id": "
|
3156
|
+
"role_id": "D03D9663-3FBC-4B50-8AED-D4912B8817D0"
|
3131
3157
|
},
|
3132
3158
|
{
|
3133
3159
|
"title": "Projection",
|
3134
3160
|
"type": "Role",
|
3135
3161
|
"where": "this Variable projects one Projection",
|
3136
|
-
"role_id": "
|
3162
|
+
"role_id": "E9FAF535-6829-4B49-96F8-30B566125E80"
|
3137
3163
|
}
|
3138
3164
|
]
|
3139
3165
|
},
|
3140
3166
|
"Vocabulary": {
|
3141
3167
|
"is_main": false,
|
3142
|
-
"id": "
|
3168
|
+
"id": "757B4FD1-A723-4120-B515-623236E196AD",
|
3143
3169
|
"functions": [
|
3144
3170
|
{
|
3145
3171
|
"title": "all Diagram",
|
3146
3172
|
"type": "Diagram",
|
3147
3173
|
"where": "this Vocabulary contains some Diagram",
|
3148
|
-
"role_id": "
|
3174
|
+
"role_id": "C569A134-ADE1-4E93-92FF-0292E0932AAA",
|
3149
3175
|
"is_list": true
|
3150
3176
|
},
|
3151
3177
|
{
|
3152
3178
|
"title": "all Object Type",
|
3153
3179
|
"type": "Object Type",
|
3154
3180
|
"where": "some Object Type belongs to this Vocabulary",
|
3155
|
-
"role_id": "
|
3181
|
+
"role_id": "2EDDDCDE-E38B-4749-9265-BA22AEE44C08",
|
3156
3182
|
"is_list": true
|
3157
3183
|
},
|
3158
3184
|
{
|
3159
3185
|
"title": "all Constraint",
|
3160
3186
|
"type": "Constraint",
|
3161
3187
|
"where": "this Vocabulary contains some Constraint",
|
3162
|
-
"role_id": "
|
3188
|
+
"role_id": "29F258E1-116C-4A69-AB5A-3C074F43977B",
|
3163
3189
|
"is_list": true
|
3164
3190
|
},
|
3165
3191
|
{
|
3166
3192
|
"title": "all Population",
|
3167
3193
|
"type": "Population",
|
3168
3194
|
"where": "this Vocabulary includes some Population",
|
3169
|
-
"role_id": "
|
3195
|
+
"role_id": "8EA5D340-4295-4BCF-BC2D-FC186F7163AF",
|
3170
3196
|
"is_list": true
|
3171
3197
|
},
|
3172
3198
|
{
|
3173
3199
|
"title": "all Unit",
|
3174
3200
|
"type": "Unit",
|
3175
3201
|
"where": "this Vocabulary includes some Unit",
|
3176
|
-
"role_id": "
|
3202
|
+
"role_id": "7F0ACDCC-6BCF-4400-A522-6F605C0B21AF",
|
3177
3203
|
"is_list": true
|
3178
3204
|
},
|
3179
3205
|
{
|
3180
3206
|
"title": "Name",
|
3181
3207
|
"type": "Name",
|
3182
3208
|
"where": "this Vocabulary is called one Name",
|
3183
|
-
"role_id": "
|
3209
|
+
"role_id": "FCD84290-10B1-4944-A5D7-19234A07D33C"
|
3184
3210
|
}
|
3185
3211
|
]
|
3186
3212
|
},
|
3187
3213
|
"X": {
|
3188
3214
|
"is_main": false,
|
3189
|
-
"id": "
|
3215
|
+
"id": "E6DA72A5-46E8-43CB-B57B-3C4A51B005E9",
|
3190
3216
|
"functions": [
|
3191
3217
|
{
|
3192
3218
|
"title": "all Location",
|
3193
3219
|
"type": "Location",
|
3194
3220
|
"where": "some Location is at this X",
|
3195
|
-
"role_id": "
|
3221
|
+
"role_id": "8FDB87A5-318B-44B7-9658-C9ACBC483FB5",
|
3196
3222
|
"is_list": true
|
3197
3223
|
}
|
3198
3224
|
]
|
3199
3225
|
},
|
3200
3226
|
"Y": {
|
3201
3227
|
"is_main": false,
|
3202
|
-
"id": "
|
3228
|
+
"id": "EBEB149D-4F4E-44FF-8C6E-661C1BFDBAA6",
|
3203
3229
|
"functions": [
|
3204
3230
|
{
|
3205
3231
|
"title": "all Location",
|
3206
3232
|
"type": "Location",
|
3207
3233
|
"where": "some Location is at this Y",
|
3208
|
-
"role_id": "
|
3234
|
+
"role_id": "EE06054C-094E-4D85-950D-80FC1EF337A2",
|
3209
3235
|
"is_list": true
|
3210
3236
|
}
|
3211
3237
|
]
|