activefacts-examples 1.7.2 → 1.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +5 -1
- data/activefacts-examples.gemspec +5 -7
- data/cql/Metamodel.cql +79 -69
- data/cql/SeparateSubtype.cql +1 -1
- data/diagrams/json/Metamodel.json +9 -7
- data/metadata/json/Metamodel.json +515 -504
- data/metadata/json/OilSupply.json +54 -54
- data/orm/Health.orm +257 -0
- data/orm/Metamodel.orm +3471 -3154
- data/rails/models/Metamodel.models +42 -11
- data/rails/schema/Metamodel.schema.rb +24 -12
- data/ruby/Metamodel.rb +17 -8
- data/sql/server/CinemaBookings.sql +1 -1
- data/sql/server/CinemaTickets.sql +3 -3
- data/sql/server/CompanyDirectorEmployee.sql +2 -2
- data/sql/server/Genealogy.sql +1 -1
- data/sql/server/Insurance.sql +6 -6
- data/sql/server/Metamodel.sql +64 -29
- data/sql/server/OilSupply.sql +20 -4
- data/sql/server/SimplestUnary.sql +1 -1
- metadata +22 -38
@@ -2,7 +2,7 @@
|
|
2
2
|
"types": {
|
3
3
|
"Absorption": {
|
4
4
|
"is_main": false,
|
5
|
-
"id": "
|
5
|
+
"id": "191f726d-5118-4324-906d-418be40deeae",
|
6
6
|
"functions": [
|
7
7
|
{
|
8
8
|
"title": "as Component",
|
@@ -16,127 +16,140 @@
|
|
16
16
|
"title": "Absorption flattens",
|
17
17
|
"type": "boolean",
|
18
18
|
"where": "this Absorption flattens",
|
19
|
-
"role_id": "
|
19
|
+
"role_id": "f9089543-1588-4eea-8cfd-289b52670dfa"
|
20
20
|
},
|
21
21
|
{
|
22
|
-
"title": "
|
23
|
-
"type": "
|
24
|
-
"where": "this Absorption is
|
25
|
-
"role_id": "
|
22
|
+
"title": "Reverse Absorption",
|
23
|
+
"type": "Absorption",
|
24
|
+
"where": "this Absorption is matched by one reverse-Absorption",
|
25
|
+
"role_id": "3b7603be-b96f-4920-8c5d-3d7cfedf5527"
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"title": "Absorption",
|
29
|
+
"type": "Absorption",
|
30
|
+
"where": "one Absorption is matched by this reverse-Absorption",
|
31
|
+
"role_id": "f382c578-474f-4d86-9a59-31a44ec55269"
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"title": "all Nesting",
|
35
|
+
"type": "Nesting",
|
36
|
+
"where": "this Absorption is nested under some index-Role in some Ordinal position",
|
37
|
+
"role_id": "5c437514-5b61-4265-9a4d-49dea1073a5a",
|
38
|
+
"is_list": true
|
26
39
|
},
|
27
40
|
{
|
28
41
|
"title": "Parent Role",
|
29
42
|
"type": "Role",
|
30
43
|
"where": "this Absorption traverses from one parent-Role",
|
31
|
-
"role_id": "
|
44
|
+
"role_id": "66baafbc-86a9-4c50-bb34-737adc18f9a7"
|
32
45
|
},
|
33
46
|
{
|
34
47
|
"title": "Child Role",
|
35
48
|
"type": "Role",
|
36
49
|
"where": "this Absorption traverses to one child-Role",
|
37
|
-
"role_id": "
|
50
|
+
"role_id": "0b7d3d12-29d8-4d46-80ef-0b6025f0efb2"
|
38
51
|
}
|
39
52
|
]
|
40
53
|
},
|
41
54
|
"Adjective": {
|
42
55
|
"is_main": false,
|
43
|
-
"id": "
|
56
|
+
"id": "2ea3b1c8-69b8-42fa-af72-9e3281b4ca46",
|
44
57
|
"functions": [
|
45
58
|
{
|
46
59
|
"title": "all Role Ref as Leading Adjective",
|
47
60
|
"type": "Role Ref",
|
48
61
|
"where": "some Role Ref has this leading-Adjective",
|
49
|
-
"role_id": "
|
62
|
+
"role_id": "f831c1b1-36aa-4431-9a01-60ec1cf9573a",
|
50
63
|
"is_list": true
|
51
64
|
},
|
52
65
|
{
|
53
66
|
"title": "all Role Ref as Trailing Adjective",
|
54
67
|
"type": "Role Ref",
|
55
68
|
"where": "some Role Ref has this trailing-Adjective",
|
56
|
-
"role_id": "
|
69
|
+
"role_id": "9ff2e481-bfc6-496f-9a7a-aca7f7073a19",
|
57
70
|
"is_list": true
|
58
71
|
}
|
59
72
|
]
|
60
73
|
},
|
61
74
|
"Agent": {
|
62
75
|
"is_main": false,
|
63
|
-
"id": "
|
76
|
+
"id": "17d6c22f-eb44-449b-9fec-4a93b518fd86",
|
64
77
|
"functions": [
|
65
78
|
{
|
66
79
|
"title": "Agent Name",
|
67
80
|
"type": "Agent Name",
|
68
81
|
"where": "this Agent has one Agent Name",
|
69
|
-
"role_id": "
|
82
|
+
"role_id": "07e35e07-1c93-4a1c-8141-6e3702db4d57"
|
70
83
|
},
|
71
84
|
{
|
72
85
|
"title": "all Agreement",
|
73
86
|
"type": "Agreement",
|
74
87
|
"where": "this Agent agreed on some Agreement",
|
75
|
-
"role_id": "
|
88
|
+
"role_id": "009fd2be-9561-4a66-ac25-f7432121e237",
|
76
89
|
"is_list": true
|
77
90
|
},
|
78
91
|
{
|
79
92
|
"title": "all Context According To",
|
80
93
|
"type": "Context According To",
|
81
94
|
"where": "this Agent claims some Context Note",
|
82
|
-
"role_id": "
|
95
|
+
"role_id": "91fd87d5-609a-46ba-bcb9-454b1ceb26ac",
|
83
96
|
"is_list": true
|
84
97
|
},
|
85
98
|
{
|
86
99
|
"title": "all Enforcement",
|
87
100
|
"type": "Enforcement",
|
88
101
|
"where": "some Enforcement notifies this Agent",
|
89
|
-
"role_id": "
|
102
|
+
"role_id": "5aecf0c0-ad3a-48e3-9958-af1c9a235902",
|
90
103
|
"is_list": true
|
91
104
|
}
|
92
105
|
]
|
93
106
|
},
|
94
107
|
"Agent Name": {
|
95
108
|
"is_main": false,
|
96
|
-
"id": "
|
109
|
+
"id": "4681233d-a190-4345-86fc-434c0b8c9ebd",
|
97
110
|
"functions": [
|
98
111
|
{
|
99
112
|
"title": "Agent",
|
100
113
|
"type": "Agent",
|
101
114
|
"where": "this Agent Name is of one Agent",
|
102
|
-
"role_id": "
|
115
|
+
"role_id": "f7f12d80-cc89-4d8a-85e6-1dbfc9461fb6"
|
103
116
|
}
|
104
117
|
]
|
105
118
|
},
|
106
119
|
"Aggregate": {
|
107
120
|
"is_main": false,
|
108
|
-
"id": "
|
121
|
+
"id": "bc623d03-0042-4d07-96fb-4c979f8c857b",
|
109
122
|
"functions": [
|
110
123
|
{
|
111
124
|
"title": "Aggregate Code",
|
112
125
|
"type": "Aggregate Code",
|
113
126
|
"where": "this Aggregate has one Aggregate Code",
|
114
|
-
"role_id": "
|
127
|
+
"role_id": "ed094265-4502-4d90-8651-f9232f74062a"
|
115
128
|
},
|
116
129
|
{
|
117
130
|
"title": "all Aggregation",
|
118
131
|
"type": "Aggregation",
|
119
132
|
"where": "this Aggregate of some aggregated-Variable is bound as some Variable",
|
120
|
-
"role_id": "
|
133
|
+
"role_id": "8c5353fa-2d69-4ece-95d9-9c0481bb2a96",
|
121
134
|
"is_list": true
|
122
135
|
}
|
123
136
|
]
|
124
137
|
},
|
125
138
|
"Aggregate Code": {
|
126
139
|
"is_main": false,
|
127
|
-
"id": "
|
140
|
+
"id": "f40f0831-b5a7-4b18-89b6-5954dafaefb1",
|
128
141
|
"functions": [
|
129
142
|
{
|
130
143
|
"title": "Aggregate",
|
131
144
|
"type": "Aggregate",
|
132
145
|
"where": "this Aggregate Code is of one Aggregate",
|
133
|
-
"role_id": "
|
146
|
+
"role_id": "c6c9df89-1318-4bba-bf58-350238f2175c"
|
134
147
|
}
|
135
148
|
]
|
136
149
|
},
|
137
150
|
"Aggregation": {
|
138
151
|
"is_main": true,
|
139
|
-
"id": "
|
152
|
+
"id": "6ebbf19d-0fea-4f99-9aa3-370317c4881d",
|
140
153
|
"functions": [
|
141
154
|
{
|
142
155
|
"title": "involving Variable",
|
@@ -157,146 +170,146 @@
|
|
157
170
|
},
|
158
171
|
"Agreement": {
|
159
172
|
"is_main": false,
|
160
|
-
"id": "
|
173
|
+
"id": "b6d0b514-7c49-46f3-9ed5-288117827d32",
|
161
174
|
"functions": [
|
162
175
|
{
|
163
176
|
"title": "Date",
|
164
177
|
"type": "Date",
|
165
178
|
"where": "this Agreement was on one Date",
|
166
|
-
"role_id": "
|
179
|
+
"role_id": "b1993094-e856-4474-ad5d-89ae02e981d3"
|
167
180
|
},
|
168
181
|
{
|
169
182
|
"title": "all Agent",
|
170
183
|
"type": "Agent",
|
171
184
|
"where": "this Agreement was reached by some Agent",
|
172
|
-
"role_id": "
|
185
|
+
"role_id": "326d0045-3807-46fc-8c2e-91e9f0d7093e",
|
173
186
|
"is_list": true
|
174
187
|
},
|
175
188
|
{
|
176
189
|
"title": "Context Note",
|
177
190
|
"type": "Context Note",
|
178
191
|
"where": "this Agreement covers one Context Note",
|
179
|
-
"role_id": "
|
192
|
+
"role_id": "1b0e0db1-45d6-4623-a060-0e38768e98b8"
|
180
193
|
}
|
181
194
|
]
|
182
195
|
},
|
183
196
|
"Alternative Set": {
|
184
197
|
"is_main": true,
|
185
|
-
"id": "
|
198
|
+
"id": "498497ca-dacc-45ca-b74f-59baca4b1dbc",
|
186
199
|
"functions": [
|
187
200
|
{
|
188
201
|
"title": "Guid",
|
189
202
|
"type": "Guid",
|
190
203
|
"where": "this Alternative Set has one Guid",
|
191
|
-
"role_id": "
|
204
|
+
"role_id": "0373891e-b5fb-46d6-9d06-99b6159d5e9e"
|
192
205
|
},
|
193
206
|
{
|
194
207
|
"title": "Alternative Set members are exclusive",
|
195
208
|
"type": "boolean",
|
196
209
|
"where": "this Alternative Set members are exclusive",
|
197
|
-
"role_id": "
|
210
|
+
"role_id": "0dfbc514-4db3-4ed8-839f-8424a25b92a3"
|
198
211
|
},
|
199
212
|
{
|
200
213
|
"title": "all Step",
|
201
214
|
"type": "Step",
|
202
215
|
"where": "this Alternative Set covers some Step",
|
203
|
-
"role_id": "
|
216
|
+
"role_id": "ceadb576-9d3e-4243-91d3-234d249601fe",
|
204
217
|
"is_list": true
|
205
218
|
}
|
206
219
|
]
|
207
220
|
},
|
208
221
|
"Annotation": {
|
209
222
|
"is_main": false,
|
210
|
-
"id": "
|
223
|
+
"id": "9d92c8ba-f654-4f21-b6e7-49b6d670779c",
|
211
224
|
"functions": [
|
212
225
|
{
|
213
226
|
"title": "all Concept",
|
214
227
|
"type": "Concept",
|
215
228
|
"where": "this Annotation applies to some Concept",
|
216
|
-
"role_id": "
|
229
|
+
"role_id": "a59601fd-84a6-494a-923d-252f25340eb8",
|
217
230
|
"is_list": true
|
218
231
|
}
|
219
232
|
]
|
220
233
|
},
|
221
234
|
"Assimilation": {
|
222
235
|
"is_main": false,
|
223
|
-
"id": "
|
236
|
+
"id": "7a9e15a2-36a5-40cb-8c50-02e94ef5f4c0",
|
224
237
|
"functions": [
|
225
238
|
{
|
226
239
|
"title": "all Type Inheritance",
|
227
240
|
"type": "Type Inheritance",
|
228
241
|
"where": "this Assimilation applies to some Type Inheritance",
|
229
|
-
"role_id": "
|
242
|
+
"role_id": "88e26d97-b0ef-4857-b799-84db8f5c645d",
|
230
243
|
"is_list": true
|
231
244
|
}
|
232
245
|
]
|
233
246
|
},
|
234
247
|
"Bound": {
|
235
248
|
"is_main": false,
|
236
|
-
"id": "
|
249
|
+
"id": "22780de4-a07f-4a46-9325-f3210d11315f",
|
237
250
|
"functions": [
|
238
251
|
{
|
239
252
|
"title": "Value",
|
240
253
|
"type": "Value",
|
241
254
|
"where": "this Bound has one Value",
|
242
|
-
"role_id": "
|
255
|
+
"role_id": "2f262e2d-f726-4f57-81e2-3c6fe1389c61"
|
243
256
|
},
|
244
257
|
{
|
245
258
|
"title": "Bound is inclusive",
|
246
259
|
"type": "boolean",
|
247
260
|
"where": "this Bound is inclusive",
|
248
|
-
"role_id": "
|
261
|
+
"role_id": "481f34de-aac0-481c-b749-4a79aa27ff3d"
|
249
262
|
},
|
250
263
|
{
|
251
264
|
"title": "all Value Range as Maximum Bound",
|
252
265
|
"type": "Value Range",
|
253
266
|
"where": "some Value Range has this maximum-Bound",
|
254
|
-
"role_id": "
|
267
|
+
"role_id": "f37d8a2d-52a5-4353-8900-c0f06884a0ef",
|
255
268
|
"is_list": true
|
256
269
|
},
|
257
270
|
{
|
258
271
|
"title": "all Value Range as Minimum Bound",
|
259
272
|
"type": "Value Range",
|
260
273
|
"where": "some Value Range has this minimum-Bound",
|
261
|
-
"role_id": "
|
274
|
+
"role_id": "2c85a40e-48d3-48bf-88ec-c91ed725ff90",
|
262
275
|
"is_list": true
|
263
276
|
}
|
264
277
|
]
|
265
278
|
},
|
266
279
|
"Coefficient": {
|
267
280
|
"is_main": false,
|
268
|
-
"id": "
|
281
|
+
"id": "be5b7cb7-ed18-48c4-9fc8-f5fb75e234f3",
|
269
282
|
"functions": [
|
270
283
|
{
|
271
284
|
"title": "Denominator",
|
272
285
|
"type": "Denominator",
|
273
286
|
"where": "this Coefficient has one Denominator",
|
274
|
-
"role_id": "
|
287
|
+
"role_id": "415896fb-b33b-44a4-a8f0-24bc4c440315"
|
275
288
|
},
|
276
289
|
{
|
277
290
|
"title": "Numerator",
|
278
291
|
"type": "Numerator",
|
279
292
|
"where": "this Coefficient has one Numerator",
|
280
|
-
"role_id": "
|
293
|
+
"role_id": "82500c4a-d814-4aa7-900d-bb09ce8f9ba0"
|
281
294
|
},
|
282
295
|
{
|
283
296
|
"title": "Coefficient is precise",
|
284
297
|
"type": "boolean",
|
285
298
|
"where": "this Coefficient is precise",
|
286
|
-
"role_id": "
|
299
|
+
"role_id": "73b3e816-7988-45dc-abf2-c2779959158d"
|
287
300
|
},
|
288
301
|
{
|
289
302
|
"title": "all Unit",
|
290
303
|
"type": "Unit",
|
291
304
|
"where": "some Unit has this Coefficient",
|
292
|
-
"role_id": "
|
305
|
+
"role_id": "933bb7f9-77ef-4edd-a3fa-2f4d6e36dc78",
|
293
306
|
"is_list": true
|
294
307
|
}
|
295
308
|
]
|
296
309
|
},
|
297
310
|
"Component": {
|
298
311
|
"is_main": true,
|
299
|
-
"id": "
|
312
|
+
"id": "f2474a73-df4b-4fa3-badb-aa0dba4f0d63",
|
300
313
|
"functions": [
|
301
314
|
{
|
302
315
|
"title": "as Absorption",
|
@@ -319,173 +332,173 @@
|
|
319
332
|
"type": "Mapping"
|
320
333
|
},
|
321
334
|
{
|
322
|
-
"title": "as
|
323
|
-
"type": "
|
335
|
+
"title": "as Scoping",
|
336
|
+
"type": "Scoping"
|
324
337
|
},
|
325
338
|
{
|
326
339
|
"title": "Guid",
|
327
340
|
"type": "Guid",
|
328
341
|
"where": "this Component has one Guid",
|
329
|
-
"role_id": "
|
342
|
+
"role_id": "94f94c14-38d0-4f4c-bdbf-7e1070f311f3"
|
330
343
|
},
|
331
344
|
{
|
332
345
|
"title": "Name",
|
333
346
|
"type": "Name",
|
334
347
|
"where": "this Component projects one Name",
|
335
|
-
"role_id": "
|
348
|
+
"role_id": "fcbaaad7-836a-4d1a-a4d1-700c5bb59115"
|
336
349
|
},
|
337
350
|
{
|
338
|
-
"title": "
|
351
|
+
"title": "Parent",
|
339
352
|
"type": "Mapping",
|
340
|
-
"where": "this Member belongs to one
|
341
|
-
"role_id": "
|
353
|
+
"where": "this Member belongs to one Parent",
|
354
|
+
"role_id": "8650e3ca-fae3-44a3-b900-883b08e5e779"
|
342
355
|
}
|
343
356
|
]
|
344
357
|
},
|
345
358
|
"Composite": {
|
346
359
|
"is_main": false,
|
347
|
-
"id": "
|
360
|
+
"id": "1077c077-52f6-4d64-b295-4081ffd3ee2d",
|
348
361
|
"functions": [
|
349
362
|
{
|
350
363
|
"title": "Composition",
|
351
364
|
"type": "Composition",
|
352
365
|
"where": "this Composite belongs to one Composition",
|
353
|
-
"role_id": "
|
366
|
+
"role_id": "1d23d05a-35a4-4280-a695-e8d1b1dd7140"
|
354
367
|
},
|
355
368
|
{
|
356
369
|
"title": "Mapping",
|
357
370
|
"type": "Mapping",
|
358
371
|
"where": "this Composite consists of one Mapping",
|
359
|
-
"role_id": "
|
372
|
+
"role_id": "3e0b5683-3f06-4d34-a40b-8157532b3c20"
|
360
373
|
}
|
361
374
|
]
|
362
375
|
},
|
363
376
|
"Composition": {
|
364
377
|
"is_main": true,
|
365
|
-
"id": "
|
378
|
+
"id": "6a766c9c-0701-4608-9663-c489483cdf23",
|
366
379
|
"functions": [
|
367
380
|
{
|
368
381
|
"title": "all Composite",
|
369
382
|
"type": "Composite",
|
370
383
|
"where": "this Composition contains some Composite",
|
371
|
-
"role_id": "
|
384
|
+
"role_id": "cb2b5d12-0254-4532-a010-15bdc7424880",
|
372
385
|
"is_list": true
|
373
386
|
},
|
374
387
|
{
|
375
388
|
"title": "Guid",
|
376
389
|
"type": "Guid",
|
377
390
|
"where": "this Composition has one Guid",
|
378
|
-
"role_id": "
|
391
|
+
"role_id": "7512fbef-5e61-4a07-8dc6-cc87741048d3"
|
379
392
|
},
|
380
393
|
{
|
381
394
|
"title": "Name",
|
382
395
|
"type": "Name",
|
383
396
|
"where": "this Composition is called one Name",
|
384
|
-
"role_id": "
|
397
|
+
"role_id": "342fc003-7f7a-4c8a-8fab-3db7e9ab7c20"
|
385
398
|
}
|
386
399
|
]
|
387
400
|
},
|
388
401
|
"Concept": {
|
389
402
|
"is_main": true,
|
390
|
-
"id": "
|
403
|
+
"id": "9e361cce-1778-4a64-b503-5089bed8e832",
|
391
404
|
"functions": [
|
392
405
|
{
|
393
406
|
"title": "Topic",
|
394
407
|
"type": "Topic",
|
395
408
|
"where": "this Concept belongs to one Topic",
|
396
|
-
"role_id": "
|
409
|
+
"role_id": "c95b8979-110f-414a-a3c0-f68eb2cf9210"
|
397
410
|
},
|
398
411
|
{
|
399
412
|
"title": "Guid",
|
400
413
|
"type": "Guid",
|
401
414
|
"where": "this Concept has one Guid",
|
402
|
-
"role_id": "
|
415
|
+
"role_id": "892f7345-a417-41d8-8e6f-ea3d754b0576"
|
403
416
|
},
|
404
417
|
{
|
405
418
|
"title": "all Mapping Annotation",
|
406
419
|
"type": "Annotation",
|
407
420
|
"where": "this Concept has some mapping-Annotation",
|
408
|
-
"role_id": "
|
421
|
+
"role_id": "7fa3b667-ad58-4f2d-89f3-565f60be8a97",
|
409
422
|
"is_list": true
|
410
423
|
},
|
411
424
|
{
|
412
425
|
"title": "Implication Rule",
|
413
426
|
"type": "Implication Rule",
|
414
427
|
"where": "this Concept is implied by one Implication Rule",
|
415
|
-
"role_id": "
|
428
|
+
"role_id": "6e3ff51e-29f1-439a-a887-0d691dd60cef"
|
416
429
|
},
|
417
430
|
{
|
418
431
|
"title": "Constraint",
|
419
432
|
"type": "Constraint",
|
420
433
|
"where": "one Constraint is an instance of this Concept",
|
421
|
-
"role_id": "
|
434
|
+
"role_id": "5ca20e3a-195d-46f2-9d81-2957bbc7480c"
|
422
435
|
},
|
423
436
|
{
|
424
437
|
"title": "all Context Note",
|
425
438
|
"type": "Context Note",
|
426
439
|
"where": "this Concept has some Context Note",
|
427
|
-
"role_id": "
|
440
|
+
"role_id": "acaaa721-026e-480a-816b-abb984181c2a",
|
428
441
|
"is_list": true
|
429
442
|
},
|
430
443
|
{
|
431
444
|
"title": "Context Note",
|
432
445
|
"type": "Context Note",
|
433
446
|
"where": "one Context Note is an instance of this Concept",
|
434
|
-
"role_id": "
|
447
|
+
"role_id": "448e4ec9-55bb-48de-9274-654425198b86"
|
435
448
|
},
|
436
449
|
{
|
437
450
|
"title": "Fact Type",
|
438
451
|
"type": "Fact Type",
|
439
452
|
"where": "one Fact Type is an instance of this Concept",
|
440
|
-
"role_id": "
|
453
|
+
"role_id": "a26cc1fc-7714-40ad-912c-e7ec822708ef"
|
441
454
|
},
|
442
455
|
{
|
443
456
|
"title": "Fact",
|
444
457
|
"type": "Fact",
|
445
458
|
"where": "one Fact is an instance of this Concept",
|
446
|
-
"role_id": "
|
459
|
+
"role_id": "9136ad5d-47be-4194-8274-3fed2d4de44e"
|
447
460
|
},
|
448
461
|
{
|
449
462
|
"title": "Instance",
|
450
463
|
"type": "Instance",
|
451
464
|
"where": "one Instance is an instance of this Concept",
|
452
|
-
"role_id": "
|
465
|
+
"role_id": "b2180c3a-235c-4b1f-bee8-41cccc826798"
|
453
466
|
},
|
454
467
|
{
|
455
468
|
"title": "Object Type",
|
456
469
|
"type": "Object Type",
|
457
470
|
"where": "one Object Type is an instance of this Concept",
|
458
|
-
"role_id": "
|
471
|
+
"role_id": "8e4eb672-af59-471e-96f5-342a9a038f1f"
|
459
472
|
},
|
460
473
|
{
|
461
474
|
"title": "Population",
|
462
475
|
"type": "Population",
|
463
476
|
"where": "one Population is an instance of this Concept",
|
464
|
-
"role_id": "
|
477
|
+
"role_id": "e388d485-6a22-4949-a185-ed6ffc005f84"
|
465
478
|
},
|
466
479
|
{
|
467
480
|
"title": "Query",
|
468
481
|
"type": "Query",
|
469
482
|
"where": "one Query is an instance of this Concept",
|
470
|
-
"role_id": "
|
483
|
+
"role_id": "52822762-f43a-4b85-a2ae-7f922989555a"
|
471
484
|
},
|
472
485
|
{
|
473
486
|
"title": "Role",
|
474
487
|
"type": "Role",
|
475
488
|
"where": "one Role is an instance of this Concept",
|
476
|
-
"role_id": "
|
489
|
+
"role_id": "1681ab29-041a-4dd0-9edf-6a88652d0243"
|
477
490
|
},
|
478
491
|
{
|
479
492
|
"title": "Unit",
|
480
493
|
"type": "Unit",
|
481
494
|
"where": "one Unit is an instance of this Concept",
|
482
|
-
"role_id": "
|
495
|
+
"role_id": "bc2d6054-65a9-4826-a1dd-882e8f31298f"
|
483
496
|
}
|
484
497
|
]
|
485
498
|
},
|
486
499
|
"Constraint": {
|
487
|
-
"is_main":
|
488
|
-
"id": "
|
500
|
+
"is_main": true,
|
501
|
+
"id": "2a1ef69f-efdb-4c71-aa2d-9fd635a12d11",
|
489
502
|
"functions": [
|
490
503
|
{
|
491
504
|
"title": "as Presence Constraint",
|
@@ -523,38 +536,38 @@
|
|
523
536
|
"title": "all Constraint Shape",
|
524
537
|
"type": "Constraint Shape",
|
525
538
|
"where": "some Constraint Shape is for this Constraint",
|
526
|
-
"role_id": "
|
539
|
+
"role_id": "5684ee07-265a-4dae-9339-15d51eabe981",
|
527
540
|
"is_list": true
|
528
541
|
},
|
529
542
|
{
|
530
543
|
"title": "Concept",
|
531
544
|
"type": "Concept",
|
532
545
|
"where": "this Constraint is an instance of one Concept",
|
533
|
-
"role_id": "
|
546
|
+
"role_id": "fb55c608-2e21-4a3a-be32-9fc78bb160f4"
|
534
547
|
},
|
535
548
|
{
|
536
549
|
"title": "Enforcement",
|
537
550
|
"type": "Enforcement",
|
538
551
|
"where": "this Constraint requires one Enforcement",
|
539
|
-
"role_id": "
|
552
|
+
"role_id": "69191d67-eabf-44e3-93a8-152dd8b2669c"
|
540
553
|
},
|
541
554
|
{
|
542
555
|
"title": "Name",
|
543
556
|
"type": "Name",
|
544
557
|
"where": "this Constraint is called one Name",
|
545
|
-
"role_id": "
|
558
|
+
"role_id": "b6c6d9c7-b725-44b3-999e-103d02bd9dc0"
|
546
559
|
},
|
547
560
|
{
|
548
561
|
"title": "Vocabulary",
|
549
562
|
"type": "Vocabulary",
|
550
563
|
"where": "this Constraint belongs to one Vocabulary",
|
551
|
-
"role_id": "
|
564
|
+
"role_id": "5bfd2d61-d9b7-4817-bf5d-00ecdf2057cd"
|
552
565
|
}
|
553
566
|
]
|
554
567
|
},
|
555
568
|
"Constraint Shape": {
|
556
569
|
"is_main": false,
|
557
|
-
"id": "
|
570
|
+
"id": "c6471cac-278e-4f42-8f97-5dcd12f119b7",
|
558
571
|
"functions": [
|
559
572
|
{
|
560
573
|
"title": "as Shape",
|
@@ -572,13 +585,13 @@
|
|
572
585
|
"title": "Constraint",
|
573
586
|
"type": "Constraint",
|
574
587
|
"where": "this Constraint Shape is for one Constraint",
|
575
|
-
"role_id": "
|
588
|
+
"role_id": "2006ae53-373e-4af2-a955-fc43ad3c77fc"
|
576
589
|
}
|
577
590
|
]
|
578
591
|
},
|
579
592
|
"Context According To": {
|
580
593
|
"is_main": true,
|
581
|
-
"id": "
|
594
|
+
"id": "30cc2352-0974-4973-b224-a72834e55899",
|
582
595
|
"functions": [
|
583
596
|
{
|
584
597
|
"title": "involving Context Note",
|
@@ -594,109 +607,109 @@
|
|
594
607
|
"title": "Date",
|
595
608
|
"type": "Date",
|
596
609
|
"where": "this Context According To was lodged on one Date",
|
597
|
-
"role_id": "
|
610
|
+
"role_id": "5f94de38-014b-46c2-a408-53d85ffaf913"
|
598
611
|
}
|
599
612
|
]
|
600
613
|
},
|
601
614
|
"Context Note": {
|
602
615
|
"is_main": false,
|
603
|
-
"id": "
|
616
|
+
"id": "44f27ef0-db65-4d70-9531-9153f2af555d",
|
604
617
|
"functions": [
|
605
618
|
{
|
606
619
|
"title": "Relevant Concept",
|
607
620
|
"type": "Concept",
|
608
621
|
"where": "this Context Note applies to one relevant-Concept",
|
609
|
-
"role_id": "
|
622
|
+
"role_id": "951b54db-3f4e-48aa-8154-20f1ab556e4d"
|
610
623
|
},
|
611
624
|
{
|
612
625
|
"title": "Context Note Kind",
|
613
626
|
"type": "Context Note Kind",
|
614
627
|
"where": "this Context Note has one Context Note Kind",
|
615
|
-
"role_id": "
|
628
|
+
"role_id": "fb52c2cd-e216-4c7a-a682-079f1ceba1a2"
|
616
629
|
},
|
617
630
|
{
|
618
631
|
"title": "Discussion",
|
619
632
|
"type": "Discussion",
|
620
633
|
"where": "this Context Note has one Discussion",
|
621
|
-
"role_id": "
|
634
|
+
"role_id": "2dd629d3-2d1d-4a17-a79a-678ff3bb1e9d"
|
622
635
|
},
|
623
636
|
{
|
624
637
|
"title": "all Context According To",
|
625
638
|
"type": "Context According To",
|
626
639
|
"where": "this Context Note is according to some Agent",
|
627
|
-
"role_id": "
|
640
|
+
"role_id": "5979de3b-d76a-45e9-a4b3-1563031b1df8",
|
628
641
|
"is_list": true
|
629
642
|
},
|
630
643
|
{
|
631
644
|
"title": "Concept",
|
632
645
|
"type": "Concept",
|
633
646
|
"where": "this Context Note is an instance of one Concept",
|
634
|
-
"role_id": "
|
647
|
+
"role_id": "5ed57e06-408a-4876-880d-9c2fdecf3d53"
|
635
648
|
},
|
636
649
|
{
|
637
650
|
"title": "Agreement",
|
638
651
|
"type": "Agreement",
|
639
652
|
"where": "this Context Note was added by one Agreement",
|
640
|
-
"role_id": "
|
653
|
+
"role_id": "01058638-94a9-4592-b683-3e55113b5773"
|
641
654
|
},
|
642
655
|
{
|
643
656
|
"title": "all Model Note Shape",
|
644
657
|
"type": "Model Note Shape",
|
645
658
|
"where": "some Model Note Shape is for this Context Note",
|
646
|
-
"role_id": "
|
659
|
+
"role_id": "3cfa8e03-5433-46b3-9304-001ea5b71ab2",
|
647
660
|
"is_list": true
|
648
661
|
}
|
649
662
|
]
|
650
663
|
},
|
651
664
|
"Context Note Kind": {
|
652
665
|
"is_main": false,
|
653
|
-
"id": "
|
666
|
+
"id": "aa370f79-d4c7-4640-a7b9-ea415138d6a5",
|
654
667
|
"functions": [
|
655
668
|
{
|
656
669
|
"title": "all Context Note",
|
657
670
|
"type": "Context Note",
|
658
671
|
"where": "this Context Note Kind is of some Context Note",
|
659
|
-
"role_id": "
|
672
|
+
"role_id": "6a2f094a-4dd5-4c1e-8901-e8e8ce03d661",
|
660
673
|
"is_list": true
|
661
674
|
}
|
662
675
|
]
|
663
676
|
},
|
664
677
|
"Date": {
|
665
678
|
"is_main": false,
|
666
|
-
"id": "
|
679
|
+
"id": "9f8238b6-8211-41a3-9b79-fbe8aafe5157",
|
667
680
|
"functions": [
|
668
681
|
{
|
669
682
|
"title": "all Agreement",
|
670
683
|
"type": "Agreement",
|
671
684
|
"where": "this Date is of some Agreement",
|
672
|
-
"role_id": "
|
685
|
+
"role_id": "7a9db41c-8e43-47b2-b4a1-6175c0e93365",
|
673
686
|
"is_list": true
|
674
687
|
},
|
675
688
|
{
|
676
689
|
"title": "all Context According To",
|
677
690
|
"type": "Context According To",
|
678
691
|
"where": "some Context According To was lodged on this Date",
|
679
|
-
"role_id": "
|
692
|
+
"role_id": "ef05d71c-9232-402b-b127-0cbf3001ab01",
|
680
693
|
"is_list": true
|
681
694
|
}
|
682
695
|
]
|
683
696
|
},
|
684
697
|
"Denominator": {
|
685
698
|
"is_main": false,
|
686
|
-
"id": "
|
699
|
+
"id": "b4026777-d854-4359-8305-249f12c64ca1",
|
687
700
|
"functions": [
|
688
701
|
{
|
689
702
|
"title": "all Coefficient",
|
690
703
|
"type": "Coefficient",
|
691
704
|
"where": "some Coefficient has this Denominator",
|
692
|
-
"role_id": "
|
705
|
+
"role_id": "d9d8f79c-ba7a-4707-b2cb-b796af513a38",
|
693
706
|
"is_list": true
|
694
707
|
}
|
695
708
|
]
|
696
709
|
},
|
697
710
|
"Derivation": {
|
698
711
|
"is_main": true,
|
699
|
-
"id": "
|
712
|
+
"id": "752e3e79-d7c3-4060-bfe4-30dadedb8bc2",
|
700
713
|
"functions": [
|
701
714
|
{
|
702
715
|
"title": "involving Derived Unit",
|
@@ -712,13 +725,13 @@
|
|
712
725
|
"title": "Exponent",
|
713
726
|
"type": "Exponent",
|
714
727
|
"where": "this Derivation has one Exponent",
|
715
|
-
"role_id": "
|
728
|
+
"role_id": "93774e5d-729e-4786-8cb9-41a8fc57dec8"
|
716
729
|
}
|
717
730
|
]
|
718
731
|
},
|
719
732
|
"Diagram": {
|
720
733
|
"is_main": true,
|
721
|
-
"id": "
|
734
|
+
"id": "9c55ae5b-6bac-4c4a-859b-fe088b261d6d",
|
722
735
|
"functions": [
|
723
736
|
{
|
724
737
|
"title": "as ORM Diagram",
|
@@ -728,19 +741,19 @@
|
|
728
741
|
"title": "Name",
|
729
742
|
"type": "Name",
|
730
743
|
"where": "this Diagram is called one Name",
|
731
|
-
"role_id": "
|
744
|
+
"role_id": "7f8e03f3-5d48-4702-942d-bb2b4e15061a"
|
732
745
|
},
|
733
746
|
{
|
734
747
|
"title": "Vocabulary",
|
735
748
|
"type": "Vocabulary",
|
736
749
|
"where": "this Diagram is for one Vocabulary",
|
737
|
-
"role_id": "
|
750
|
+
"role_id": "ac8f27c9-e030-4ea9-bf2b-970925702643"
|
738
751
|
}
|
739
752
|
]
|
740
753
|
},
|
741
754
|
"Discriminated Role": {
|
742
755
|
"is_main": true,
|
743
|
-
"id": "
|
756
|
+
"id": "e561df44-7903-498a-8386-13b52dfcd6a2",
|
744
757
|
"functions": [
|
745
758
|
{
|
746
759
|
"title": "involving Discriminator",
|
@@ -761,7 +774,7 @@
|
|
761
774
|
},
|
762
775
|
"Discriminator": {
|
763
776
|
"is_main": false,
|
764
|
-
"id": "
|
777
|
+
"id": "0ece1a70-e070-4e3e-aab5-35dba98ef41b",
|
765
778
|
"functions": [
|
766
779
|
{
|
767
780
|
"title": "as Component",
|
@@ -771,40 +784,40 @@
|
|
771
784
|
"title": "all Discriminated Role",
|
772
785
|
"type": "Discriminated Role",
|
773
786
|
"where": "this Discriminator distinguishes some Role using some Value",
|
774
|
-
"role_id": "
|
787
|
+
"role_id": "168a4ba1-7401-44c7-9504-d83e00e12b21",
|
775
788
|
"is_list": true
|
776
789
|
}
|
777
790
|
]
|
778
791
|
},
|
779
792
|
"Discussion": {
|
780
793
|
"is_main": false,
|
781
|
-
"id": "
|
794
|
+
"id": "4292d9e5-b314-4628-b748-11d04960d24a",
|
782
795
|
"functions": [
|
783
796
|
{
|
784
797
|
"title": "all Context Note",
|
785
798
|
"type": "Context Note",
|
786
799
|
"where": "this Discussion is for some Context Note",
|
787
|
-
"role_id": "
|
800
|
+
"role_id": "6c1302fa-e213-40e6-b925-65ca76ae9e2d",
|
788
801
|
"is_list": true
|
789
802
|
}
|
790
803
|
]
|
791
804
|
},
|
792
805
|
"Display Role Names Setting": {
|
793
806
|
"is_main": false,
|
794
|
-
"id": "
|
807
|
+
"id": "911abafe-b5da-46fd-9d29-9dfbe532c7fd",
|
795
808
|
"functions": [
|
796
809
|
{
|
797
810
|
"title": "all Fact Type Shape",
|
798
811
|
"type": "Fact Type Shape",
|
799
812
|
"where": "some Fact Type Shape has this Display Role Names Setting",
|
800
|
-
"role_id": "
|
813
|
+
"role_id": "7b213a3e-f744-4c66-aa68-8039060fd9fd",
|
801
814
|
"is_list": true
|
802
815
|
}
|
803
816
|
]
|
804
817
|
},
|
805
818
|
"Domain Object Type": {
|
806
819
|
"is_main": false,
|
807
|
-
"id": "
|
820
|
+
"id": "d2e6c978-3d2d-44dc-af11-d487567282be",
|
808
821
|
"functions": [
|
809
822
|
{
|
810
823
|
"title": "as Object Type",
|
@@ -814,10 +827,6 @@
|
|
814
827
|
"title": "as Entity Type",
|
815
828
|
"type": "Entity Type"
|
816
829
|
},
|
817
|
-
{
|
818
|
-
"title": "as Implicit Boolean Value Type",
|
819
|
-
"type": "Implicit Boolean Value Type"
|
820
|
-
},
|
821
830
|
{
|
822
831
|
"title": "as Value Type",
|
823
832
|
"type": "Value Type"
|
@@ -826,44 +835,44 @@
|
|
826
835
|
},
|
827
836
|
"Enforcement": {
|
828
837
|
"is_main": false,
|
829
|
-
"id": "
|
838
|
+
"id": "4bb01735-c904-4d99-874a-690bc0693079",
|
830
839
|
"functions": [
|
831
840
|
{
|
832
841
|
"title": "Constraint",
|
833
842
|
"type": "Constraint",
|
834
843
|
"where": "this Enforcement applies to one Constraint",
|
835
|
-
"role_id": "
|
844
|
+
"role_id": "8712c1a5-e84f-4360-bcdc-1ff46c9fcf55"
|
836
845
|
},
|
837
846
|
{
|
838
847
|
"title": "Enforcement Code",
|
839
848
|
"type": "Enforcement Code",
|
840
849
|
"where": "this Enforcement has one Enforcement Code",
|
841
|
-
"role_id": "
|
850
|
+
"role_id": "36d75cf8-7118-41bf-9e2d-a7af99151ac1"
|
842
851
|
},
|
843
852
|
{
|
844
853
|
"title": "Agent",
|
845
854
|
"type": "Agent",
|
846
855
|
"where": "this Enforcement notifies one Agent",
|
847
|
-
"role_id": "
|
856
|
+
"role_id": "d5a04c40-5436-48bf-8322-fcce6b25b3f7"
|
848
857
|
}
|
849
858
|
]
|
850
859
|
},
|
851
860
|
"Enforcement Code": {
|
852
861
|
"is_main": false,
|
853
|
-
"id": "
|
862
|
+
"id": "43a6d2e6-f05d-424c-82f0-30524a7be0f3",
|
854
863
|
"functions": [
|
855
864
|
{
|
856
865
|
"title": "all Enforcement",
|
857
866
|
"type": "Enforcement",
|
858
867
|
"where": "this Enforcement Code is of some Enforcement",
|
859
|
-
"role_id": "
|
868
|
+
"role_id": "778ec48c-8ec8-4202-acd0-7ec7dfb29b2e",
|
860
869
|
"is_list": true
|
861
870
|
}
|
862
871
|
]
|
863
872
|
},
|
864
873
|
"Entity Type": {
|
865
874
|
"is_main": false,
|
866
|
-
"id": "
|
875
|
+
"id": "c8b6e749-8330-47c5-a338-e8816f3070c9",
|
867
876
|
"functions": [
|
868
877
|
{
|
869
878
|
"title": "as Domain Object Type",
|
@@ -877,90 +886,90 @@
|
|
877
886
|
"title": "all Type Inheritance",
|
878
887
|
"type": "Type Inheritance",
|
879
888
|
"where": "this Subtype is subtype of some Supertype",
|
880
|
-
"role_id": "
|
889
|
+
"role_id": "34fc0e99-6d34-43f6-a71c-cdbe293b7606",
|
881
890
|
"is_list": true
|
882
891
|
},
|
883
892
|
{
|
884
893
|
"title": "all Type Inheritance",
|
885
894
|
"type": "Type Inheritance",
|
886
895
|
"where": "this Supertype is supertype of some Subtype",
|
887
|
-
"role_id": "
|
896
|
+
"role_id": "aed38b68-8d27-4897-ba0e-f2e825349263",
|
888
897
|
"is_list": true
|
889
898
|
},
|
890
899
|
{
|
891
900
|
"title": "Fact Type",
|
892
901
|
"type": "Fact Type",
|
893
|
-
"where": "this Entity Type
|
894
|
-
"role_id": "
|
902
|
+
"where": "this Entity Type objectifies one Fact Type",
|
903
|
+
"role_id": "eab00142-47ba-4f18-a78a-e8ffbb3944cb"
|
895
904
|
}
|
896
905
|
]
|
897
906
|
},
|
898
907
|
"Ephemera URL": {
|
899
908
|
"is_main": false,
|
900
|
-
"id": "
|
909
|
+
"id": "5dae3a3d-7547-4344-ab0b-3e0bff8adae6",
|
901
910
|
"functions": [
|
902
911
|
{
|
903
912
|
"title": "all Unit",
|
904
913
|
"type": "Unit",
|
905
914
|
"where": "this Ephemera URL provides some Unit coefficient",
|
906
|
-
"role_id": "
|
915
|
+
"role_id": "c390559e-08d7-40e0-862d-61b94bd5b263",
|
907
916
|
"is_list": true
|
908
917
|
}
|
909
918
|
]
|
910
919
|
},
|
911
920
|
"Exponent": {
|
912
921
|
"is_main": false,
|
913
|
-
"id": "
|
922
|
+
"id": "23106258-7d95-4e44-8452-31653277071d",
|
914
923
|
"functions": [
|
915
924
|
{
|
916
925
|
"title": "all Derivation",
|
917
926
|
"type": "Derivation",
|
918
927
|
"where": "some Derivation has this Exponent",
|
919
|
-
"role_id": "
|
928
|
+
"role_id": "78d40c34-f7f0-438d-864b-84cf024e5082",
|
920
929
|
"is_list": true
|
921
930
|
}
|
922
931
|
]
|
923
932
|
},
|
924
933
|
"Fact": {
|
925
934
|
"is_main": false,
|
926
|
-
"id": "
|
935
|
+
"id": "f079b20b-52e4-46ef-8cd9-f533a23ac7d5",
|
927
936
|
"functions": [
|
928
937
|
{
|
929
938
|
"title": "Concept",
|
930
939
|
"type": "Concept",
|
931
940
|
"where": "this Fact is an instance of one Concept",
|
932
|
-
"role_id": "
|
941
|
+
"role_id": "92c62d2a-3425-4db7-b4b5-0fc7e77907a4"
|
933
942
|
},
|
934
943
|
{
|
935
944
|
"title": "Fact Type",
|
936
945
|
"type": "Fact Type",
|
937
946
|
"where": "this Fact is of one Fact Type",
|
938
|
-
"role_id": "
|
947
|
+
"role_id": "f9cd5513-2b80-4209-959f-40d98861f906"
|
939
948
|
},
|
940
949
|
{
|
941
950
|
"title": "Instance",
|
942
951
|
"type": "Instance",
|
943
952
|
"where": "this Fact is objectified as one Instance",
|
944
|
-
"role_id": "
|
953
|
+
"role_id": "1efc6e45-625f-4fef-a573-84d1801bf8ef"
|
945
954
|
},
|
946
955
|
{
|
947
956
|
"title": "Population",
|
948
957
|
"type": "Population",
|
949
958
|
"where": "this Fact belongs to one Population",
|
950
|
-
"role_id": "
|
959
|
+
"role_id": "bbbae366-b3c5-403a-9b6f-4e720c308443"
|
951
960
|
},
|
952
961
|
{
|
953
962
|
"title": "all Role Value",
|
954
963
|
"type": "Role Value",
|
955
964
|
"where": "this Fact includes some Role Value",
|
956
|
-
"role_id": "
|
965
|
+
"role_id": "15359be2-ddb4-471b-99fd-119f326d2e54",
|
957
966
|
"is_list": true
|
958
967
|
}
|
959
968
|
]
|
960
969
|
},
|
961
970
|
"Fact Type": {
|
962
971
|
"is_main": true,
|
963
|
-
"id": "
|
972
|
+
"id": "7669a3bc-79af-467c-856e-54b308e20541",
|
964
973
|
"functions": [
|
965
974
|
{
|
966
975
|
"title": "as Link Fact Type",
|
@@ -973,55 +982,55 @@
|
|
973
982
|
{
|
974
983
|
"title": "Entity Type",
|
975
984
|
"type": "Entity Type",
|
976
|
-
"where": "this Fact Type is
|
977
|
-
"role_id": "
|
985
|
+
"where": "this Fact Type is objectified as one Entity Type",
|
986
|
+
"role_id": "9be986e4-910b-4226-aa72-ab1e3a025fb7"
|
978
987
|
},
|
979
988
|
{
|
980
989
|
"title": "all Fact Type Shape",
|
981
990
|
"type": "Fact Type Shape",
|
982
991
|
"where": "this Fact Type has some Fact Type Shape",
|
983
|
-
"role_id": "
|
992
|
+
"role_id": "4ccb4ede-0538-4ca7-aab5-466a8807e571",
|
984
993
|
"is_list": true
|
985
994
|
},
|
986
995
|
{
|
987
996
|
"title": "all Reading",
|
988
997
|
"type": "Reading",
|
989
998
|
"where": "this Fact Type has some Reading",
|
990
|
-
"role_id": "
|
999
|
+
"role_id": "1c25f3cf-1b68-46b3-aab5-b458c55605ab",
|
991
1000
|
"is_list": true
|
992
1001
|
},
|
993
1002
|
{
|
994
1003
|
"title": "Concept",
|
995
1004
|
"type": "Concept",
|
996
1005
|
"where": "this Fact Type is an instance of one Concept",
|
997
|
-
"role_id": "
|
1006
|
+
"role_id": "57811d9d-8027-472a-84cf-e362871b4376"
|
998
1007
|
},
|
999
1008
|
{
|
1000
1009
|
"title": "all Fact",
|
1001
1010
|
"type": "Fact",
|
1002
1011
|
"where": "some Fact is of this Fact Type",
|
1003
|
-
"role_id": "
|
1012
|
+
"role_id": "beddad30-c77a-4f76-9d5c-877868b0d418",
|
1004
1013
|
"is_list": true
|
1005
1014
|
},
|
1006
1015
|
{
|
1007
1016
|
"title": "all Role",
|
1008
1017
|
"type": "Role",
|
1009
1018
|
"where": "this Fact Type contains some Role",
|
1010
|
-
"role_id": "
|
1019
|
+
"role_id": "dc8b7cb5-e89b-4a40-9294-9aac7c728284",
|
1011
1020
|
"is_list": true
|
1012
1021
|
},
|
1013
1022
|
{
|
1014
1023
|
"title": "all Step",
|
1015
1024
|
"type": "Step",
|
1016
1025
|
"where": "this Fact Type directs some Step",
|
1017
|
-
"role_id": "
|
1026
|
+
"role_id": "fafefc8d-ce1f-40ee-ba2a-43f3a448ea60",
|
1018
1027
|
"is_list": true
|
1019
1028
|
}
|
1020
1029
|
]
|
1021
1030
|
},
|
1022
1031
|
"Fact Type Shape": {
|
1023
1032
|
"is_main": false,
|
1024
|
-
"id": "
|
1033
|
+
"id": "d0b3f550-76f9-4e6f-9645-2f6286072b59",
|
1025
1034
|
"functions": [
|
1026
1035
|
{
|
1027
1036
|
"title": "as Shape",
|
@@ -1031,168 +1040,150 @@
|
|
1031
1040
|
"title": "all Role Display",
|
1032
1041
|
"type": "Role Display",
|
1033
1042
|
"where": "this Fact Type Shape displays some Role in some Ordinal position",
|
1034
|
-
"role_id": "
|
1043
|
+
"role_id": "ea80edf2-755b-44f8-ba04-33cf124e9bd8",
|
1035
1044
|
"is_list": true
|
1036
1045
|
},
|
1037
1046
|
{
|
1038
1047
|
"title": "Display Role Names Setting",
|
1039
1048
|
"type": "Display Role Names Setting",
|
1040
1049
|
"where": "this Fact Type Shape has one Display Role Names Setting",
|
1041
|
-
"role_id": "
|
1050
|
+
"role_id": "beb202f3-07f7-4d33-aa2b-6e36d433504a"
|
1042
1051
|
},
|
1043
1052
|
{
|
1044
1053
|
"title": "Reading Shape",
|
1045
1054
|
"type": "Reading Shape",
|
1046
1055
|
"where": "this Fact Type Shape has one Reading Shape",
|
1047
|
-
"role_id": "
|
1056
|
+
"role_id": "a23f7ee8-98ec-4150-8ce4-8b8fcc7a6a55"
|
1048
1057
|
},
|
1049
1058
|
{
|
1050
1059
|
"title": "Rotation Setting",
|
1051
1060
|
"type": "Rotation Setting",
|
1052
1061
|
"where": "this Fact Type Shape has one Rotation Setting",
|
1053
|
-
"role_id": "
|
1062
|
+
"role_id": "d6bde0fc-ec0e-4433-9d6e-40fabaddf33f"
|
1054
1063
|
},
|
1055
1064
|
{
|
1056
1065
|
"title": "Fact Type",
|
1057
1066
|
"type": "Fact Type",
|
1058
1067
|
"where": "this Fact Type Shape is for one Fact Type",
|
1059
|
-
"role_id": "
|
1068
|
+
"role_id": "06ea1f1c-96d8-4f1c-88a9-242ba6103d5c"
|
1060
1069
|
},
|
1061
1070
|
{
|
1062
1071
|
"title": "Objectified Fact Type Name Shape",
|
1063
1072
|
"type": "Objectified Fact Type Name Shape",
|
1064
1073
|
"where": "this Fact Type Shape has one Objectified Fact Type Name Shape",
|
1065
|
-
"role_id": "
|
1074
|
+
"role_id": "e8dbc97b-6980-4f66-820b-0465db391915"
|
1066
1075
|
},
|
1067
1076
|
{
|
1068
1077
|
"title": "all Ring Constraint Shape",
|
1069
1078
|
"type": "Ring Constraint Shape",
|
1070
1079
|
"where": "some Ring Constraint Shape is attached to this Fact Type Shape",
|
1071
|
-
"role_id": "
|
1080
|
+
"role_id": "f3a02572-8ed3-432a-9233-6795d330d443",
|
1072
1081
|
"is_list": true
|
1073
1082
|
}
|
1074
1083
|
]
|
1075
1084
|
},
|
1076
1085
|
"Frequency": {
|
1077
1086
|
"is_main": false,
|
1078
|
-
"id": "
|
1087
|
+
"id": "5086d02a-516c-4250-b370-f4411704e8ed",
|
1079
1088
|
"functions": [
|
1080
1089
|
{
|
1081
1090
|
"title": "all Presence Constraint as Max Frequency",
|
1082
1091
|
"type": "Presence Constraint",
|
1083
1092
|
"where": "some Presence Constraint has this max-Frequency",
|
1084
|
-
"role_id": "
|
1093
|
+
"role_id": "b8582433-63fb-4bab-b2b4-438b72ce8a77",
|
1085
1094
|
"is_list": true
|
1086
1095
|
},
|
1087
1096
|
{
|
1088
1097
|
"title": "all Presence Constraint as Min Frequency",
|
1089
1098
|
"type": "Presence Constraint",
|
1090
1099
|
"where": "some Presence Constraint has this min-Frequency",
|
1091
|
-
"role_id": "
|
1100
|
+
"role_id": "96ef762c-ca0c-4db0-a5df-b42a3c7c2842",
|
1092
1101
|
"is_list": true
|
1093
1102
|
}
|
1094
1103
|
]
|
1095
1104
|
},
|
1096
1105
|
"Guid": {
|
1097
1106
|
"is_main": false,
|
1098
|
-
"id": "
|
1107
|
+
"id": "e037380c-dc13-4d23-8d9e-9e069bf84b16",
|
1099
1108
|
"functions": [
|
1100
1109
|
{
|
1101
1110
|
"title": "Alternative Set",
|
1102
1111
|
"type": "Alternative Set",
|
1103
1112
|
"where": "this Guid is of one Alternative Set",
|
1104
|
-
"role_id": "
|
1113
|
+
"role_id": "1d353b65-d67e-4c06-8fbc-a792a9d66156"
|
1105
1114
|
},
|
1106
1115
|
{
|
1107
1116
|
"title": "Component",
|
1108
1117
|
"type": "Component",
|
1109
1118
|
"where": "this Guid is of one Component",
|
1110
|
-
"role_id": "
|
1119
|
+
"role_id": "84eb1a7c-21d7-428e-8cc0-851499a9e9a3"
|
1111
1120
|
},
|
1112
1121
|
{
|
1113
1122
|
"title": "Composition",
|
1114
1123
|
"type": "Composition",
|
1115
1124
|
"where": "this Guid is of one Composition",
|
1116
|
-
"role_id": "
|
1125
|
+
"role_id": "b2c873b9-cb4b-4547-90e6-075696aa3bfa"
|
1117
1126
|
},
|
1118
1127
|
{
|
1119
1128
|
"title": "Concept",
|
1120
1129
|
"type": "Concept",
|
1121
1130
|
"where": "this Guid is of one Concept",
|
1122
|
-
"role_id": "
|
1131
|
+
"role_id": "5b052bf8-92f5-4395-9524-7f4bc086625b"
|
1123
1132
|
},
|
1124
1133
|
{
|
1125
1134
|
"title": "Role Sequence",
|
1126
1135
|
"type": "Role Sequence",
|
1127
1136
|
"where": "this Guid is of one Role Sequence",
|
1128
|
-
"role_id": "
|
1137
|
+
"role_id": "3fe0d118-acda-4b27-bfef-f40b0673dd37"
|
1129
1138
|
},
|
1130
1139
|
{
|
1131
1140
|
"title": "Shape",
|
1132
1141
|
"type": "Shape",
|
1133
1142
|
"where": "this Guid is of one Shape",
|
1134
|
-
"role_id": "
|
1143
|
+
"role_id": "b2418913-53ed-455a-a7d1-7cd6d113e49b"
|
1135
1144
|
},
|
1136
1145
|
{
|
1137
1146
|
"title": "Step",
|
1138
1147
|
"type": "Step",
|
1139
1148
|
"where": "this Guid is of one Step",
|
1140
|
-
"role_id": "
|
1149
|
+
"role_id": "e3c284b0-58b9-4d69-95c6-8712d47b0001"
|
1141
1150
|
}
|
1142
1151
|
]
|
1143
1152
|
},
|
1144
1153
|
"Implication Rule": {
|
1145
1154
|
"is_main": false,
|
1146
|
-
"id": "
|
1155
|
+
"id": "e97836a5-dac0-43f4-a876-86bd4c8248a1",
|
1147
1156
|
"functions": [
|
1148
1157
|
{
|
1149
1158
|
"title": "all Concept",
|
1150
1159
|
"type": "Concept",
|
1151
1160
|
"where": "some Concept is implied by this Implication Rule",
|
1152
|
-
"role_id": "
|
1161
|
+
"role_id": "ae86f9b4-1df9-463b-9e46-41cd4e0ca1d3",
|
1153
1162
|
"is_list": true
|
1154
1163
|
},
|
1155
1164
|
{
|
1156
1165
|
"title": "Implication Rule Name",
|
1157
1166
|
"type": "Implication Rule Name",
|
1158
1167
|
"where": "this Implication Rule has one Implication Rule Name",
|
1159
|
-
"role_id": "
|
1168
|
+
"role_id": "0f79449e-5cc6-4ab9-9a09-24e2f3f9a567"
|
1160
1169
|
}
|
1161
1170
|
]
|
1162
1171
|
},
|
1163
1172
|
"Implication Rule Name": {
|
1164
1173
|
"is_main": false,
|
1165
|
-
"id": "
|
1174
|
+
"id": "bf4a9c56-daf5-4bac-ae3a-6c2bb1552cc6",
|
1166
1175
|
"functions": [
|
1167
1176
|
{
|
1168
1177
|
"title": "Implication Rule",
|
1169
1178
|
"type": "Implication Rule",
|
1170
1179
|
"where": "this Implication Rule Name is of one Implication Rule",
|
1171
|
-
"role_id": "
|
1172
|
-
}
|
1173
|
-
]
|
1174
|
-
},
|
1175
|
-
"Implicit Boolean Value Type": {
|
1176
|
-
"is_main": false,
|
1177
|
-
"id": "41FC15E8-16C3-4C55-8B49-2FC9D93F742E",
|
1178
|
-
"functions": [
|
1179
|
-
{
|
1180
|
-
"title": "as Domain Object Type",
|
1181
|
-
"type": "Domain Object Type"
|
1182
|
-
},
|
1183
|
-
{
|
1184
|
-
"title": "as Object Type",
|
1185
|
-
"type": "Object Type"
|
1186
|
-
},
|
1187
|
-
{
|
1188
|
-
"title": "as Value Type",
|
1189
|
-
"type": "Value Type"
|
1180
|
+
"role_id": "f655977e-1d36-4443-a305-ad9fe4269430"
|
1190
1181
|
}
|
1191
1182
|
]
|
1192
1183
|
},
|
1193
1184
|
"Indicator": {
|
1194
1185
|
"is_main": false,
|
1195
|
-
"id": "
|
1186
|
+
"id": "e1ac143e-4e79-40f7-a9c6-11f9b0a990a2",
|
1196
1187
|
"functions": [
|
1197
1188
|
{
|
1198
1189
|
"title": "as Component",
|
@@ -1202,13 +1193,13 @@
|
|
1202
1193
|
"title": "Role",
|
1203
1194
|
"type": "Role",
|
1204
1195
|
"where": "this Indicator indicates one Role played",
|
1205
|
-
"role_id": "
|
1196
|
+
"role_id": "5b42605b-9cdc-4810-b19d-a746a43227b0"
|
1206
1197
|
}
|
1207
1198
|
]
|
1208
1199
|
},
|
1209
1200
|
"Injection": {
|
1210
1201
|
"is_main": false,
|
1211
|
-
"id": "
|
1202
|
+
"id": "dd555044-d03e-4365-aa4c-e72c14de2912",
|
1212
1203
|
"functions": [
|
1213
1204
|
{
|
1214
1205
|
"title": "as Component",
|
@@ -1222,63 +1213,63 @@
|
|
1222
1213
|
},
|
1223
1214
|
"Instance": {
|
1224
1215
|
"is_main": false,
|
1225
|
-
"id": "
|
1216
|
+
"id": "bf15ea0c-407b-46ad-af76-b06f750a7897",
|
1226
1217
|
"functions": [
|
1227
1218
|
{
|
1228
1219
|
"title": "Value",
|
1229
1220
|
"type": "Value",
|
1230
1221
|
"where": "this Instance has one Value",
|
1231
|
-
"role_id": "
|
1222
|
+
"role_id": "0b5039bc-6d2a-43c0-86d4-da47a897eeb8"
|
1232
1223
|
},
|
1233
1224
|
{
|
1234
1225
|
"title": "Concept",
|
1235
1226
|
"type": "Concept",
|
1236
1227
|
"where": "this Instance is an instance of one Concept",
|
1237
|
-
"role_id": "
|
1228
|
+
"role_id": "96e3c559-be13-45ce-bec5-b37f9f6e7849"
|
1238
1229
|
},
|
1239
1230
|
{
|
1240
1231
|
"title": "Object Type",
|
1241
1232
|
"type": "Object Type",
|
1242
1233
|
"where": "this Instance is of one Object Type",
|
1243
|
-
"role_id": "
|
1234
|
+
"role_id": "64d1a317-5784-453d-b898-fa1e2a444efb"
|
1244
1235
|
},
|
1245
1236
|
{
|
1246
1237
|
"title": "Fact",
|
1247
1238
|
"type": "Fact",
|
1248
1239
|
"where": "this Instance objectifies one Fact",
|
1249
|
-
"role_id": "
|
1240
|
+
"role_id": "ddeae7c3-080e-4be5-8dd9-1c690f151945"
|
1250
1241
|
},
|
1251
1242
|
{
|
1252
1243
|
"title": "all Role Value",
|
1253
1244
|
"type": "Role Value",
|
1254
1245
|
"where": "this Instance plays some Role Value",
|
1255
|
-
"role_id": "
|
1246
|
+
"role_id": "941bc8ce-8566-4329-835b-c63094395fa0",
|
1256
1247
|
"is_list": true
|
1257
1248
|
},
|
1258
1249
|
{
|
1259
1250
|
"title": "Population",
|
1260
1251
|
"type": "Population",
|
1261
1252
|
"where": "this Instance belongs to one Population",
|
1262
|
-
"role_id": "
|
1253
|
+
"role_id": "1913b68a-075a-44c0-9b91-b6955f05f685"
|
1263
1254
|
}
|
1264
1255
|
]
|
1265
1256
|
},
|
1266
1257
|
"Length": {
|
1267
1258
|
"is_main": false,
|
1268
|
-
"id": "
|
1259
|
+
"id": "ce5969f3-3d9c-479a-9db6-c7acca74ffd7",
|
1269
1260
|
"functions": [
|
1270
1261
|
{
|
1271
1262
|
"title": "all Value Type",
|
1272
1263
|
"type": "Value Type",
|
1273
1264
|
"where": "this Length is of some Value Type",
|
1274
|
-
"role_id": "
|
1265
|
+
"role_id": "3ebae366-a82a-46cc-b8c6-88c47cf83d8e",
|
1275
1266
|
"is_list": true
|
1276
1267
|
}
|
1277
1268
|
]
|
1278
1269
|
},
|
1279
1270
|
"Link Fact Type": {
|
1280
1271
|
"is_main": false,
|
1281
|
-
"id": "
|
1272
|
+
"id": "17d74981-16a1-4c4f-bd09-900beb4b3888",
|
1282
1273
|
"functions": [
|
1283
1274
|
{
|
1284
1275
|
"title": "as Fact Type",
|
@@ -1288,51 +1279,51 @@
|
|
1288
1279
|
"title": "Implying Role",
|
1289
1280
|
"type": "Role",
|
1290
1281
|
"where": "this Link Fact Type has one implying-Role",
|
1291
|
-
"role_id": "
|
1282
|
+
"role_id": "ac9570c6-2c9c-40d7-ac8f-e30a1fc71ea5"
|
1292
1283
|
}
|
1293
1284
|
]
|
1294
1285
|
},
|
1295
1286
|
"Literal": {
|
1296
1287
|
"is_main": false,
|
1297
|
-
"id": "
|
1288
|
+
"id": "165cacc6-1f87-4ec7-a6f2-455adda59397",
|
1298
1289
|
"functions": [
|
1299
1290
|
{
|
1300
1291
|
"title": "all Value",
|
1301
1292
|
"type": "Value",
|
1302
1293
|
"where": "this Literal represents some Value",
|
1303
|
-
"role_id": "
|
1294
|
+
"role_id": "7dcb1dec-5afe-4868-a815-992167c5fcc9",
|
1304
1295
|
"is_list": true
|
1305
1296
|
}
|
1306
1297
|
]
|
1307
1298
|
},
|
1308
1299
|
"Location": {
|
1309
1300
|
"is_main": false,
|
1310
|
-
"id": "
|
1301
|
+
"id": "65540254-8808-4a3f-8b7a-b6b495fd2a1c",
|
1311
1302
|
"functions": [
|
1312
1303
|
{
|
1313
1304
|
"title": "X",
|
1314
1305
|
"type": "X",
|
1315
1306
|
"where": "this Location is at one X",
|
1316
|
-
"role_id": "
|
1307
|
+
"role_id": "bb57f8a3-be7e-483e-94cd-0896bc12f8d9"
|
1317
1308
|
},
|
1318
1309
|
{
|
1319
1310
|
"title": "Y",
|
1320
1311
|
"type": "Y",
|
1321
1312
|
"where": "this Location is at one Y",
|
1322
|
-
"role_id": "
|
1313
|
+
"role_id": "4475c3d7-5caf-44f4-935d-b7b8e15fb030"
|
1323
1314
|
},
|
1324
1315
|
{
|
1325
1316
|
"title": "all Shape",
|
1326
1317
|
"type": "Shape",
|
1327
1318
|
"where": "some Shape is at this Location",
|
1328
|
-
"role_id": "
|
1319
|
+
"role_id": "3696f1b3-4495-48ff-875b-bf367113f0cd",
|
1329
1320
|
"is_list": true
|
1330
1321
|
}
|
1331
1322
|
]
|
1332
1323
|
},
|
1333
1324
|
"Mapping": {
|
1334
1325
|
"is_main": false,
|
1335
|
-
"id": "
|
1326
|
+
"id": "b8f0f39d-766e-4826-bed7-bd5938aaf4f6",
|
1336
1327
|
"functions": [
|
1337
1328
|
{
|
1338
1329
|
"title": "as Component",
|
@@ -1347,33 +1338,49 @@
|
|
1347
1338
|
"type": "Injection"
|
1348
1339
|
},
|
1349
1340
|
{
|
1350
|
-
"title": "as
|
1351
|
-
"type": "
|
1341
|
+
"title": "as Scoping",
|
1342
|
+
"type": "Scoping"
|
1352
1343
|
},
|
1353
1344
|
{
|
1354
1345
|
"title": "all Member",
|
1355
1346
|
"type": "Component",
|
1356
|
-
"where": "this
|
1357
|
-
"role_id": "
|
1347
|
+
"where": "this Parent contains some Member",
|
1348
|
+
"role_id": "12a5b8d4-a25b-420c-93b8-e6c6ef7835f0",
|
1358
1349
|
"is_list": true
|
1359
1350
|
},
|
1360
1351
|
{
|
1361
1352
|
"title": "Composite",
|
1362
1353
|
"type": "Composite",
|
1363
1354
|
"where": "this Mapping projects one Composite",
|
1364
|
-
"role_id": "
|
1355
|
+
"role_id": "56748486-f582-4fbb-b545-f70e583985d4"
|
1365
1356
|
},
|
1366
1357
|
{
|
1367
1358
|
"title": "Object Type",
|
1368
1359
|
"type": "Object Type",
|
1369
1360
|
"where": "this Mapping represents one Object Type",
|
1370
|
-
"role_id": "
|
1361
|
+
"role_id": "33ee4977-2706-496e-9864-2a2186a87726"
|
1362
|
+
}
|
1363
|
+
]
|
1364
|
+
},
|
1365
|
+
"Mirror Role": {
|
1366
|
+
"is_main": false,
|
1367
|
+
"id": "18dfbc7f-1ab3-4618-8151-5320d339e2f1",
|
1368
|
+
"functions": [
|
1369
|
+
{
|
1370
|
+
"title": "as Role",
|
1371
|
+
"type": "Role"
|
1372
|
+
},
|
1373
|
+
{
|
1374
|
+
"title": "Base Role",
|
1375
|
+
"type": "Role",
|
1376
|
+
"where": "this Mirror Role is for one Base Role",
|
1377
|
+
"role_id": "80813ca3-d5cc-4318-a972-e53808a0f114"
|
1371
1378
|
}
|
1372
1379
|
]
|
1373
1380
|
},
|
1374
1381
|
"Model Note Shape": {
|
1375
1382
|
"is_main": false,
|
1376
|
-
"id": "
|
1383
|
+
"id": "000bc7a8-e8bd-4217-a731-2a8cfea24da7",
|
1377
1384
|
"functions": [
|
1378
1385
|
{
|
1379
1386
|
"title": "as Shape",
|
@@ -1383,132 +1390,139 @@
|
|
1383
1390
|
"title": "Context Note",
|
1384
1391
|
"type": "Context Note",
|
1385
1392
|
"where": "this Model Note Shape is for one Context Note",
|
1386
|
-
"role_id": "
|
1393
|
+
"role_id": "80f8a43d-00cf-499d-9498-d9d25357d184"
|
1387
1394
|
}
|
1388
1395
|
]
|
1389
1396
|
},
|
1390
1397
|
"Name": {
|
1391
1398
|
"is_main": false,
|
1392
|
-
"id": "
|
1399
|
+
"id": "30eb2093-1ad9-4df9-a7d2-21443412cff5",
|
1393
1400
|
"functions": [
|
1394
1401
|
{
|
1395
1402
|
"title": "all Component",
|
1396
1403
|
"type": "Component",
|
1397
1404
|
"where": "some Component projects this Name",
|
1398
|
-
"role_id": "
|
1405
|
+
"role_id": "e11e90d2-e07a-4cb4-afc3-a19921625390",
|
1399
1406
|
"is_list": true
|
1400
1407
|
},
|
1401
1408
|
{
|
1402
1409
|
"title": "Composition",
|
1403
1410
|
"type": "Composition",
|
1404
1411
|
"where": "this Name is of one Composition",
|
1405
|
-
"role_id": "
|
1412
|
+
"role_id": "05f0bf61-5f9d-470e-bdbd-5a84af6d4908"
|
1406
1413
|
},
|
1407
1414
|
{
|
1408
1415
|
"title": "all Diagram",
|
1409
1416
|
"type": "Diagram",
|
1410
1417
|
"where": "this Name is of some Diagram",
|
1411
|
-
"role_id": "
|
1418
|
+
"role_id": "8b9f5051-0fb3-4d55-a780-f1640d0a722e",
|
1412
1419
|
"is_list": true
|
1413
1420
|
},
|
1414
1421
|
{
|
1415
1422
|
"title": "all Constraint",
|
1416
1423
|
"type": "Constraint",
|
1417
1424
|
"where": "this Name is of some Constraint",
|
1418
|
-
"role_id": "
|
1425
|
+
"role_id": "fe79e00d-bfa7-4bd2-9efc-c771d1dfde96",
|
1419
1426
|
"is_list": true
|
1420
1427
|
},
|
1421
1428
|
{
|
1422
1429
|
"title": "Unit",
|
1423
1430
|
"type": "Unit",
|
1424
1431
|
"where": "this Name is of one Unit",
|
1425
|
-
"role_id": "
|
1432
|
+
"role_id": "ec0cb14f-409e-48d9-982c-962f8974b597"
|
1426
1433
|
},
|
1427
1434
|
{
|
1428
1435
|
"title": "all Object Type",
|
1429
1436
|
"type": "Object Type",
|
1430
1437
|
"where": "some Object Type is called this Name",
|
1431
|
-
"role_id": "
|
1438
|
+
"role_id": "1d0145fe-cf5c-433a-953e-0de8cbbfafd4",
|
1432
1439
|
"is_list": true
|
1433
1440
|
},
|
1434
1441
|
{
|
1435
1442
|
"title": "all Population",
|
1436
1443
|
"type": "Population",
|
1437
1444
|
"where": "this Name is of some Population",
|
1438
|
-
"role_id": "
|
1445
|
+
"role_id": "9648ac18-ed2d-4fd2-806f-ae3814f5cc81",
|
1439
1446
|
"is_list": true
|
1440
1447
|
},
|
1441
1448
|
{
|
1442
1449
|
"title": "all Role",
|
1443
1450
|
"type": "Role",
|
1444
1451
|
"where": "this role-Name is name of some Role",
|
1445
|
-
"role_id": "
|
1452
|
+
"role_id": "bd8cdee0-4b06-45f4-b360-8373a77f7420",
|
1446
1453
|
"is_list": true
|
1447
1454
|
},
|
1448
1455
|
{
|
1449
1456
|
"title": "Topic",
|
1450
1457
|
"type": "Topic",
|
1451
1458
|
"where": "this topic-Name is of one Topic",
|
1452
|
-
"role_id": "
|
1459
|
+
"role_id": "6a2a1f2d-5297-42be-b10d-57b3b489632e"
|
1453
1460
|
},
|
1454
1461
|
{
|
1455
1462
|
"title": "Plural Named Unit",
|
1456
1463
|
"type": "Unit",
|
1457
1464
|
"where": "this plural-Name is of one Plural Named Unit",
|
1458
|
-
"role_id": "
|
1465
|
+
"role_id": "796291c2-c516-4b11-97be-341ccf7fe5cf"
|
1459
1466
|
},
|
1460
1467
|
{
|
1461
1468
|
"title": "all Value Type Parameter",
|
1462
1469
|
"type": "Value Type Parameter",
|
1463
1470
|
"where": "this Name is a facet of some Value Type",
|
1464
|
-
"role_id": "
|
1471
|
+
"role_id": "6780af57-2cb5-47c7-9185-1fe53f494a45",
|
1465
1472
|
"is_list": true
|
1466
1473
|
},
|
1467
1474
|
{
|
1468
1475
|
"title": "all Variable",
|
1469
1476
|
"type": "Variable",
|
1470
1477
|
"where": "this Name is of some Variable",
|
1471
|
-
"role_id": "
|
1478
|
+
"role_id": "e83d364c-dbee-4fb0-a5eb-dd31829ff5f7",
|
1472
1479
|
"is_list": true
|
1473
1480
|
},
|
1474
1481
|
{
|
1475
1482
|
"title": "Vocabulary",
|
1476
1483
|
"type": "Vocabulary",
|
1477
1484
|
"where": "one Vocabulary is called this Name",
|
1478
|
-
"role_id": "
|
1485
|
+
"role_id": "f1bf3718-2e01-46f0-adc7-4faf2a183d89"
|
1479
1486
|
}
|
1480
1487
|
]
|
1481
1488
|
},
|
1482
1489
|
"Nesting": {
|
1483
|
-
"is_main":
|
1484
|
-
"id": "
|
1490
|
+
"is_main": true,
|
1491
|
+
"id": "cc3384c2-923e-4590-97d4-38b522043c28",
|
1485
1492
|
"functions": [
|
1486
1493
|
{
|
1487
|
-
"title": "
|
1488
|
-
"type": "
|
1494
|
+
"title": "involving Absorption",
|
1495
|
+
"type": "Absorption",
|
1496
|
+
"where": "this Absorption is nested under some index-Role in some Ordinal position"
|
1489
1497
|
},
|
1490
1498
|
{
|
1491
|
-
"title": "
|
1492
|
-
"type": "
|
1499
|
+
"title": "involving Index Role",
|
1500
|
+
"type": "Role",
|
1501
|
+
"where": "this Role keys nesting of some Absorption at some Ordinal priority"
|
1502
|
+
},
|
1503
|
+
{
|
1504
|
+
"title": "involving Ordinal",
|
1505
|
+
"type": "Ordinal",
|
1506
|
+
"where": "some Absorption is nested under some index-Role in this Ordinal position"
|
1493
1507
|
}
|
1494
1508
|
]
|
1495
1509
|
},
|
1496
1510
|
"Numerator": {
|
1497
1511
|
"is_main": false,
|
1498
|
-
"id": "
|
1512
|
+
"id": "ee5d5d36-671b-45ad-b142-0aa26d3be915",
|
1499
1513
|
"functions": [
|
1500
1514
|
{
|
1501
1515
|
"title": "all Coefficient",
|
1502
1516
|
"type": "Coefficient",
|
1503
1517
|
"where": "some Coefficient has this Numerator",
|
1504
|
-
"role_id": "
|
1518
|
+
"role_id": "756b2742-93aa-49a8-92f8-4b539aee3afd",
|
1505
1519
|
"is_list": true
|
1506
1520
|
}
|
1507
1521
|
]
|
1508
1522
|
},
|
1509
1523
|
"ORM Diagram": {
|
1510
1524
|
"is_main": false,
|
1511
|
-
"id": "
|
1525
|
+
"id": "018ea105-bdb4-42f0-b82e-92d0f55f0ff2",
|
1512
1526
|
"functions": [
|
1513
1527
|
{
|
1514
1528
|
"title": "as Diagram",
|
@@ -1518,14 +1532,14 @@
|
|
1518
1532
|
"title": "all Shape",
|
1519
1533
|
"type": "Shape",
|
1520
1534
|
"where": "this ORM Diagram includes some Shape",
|
1521
|
-
"role_id": "
|
1535
|
+
"role_id": "c5bbbbd2-f995-4140-9929-578834210d66",
|
1522
1536
|
"is_list": true
|
1523
1537
|
}
|
1524
1538
|
]
|
1525
1539
|
},
|
1526
1540
|
"Object Type": {
|
1527
1541
|
"is_main": true,
|
1528
|
-
"id": "
|
1542
|
+
"id": "bb97b170-0361-4e60-89b4-ba21bf5f3a15",
|
1529
1543
|
"functions": [
|
1530
1544
|
{
|
1531
1545
|
"title": "as Domain Object Type",
|
@@ -1535,10 +1549,6 @@
|
|
1535
1549
|
"title": "as Entity Type",
|
1536
1550
|
"type": "Entity Type"
|
1537
1551
|
},
|
1538
|
-
{
|
1539
|
-
"title": "as Implicit Boolean Value Type",
|
1540
|
-
"type": "Implicit Boolean Value Type"
|
1541
|
-
},
|
1542
1552
|
{
|
1543
1553
|
"title": "as Value Type",
|
1544
1554
|
"type": "Value Type"
|
@@ -1547,72 +1557,72 @@
|
|
1547
1557
|
"title": "all Instance",
|
1548
1558
|
"type": "Instance",
|
1549
1559
|
"where": "some Instance is of this Object Type",
|
1550
|
-
"role_id": "
|
1560
|
+
"role_id": "f2310bee-01b9-4f57-855f-f8de0a16f246",
|
1551
1561
|
"is_list": true
|
1552
1562
|
},
|
1553
1563
|
{
|
1554
1564
|
"title": "all Mapping",
|
1555
1565
|
"type": "Mapping",
|
1556
1566
|
"where": "some Mapping represents this Object Type",
|
1557
|
-
"role_id": "
|
1567
|
+
"role_id": "9ba568d1-32d4-41df-b724-2c92c059e4af",
|
1558
1568
|
"is_list": true
|
1559
1569
|
},
|
1560
1570
|
{
|
1561
1571
|
"title": "all Object Type Shape",
|
1562
1572
|
"type": "Object Type Shape",
|
1563
1573
|
"where": "this Object Type has some Object Type Shape",
|
1564
|
-
"role_id": "
|
1574
|
+
"role_id": "70aed98c-65c6-447c-9054-db31aa891d07",
|
1565
1575
|
"is_list": true
|
1566
1576
|
},
|
1567
1577
|
{
|
1568
1578
|
"title": "Vocabulary",
|
1569
1579
|
"type": "Vocabulary",
|
1570
1580
|
"where": "this Object Type belongs to one Vocabulary",
|
1571
|
-
"role_id": "
|
1581
|
+
"role_id": "297ef639-993c-4164-a9a2-50b27287682b"
|
1572
1582
|
},
|
1573
1583
|
{
|
1574
1584
|
"title": "Concept",
|
1575
1585
|
"type": "Concept",
|
1576
1586
|
"where": "this Object Type is an instance of one Concept",
|
1577
|
-
"role_id": "
|
1587
|
+
"role_id": "bf69e033-dfc6-4e0b-87fe-58c104611fdf"
|
1578
1588
|
},
|
1579
1589
|
{
|
1580
1590
|
"title": "Name",
|
1581
1591
|
"type": "Name",
|
1582
1592
|
"where": "this Object Type is called one Name",
|
1583
|
-
"role_id": "
|
1593
|
+
"role_id": "ff729f94-6f3a-487a-b403-ffe0333ea914"
|
1584
1594
|
},
|
1585
1595
|
{
|
1586
1596
|
"title": "Object Type is independent",
|
1587
1597
|
"type": "boolean",
|
1588
1598
|
"where": "this Object Type is independent",
|
1589
|
-
"role_id": "
|
1599
|
+
"role_id": "dba7e577-90b2-4c5d-a8b0-d93bbd926656"
|
1590
1600
|
},
|
1591
1601
|
{
|
1592
1602
|
"title": "all Role",
|
1593
1603
|
"type": "Role",
|
1594
1604
|
"where": "this Object Type plays some Role",
|
1595
|
-
"role_id": "
|
1605
|
+
"role_id": "fba01e69-e498-48d4-a299-ecaac09e30b5",
|
1596
1606
|
"is_list": true
|
1597
1607
|
},
|
1598
1608
|
{
|
1599
1609
|
"title": "Pronoun",
|
1600
1610
|
"type": "Pronoun",
|
1601
1611
|
"where": "this Object Type uses one Pronoun",
|
1602
|
-
"role_id": "
|
1612
|
+
"role_id": "fcc9f769-abb1-4e14-bfba-6f4f8bfde6ab"
|
1603
1613
|
},
|
1604
1614
|
{
|
1605
1615
|
"title": "all Variable",
|
1606
1616
|
"type": "Variable",
|
1607
1617
|
"where": "this Object Type is referenced in some Variable",
|
1608
|
-
"role_id": "
|
1618
|
+
"role_id": "ac63dec2-389a-4a8c-84fc-a1b59be6bfce",
|
1609
1619
|
"is_list": true
|
1610
1620
|
}
|
1611
1621
|
]
|
1612
1622
|
},
|
1613
1623
|
"Object Type Shape": {
|
1614
1624
|
"is_main": false,
|
1615
|
-
"id": "
|
1625
|
+
"id": "ac52b8d3-c780-4dbf-a607-72189e87f61c",
|
1616
1626
|
"functions": [
|
1617
1627
|
{
|
1618
1628
|
"title": "as Shape",
|
@@ -1622,26 +1632,26 @@
|
|
1622
1632
|
"title": "Object Type Shape has expanded reference mode",
|
1623
1633
|
"type": "boolean",
|
1624
1634
|
"where": "this Object Type Shape has expanded reference mode",
|
1625
|
-
"role_id": "
|
1635
|
+
"role_id": "59b1eb1d-c3ba-4661-a28d-51d4f7689827"
|
1626
1636
|
},
|
1627
1637
|
{
|
1628
1638
|
"title": "Object Type",
|
1629
1639
|
"type": "Object Type",
|
1630
1640
|
"where": "this Object Type Shape is for one Object Type",
|
1631
|
-
"role_id": "
|
1641
|
+
"role_id": "ba050d70-3729-47e3-a962-16fa1e1c8292"
|
1632
1642
|
},
|
1633
1643
|
{
|
1634
1644
|
"title": "all Value Constraint Shape",
|
1635
1645
|
"type": "Value Constraint Shape",
|
1636
1646
|
"where": "this Object Type Shape has some Value Constraint Shape",
|
1637
|
-
"role_id": "
|
1647
|
+
"role_id": "036e982b-8831-426d-8308-d36a84f9f78c",
|
1638
1648
|
"is_list": true
|
1639
1649
|
}
|
1640
1650
|
]
|
1641
1651
|
},
|
1642
1652
|
"Objectified Fact Type Name Shape": {
|
1643
1653
|
"is_main": false,
|
1644
|
-
"id": "
|
1654
|
+
"id": "dbb677b7-22f9-42c8-8d42-b62786b96d15",
|
1645
1655
|
"functions": [
|
1646
1656
|
{
|
1647
1657
|
"title": "as Shape",
|
@@ -1651,74 +1661,81 @@
|
|
1651
1661
|
"title": "Fact Type Shape",
|
1652
1662
|
"type": "Fact Type Shape",
|
1653
1663
|
"where": "this Objectified Fact Type Name Shape is for one Fact Type Shape",
|
1654
|
-
"role_id": "
|
1664
|
+
"role_id": "9673cd1b-1985-4718-bd44-dfdd1a0c9421"
|
1655
1665
|
}
|
1656
1666
|
]
|
1657
1667
|
},
|
1658
1668
|
"Offset": {
|
1659
1669
|
"is_main": false,
|
1660
|
-
"id": "
|
1670
|
+
"id": "34ab1723-f6a4-46b3-9794-776fa2d26c26",
|
1661
1671
|
"functions": [
|
1662
1672
|
{
|
1663
1673
|
"title": "all Unit",
|
1664
1674
|
"type": "Unit",
|
1665
1675
|
"where": "some Unit has this Offset",
|
1666
|
-
"role_id": "
|
1676
|
+
"role_id": "cf96e69b-c8ea-45b7-b0c4-e245192dfad9",
|
1667
1677
|
"is_list": true
|
1668
1678
|
}
|
1669
1679
|
]
|
1670
1680
|
},
|
1671
1681
|
"Ordinal": {
|
1672
1682
|
"is_main": false,
|
1673
|
-
"id": "
|
1683
|
+
"id": "6ebdb16b-8cd6-4e16-9595-e637aed7a741",
|
1674
1684
|
"functions": [
|
1685
|
+
{
|
1686
|
+
"title": "all Nesting",
|
1687
|
+
"type": "Nesting",
|
1688
|
+
"where": "some Absorption is nested under some index-Role in this Ordinal position",
|
1689
|
+
"role_id": "cb818621-224a-43a0-b5f8-60f082a4dfd9",
|
1690
|
+
"is_list": true
|
1691
|
+
},
|
1675
1692
|
{
|
1676
1693
|
"title": "all Role Display",
|
1677
1694
|
"type": "Role Display",
|
1678
1695
|
"where": "some Fact Type Shape displays some Role in this Ordinal position",
|
1679
|
-
"role_id": "
|
1696
|
+
"role_id": "23232199-94ae-4928-8ccf-be403c386748",
|
1680
1697
|
"is_list": true
|
1681
1698
|
},
|
1682
1699
|
{
|
1683
1700
|
"title": "all Reading",
|
1684
1701
|
"type": "Reading",
|
1685
1702
|
"where": "this Ordinal reading for fact type is some Reading",
|
1686
|
-
"role_id": "
|
1703
|
+
"role_id": "517554bd-2cad-4155-bc1c-4bf9aacc2335",
|
1687
1704
|
"is_list": true
|
1688
1705
|
},
|
1689
1706
|
{
|
1690
1707
|
"title": "all Role Ref",
|
1691
1708
|
"type": "Role Ref",
|
1692
1709
|
"where": "some Role Sequence in this Ordinal position includes some Role",
|
1693
|
-
"role_id": "
|
1710
|
+
"role_id": "87398f98-7e06-4d4b-a27a-ae417fd2b74d",
|
1694
1711
|
"is_list": true
|
1695
1712
|
},
|
1696
1713
|
{
|
1697
1714
|
"title": "all Role",
|
1698
1715
|
"type": "Role",
|
1699
1716
|
"where": "this Ordinal applies to some Role",
|
1700
|
-
"role_id": "
|
1717
|
+
"role_id": "509ca07f-eb7a-4e0c-9166-0f30d9e37ab4",
|
1701
1718
|
"is_list": true
|
1702
1719
|
},
|
1703
1720
|
{
|
1704
1721
|
"title": "all Set Comparison Roles",
|
1705
1722
|
"type": "Set Comparison Roles",
|
1706
1723
|
"where": "in this Ordinal position some Set Comparison Constraint has some Role Sequence",
|
1707
|
-
"role_id": "
|
1724
|
+
"role_id": "aaaa6ab3-aa59-476a-9777-35884278dd5d",
|
1708
1725
|
"is_list": true
|
1709
1726
|
},
|
1710
1727
|
{
|
1711
1728
|
"title": "all Variable",
|
1712
1729
|
"type": "Variable",
|
1713
1730
|
"where": "some Variable has this Ordinal position",
|
1714
|
-
"role_id": "
|
1731
|
+
"role_id": "406dd698-2781-46b7-85b4-3d961cbf3155",
|
1715
1732
|
"is_list": true
|
1716
1733
|
}
|
1717
1734
|
]
|
1718
1735
|
},
|
1719
1736
|
"Play": {
|
1720
1737
|
"is_main": true,
|
1721
|
-
"id": "
|
1738
|
+
"id": "1ace97ce-9922-48a3-976b-92a32bc681a2",
|
1722
1739
|
"functions": [
|
1723
1740
|
{
|
1724
1741
|
"title": "involving Variable",
|
@@ -1739,64 +1756,64 @@
|
|
1739
1756
|
"title": "Play is input",
|
1740
1757
|
"type": "boolean",
|
1741
1758
|
"where": "this Play is input",
|
1742
|
-
"role_id": "
|
1759
|
+
"role_id": "b9f95e5f-5dfd-4e08-bd54-46cee0f53c11"
|
1743
1760
|
},
|
1744
1761
|
{
|
1745
1762
|
"title": "Role Ref",
|
1746
1763
|
"type": "Role Ref",
|
1747
1764
|
"where": "this Play projects one Role Ref",
|
1748
|
-
"role_id": "
|
1765
|
+
"role_id": "ac0dd7a8-75c3-433c-ad25-8ed1d6ebe79b"
|
1749
1766
|
}
|
1750
1767
|
]
|
1751
1768
|
},
|
1752
1769
|
"Population": {
|
1753
1770
|
"is_main": true,
|
1754
|
-
"id": "
|
1771
|
+
"id": "fda9fce1-362a-4485-a391-82a4c286c526",
|
1755
1772
|
"functions": [
|
1756
1773
|
{
|
1757
1774
|
"title": "Name",
|
1758
1775
|
"type": "Name",
|
1759
1776
|
"where": "this Population has one Name",
|
1760
|
-
"role_id": "
|
1777
|
+
"role_id": "72f9371e-4f98-4f68-8174-b4cf838509fb"
|
1761
1778
|
},
|
1762
1779
|
{
|
1763
1780
|
"title": "all Fact",
|
1764
1781
|
"type": "Fact",
|
1765
1782
|
"where": "this Population includes some Fact",
|
1766
|
-
"role_id": "
|
1783
|
+
"role_id": "be2efafd-739c-4f43-94ae-3a90cff3ae97",
|
1767
1784
|
"is_list": true
|
1768
1785
|
},
|
1769
1786
|
{
|
1770
1787
|
"title": "all Instance",
|
1771
1788
|
"type": "Instance",
|
1772
1789
|
"where": "this Population includes some Instance",
|
1773
|
-
"role_id": "
|
1790
|
+
"role_id": "64427b3a-abe0-42cd-a472-3beb844e2a13",
|
1774
1791
|
"is_list": true
|
1775
1792
|
},
|
1776
1793
|
{
|
1777
1794
|
"title": "all Role Value",
|
1778
1795
|
"type": "Role Value",
|
1779
1796
|
"where": "this Population includes some Role Value",
|
1780
|
-
"role_id": "
|
1797
|
+
"role_id": "cdd108f5-434a-42e4-a1b3-cd66d656d2bc",
|
1781
1798
|
"is_list": true
|
1782
1799
|
},
|
1783
1800
|
{
|
1784
1801
|
"title": "Concept",
|
1785
1802
|
"type": "Concept",
|
1786
1803
|
"where": "this Population is an instance of one Concept",
|
1787
|
-
"role_id": "
|
1804
|
+
"role_id": "f2afbdda-6fbd-426c-99d1-61920de07b56"
|
1788
1805
|
},
|
1789
1806
|
{
|
1790
1807
|
"title": "Vocabulary",
|
1791
1808
|
"type": "Vocabulary",
|
1792
1809
|
"where": "this Population belongs to one Vocabulary",
|
1793
|
-
"role_id": "
|
1810
|
+
"role_id": "797597a7-aa74-4f8b-8b97-f08d632b3985"
|
1794
1811
|
}
|
1795
1812
|
]
|
1796
1813
|
},
|
1797
1814
|
"Presence Constraint": {
|
1798
1815
|
"is_main": false,
|
1799
|
-
"id": "
|
1816
|
+
"id": "25c76245-41c2-4e41-a36f-3a24afeac3dc",
|
1800
1817
|
"functions": [
|
1801
1818
|
{
|
1802
1819
|
"title": "as Constraint",
|
@@ -1806,112 +1823,112 @@
|
|
1806
1823
|
"title": "Role Sequence",
|
1807
1824
|
"type": "Role Sequence",
|
1808
1825
|
"where": "this Presence Constraint covers one Role Sequence",
|
1809
|
-
"role_id": "
|
1826
|
+
"role_id": "19459088-a361-440b-a17a-631c34b625f5"
|
1810
1827
|
},
|
1811
1828
|
{
|
1812
1829
|
"title": "Max Frequency",
|
1813
1830
|
"type": "Frequency",
|
1814
1831
|
"where": "this Presence Constraint has one max-Frequency",
|
1815
|
-
"role_id": "
|
1832
|
+
"role_id": "4596c868-077a-4062-9e44-64a43fc39e6b"
|
1816
1833
|
},
|
1817
1834
|
{
|
1818
1835
|
"title": "Min Frequency",
|
1819
1836
|
"type": "Frequency",
|
1820
1837
|
"where": "this Presence Constraint has one min-Frequency",
|
1821
|
-
"role_id": "
|
1838
|
+
"role_id": "c02a4993-5efa-412b-81cb-313bdb7b46ce"
|
1822
1839
|
},
|
1823
1840
|
{
|
1824
1841
|
"title": "Presence Constraint is mandatory",
|
1825
1842
|
"type": "boolean",
|
1826
1843
|
"where": "this Presence Constraint is mandatory",
|
1827
|
-
"role_id": "
|
1844
|
+
"role_id": "7807b0b9-191d-4411-bcd7-c8753ff008f9"
|
1828
1845
|
},
|
1829
1846
|
{
|
1830
1847
|
"title": "Presence Constraint is preferred identifier",
|
1831
1848
|
"type": "boolean",
|
1832
1849
|
"where": "this Presence Constraint is preferred identifier",
|
1833
|
-
"role_id": "
|
1850
|
+
"role_id": "1e3f0463-a012-4c01-9e81-e1fcd40ee2aa"
|
1834
1851
|
}
|
1835
1852
|
]
|
1836
1853
|
},
|
1837
1854
|
"Pronoun": {
|
1838
1855
|
"is_main": false,
|
1839
|
-
"id": "
|
1856
|
+
"id": "378899c4-1056-4bf9-997e-53fff5598138",
|
1840
1857
|
"functions": [
|
1841
1858
|
{
|
1842
1859
|
"title": "all Object Type",
|
1843
1860
|
"type": "Object Type",
|
1844
1861
|
"where": "some Object Type uses this Pronoun",
|
1845
|
-
"role_id": "
|
1862
|
+
"role_id": "95a5fba4-bf66-4a9e-aa53-2e2416c85342",
|
1846
1863
|
"is_list": true
|
1847
1864
|
}
|
1848
1865
|
]
|
1849
1866
|
},
|
1850
1867
|
"Query": {
|
1851
1868
|
"is_main": false,
|
1852
|
-
"id": "
|
1869
|
+
"id": "07ddec5e-b4a4-4e89-881a-d3000cf22e4b",
|
1853
1870
|
"functions": [
|
1854
1871
|
{
|
1855
1872
|
"title": "all Variable",
|
1856
1873
|
"type": "Variable",
|
1857
1874
|
"where": "this Query includes some Variable",
|
1858
|
-
"role_id": "
|
1875
|
+
"role_id": "40fb5bd3-6022-4496-abf4-e88ad215e16e",
|
1859
1876
|
"is_list": true
|
1860
1877
|
},
|
1861
1878
|
{
|
1862
1879
|
"title": "Concept",
|
1863
1880
|
"type": "Concept",
|
1864
1881
|
"where": "this Query is an instance of one Concept",
|
1865
|
-
"role_id": "
|
1882
|
+
"role_id": "4e60f0b7-a1f3-4ac7-a540-da9095a80596"
|
1866
1883
|
}
|
1867
1884
|
]
|
1868
1885
|
},
|
1869
1886
|
"Reading": {
|
1870
1887
|
"is_main": true,
|
1871
|
-
"id": "
|
1888
|
+
"id": "2824c227-8875-4829-9386-89c36ebaf75a",
|
1872
1889
|
"functions": [
|
1873
1890
|
{
|
1874
1891
|
"title": "Fact Type",
|
1875
1892
|
"type": "Fact Type",
|
1876
1893
|
"where": "this Reading is for one Fact Type",
|
1877
|
-
"role_id": "
|
1894
|
+
"role_id": "f1cae162-2f10-42d6-8f4c-e7a96543ad59"
|
1878
1895
|
},
|
1879
1896
|
{
|
1880
1897
|
"title": "all Reading Shape",
|
1881
1898
|
"type": "Reading Shape",
|
1882
1899
|
"where": "this Reading has some Reading Shape",
|
1883
|
-
"role_id": "
|
1900
|
+
"role_id": "ca41ad62-831d-42b7-8cf0-c662908a1450",
|
1884
1901
|
"is_list": true
|
1885
1902
|
},
|
1886
1903
|
{
|
1887
1904
|
"title": "Text",
|
1888
1905
|
"type": "Text",
|
1889
1906
|
"where": "this Reading has one Text",
|
1890
|
-
"role_id": "
|
1907
|
+
"role_id": "204a3b29-e53c-4f10-8966-a2088a2c378c"
|
1891
1908
|
},
|
1892
1909
|
{
|
1893
1910
|
"title": "Ordinal",
|
1894
1911
|
"type": "Ordinal",
|
1895
1912
|
"where": "this Reading is in one Ordinal position",
|
1896
|
-
"role_id": "
|
1913
|
+
"role_id": "19fd855e-9f0c-486d-b807-23fbfca528bb"
|
1897
1914
|
},
|
1898
1915
|
{
|
1899
1916
|
"title": "Role Sequence",
|
1900
1917
|
"type": "Role Sequence",
|
1901
1918
|
"where": "this Reading is in one Role Sequence",
|
1902
|
-
"role_id": "
|
1919
|
+
"role_id": "eff49d58-558c-4162-bed3-b5ecf178cf15"
|
1903
1920
|
},
|
1904
1921
|
{
|
1905
1922
|
"title": "Reading is negative",
|
1906
1923
|
"type": "boolean",
|
1907
1924
|
"where": "this Reading is negative",
|
1908
|
-
"role_id": "
|
1925
|
+
"role_id": "48d74a56-1525-4800-a23f-ee9782b4e9b9"
|
1909
1926
|
}
|
1910
1927
|
]
|
1911
1928
|
},
|
1912
1929
|
"Reading Shape": {
|
1913
1930
|
"is_main": false,
|
1914
|
-
"id": "
|
1931
|
+
"id": "7cc3a3a9-33ad-49c8-bdc1-70d50671deef",
|
1915
1932
|
"functions": [
|
1916
1933
|
{
|
1917
1934
|
"title": "as Shape",
|
@@ -1921,32 +1938,32 @@
|
|
1921
1938
|
"title": "Fact Type Shape",
|
1922
1939
|
"type": "Fact Type Shape",
|
1923
1940
|
"where": "this Reading Shape is for one Fact Type Shape",
|
1924
|
-
"role_id": "
|
1941
|
+
"role_id": "992f211e-534c-489d-a4fb-03509903affd"
|
1925
1942
|
},
|
1926
1943
|
{
|
1927
1944
|
"title": "Reading",
|
1928
1945
|
"type": "Reading",
|
1929
1946
|
"where": "this Reading Shape is for one Reading",
|
1930
|
-
"role_id": "
|
1947
|
+
"role_id": "dfa9a151-4e99-4ba9-922d-f2bc05b0f35d"
|
1931
1948
|
}
|
1932
1949
|
]
|
1933
1950
|
},
|
1934
1951
|
"Regular Expression": {
|
1935
1952
|
"is_main": false,
|
1936
|
-
"id": "
|
1953
|
+
"id": "45d843bb-a52e-4eca-958c-8af1d2379b85",
|
1937
1954
|
"functions": [
|
1938
1955
|
{
|
1939
1956
|
"title": "all Value Constraint",
|
1940
1957
|
"type": "Value Constraint",
|
1941
1958
|
"where": "some Value Constraint requires matching this Regular Expression",
|
1942
|
-
"role_id": "
|
1959
|
+
"role_id": "28e2355b-6e0b-4a59-be60-ec684d54a7b3",
|
1943
1960
|
"is_list": true
|
1944
1961
|
}
|
1945
1962
|
]
|
1946
1963
|
},
|
1947
1964
|
"Ring Constraint": {
|
1948
1965
|
"is_main": false,
|
1949
|
-
"id": "
|
1966
|
+
"id": "6a6067ba-eb7d-488c-a1b7-e4a8c04a83fe",
|
1950
1967
|
"functions": [
|
1951
1968
|
{
|
1952
1969
|
"title": "as Constraint",
|
@@ -1956,25 +1973,25 @@
|
|
1956
1973
|
"title": "Other Role",
|
1957
1974
|
"type": "Role",
|
1958
1975
|
"where": "this Ring Constraint has one other-Role",
|
1959
|
-
"role_id": "
|
1976
|
+
"role_id": "a8e39822-f78f-4118-b2f7-ab8772227ac1"
|
1960
1977
|
},
|
1961
1978
|
{
|
1962
1979
|
"title": "Ring Type",
|
1963
1980
|
"type": "Ring Type",
|
1964
1981
|
"where": "this Ring Constraint is of one Ring Type",
|
1965
|
-
"role_id": "
|
1982
|
+
"role_id": "a0d06c52-0a62-4897-9a95-9174be6b3095"
|
1966
1983
|
},
|
1967
1984
|
{
|
1968
1985
|
"title": "Role",
|
1969
1986
|
"type": "Role",
|
1970
1987
|
"where": "this Ring Constraint has one Role",
|
1971
|
-
"role_id": "
|
1988
|
+
"role_id": "78522685-fe91-48cb-b02a-15282096b476"
|
1972
1989
|
}
|
1973
1990
|
]
|
1974
1991
|
},
|
1975
1992
|
"Ring Constraint Shape": {
|
1976
1993
|
"is_main": false,
|
1977
|
-
"id": "
|
1994
|
+
"id": "c4058c5e-59e1-40af-b885-015555e06a21",
|
1978
1995
|
"functions": [
|
1979
1996
|
{
|
1980
1997
|
"title": "as Constraint Shape",
|
@@ -1988,173 +2005,167 @@
|
|
1988
2005
|
"title": "Fact Type Shape",
|
1989
2006
|
"type": "Fact Type Shape",
|
1990
2007
|
"where": "this Ring Constraint Shape is attached to one Fact Type Shape",
|
1991
|
-
"role_id": "
|
2008
|
+
"role_id": "d5f31dd3-b7f6-4df9-93d9-3c540a138c1c"
|
1992
2009
|
}
|
1993
2010
|
]
|
1994
2011
|
},
|
1995
2012
|
"Ring Type": {
|
1996
2013
|
"is_main": false,
|
1997
|
-
"id": "
|
2014
|
+
"id": "2da18f2f-e7fb-4141-82ea-5ffd1c05c687",
|
1998
2015
|
"functions": [
|
1999
2016
|
{
|
2000
2017
|
"title": "all Ring Constraint",
|
2001
2018
|
"type": "Ring Constraint",
|
2002
2019
|
"where": "some Ring Constraint is of this Ring Type",
|
2003
|
-
"role_id": "
|
2020
|
+
"role_id": "39fc53d8-6964-4714-97be-521f52a25615",
|
2004
2021
|
"is_list": true
|
2005
2022
|
}
|
2006
2023
|
]
|
2007
2024
|
},
|
2008
2025
|
"Role": {
|
2009
2026
|
"is_main": true,
|
2010
|
-
"id": "
|
2027
|
+
"id": "135669b3-6740-4c08-ac8c-7d3c6cace311",
|
2011
2028
|
"functions": [
|
2012
2029
|
{
|
2013
|
-
"title": "as Role
|
2014
|
-
"type": "Role
|
2030
|
+
"title": "as Mirror Role",
|
2031
|
+
"type": "Mirror Role"
|
2015
2032
|
},
|
2016
2033
|
{
|
2017
|
-
"title": "all
|
2018
|
-
"type": "
|
2019
|
-
"where": "some Absorption
|
2020
|
-
"role_id": "
|
2034
|
+
"title": "all Nesting",
|
2035
|
+
"type": "Nesting",
|
2036
|
+
"where": "this Role keys nesting of some Absorption at some Ordinal priority",
|
2037
|
+
"role_id": "9c4fc523-7d8c-48d2-8b0b-237963b2a381",
|
2021
2038
|
"is_list": true
|
2022
2039
|
},
|
2023
2040
|
{
|
2024
2041
|
"title": "all Absorption as Parent Role",
|
2025
2042
|
"type": "Absorption",
|
2026
2043
|
"where": "some Absorption traverses from this parent-Role",
|
2027
|
-
"role_id": "
|
2044
|
+
"role_id": "f485f384-54b1-4502-b539-b51fc528fa42",
|
2028
2045
|
"is_list": true
|
2029
2046
|
},
|
2030
2047
|
{
|
2031
2048
|
"title": "all Absorption as Child Role",
|
2032
2049
|
"type": "Absorption",
|
2033
2050
|
"where": "some Absorption traverses to this child-Role",
|
2034
|
-
"role_id": "
|
2051
|
+
"role_id": "a7ae4947-42bb-470f-b5d0-1a9b0bd781f9",
|
2035
2052
|
"is_list": true
|
2036
2053
|
},
|
2037
2054
|
{
|
2038
2055
|
"title": "all Discriminated Role",
|
2039
2056
|
"type": "Discriminated Role",
|
2040
2057
|
"where": "this Role is indicated by some Value for some Discriminator",
|
2041
|
-
"role_id": "
|
2058
|
+
"role_id": "06361f0b-37a1-467b-9513-91d1ee60e7f4",
|
2042
2059
|
"is_list": true
|
2043
2060
|
},
|
2044
2061
|
{
|
2045
2062
|
"title": "all Role Display",
|
2046
2063
|
"type": "Role Display",
|
2047
2064
|
"where": "some Fact Type Shape displays this Role in some Ordinal position",
|
2048
|
-
"role_id": "
|
2065
|
+
"role_id": "aa9ec460-0a17-43b4-9ba7-70c97c9e5951",
|
2049
2066
|
"is_list": true
|
2050
2067
|
},
|
2051
2068
|
{
|
2052
2069
|
"title": "all Indicator",
|
2053
2070
|
"type": "Indicator",
|
2054
2071
|
"where": "some Indicator indicates this Role played",
|
2055
|
-
"role_id": "
|
2072
|
+
"role_id": "0fd652c4-8950-46a9-87f1-e9cdb5afea50",
|
2056
2073
|
"is_list": true
|
2057
2074
|
},
|
2058
2075
|
{
|
2059
2076
|
"title": "Link Fact Type",
|
2060
2077
|
"type": "Link Fact Type",
|
2061
2078
|
"where": "this implying-Role implies one Link Fact Type",
|
2062
|
-
"role_id": "
|
2079
|
+
"role_id": "363a7737-892a-4f09-b4bf-4f7215dfa3b6"
|
2080
|
+
},
|
2081
|
+
{
|
2082
|
+
"title": "Mirror Role",
|
2083
|
+
"type": "Mirror Role",
|
2084
|
+
"where": "this Base Role implies one Mirror Role",
|
2085
|
+
"role_id": "c52bef90-8d49-45ac-acbf-8767b5e6a2d8"
|
2063
2086
|
},
|
2064
2087
|
{
|
2065
2088
|
"title": "Object Type",
|
2066
2089
|
"type": "Object Type",
|
2067
2090
|
"where": "this Role is played by one Object Type",
|
2068
|
-
"role_id": "
|
2091
|
+
"role_id": "14e73c48-723a-439a-ad00-2d46e87ed244"
|
2069
2092
|
},
|
2070
2093
|
{
|
2071
2094
|
"title": "all Ring Constraint as Other Role",
|
2072
2095
|
"type": "Ring Constraint",
|
2073
2096
|
"where": "this other-Role is of some Ring Constraint",
|
2074
|
-
"role_id": "
|
2097
|
+
"role_id": "62c7cae4-9a1d-419d-8f81-86747ec44ec9",
|
2075
2098
|
"is_list": true
|
2076
2099
|
},
|
2077
2100
|
{
|
2078
2101
|
"title": "all Role Ref",
|
2079
2102
|
"type": "Role Ref",
|
2080
2103
|
"where": "this Role is in some Role Sequence in some Ordinal place",
|
2081
|
-
"role_id": "
|
2104
|
+
"role_id": "c39dd0cf-2fdf-4874-a851-119e0df4f1de",
|
2082
2105
|
"is_list": true
|
2083
2106
|
},
|
2084
2107
|
{
|
2085
2108
|
"title": "all Role Value",
|
2086
2109
|
"type": "Role Value",
|
2087
2110
|
"where": "some Role Value is of this Role",
|
2088
|
-
"role_id": "
|
2111
|
+
"role_id": "f5373c8b-33bb-4f12-9f38-5ffc033c4d8f",
|
2089
2112
|
"is_list": true
|
2090
2113
|
},
|
2091
2114
|
{
|
2092
2115
|
"title": "Fact Type",
|
2093
2116
|
"type": "Fact Type",
|
2094
2117
|
"where": "this Role belongs to one Fact Type",
|
2095
|
-
"role_id": "
|
2118
|
+
"role_id": "4c1cb189-52f6-442c-bd70-533659cdc598"
|
2096
2119
|
},
|
2097
2120
|
{
|
2098
2121
|
"title": "Ordinal",
|
2099
2122
|
"type": "Ordinal",
|
2100
2123
|
"where": "this Role fills one Ordinal",
|
2101
|
-
"role_id": "
|
2124
|
+
"role_id": "5a11530b-93ba-4d40-bd19-5721f6890b97"
|
2102
2125
|
},
|
2103
2126
|
{
|
2104
2127
|
"title": "Role Name",
|
2105
2128
|
"type": "Name",
|
2106
2129
|
"where": "this Role has one role-Name",
|
2107
|
-
"role_id": "
|
2130
|
+
"role_id": "149fc21e-838b-4a70-8a23-c738c2b25ee4"
|
2108
2131
|
},
|
2109
2132
|
{
|
2110
2133
|
"title": "Role Value Constraint",
|
2111
2134
|
"type": "Value Constraint",
|
2112
2135
|
"where": "this Role has one role-Value Constraint",
|
2113
|
-
"role_id": "
|
2136
|
+
"role_id": "df907772-a8f0-4d41-a7a4-39894bd62807"
|
2114
2137
|
},
|
2115
2138
|
{
|
2116
2139
|
"title": "Concept",
|
2117
2140
|
"type": "Concept",
|
2118
2141
|
"where": "this Role is an instance of one Concept",
|
2119
|
-
"role_id": "
|
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"
|
2142
|
+
"role_id": "b49a0ed4-5cbf-4e42-8bcc-5bd70edfa2cc"
|
2132
2143
|
},
|
2133
2144
|
{
|
2134
2145
|
"title": "all Ring Constraint as Role",
|
2135
2146
|
"type": "Ring Constraint",
|
2136
2147
|
"where": "this Role is of some Ring Constraint",
|
2137
|
-
"role_id": "
|
2148
|
+
"role_id": "60925712-573f-46cd-9960-57ca5c70ba47",
|
2138
2149
|
"is_list": true
|
2139
2150
|
},
|
2140
2151
|
{
|
2141
2152
|
"title": "all Play",
|
2142
2153
|
"type": "Play",
|
2143
2154
|
"where": "some Variable is restricted by this Role of some Step",
|
2144
|
-
"role_id": "
|
2155
|
+
"role_id": "da3f3c28-a752-480b-a28c-dc63a61d7fb5",
|
2145
2156
|
"is_list": true
|
2146
2157
|
},
|
2147
2158
|
{
|
2148
2159
|
"title": "Variable",
|
2149
2160
|
"type": "Variable",
|
2150
2161
|
"where": "this Projection is projected from one Variable",
|
2151
|
-
"role_id": "
|
2162
|
+
"role_id": "03c1c238-a050-456a-b8e2-d4bbd2afd13f"
|
2152
2163
|
}
|
2153
2164
|
]
|
2154
2165
|
},
|
2155
2166
|
"Role Display": {
|
2156
2167
|
"is_main": true,
|
2157
|
-
"id": "
|
2168
|
+
"id": "f8515e31-fbfa-44cd-968b-b72471db4437",
|
2158
2169
|
"functions": [
|
2159
2170
|
{
|
2160
2171
|
"title": "involving Fact Type Shape",
|
@@ -2175,19 +2186,19 @@
|
|
2175
2186
|
"title": "Value Constraint Shape",
|
2176
2187
|
"type": "Value Constraint Shape",
|
2177
2188
|
"where": "this Role Display has one Value Constraint Shape",
|
2178
|
-
"role_id": "
|
2189
|
+
"role_id": "bf17e2b1-d9c6-4fa1-b6af-9aed1dbb995b"
|
2179
2190
|
},
|
2180
2191
|
{
|
2181
2192
|
"title": "Role Name Shape",
|
2182
2193
|
"type": "Role Name Shape",
|
2183
2194
|
"where": "this Role Display has one Role Name Shape",
|
2184
|
-
"role_id": "
|
2195
|
+
"role_id": "83d2800d-cdab-4894-87e2-8ea3d2f999a2"
|
2185
2196
|
}
|
2186
2197
|
]
|
2187
2198
|
},
|
2188
2199
|
"Role Name Shape": {
|
2189
2200
|
"is_main": false,
|
2190
|
-
"id": "
|
2201
|
+
"id": "e91283ab-3e15-43d5-b916-c1e41b1cb34b",
|
2191
2202
|
"functions": [
|
2192
2203
|
{
|
2193
2204
|
"title": "as Shape",
|
@@ -2197,23 +2208,13 @@
|
|
2197
2208
|
"title": "Role Display",
|
2198
2209
|
"type": "Role Display",
|
2199
2210
|
"where": "this Role Name Shape is for one Role Display",
|
2200
|
-
"role_id": "
|
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"
|
2211
|
+
"role_id": "56a5326b-ce4d-4417-8628-327aa2445f52"
|
2211
2212
|
}
|
2212
2213
|
]
|
2213
2214
|
},
|
2214
2215
|
"Role Ref": {
|
2215
2216
|
"is_main": true,
|
2216
|
-
"id": "
|
2217
|
+
"id": "6ec33a15-06b3-4ad9-be45-0d5e88b5d2d0",
|
2217
2218
|
"functions": [
|
2218
2219
|
{
|
2219
2220
|
"title": "involving Role Sequence",
|
@@ -2234,141 +2235,155 @@
|
|
2234
2235
|
"title": "Play",
|
2235
2236
|
"type": "Play",
|
2236
2237
|
"where": "this Role Ref is projected from one Play",
|
2237
|
-
"role_id": "
|
2238
|
+
"role_id": "d7753072-79ae-4b68-ad98-f6b53e5b99cb"
|
2238
2239
|
},
|
2239
2240
|
{
|
2240
2241
|
"title": "Leading Adjective",
|
2241
2242
|
"type": "Adjective",
|
2242
2243
|
"where": "this Role Ref has one leading-Adjective",
|
2243
|
-
"role_id": "
|
2244
|
+
"role_id": "df2c7ab6-9e55-4a7c-bd7f-66417f3346f7"
|
2244
2245
|
},
|
2245
2246
|
{
|
2246
2247
|
"title": "Trailing Adjective",
|
2247
2248
|
"type": "Adjective",
|
2248
2249
|
"where": "this Role Ref has one trailing-Adjective",
|
2249
|
-
"role_id": "
|
2250
|
+
"role_id": "8434e405-b03c-459b-8f45-79cdaedff458"
|
2250
2251
|
}
|
2251
2252
|
]
|
2252
2253
|
},
|
2253
2254
|
"Role Sequence": {
|
2254
2255
|
"is_main": true,
|
2255
|
-
"id": "
|
2256
|
+
"id": "43fe42fc-5639-42d0-a919-0646afea56ef",
|
2256
2257
|
"functions": [
|
2257
2258
|
{
|
2258
2259
|
"title": "all Presence Constraint",
|
2259
2260
|
"type": "Presence Constraint",
|
2260
2261
|
"where": "some Presence Constraint covers this Role Sequence",
|
2261
|
-
"role_id": "
|
2262
|
+
"role_id": "54db8052-2bd1-4b7c-a73a-fee6f6e2f539",
|
2262
2263
|
"is_list": true
|
2263
2264
|
},
|
2264
2265
|
{
|
2265
2266
|
"title": "all Reading",
|
2266
2267
|
"type": "Reading",
|
2267
2268
|
"where": "this Role Sequence is for some Reading",
|
2268
|
-
"role_id": "
|
2269
|
+
"role_id": "66ecdab5-a80c-4452-9c9e-b129c880c9fb",
|
2269
2270
|
"is_list": true
|
2270
2271
|
},
|
2271
2272
|
{
|
2272
2273
|
"title": "Guid",
|
2273
2274
|
"type": "Guid",
|
2274
2275
|
"where": "this Role Sequence has one Guid",
|
2275
|
-
"role_id": "
|
2276
|
+
"role_id": "59740712-c238-4070-a05c-ce0e277cafaa"
|
2276
2277
|
},
|
2277
2278
|
{
|
2278
2279
|
"title": "Role Sequence has unused dependency to force table in norma",
|
2279
2280
|
"type": "boolean",
|
2280
2281
|
"where": "this Role Sequence has unused dependency to force table in norma",
|
2281
|
-
"role_id": "
|
2282
|
+
"role_id": "5e7f6740-da77-433b-b96f-568373a11c4e"
|
2282
2283
|
},
|
2283
2284
|
{
|
2284
2285
|
"title": "all Role Ref",
|
2285
2286
|
"type": "Role Ref",
|
2286
2287
|
"where": "this Role Sequence in some Ordinal position includes some Role",
|
2287
|
-
"role_id": "
|
2288
|
+
"role_id": "9ff9676f-78ae-4132-a4a0-b329a92d3521",
|
2288
2289
|
"is_list": true
|
2289
2290
|
},
|
2290
2291
|
{
|
2291
2292
|
"title": "all Set Comparison Roles",
|
2292
2293
|
"type": "Set Comparison Roles",
|
2293
2294
|
"where": "this Role Sequence is some Ordinal in some Set Comparison Constraint",
|
2294
|
-
"role_id": "
|
2295
|
+
"role_id": "91aee1e8-6845-4e1b-b775-3abd5b63031c",
|
2295
2296
|
"is_list": true
|
2296
2297
|
},
|
2297
2298
|
{
|
2298
2299
|
"title": "all Subset Constraint as Subset Role Sequence",
|
2299
2300
|
"type": "Subset Constraint",
|
2300
2301
|
"where": "some Subset Constraint covers this subset-Role Sequence",
|
2301
|
-
"role_id": "
|
2302
|
+
"role_id": "b4ea2944-c12b-41d9-8d36-8daa5e3304d1",
|
2302
2303
|
"is_list": true
|
2303
2304
|
},
|
2304
2305
|
{
|
2305
2306
|
"title": "all Subset Constraint as Superset Role Sequence",
|
2306
2307
|
"type": "Subset Constraint",
|
2307
2308
|
"where": "some Subset Constraint covers this superset-Role Sequence",
|
2308
|
-
"role_id": "
|
2309
|
+
"role_id": "d72e6cb1-daa5-4028-8f0c-e8773342b317",
|
2309
2310
|
"is_list": true
|
2310
2311
|
}
|
2311
2312
|
]
|
2312
2313
|
},
|
2313
2314
|
"Role Value": {
|
2314
2315
|
"is_main": true,
|
2315
|
-
"id": "
|
2316
|
+
"id": "d374f97a-10a0-400e-aa22-896c4d6aac8a",
|
2316
2317
|
"functions": [
|
2317
2318
|
{
|
2318
2319
|
"title": "Instance",
|
2319
2320
|
"type": "Instance",
|
2320
2321
|
"where": "this Role Value is of one Instance",
|
2321
|
-
"role_id": "
|
2322
|
+
"role_id": "03ccd58a-fdc7-4cde-8dd8-9f0f541f57a5"
|
2322
2323
|
},
|
2323
2324
|
{
|
2324
2325
|
"title": "Population",
|
2325
2326
|
"type": "Population",
|
2326
2327
|
"where": "this Role Value belongs to one Population",
|
2327
|
-
"role_id": "
|
2328
|
+
"role_id": "41b3da9e-a5d7-47c1-82d2-c1898187503c"
|
2328
2329
|
},
|
2329
2330
|
{
|
2330
2331
|
"title": "Fact",
|
2331
2332
|
"type": "Fact",
|
2332
2333
|
"where": "this Role Value fulfils one Fact",
|
2333
|
-
"role_id": "
|
2334
|
+
"role_id": "2aab034f-581a-4f56-adc9-46e75a4299a7"
|
2334
2335
|
},
|
2335
2336
|
{
|
2336
2337
|
"title": "Role",
|
2337
2338
|
"type": "Role",
|
2338
2339
|
"where": "this Role Value is of one Role",
|
2339
|
-
"role_id": "
|
2340
|
+
"role_id": "91fb2d1f-3538-488b-add1-8f175d09875b"
|
2340
2341
|
}
|
2341
2342
|
]
|
2342
2343
|
},
|
2343
2344
|
"Rotation Setting": {
|
2344
2345
|
"is_main": false,
|
2345
|
-
"id": "
|
2346
|
+
"id": "7dd13751-a63d-48dc-a5c6-7f88babc3157",
|
2346
2347
|
"functions": [
|
2347
2348
|
{
|
2348
2349
|
"title": "all Fact Type Shape",
|
2349
2350
|
"type": "Fact Type Shape",
|
2350
2351
|
"where": "some Fact Type Shape has this Rotation Setting",
|
2351
|
-
"role_id": "
|
2352
|
+
"role_id": "7d6ab831-13cf-4bea-a6c9-b24c0f29af94",
|
2352
2353
|
"is_list": true
|
2353
2354
|
}
|
2354
2355
|
]
|
2355
2356
|
},
|
2356
2357
|
"Scale": {
|
2357
2358
|
"is_main": false,
|
2358
|
-
"id": "
|
2359
|
+
"id": "940e2b68-04cc-4479-bfb6-da8e2b6bfc72",
|
2359
2360
|
"functions": [
|
2360
2361
|
{
|
2361
2362
|
"title": "all Value Type",
|
2362
2363
|
"type": "Value Type",
|
2363
2364
|
"where": "this Scale is of some Value Type",
|
2364
|
-
"role_id": "
|
2365
|
+
"role_id": "d94e7d3b-9a6f-4161-ab6b-f64640c849b3",
|
2365
2366
|
"is_list": true
|
2366
2367
|
}
|
2367
2368
|
]
|
2368
2369
|
},
|
2370
|
+
"Scoping": {
|
2371
|
+
"is_main": false,
|
2372
|
+
"id": "e39cf22a-0df8-4597-8a58-5894c9010393",
|
2373
|
+
"functions": [
|
2374
|
+
{
|
2375
|
+
"title": "as Component",
|
2376
|
+
"type": "Component"
|
2377
|
+
},
|
2378
|
+
{
|
2379
|
+
"title": "as Mapping",
|
2380
|
+
"type": "Mapping"
|
2381
|
+
}
|
2382
|
+
]
|
2383
|
+
},
|
2369
2384
|
"Set Comparison Constraint": {
|
2370
2385
|
"is_main": false,
|
2371
|
-
"id": "
|
2386
|
+
"id": "51f93e9e-2378-4b88-bdc4-bdcbc0f47222",
|
2372
2387
|
"functions": [
|
2373
2388
|
{
|
2374
2389
|
"title": "as Constraint",
|
@@ -2390,14 +2405,14 @@
|
|
2390
2405
|
"title": "all Set Comparison Roles",
|
2391
2406
|
"type": "Set Comparison Roles",
|
2392
2407
|
"where": "this Set Comparison Constraint has in some Ordinal position some Role Sequence",
|
2393
|
-
"role_id": "
|
2408
|
+
"role_id": "0ddf6525-fda0-4e3a-bc6b-474f59d48ae9",
|
2394
2409
|
"is_list": true
|
2395
2410
|
}
|
2396
2411
|
]
|
2397
2412
|
},
|
2398
2413
|
"Set Comparison Roles": {
|
2399
2414
|
"is_main": true,
|
2400
|
-
"id": "
|
2415
|
+
"id": "e14f75e8-f93c-43f3-a7bc-261f90c0e3a6",
|
2401
2416
|
"functions": [
|
2402
2417
|
{
|
2403
2418
|
"title": "involving Set Comparison Constraint",
|
@@ -2418,7 +2433,7 @@
|
|
2418
2433
|
},
|
2419
2434
|
"Set Constraint": {
|
2420
2435
|
"is_main": false,
|
2421
|
-
"id": "
|
2436
|
+
"id": "b7456c16-4934-4e53-9463-07a0df41d391",
|
2422
2437
|
"functions": [
|
2423
2438
|
{
|
2424
2439
|
"title": "as Constraint",
|
@@ -2444,7 +2459,7 @@
|
|
2444
2459
|
},
|
2445
2460
|
"Set Equality Constraint": {
|
2446
2461
|
"is_main": false,
|
2447
|
-
"id": "
|
2462
|
+
"id": "de358138-e60d-4e4b-a6dd-49ead9fab2f3",
|
2448
2463
|
"functions": [
|
2449
2464
|
{
|
2450
2465
|
"title": "as Constraint",
|
@@ -2462,7 +2477,7 @@
|
|
2462
2477
|
},
|
2463
2478
|
"Set Exclusion Constraint": {
|
2464
2479
|
"is_main": false,
|
2465
|
-
"id": "
|
2480
|
+
"id": "a61bbf19-c82d-449f-867f-30dc87a21e39",
|
2466
2481
|
"functions": [
|
2467
2482
|
{
|
2468
2483
|
"title": "as Constraint",
|
@@ -2480,13 +2495,13 @@
|
|
2480
2495
|
"title": "Set Exclusion Constraint is mandatory",
|
2481
2496
|
"type": "boolean",
|
2482
2497
|
"where": "this Set Exclusion Constraint is mandatory",
|
2483
|
-
"role_id": "
|
2498
|
+
"role_id": "4599ddc6-8bae-493c-9712-f0506eb4b8e3"
|
2484
2499
|
}
|
2485
2500
|
]
|
2486
2501
|
},
|
2487
2502
|
"Shape": {
|
2488
2503
|
"is_main": true,
|
2489
|
-
"id": "
|
2504
|
+
"id": "65da80e6-367c-4e06-b21d-b67ab10a7895",
|
2490
2505
|
"functions": [
|
2491
2506
|
{
|
2492
2507
|
"title": "as Constraint Shape",
|
@@ -2528,93 +2543,93 @@
|
|
2528
2543
|
"title": "Guid",
|
2529
2544
|
"type": "Guid",
|
2530
2545
|
"where": "this Shape has one Guid",
|
2531
|
-
"role_id": "
|
2546
|
+
"role_id": "849691ec-3f55-473e-8a58-2c3b1038e43e"
|
2532
2547
|
},
|
2533
2548
|
{
|
2534
2549
|
"title": "Location",
|
2535
2550
|
"type": "Location",
|
2536
2551
|
"where": "this Shape is at one Location",
|
2537
|
-
"role_id": "
|
2552
|
+
"role_id": "7a00135b-c31e-4a22-89ff-555ccd9b77f1"
|
2538
2553
|
},
|
2539
2554
|
{
|
2540
2555
|
"title": "Shape is expanded",
|
2541
2556
|
"type": "boolean",
|
2542
2557
|
"where": "this Shape is expanded",
|
2543
|
-
"role_id": "
|
2558
|
+
"role_id": "261d7a0b-2dd3-4d6d-90f7-75e77770452a"
|
2544
2559
|
},
|
2545
2560
|
{
|
2546
2561
|
"title": "ORM Diagram",
|
2547
2562
|
"type": "ORM Diagram",
|
2548
2563
|
"where": "this Shape is in one ORM Diagram",
|
2549
|
-
"role_id": "
|
2564
|
+
"role_id": "9d8d15d4-6e74-49f1-ba9a-a1d7e3da3d2f"
|
2550
2565
|
}
|
2551
2566
|
]
|
2552
2567
|
},
|
2553
2568
|
"Step": {
|
2554
2569
|
"is_main": true,
|
2555
|
-
"id": "
|
2570
|
+
"id": "93f29c2f-12d4-49b0-9409-495af10a3216",
|
2556
2571
|
"functions": [
|
2557
2572
|
{
|
2558
2573
|
"title": "Alternative Set",
|
2559
2574
|
"type": "Alternative Set",
|
2560
2575
|
"where": "this Step falls under one Alternative Set",
|
2561
|
-
"role_id": "
|
2576
|
+
"role_id": "9dfa7af4-92b0-4012-a3ab-55689fc9654a"
|
2562
2577
|
},
|
2563
2578
|
{
|
2564
2579
|
"title": "Guid",
|
2565
2580
|
"type": "Guid",
|
2566
2581
|
"where": "this Step has one Guid",
|
2567
|
-
"role_id": "
|
2582
|
+
"role_id": "1b4d35e2-cfbd-4929-bc9d-3f594d22fe78"
|
2568
2583
|
},
|
2569
2584
|
{
|
2570
2585
|
"title": "Step is disallowed",
|
2571
2586
|
"type": "boolean",
|
2572
2587
|
"where": "this Step is disallowed",
|
2573
|
-
"role_id": "
|
2588
|
+
"role_id": "cbdb72d1-6173-44c1-a330-17a80908f1d2"
|
2574
2589
|
},
|
2575
2590
|
{
|
2576
2591
|
"title": "Step is optional",
|
2577
2592
|
"type": "boolean",
|
2578
2593
|
"where": "this Step is optional",
|
2579
|
-
"role_id": "
|
2594
|
+
"role_id": "e1e22f42-3147-4b7f-a34c-0b8dd26c7321"
|
2580
2595
|
},
|
2581
2596
|
{
|
2582
2597
|
"title": "Fact Type",
|
2583
2598
|
"type": "Fact Type",
|
2584
2599
|
"where": "this Step specifies one Fact Type",
|
2585
|
-
"role_id": "
|
2600
|
+
"role_id": "3c293fbb-f2e9-4486-8afa-671c09979c67"
|
2586
2601
|
},
|
2587
2602
|
{
|
2588
2603
|
"title": "all Play",
|
2589
2604
|
"type": "Play",
|
2590
2605
|
"where": "this Step contains some Role restricting some Variable",
|
2591
|
-
"role_id": "
|
2606
|
+
"role_id": "c730b982-d17e-4da8-a0ae-1a01c9407c49",
|
2592
2607
|
"is_list": true
|
2593
2608
|
},
|
2594
2609
|
{
|
2595
2610
|
"title": "Objectification Variable",
|
2596
2611
|
"type": "Variable",
|
2597
2612
|
"where": "this Step nests as one Objectification Variable",
|
2598
|
-
"role_id": "
|
2613
|
+
"role_id": "8124f5fd-5655-4cc3-aadd-b371f9f0dfa0"
|
2599
2614
|
}
|
2600
2615
|
]
|
2601
2616
|
},
|
2602
2617
|
"Subscript": {
|
2603
2618
|
"is_main": false,
|
2604
|
-
"id": "
|
2619
|
+
"id": "018924db-b2f8-44b7-a807-283d14e9ccde",
|
2605
2620
|
"functions": [
|
2606
2621
|
{
|
2607
2622
|
"title": "all Variable",
|
2608
2623
|
"type": "Variable",
|
2609
2624
|
"where": "this Subscript is of some Variable",
|
2610
|
-
"role_id": "
|
2625
|
+
"role_id": "aec5cbfd-a447-41fc-96e1-b0178e342303",
|
2611
2626
|
"is_list": true
|
2612
2627
|
}
|
2613
2628
|
]
|
2614
2629
|
},
|
2615
2630
|
"Subset Constraint": {
|
2616
2631
|
"is_main": false,
|
2617
|
-
"id": "
|
2632
|
+
"id": "25abe71d-3d56-44eb-86c3-a7bfd705a2ca",
|
2618
2633
|
"functions": [
|
2619
2634
|
{
|
2620
2635
|
"title": "as Constraint",
|
@@ -2628,64 +2643,64 @@
|
|
2628
2643
|
"title": "Subset Role Sequence",
|
2629
2644
|
"type": "Role Sequence",
|
2630
2645
|
"where": "this Subset Constraint covers one subset-Role Sequence",
|
2631
|
-
"role_id": "
|
2646
|
+
"role_id": "1e0e586b-5c53-4af6-a8fd-5050ae8a336d"
|
2632
2647
|
},
|
2633
2648
|
{
|
2634
2649
|
"title": "Superset Role Sequence",
|
2635
2650
|
"type": "Role Sequence",
|
2636
2651
|
"where": "this Subset Constraint covers one superset-Role Sequence",
|
2637
|
-
"role_id": "
|
2652
|
+
"role_id": "3e4d2110-ad92-4ded-a6dd-502314be69ef"
|
2638
2653
|
}
|
2639
2654
|
]
|
2640
2655
|
},
|
2641
2656
|
"Text": {
|
2642
2657
|
"is_main": false,
|
2643
|
-
"id": "
|
2658
|
+
"id": "ace4f51a-c31c-4ca2-a4bb-787cd0fcd46a",
|
2644
2659
|
"functions": [
|
2645
2660
|
{
|
2646
2661
|
"title": "all Reading",
|
2647
2662
|
"type": "Reading",
|
2648
2663
|
"where": "some Reading has this Text",
|
2649
|
-
"role_id": "
|
2664
|
+
"role_id": "d0d4f1e0-623f-4e1d-81d5-477572da505c",
|
2650
2665
|
"is_list": true
|
2651
2666
|
}
|
2652
2667
|
]
|
2653
2668
|
},
|
2654
2669
|
"Topic": {
|
2655
2670
|
"is_main": false,
|
2656
|
-
"id": "
|
2671
|
+
"id": "792989c9-44b6-419c-8f78-fb64c68061e5",
|
2657
2672
|
"functions": [
|
2658
2673
|
{
|
2659
2674
|
"title": "all Concept",
|
2660
2675
|
"type": "Concept",
|
2661
2676
|
"where": "this Topic contains some Concept",
|
2662
|
-
"role_id": "
|
2677
|
+
"role_id": "2a5fba50-5a46-4891-9d65-e8ed07b6f39f",
|
2663
2678
|
"is_list": true
|
2664
2679
|
},
|
2665
2680
|
{
|
2666
2681
|
"title": "Topic Name",
|
2667
2682
|
"type": "Name",
|
2668
2683
|
"where": "this Topic has one topic-Name",
|
2669
|
-
"role_id": "
|
2684
|
+
"role_id": "9582ce1b-9515-44cf-8e69-8f3546e23b42"
|
2670
2685
|
}
|
2671
2686
|
]
|
2672
2687
|
},
|
2673
2688
|
"Transaction Phase": {
|
2674
2689
|
"is_main": false,
|
2675
|
-
"id": "
|
2690
|
+
"id": "c5aaa98e-7be4-4fec-88c0-5d1891e1933f",
|
2676
2691
|
"functions": [
|
2677
2692
|
{
|
2678
2693
|
"title": "all Value Type",
|
2679
2694
|
"type": "Value Type",
|
2680
2695
|
"where": "some Value Type is auto-assigned at this Transaction Phase",
|
2681
|
-
"role_id": "
|
2696
|
+
"role_id": "3969499e-45bd-4ba1-a2ff-36ce27ce6483",
|
2682
2697
|
"is_list": true
|
2683
2698
|
}
|
2684
2699
|
]
|
2685
2700
|
},
|
2686
2701
|
"Type Inheritance": {
|
2687
2702
|
"is_main": false,
|
2688
|
-
"id": "
|
2703
|
+
"id": "393baa23-8fb0-451a-85ba-f4109dcc4aac",
|
2689
2704
|
"functions": [
|
2690
2705
|
{
|
2691
2706
|
"title": "as Fact Type",
|
@@ -2705,166 +2720,166 @@
|
|
2705
2720
|
"title": "Assimilation",
|
2706
2721
|
"type": "Assimilation",
|
2707
2722
|
"where": "this Type Inheritance uses one Assimilation",
|
2708
|
-
"role_id": "
|
2723
|
+
"role_id": "8b38ad8f-aaeb-4dce-8f02-f741d2924cdd"
|
2709
2724
|
},
|
2710
2725
|
{
|
2711
2726
|
"title": "Type Inheritance provides identification",
|
2712
2727
|
"type": "boolean",
|
2713
2728
|
"where": "this Type Inheritance provides identification",
|
2714
|
-
"role_id": "
|
2729
|
+
"role_id": "cc80b559-1ff5-4f88-b52b-fa3704ba2798"
|
2715
2730
|
}
|
2716
2731
|
]
|
2717
2732
|
},
|
2718
2733
|
"Unit": {
|
2719
2734
|
"is_main": false,
|
2720
|
-
"id": "
|
2735
|
+
"id": "c5615ae2-2d60-41d5-a012-85d0ae9ae6c2",
|
2721
2736
|
"functions": [
|
2722
2737
|
{
|
2723
2738
|
"title": "Ephemera URL",
|
2724
2739
|
"type": "Ephemera URL",
|
2725
2740
|
"where": "this Unit uses coefficient from one Ephemera URL",
|
2726
|
-
"role_id": "
|
2741
|
+
"role_id": "feb8a43e-17ce-41f5-8067-86715221df86"
|
2727
2742
|
},
|
2728
2743
|
{
|
2729
2744
|
"title": "Name",
|
2730
2745
|
"type": "Name",
|
2731
2746
|
"where": "this Unit is called one Name",
|
2732
|
-
"role_id": "
|
2747
|
+
"role_id": "a48b6a83-7a0d-439a-81fa-8cb49c4e8f88"
|
2733
2748
|
},
|
2734
2749
|
{
|
2735
2750
|
"title": "Coefficient",
|
2736
2751
|
"type": "Coefficient",
|
2737
2752
|
"where": "this Unit has one Coefficient",
|
2738
|
-
"role_id": "
|
2753
|
+
"role_id": "bf4a8bcd-0ed2-4e19-b1e9-14fc8327dc95"
|
2739
2754
|
},
|
2740
2755
|
{
|
2741
2756
|
"title": "Offset",
|
2742
2757
|
"type": "Offset",
|
2743
2758
|
"where": "this Unit has one Offset",
|
2744
|
-
"role_id": "
|
2759
|
+
"role_id": "79f60ffb-b0a0-4643-9b0e-02ff76f73dfd"
|
2745
2760
|
},
|
2746
2761
|
{
|
2747
2762
|
"title": "Plural Name",
|
2748
2763
|
"type": "Name",
|
2749
2764
|
"where": "this Plural Named Unit has one plural-Name",
|
2750
|
-
"role_id": "
|
2765
|
+
"role_id": "2c5c5a45-cab3-409d-87aa-a6683e9728c5"
|
2751
2766
|
},
|
2752
2767
|
{
|
2753
2768
|
"title": "Concept",
|
2754
2769
|
"type": "Concept",
|
2755
2770
|
"where": "this Unit is an instance of one Concept",
|
2756
|
-
"role_id": "
|
2771
|
+
"role_id": "90170e37-834e-44b9-96d9-98618f1e97cc"
|
2757
2772
|
},
|
2758
2773
|
{
|
2759
2774
|
"title": "all Derivation",
|
2760
2775
|
"type": "Derivation",
|
2761
2776
|
"where": "this Derived Unit is derived from some Base Unit",
|
2762
|
-
"role_id": "
|
2777
|
+
"role_id": "2c2da3cc-9e4d-4665-b21e-cc7647f8ad49",
|
2763
2778
|
"is_list": true
|
2764
2779
|
},
|
2765
2780
|
{
|
2766
2781
|
"title": "all Derivation",
|
2767
2782
|
"type": "Derivation",
|
2768
2783
|
"where": "some Derived Unit is derived from this Base Unit",
|
2769
|
-
"role_id": "
|
2784
|
+
"role_id": "4151cdae-8ee1-4cc5-b7ea-148d2bb576b9",
|
2770
2785
|
"is_list": true
|
2771
2786
|
},
|
2772
2787
|
{
|
2773
2788
|
"title": "Unit is fundamental",
|
2774
2789
|
"type": "boolean",
|
2775
2790
|
"where": "this Unit is fundamental",
|
2776
|
-
"role_id": "
|
2791
|
+
"role_id": "9927cdca-30c2-4cc4-91b9-5bc3030eb381"
|
2777
2792
|
},
|
2778
2793
|
{
|
2779
2794
|
"title": "all Value Type",
|
2780
2795
|
"type": "Value Type",
|
2781
2796
|
"where": "some Value Type is of this Unit",
|
2782
|
-
"role_id": "
|
2797
|
+
"role_id": "ae3eb685-c4e7-49d5-ab40-09f4f47bab2b",
|
2783
2798
|
"is_list": true
|
2784
2799
|
},
|
2785
2800
|
{
|
2786
2801
|
"title": "all Value",
|
2787
2802
|
"type": "Value",
|
2788
2803
|
"where": "this Unit is of some Value",
|
2789
|
-
"role_id": "
|
2804
|
+
"role_id": "73831438-245a-4e62-b22b-dc13c77b0f98",
|
2790
2805
|
"is_list": true
|
2791
2806
|
},
|
2792
2807
|
{
|
2793
2808
|
"title": "Vocabulary",
|
2794
2809
|
"type": "Vocabulary",
|
2795
2810
|
"where": "this Unit is in one Vocabulary",
|
2796
|
-
"role_id": "
|
2811
|
+
"role_id": "c5011680-a9d2-4c19-94fc-db786df0188c"
|
2797
2812
|
}
|
2798
2813
|
]
|
2799
2814
|
},
|
2800
2815
|
"Value": {
|
2801
2816
|
"is_main": true,
|
2802
|
-
"id": "
|
2817
|
+
"id": "755116d1-69ba-450e-bfe8-907ee441a986",
|
2803
2818
|
"functions": [
|
2804
2819
|
{
|
2805
2820
|
"title": "all Bound",
|
2806
2821
|
"type": "Bound",
|
2807
2822
|
"where": "this Value is of some Bound",
|
2808
|
-
"role_id": "
|
2823
|
+
"role_id": "c2009906-681f-4757-a025-1a7823f8d771",
|
2809
2824
|
"is_list": true
|
2810
2825
|
},
|
2811
2826
|
{
|
2812
2827
|
"title": "all Discriminated Role",
|
2813
2828
|
"type": "Discriminated Role",
|
2814
2829
|
"where": "some Discriminator distinguishes some Role using this Value",
|
2815
|
-
"role_id": "
|
2830
|
+
"role_id": "12bbb708-4eb1-433f-8bb0-9ec85b4df0dc",
|
2816
2831
|
"is_list": true
|
2817
2832
|
},
|
2818
2833
|
{
|
2819
2834
|
"title": "all Instance",
|
2820
2835
|
"type": "Instance",
|
2821
2836
|
"where": "some Instance has this Value",
|
2822
|
-
"role_id": "
|
2837
|
+
"role_id": "0c12fd08-d519-41dd-ac3c-68951c769c8d",
|
2823
2838
|
"is_list": true
|
2824
2839
|
},
|
2825
2840
|
{
|
2826
2841
|
"title": "all Value Type Parameter Restriction",
|
2827
2842
|
"type": "Value Type Parameter Restriction",
|
2828
2843
|
"where": "some Value Type Parameter Restriction has this Value",
|
2829
|
-
"role_id": "
|
2844
|
+
"role_id": "8c373cd6-9682-416a-aedb-0554e5c1a534",
|
2830
2845
|
"is_list": true
|
2831
2846
|
},
|
2832
2847
|
{
|
2833
2848
|
"title": "Unit",
|
2834
2849
|
"type": "Unit",
|
2835
2850
|
"where": "this Value is in one Unit",
|
2836
|
-
"role_id": "
|
2851
|
+
"role_id": "b262fed4-f4ab-4172-b630-9ce47e42b53f"
|
2837
2852
|
},
|
2838
2853
|
{
|
2839
2854
|
"title": "Value is literal string",
|
2840
2855
|
"type": "boolean",
|
2841
2856
|
"where": "this Value is literal string",
|
2842
|
-
"role_id": "
|
2857
|
+
"role_id": "9cea0862-7226-4da8-b286-75d467b103e0"
|
2843
2858
|
},
|
2844
2859
|
{
|
2845
2860
|
"title": "Value Type",
|
2846
2861
|
"type": "Value Type",
|
2847
2862
|
"where": "this Value is of one Value Type",
|
2848
|
-
"role_id": "
|
2863
|
+
"role_id": "78882625-c64d-424a-8b37-7dd39b116db4"
|
2849
2864
|
},
|
2850
2865
|
{
|
2851
2866
|
"title": "Literal",
|
2852
2867
|
"type": "Literal",
|
2853
2868
|
"where": "this Value is represented by one Literal",
|
2854
|
-
"role_id": "
|
2869
|
+
"role_id": "5aa0b85a-ca38-45c0-a18d-5bffd82ab6e2"
|
2855
2870
|
},
|
2856
2871
|
{
|
2857
2872
|
"title": "all Variable",
|
2858
2873
|
"type": "Variable",
|
2859
2874
|
"where": "some Variable is bound to this Value",
|
2860
|
-
"role_id": "
|
2875
|
+
"role_id": "3383cba2-b6f3-4fbb-9bfa-c91ed9fcddfb",
|
2861
2876
|
"is_list": true
|
2862
2877
|
}
|
2863
2878
|
]
|
2864
2879
|
},
|
2865
2880
|
"Value Constraint": {
|
2866
2881
|
"is_main": false,
|
2867
|
-
"id": "
|
2882
|
+
"id": "5d09b2f5-6f71-4820-90cb-2a072823444d",
|
2868
2883
|
"functions": [
|
2869
2884
|
{
|
2870
2885
|
"title": "as Constraint",
|
@@ -2874,32 +2889,32 @@
|
|
2874
2889
|
"title": "Role",
|
2875
2890
|
"type": "Role",
|
2876
2891
|
"where": "this Value Constraint applies to one Role",
|
2877
|
-
"role_id": "
|
2892
|
+
"role_id": "b77b0b60-64f8-4d23-879d-4cd03ee0830d"
|
2878
2893
|
},
|
2879
2894
|
{
|
2880
2895
|
"title": "all Value Range",
|
2881
2896
|
"type": "Value Range",
|
2882
2897
|
"where": "this Value Constraint allows some Value Range",
|
2883
|
-
"role_id": "
|
2898
|
+
"role_id": "59c06fdb-1cef-469f-911e-e25795f647c3",
|
2884
2899
|
"is_list": true
|
2885
2900
|
},
|
2886
2901
|
{
|
2887
2902
|
"title": "Regular Expression",
|
2888
2903
|
"type": "Regular Expression",
|
2889
2904
|
"where": "this Value Constraint requires matching one Regular Expression",
|
2890
|
-
"role_id": "
|
2905
|
+
"role_id": "bac74130-4803-470c-9f86-9a49fbf6c7ba"
|
2891
2906
|
},
|
2892
2907
|
{
|
2893
2908
|
"title": "Value Type",
|
2894
2909
|
"type": "Value Type",
|
2895
2910
|
"where": "this Value Constraint constrains one Value Type",
|
2896
|
-
"role_id": "
|
2911
|
+
"role_id": "8b66316d-39d5-4db0-8b72-0b32d0891df7"
|
2897
2912
|
}
|
2898
2913
|
]
|
2899
2914
|
},
|
2900
2915
|
"Value Constraint Shape": {
|
2901
2916
|
"is_main": false,
|
2902
|
-
"id": "
|
2917
|
+
"id": "d45a24aa-0689-4781-9018-74847c31a293",
|
2903
2918
|
"functions": [
|
2904
2919
|
{
|
2905
2920
|
"title": "as Constraint Shape",
|
@@ -2913,44 +2928,44 @@
|
|
2913
2928
|
"title": "Role Display",
|
2914
2929
|
"type": "Role Display",
|
2915
2930
|
"where": "this Value Constraint Shape is for one Role Display",
|
2916
|
-
"role_id": "
|
2931
|
+
"role_id": "be94c6e1-3f28-4114-aadb-d206c58969f1"
|
2917
2932
|
},
|
2918
2933
|
{
|
2919
2934
|
"title": "Object Type Shape",
|
2920
2935
|
"type": "Object Type Shape",
|
2921
2936
|
"where": "this Value Constraint Shape is for one Object Type Shape",
|
2922
|
-
"role_id": "
|
2937
|
+
"role_id": "eb01918b-acc0-4f27-87d1-725de25a8afa"
|
2923
2938
|
}
|
2924
2939
|
]
|
2925
2940
|
},
|
2926
2941
|
"Value Range": {
|
2927
2942
|
"is_main": false,
|
2928
|
-
"id": "
|
2943
|
+
"id": "88d4ff09-954a-4821-8ea9-5816e6cd494f",
|
2929
2944
|
"functions": [
|
2930
2945
|
{
|
2931
2946
|
"title": "all Value Constraint",
|
2932
2947
|
"type": "Value Constraint",
|
2933
2948
|
"where": "some Value Constraint allows this Value Range",
|
2934
|
-
"role_id": "
|
2949
|
+
"role_id": "6ba2591e-f7ee-4dc4-84cd-f7f04bb60cb0",
|
2935
2950
|
"is_list": true
|
2936
2951
|
},
|
2937
2952
|
{
|
2938
2953
|
"title": "Maximum Bound",
|
2939
2954
|
"type": "Bound",
|
2940
2955
|
"where": "this Value Range has one maximum-Bound",
|
2941
|
-
"role_id": "
|
2956
|
+
"role_id": "6aaf34c7-19a4-4cb3-a619-d27346f7d0d4"
|
2942
2957
|
},
|
2943
2958
|
{
|
2944
2959
|
"title": "Minimum Bound",
|
2945
2960
|
"type": "Bound",
|
2946
2961
|
"where": "this Value Range has one minimum-Bound",
|
2947
|
-
"role_id": "
|
2962
|
+
"role_id": "13ffb0cd-c286-4442-bda9-9058c28e76c9"
|
2948
2963
|
}
|
2949
2964
|
]
|
2950
2965
|
},
|
2951
2966
|
"Value Type": {
|
2952
2967
|
"is_main": false,
|
2953
|
-
"id": "
|
2968
|
+
"id": "1c4df430-5957-40c9-a551-24f169febd91",
|
2954
2969
|
"functions": [
|
2955
2970
|
{
|
2956
2971
|
"title": "as Domain Object Type",
|
@@ -2960,86 +2975,82 @@
|
|
2960
2975
|
"title": "as Object Type",
|
2961
2976
|
"type": "Object Type"
|
2962
2977
|
},
|
2963
|
-
{
|
2964
|
-
"title": "as Implicit Boolean Value Type",
|
2965
|
-
"type": "Implicit Boolean Value Type"
|
2966
|
-
},
|
2967
2978
|
{
|
2968
2979
|
"title": "all Value Type Parameter as Facet Value Type",
|
2969
2980
|
"type": "Value Type Parameter",
|
2970
2981
|
"where": "some Value Type Parameter requires value of this facet-Value Type",
|
2971
|
-
"role_id": "
|
2982
|
+
"role_id": "20d29cc7-5b1c-4802-b6bf-b9c62d3e1529",
|
2972
2983
|
"is_list": true
|
2973
2984
|
},
|
2974
2985
|
{
|
2975
2986
|
"title": "Length",
|
2976
2987
|
"type": "Length",
|
2977
2988
|
"where": "this Value Type has one Length",
|
2978
|
-
"role_id": "
|
2989
|
+
"role_id": "15bacfd6-9025-4c85-9227-50ce8359db3a"
|
2979
2990
|
},
|
2980
2991
|
{
|
2981
2992
|
"title": "Scale",
|
2982
2993
|
"type": "Scale",
|
2983
2994
|
"where": "this Value Type has one Scale",
|
2984
|
-
"role_id": "
|
2995
|
+
"role_id": "aeb13293-e4aa-4874-9f3f-44dd4ff0f265"
|
2985
2996
|
},
|
2986
2997
|
{
|
2987
2998
|
"title": "Value Constraint",
|
2988
2999
|
"type": "Value Constraint",
|
2989
3000
|
"where": "this Value Type has one Value Constraint",
|
2990
|
-
"role_id": "
|
3001
|
+
"role_id": "d1317a17-f8c0-493f-80a0-03eccf2f54f1"
|
2991
3002
|
},
|
2992
3003
|
{
|
2993
3004
|
"title": "all Value Type Parameter",
|
2994
3005
|
"type": "Value Type Parameter",
|
2995
3006
|
"where": "this Value Type has facet called some Name",
|
2996
|
-
"role_id": "
|
3007
|
+
"role_id": "ec03265b-8f34-4620-a254-8f18036008ef",
|
2997
3008
|
"is_list": true
|
2998
3009
|
},
|
2999
3010
|
{
|
3000
3011
|
"title": "Transaction Phase",
|
3001
3012
|
"type": "Transaction Phase",
|
3002
3013
|
"where": "this Value Type is auto-assigned at one Transaction Phase",
|
3003
|
-
"role_id": "
|
3014
|
+
"role_id": "194a5fc5-a5d9-41c9-bcd1-c61db0f92abe"
|
3004
3015
|
},
|
3005
3016
|
{
|
3006
3017
|
"title": "Unit",
|
3007
3018
|
"type": "Unit",
|
3008
3019
|
"where": "this Value Type is of one Unit",
|
3009
|
-
"role_id": "
|
3020
|
+
"role_id": "8b0703d4-c95f-481e-8cd5-f461e88da26e"
|
3010
3021
|
},
|
3011
3022
|
{
|
3012
3023
|
"title": "Supertype",
|
3013
3024
|
"type": "Value Type",
|
3014
3025
|
"where": "this Value Type is subtype of one Supertype",
|
3015
|
-
"role_id": "
|
3026
|
+
"role_id": "9a26f2ed-0998-4c61-874c-76382d9233a3"
|
3016
3027
|
},
|
3017
3028
|
{
|
3018
3029
|
"title": "all Value Type",
|
3019
3030
|
"type": "Value Type",
|
3020
3031
|
"where": "this Supertype is supertype of some Value Type",
|
3021
|
-
"role_id": "
|
3032
|
+
"role_id": "de83a851-b72a-4ee0-aa54-c5f9283c8e45",
|
3022
3033
|
"is_list": true
|
3023
3034
|
},
|
3024
3035
|
{
|
3025
3036
|
"title": "all Value Type Parameter Restriction",
|
3026
3037
|
"type": "Value Type Parameter Restriction",
|
3027
3038
|
"where": "this Value Type receives some Value Type Parameter",
|
3028
|
-
"role_id": "
|
3039
|
+
"role_id": "ef7c8915-e946-4c54-9299-8ce98b315400",
|
3029
3040
|
"is_list": true
|
3030
3041
|
},
|
3031
3042
|
{
|
3032
3043
|
"title": "all Value",
|
3033
3044
|
"type": "Value",
|
3034
3045
|
"where": "this Value Type has some Value",
|
3035
|
-
"role_id": "
|
3046
|
+
"role_id": "44d1015b-74a2-4e8f-aed7-82ab5f4f485c",
|
3036
3047
|
"is_list": true
|
3037
3048
|
}
|
3038
3049
|
]
|
3039
3050
|
},
|
3040
3051
|
"Value Type Parameter": {
|
3041
3052
|
"is_main": true,
|
3042
|
-
"id": "
|
3053
|
+
"id": "f3a399d7-2861-4a9c-a20c-404624626b03",
|
3043
3054
|
"functions": [
|
3044
3055
|
{
|
3045
3056
|
"title": "involving Value Type",
|
@@ -3055,20 +3066,20 @@
|
|
3055
3066
|
"title": "Facet Value Type",
|
3056
3067
|
"type": "Value Type",
|
3057
3068
|
"where": "this Value Type Parameter requires value of one facet-Value Type",
|
3058
|
-
"role_id": "
|
3069
|
+
"role_id": "4ac59fb1-7803-4c8c-a829-f663bac2c9b2"
|
3059
3070
|
},
|
3060
3071
|
{
|
3061
3072
|
"title": "all Value Type Parameter Restriction",
|
3062
3073
|
"type": "Value Type Parameter Restriction",
|
3063
3074
|
"where": "this Value Type Parameter applies to some Value Type",
|
3064
|
-
"role_id": "
|
3075
|
+
"role_id": "996bbf65-ce9c-4de6-9656-e7be394504b5",
|
3065
3076
|
"is_list": true
|
3066
3077
|
}
|
3067
3078
|
]
|
3068
3079
|
},
|
3069
3080
|
"Value Type Parameter Restriction": {
|
3070
3081
|
"is_main": true,
|
3071
|
-
"id": "
|
3082
|
+
"id": "525cba46-723e-4f2a-9c00-15377ccb6af9",
|
3072
3083
|
"functions": [
|
3073
3084
|
{
|
3074
3085
|
"title": "involving Value Type",
|
@@ -3084,154 +3095,154 @@
|
|
3084
3095
|
"title": "Value",
|
3085
3096
|
"type": "Value",
|
3086
3097
|
"where": "this Value Type Parameter Restriction has one Value",
|
3087
|
-
"role_id": "
|
3098
|
+
"role_id": "02b664e1-d7a8-45aa-a5e9-1b42503e0c48"
|
3088
3099
|
}
|
3089
3100
|
]
|
3090
3101
|
},
|
3091
3102
|
"Variable": {
|
3092
3103
|
"is_main": true,
|
3093
|
-
"id": "
|
3104
|
+
"id": "c285a45b-0503-46a9-83cc-bf8cfca45d11",
|
3094
3105
|
"functions": [
|
3095
3106
|
{
|
3096
3107
|
"title": "Query",
|
3097
3108
|
"type": "Query",
|
3098
3109
|
"where": "this Variable is in one Query",
|
3099
|
-
"role_id": "
|
3110
|
+
"role_id": "b1b1147a-8668-4e68-991a-0bff963b4806"
|
3100
3111
|
},
|
3101
3112
|
{
|
3102
3113
|
"title": "Ordinal",
|
3103
3114
|
"type": "Ordinal",
|
3104
3115
|
"where": "this Variable has one Ordinal position",
|
3105
|
-
"role_id": "
|
3116
|
+
"role_id": "c4a93992-9f5a-4585-89dc-330ef864275c"
|
3106
3117
|
},
|
3107
3118
|
{
|
3108
3119
|
"title": "Subscript",
|
3109
3120
|
"type": "Subscript",
|
3110
3121
|
"where": "this Variable has one Subscript",
|
3111
|
-
"role_id": "
|
3122
|
+
"role_id": "3dda548f-58a9-4caa-97ba-9a2bdaa2cfef"
|
3112
3123
|
},
|
3113
3124
|
{
|
3114
3125
|
"title": "Role Name",
|
3115
3126
|
"type": "Name",
|
3116
3127
|
"where": "this Variable has one role-Name",
|
3117
|
-
"role_id": "
|
3128
|
+
"role_id": "64bab115-7e23-4944-ba85-5bb1bbcc4432"
|
3118
3129
|
},
|
3119
3130
|
{
|
3120
3131
|
"title": "all Aggregation",
|
3121
3132
|
"type": "Aggregation",
|
3122
3133
|
"where": "this Variable is bound to some Aggregate over some aggregated-Variable",
|
3123
|
-
"role_id": "
|
3134
|
+
"role_id": "ff9f3e63-0316-4b57-ac8f-0350ec07b325",
|
3124
3135
|
"is_list": true
|
3125
3136
|
},
|
3126
3137
|
{
|
3127
3138
|
"title": "all Aggregation",
|
3128
3139
|
"type": "Aggregation",
|
3129
3140
|
"where": "some Variable is bound to some Aggregate over this aggregated-Variable",
|
3130
|
-
"role_id": "
|
3141
|
+
"role_id": "892d31a0-d62b-4772-bd0b-5ea4dea1ebb6",
|
3131
3142
|
"is_list": true
|
3132
3143
|
},
|
3133
3144
|
{
|
3134
3145
|
"title": "Value",
|
3135
3146
|
"type": "Value",
|
3136
3147
|
"where": "this Variable is bound to one Value",
|
3137
|
-
"role_id": "
|
3148
|
+
"role_id": "c918c60a-b9cd-4a26-9569-ce31acfd8b57"
|
3138
3149
|
},
|
3139
3150
|
{
|
3140
3151
|
"title": "Object Type",
|
3141
3152
|
"type": "Object Type",
|
3142
3153
|
"where": "this Variable is for one Object Type",
|
3143
|
-
"role_id": "
|
3154
|
+
"role_id": "33e7a7c6-b058-4ce1-bc39-d50501f3b1aa"
|
3144
3155
|
},
|
3145
3156
|
{
|
3146
3157
|
"title": "all Play",
|
3147
3158
|
"type": "Play",
|
3148
3159
|
"where": "this Variable is restricted by some Role of some Step",
|
3149
|
-
"role_id": "
|
3160
|
+
"role_id": "568ad9c1-be1a-4d90-872f-753a70b14589",
|
3150
3161
|
"is_list": true
|
3151
3162
|
},
|
3152
3163
|
{
|
3153
3164
|
"title": "Step",
|
3154
3165
|
"type": "Step",
|
3155
3166
|
"where": "this Objectification Variable matches nesting over one Step",
|
3156
|
-
"role_id": "
|
3167
|
+
"role_id": "b82dae17-ebed-44b9-af18-53ab2de89cac"
|
3157
3168
|
},
|
3158
3169
|
{
|
3159
3170
|
"title": "Projection",
|
3160
3171
|
"type": "Role",
|
3161
3172
|
"where": "this Variable projects one Projection",
|
3162
|
-
"role_id": "
|
3173
|
+
"role_id": "8bc12cef-d8eb-4743-b34b-9c814bd1fbd6"
|
3163
3174
|
}
|
3164
3175
|
]
|
3165
3176
|
},
|
3166
3177
|
"Vocabulary": {
|
3167
3178
|
"is_main": false,
|
3168
|
-
"id": "
|
3179
|
+
"id": "317c6841-d222-43a5-a3ea-48a94641c190",
|
3169
3180
|
"functions": [
|
3170
3181
|
{
|
3171
3182
|
"title": "all Diagram",
|
3172
3183
|
"type": "Diagram",
|
3173
3184
|
"where": "this Vocabulary contains some Diagram",
|
3174
|
-
"role_id": "
|
3185
|
+
"role_id": "dd946aec-4c24-436d-9728-e13583e9c10b",
|
3175
3186
|
"is_list": true
|
3176
3187
|
},
|
3177
3188
|
{
|
3178
3189
|
"title": "all Object Type",
|
3179
3190
|
"type": "Object Type",
|
3180
3191
|
"where": "some Object Type belongs to this Vocabulary",
|
3181
|
-
"role_id": "
|
3192
|
+
"role_id": "7be143f7-bdb1-4e6b-a5d1-1ddaa418bb9b",
|
3182
3193
|
"is_list": true
|
3183
3194
|
},
|
3184
3195
|
{
|
3185
3196
|
"title": "all Constraint",
|
3186
3197
|
"type": "Constraint",
|
3187
3198
|
"where": "this Vocabulary contains some Constraint",
|
3188
|
-
"role_id": "
|
3199
|
+
"role_id": "748eac03-8be2-4d73-af73-8b2bc0f6934f",
|
3189
3200
|
"is_list": true
|
3190
3201
|
},
|
3191
3202
|
{
|
3192
3203
|
"title": "all Population",
|
3193
3204
|
"type": "Population",
|
3194
3205
|
"where": "this Vocabulary includes some Population",
|
3195
|
-
"role_id": "
|
3206
|
+
"role_id": "1b58f966-6d18-4d33-81f7-207bfa1fc677",
|
3196
3207
|
"is_list": true
|
3197
3208
|
},
|
3198
3209
|
{
|
3199
3210
|
"title": "all Unit",
|
3200
3211
|
"type": "Unit",
|
3201
3212
|
"where": "this Vocabulary includes some Unit",
|
3202
|
-
"role_id": "
|
3213
|
+
"role_id": "1f56af63-5ece-4d31-91c9-038e461e6846",
|
3203
3214
|
"is_list": true
|
3204
3215
|
},
|
3205
3216
|
{
|
3206
3217
|
"title": "Name",
|
3207
3218
|
"type": "Name",
|
3208
3219
|
"where": "this Vocabulary is called one Name",
|
3209
|
-
"role_id": "
|
3220
|
+
"role_id": "d753243e-eae2-42a1-a356-9a95994bcb1e"
|
3210
3221
|
}
|
3211
3222
|
]
|
3212
3223
|
},
|
3213
3224
|
"X": {
|
3214
3225
|
"is_main": false,
|
3215
|
-
"id": "
|
3226
|
+
"id": "f4824a71-29c0-4f2c-8359-77d3c830a8a2",
|
3216
3227
|
"functions": [
|
3217
3228
|
{
|
3218
3229
|
"title": "all Location",
|
3219
3230
|
"type": "Location",
|
3220
3231
|
"where": "some Location is at this X",
|
3221
|
-
"role_id": "
|
3232
|
+
"role_id": "c2f9993f-9aee-4dac-bdf3-1dfa62197a45",
|
3222
3233
|
"is_list": true
|
3223
3234
|
}
|
3224
3235
|
]
|
3225
3236
|
},
|
3226
3237
|
"Y": {
|
3227
3238
|
"is_main": false,
|
3228
|
-
"id": "
|
3239
|
+
"id": "9b7a594f-33db-4231-b943-29d5bd4a9b42",
|
3229
3240
|
"functions": [
|
3230
3241
|
{
|
3231
3242
|
"title": "all Location",
|
3232
3243
|
"type": "Location",
|
3233
3244
|
"where": "some Location is at this Y",
|
3234
|
-
"role_id": "
|
3245
|
+
"role_id": "638d19e0-6ef5-436b-95e6-caa2dad22a63",
|
3235
3246
|
"is_list": true
|
3236
3247
|
}
|
3237
3248
|
]
|