activefacts-examples 1.8.0 → 1.9.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7f93f35c1d7ac88faac09133a9553a32b9d4703c
4
- data.tar.gz: e8dfdc6c577ed8bcb6b32bf66a4a57c0946f7187
3
+ metadata.gz: bd9942ddefa02df74287c7f357bf12167672a63c
4
+ data.tar.gz: 7780c6d000672c1523506e13b0d9bb0e5fd503c0
5
5
  SHA512:
6
- metadata.gz: bdfb1294b59b39e9ca14df1d434e117ae1d3880088b3f208f826ce19c7aff46d09031e33c70dac76a3d417f04f3ab339751c2c37b68a54bd52ff7d9b8797766c
7
- data.tar.gz: ba58358aa52fceeec9aaf3099c8cc99a6461bd9af6649ea127e927d96a9d5f58117f037f1b980b790fde67874841994c140c1963d77390615bf372c7f55ceecf
6
+ metadata.gz: c4c143e99ec0f8e3599832f80bdb0c11eaf0e4d1f70909792c4b33e946654fea5b2b8eb2b7ef109969c153ace36eaefa642afdea73b2bdc7f0bdcdd5dc3bea57
7
+ data.tar.gz: 40d23c15f2eda12c42649a89a3384eb05ea87c2d9a22056c53c4a6b5239d4bcb0956340d4290efe46e101c84498cd8a0290a0657c1fbf1a17a89ff3b38b9ff92
data/Gemfile CHANGED
@@ -2,12 +2,14 @@ source 'https://rubygems.org'
2
2
 
3
3
  gemspec
4
4
 
5
- if ENV['PWD'] =~ %r{\A#{ENV['HOME']}/work}
6
- $stderr.puts "Using work area gems for #{File.basename(File.dirname(__FILE__))} from activefacts-examples"
7
- gem 'activefacts-api', path: '/Users/cjh/work/activefacts/api'
8
- gem 'activefacts-metamodel', path: '/Users/cjh/work/activefacts/metamodel'
9
- gem 'activefacts-rmap', path: '/Users/cjh/work/activefacts/rmap'
10
- gem 'activefacts-cql', path: '/Users/cjh/work/activefacts/cql'
11
- gem 'activefacts-orm', path: '/Users/cjh/work/activefacts/orm'
12
- gem 'activefacts-generators', path: '/Users/cjh/work/activefacts/generators'
5
+ this_file = File.absolute_path(__FILE__)
6
+ if this_file =~ %r{\A#{ENV['HOME']}}i
7
+ dir = File.dirname(File.dirname(this_file))
8
+ $stderr.puts "Using work area gems in #{dir} from activefacts-examples"
9
+ gem 'activefacts-api', path: dir+'/api'
10
+ gem 'activefacts-metamodel', path: dir+'/metamodel'
11
+ gem 'activefacts-rmap', path: dir+'/rmap'
12
+ gem 'activefacts-cql', path: dir+'/cql'
13
+ gem 'activefacts-orm', path: dir+'/orm'
14
+ gem 'activefacts-generators', path: dir+'/generators'
13
15
  end
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "activefacts-examples"
7
- spec.version = "1.8.0"
7
+ spec.version = "1.9.8"
8
8
  spec.authors = ["Clifford Heath"]
9
9
  spec.email = ["clifford.heath@gmail.com"]
10
10
 
@@ -16,9 +16,10 @@ Gem::Specification.new do |spec|
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
17
  spec.require_paths = ["lib"]
18
18
 
19
- spec.add_development_dependency "bundler", ">= 1.10", "~> 1.10.6"
19
+ spec.add_development_dependency "bundler", ">= 1.10"
20
20
  spec.add_development_dependency "rake", "~> 10.0"
21
- spec.add_development_dependency "rspec", "~> 3.3"
21
+ spec.add_development_dependency "rspec", "~> 3", ">= 3.3"
22
22
 
23
- spec.add_runtime_dependency "activefacts", ">= 1.8", "~> 1.8.0"
23
+ spec.add_runtime_dependency "activefacts", ">= 1.8", "~> 1"
24
+ spec.add_runtime_dependency "activefacts-metamodel", ">= 1.9.8", "~> 1"
24
25
  end
data/cql/Health.cql CHANGED
@@ -35,7 +35,7 @@ each Policy is identified by Insurer and Policy Number where
35
35
  that Policy has one Policy Number;
36
36
  Policy is held by one Policy Holder;
37
37
  Policy was purchased from one Product Offering;
38
- Policy was purchased on one Date;
38
+ Policy was purchased on one [satellite stable] Date;
39
39
 
40
40
  each Policy Coverage is where
41
41
  Policy includes Coverage Type;
data/cql/Insurance.cql CHANGED
@@ -245,7 +245,7 @@ License was granted in at most one Year restricted to {1990..2100};
245
245
  License is international;
246
246
 
247
247
  Lodgement is where
248
- Claim was lodged by one Person;
248
+ Claim was lodged by at most one Person;
249
249
  Lodgement was made at at most one Date Time;
250
250
 
251
251
  Policy is identified by p_year and p_product and p_state and p_serial where
data/cql/Metamodel.cql CHANGED
@@ -22,6 +22,7 @@ Implication Rule Name is written as String;
22
22
  Length is written as Unsigned Integer(32);
23
23
  Literal is written as String;
24
24
  Name is written as String(64);
25
+ Nesting Mode is written as String restricted to {'Array', 'Bag', 'Map', 'Repetition'};
25
26
  Numerator is written as Decimal;
26
27
  Offset is written as Decimal;
27
28
  Ordinal is written as Unsigned Integer(16);
@@ -57,6 +58,7 @@ Component is identified by Guid where
57
58
  Component has one Guid,
58
59
  Guid is of at most one Component;
59
60
  Component projects at most one Name;
61
+ Component has at most one Ordinal rank;
60
62
 
61
63
  Composition is identified by Guid where
62
64
  Composition has one Guid,
@@ -311,6 +313,7 @@ Fact Type Shape is for one Fact Type,
311
313
  Fact Type Shape has at most one Rotation Setting;
312
314
 
313
315
  Injection is a kind of Mapping;
316
+ ValueField is a kind of Injection;
314
317
 
315
318
  Mirror Role is a kind of Role;
316
319
  Mirror Role is for at most one Role (as Base Role),
@@ -323,6 +326,11 @@ Nesting is where
323
326
  Absorption is nested under index-Role in Ordinal position,
324
327
  Absorption in Ordinal position is nested under one Role,
325
328
  Role keys nesting of Absorption at Ordinal priority;
329
+ Absorption uses at most one Nesting Mode;
330
+ Nesting has at most one key-Name;
331
+ Absorption is nested under index Role in Ordinal position
332
+ if and only if
333
+ that Absorption uses some Nesting Mode;
326
334
 
327
335
  ORM Diagram is a kind of Diagram;
328
336
  Shape is in one ORM Diagram,
data/cql/PartyModel.cql CHANGED
@@ -3,6 +3,7 @@ vocabulary Party;
3
3
  /*
4
4
  * Value Types
5
5
  */
6
+ ID is written as Auto Counter;
6
7
  Party ID is written as ID;
7
8
  Party Type Code is written as String(16) restricted to {'Company', 'Person'};
8
9
 
data/cql/Supervision.cql CHANGED
@@ -25,6 +25,9 @@ CEO is a kind of Manager;
25
25
  CEO runs Company,
26
26
  Company is run by one CEO;
27
27
 
28
+ CEO Shareholding is where
29
+ CEO holds shares in Company;
30
+
28
31
  /*
29
32
  * Constraints:
30
33
  */
@@ -4,6 +4,7 @@ diagrams: [
4
4
  ],
5
5
  object_types: [
6
6
  {"uuid":"b7027c11-048b-f45f-19fa-a561ef","name":"Absorption","shapes":[],"supertypes":[["32358c40-0d09-b3bc-7875-8ef402","e430d4ef-c9df-25af-ceca-9048fb"]]},
7
+ {"uuid":"d1b756bf-9269-647a-27f2-48386e","name":"Access Path","shapes":[],"ref_mode":"Guid"},
7
8
  {"uuid":"caab36b4-3b15-a2d9-bfb1-5e0086","name":"Adjective","shapes":[],"supertype":"5b5d04ca-7705-d36c-c15f-241d6e"},
8
9
  {"uuid":"3e7de284-201e-02ac-ca7c-e77a43","name":"Agent Name","shapes":[],"supertype":"5b5d04ca-7705-d36c-c15f-241d6e"},
9
10
  {"uuid":"20596834-2063-2e43-2fca-ff0600","name":"Agent","shapes":[],"ref_mode":".Name"},
@@ -46,10 +47,15 @@ diagrams: [
46
47
  {"uuid":"1f75e35a-fb0d-5de1-e866-d9cc0e","name":"Fact Type Shape","shapes":[],"supertypes":[["6ed24bcf-12f0-0369-0af8-fa24eb","1aeb3e61-6bf0-608d-7db3-41aa4f"]]},
47
48
  {"uuid":"737c9487-58a1-8a78-d92b-1af9c9","name":"Fact Type","shapes":[],"independent":true},
48
49
  {"uuid":"7b475b5b-8daf-2a64-219e-76445c","name":"Fact","shapes":[]},
50
+ {"uuid":"0349031a-bd59-60dc-7337-ca7ef1","name":"Foreign Key Field","shapes":[],"objectifies":"4caae7a7-5afe-6c45-f94e-d3c6f2"},
51
+ {"uuid":"e0c53672-6fab-6de9-43b1-4cf3f8","name":"Foreign Key","shapes":[],"supertypes":[["d1b756bf-9269-647a-27f2-48386e","4e3872e4-b535-611c-58cd-06ee99"]]},
49
52
  {"uuid":"a4da9732-565f-9626-fcae-29a9c5","name":"Frequency","shapes":[],"supertype":"d0b1295f-80c0-cfc2-53c9-f8803c"},
53
+ {"uuid":"910bcc08-e029-8903-3325-4ec42e","name":"Full Absorption","shapes":[],"objectifies":"39bef2c8-daee-e3ab-85db-5af53d"},
50
54
  {"uuid":"e6680c4a-00bb-7cf1-52c9-dfb39a","name":"Guid","shapes":[]},
51
55
  {"uuid":"8604dec4-1c72-930b-e1bb-8bb865","name":"Implication Rule Name","shapes":[],"supertype":"5b5d04ca-7705-d36c-c15f-241d6e"},
52
56
  {"uuid":"6fe06eff-b88e-2459-21e6-39df51","name":"Implication Rule","shapes":[],"ref_mode":".Name"},
57
+ {"uuid":"56d52ac0-f4df-1bb3-dbc1-505e3b","name":"Index Field","shapes":[],"objectifies":"067cde6e-3ce4-90fc-ccf9-069131"},
58
+ {"uuid":"450b40ce-e64c-795e-577a-fee75a","name":"Index","shapes":[],"supertypes":[["d1b756bf-9269-647a-27f2-48386e","75a86d7a-c663-90ad-c8c3-6bb58c"]]},
53
59
  {"uuid":"64b45d52-1c9c-0d5f-75fa-a98e6a","name":"Indicator","shapes":[],"supertypes":[["fd47e94d-1f36-025d-73df-6cb546","ff4c4a9e-da54-ac2b-8b5d-c45854"]]},
54
60
  {"uuid":"8774195f-10a4-2fbf-b99e-caeed9","name":"Injection","shapes":[],"supertypes":[["32358c40-0d09-b3bc-7875-8ef402","a017a7b2-8b77-412c-c724-c441b0"]]},
55
61
  {"uuid":"bb3ea578-9bed-15bd-db91-59046d","name":"Instance","shapes":[]},
@@ -61,6 +67,7 @@ diagrams: [
61
67
  {"uuid":"5e0598ad-c975-eb1d-7e21-6ecd97","name":"Mirror Role","shapes":[],"supertypes":[["92fe2e9f-6dd4-a626-d621-777493","b523c75d-1aa4-c7df-5ba7-0525b5"]]},
62
68
  {"uuid":"ba49770f-0fba-1aa9-f1c1-5a9730","name":"Model Note Shape","shapes":[],"supertypes":[["6ed24bcf-12f0-0369-0af8-fa24eb","6b8a8c1c-2889-10e0-5299-6a2b70"]]},
63
69
  {"uuid":"46e08c2e-b6b9-c3e4-ac7b-2bf98b","name":"Name","shapes":[],"supertype":"5b5d04ca-7705-d36c-c15f-241d6e"},
70
+ {"uuid":"766dd0aa-8228-9570-a06f-ef7bf2","name":"Nesting Mode","shapes":[],"supertype":"5b5d04ca-7705-d36c-c15f-241d6e"},
64
71
  {"uuid":"45951ee0-d56a-c690-2a8a-e8a114","name":"Nesting","shapes":[],"objectifies":"e246a361-39ce-5177-93cb-0cbcfe"},
65
72
  {"uuid":"8042d033-71e4-ac59-286a-a79a18","name":"Numerator","shapes":[],"supertype":"33545e34-44c4-aed3-f30e-93433b"},
66
73
  {"uuid":"deadd195-6677-b612-ebe8-dc8de0","name":"ORM Diagram","shapes":[],"supertypes":[["a6898a8b-e5be-0049-b633-3fa1f7","25496941-e2bb-b787-cb8e-58dfe7"]]},
@@ -113,6 +120,7 @@ diagrams: [
113
120
  {"uuid":"3bd0fb48-0f5e-2f7a-c37d-7bb029","name":"Value Type Parameter","shapes":[],"objectifies":"a974ed80-1d3f-bce4-70cb-852bda"},
114
121
  {"uuid":"56c9cec4-88ef-1e86-9ca6-970913","name":"Value Type","shapes":[],"supertypes":[["cd59cb1b-615d-b10f-1d21-47a517","5c33c08c-ebec-93ef-3a05-b4dfc0"]]},
115
122
  {"uuid":"0d437f84-07db-741b-5eff-6a0917","name":"Value","shapes":[]},
123
+ {"uuid":"6120dc3e-bff2-ba90-48ba-20a6f2","name":"ValueField","shapes":[],"supertypes":[["8774195f-10a4-2fbf-b99e-caeed9","6ad98094-38ae-9aee-0cf0-f78366"]]},
116
124
  {"uuid":"6bb15109-e63b-394b-0bd0-25fc60","name":"Variable","shapes":[]},
117
125
  {"uuid":"490ebbb9-8f57-9dab-df0b-b38b5f","name":"Vocabulary","shapes":[],"ref_mode":"Name"},
118
126
  {"uuid":"aedb1746-fdbc-2f7e-2400-f3f0ea","name":"X","shapes":[],"supertype":"1e2bde31-e933-c036-f6ab-6a0033"},
@@ -123,6 +131,7 @@ diagrams: [
123
131
  {"uuid":"6def27ae-e056-3420-7fe5-b284e1","roles":[{"uuid":"c07bb1c2-f4d8-7e01-0168-69d652","player":"92fe2e9f-6dd4-a626-d621-777493"},{"uuid":"b26bc998-8290-9816-78d7-108fb4","player":"18d23fe3-f58b-8824-165c-973561"}],"readings":[["10","{0} is of {1}"]],"shapes":[],"constraints":[{"uuid":"bdfe836f-1d96-321b-eff4-795e8a","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"b26bc998-8290-9816-78d7-108fb4"}]},
124
132
  {"uuid":"fa252e49-3d28-482e-ce9e-b9aa7b","roles":[{"uuid":"d47f45a9-d6da-d3b4-36ed-0b94c0","player":"af0275ad-cd84-2a95-1b71-4af0c7"}],"readings":[["0","{0} has expanded reference mode"]],"shapes":[],"constraints":[{"uuid":"5275d0ec-89f4-8394-7901-8f9042","min":0,"max":1,"is_preferred":true,"mandatory":null,"uniqueExcept":null}]},
125
133
  {"uuid":"267c750d-5f7e-72e2-8ae0-d39781","roles":[{"uuid":"c7d2736d-3c19-72a2-0af4-d5ed94","player":"d6e42408-cc1a-4c0a-8a36-4e7309"},{"uuid":"c8c62b29-5df4-86b8-d294-8cc35a","player":"88982edc-3f15-3d6d-c1bd-f031d3"}],"readings":[["01","{0} has {1}"]],"shapes":[],"constraints":[{"uuid":"3c021465-904f-b8d3-de18-04024b","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"c8c62b29-5df4-86b8-d294-8cc35a"}]},
134
+ {"uuid":"abb78ec3-fac8-e9ce-4326-0da833","roles":[{"uuid":"6e051937-bd87-d376-f94b-2480a3","player":"b7027c11-048b-f45f-19fa-a561ef"},{"uuid":"759fc9c3-e4ac-070b-763f-465546","player":"766dd0aa-8228-9570-a06f-ef7bf2"}],"readings":[["01","{0} uses {1}"]],"shapes":[],"constraints":[{"uuid":"3696a6c0-9e90-99d9-5550-7aae1d","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"759fc9c3-e4ac-070b-763f-465546"}]},
126
135
  {"uuid":"a904cd8f-84ed-df40-1cc7-44be10","roles":[{"uuid":"fb87e2cb-bdb8-3337-0081-1c7cb3","player":"e4492d2c-a60f-535e-f5ef-b1b4c1"},{"uuid":"66763657-128a-760f-f29d-d87961","player":"db16b4f2-5a16-acb5-3976-556bf2"}],"readings":[["01","{0} is an instance of {1}"]],"shapes":[],"constraints":[{"uuid":"c32bcf0e-738e-b9fc-7001-641d9f","min":0,"max":1,"is_preferred":true,"mandatory":null,"uniqueExcept":"fb87e2cb-bdb8-3337-0081-1c7cb3"},{"uuid":"13c17e43-215c-965c-94b9-e1f9f7","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"fb87e2cb-bdb8-3337-0081-1c7cb3"}]},
127
136
  {"uuid":"26e600fc-6c5a-f2a9-0553-2cb444","roles":[{"uuid":"16c4ce0b-d872-aad2-5c43-93e34a","player":"56c9cec4-88ef-1e86-9ca6-970913"},{"uuid":"decbcbb0-f44e-7461-2eb6-da800b","player":"2044448c-9a2a-da5f-4de1-4e6aad"}],"readings":[["01","{0} has {1}"],["10","{0} is of {1}"]],"shapes":[],"constraints":[{"uuid":"1c1ecdca-2222-9522-e429-ca046e","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"decbcbb0-f44e-7461-2eb6-da800b"}]},
128
137
  {"uuid":"e06f1958-9dc3-d14c-b83c-c33ccc","roles":[{"uuid":"b8012719-3a64-b483-a11e-48007a","player":"59fb40da-b1f6-bff6-9e6b-63d1d4"}],"readings":[["0","{0} is inclusive"]],"shapes":[],"constraints":[{"uuid":"24dc916a-04ac-23b6-5b43-83c733","min":1,"max":1,"is_preferred":true,"mandatory":true,"role":"b8012719-3a64-b483-a11e-48007a"}]},
@@ -138,7 +147,7 @@ diagrams: [
138
147
  {"uuid":"5568314b-1f47-0995-1153-4cf75e","roles":[{"uuid":"6bb4823f-7c2b-2ff7-d920-989e18","player":"bb3ea578-9bed-15bd-db91-59046d"},{"uuid":"5269f001-275f-25cb-d694-56475f","player":"db16b4f2-5a16-acb5-3976-556bf2"}],"readings":[["01","{0} is an instance of {1}"]],"shapes":[],"constraints":[{"uuid":"edd31516-0a0a-903b-cb3e-303c80","min":0,"max":1,"is_preferred":true,"mandatory":null,"uniqueExcept":"6bb4823f-7c2b-2ff7-d920-989e18"},{"uuid":"967f6d91-c34f-bfc5-ac73-1a3268","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"6bb4823f-7c2b-2ff7-d920-989e18"}]},
139
148
  {"uuid":"d2bc1c81-e1b9-5529-9821-071a4b","roles":[{"uuid":"75605efb-167f-6f22-b5ae-b89890","player":"c1f018e7-5506-22b4-83d8-a7fd95"},{"uuid":"06aa4037-fabb-2b71-ce2f-ad576a","player":"f80e850c-f4cb-25dd-6a6c-e97290"}],"readings":[["01","{0} projects {1}"],["10","{0} is projected from {1}"]],"shapes":[],"constraints":[{"uuid":"792b635a-5a67-d1b6-aab0-0df608","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"06aa4037-fabb-2b71-ce2f-ad576a"},{"uuid":"23e20efa-b564-aa18-e037-5fac19","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"75605efb-167f-6f22-b5ae-b89890"}]},
140
149
  {"uuid":"b197d1d9-04e7-f866-124c-d7601d","roles":[{"uuid":"8b81ce52-f3d7-4128-107b-b81856","player":"737c9487-58a1-8a78-d92b-1af9c9"},{"uuid":"36199b2e-021a-6a64-83cd-5773a1","player":"1f75e35a-fb0d-5de1-e866-d9cc0e"}],"readings":[["01","{0} has {1}"],["10","{0} is for {1}"]],"shapes":[],"constraints":[{"uuid":"cc21b269-00de-4eda-2a9e-6ca4c6","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"36199b2e-021a-6a64-83cd-5773a1"}]},
141
- {"uuid":"248472f5-d632-2280-8710-b23435","roles":[{"uuid":"fff69eb8-53c1-e338-05e8-7c0e5d","player":"b7027c11-048b-f45f-19fa-a561ef"},{"uuid":"239508fe-3e68-9e49-919a-73ca5c","player":"b7027c11-048b-f45f-19fa-a561ef"}],"readings":[["01","{0} is matched by reverse-{1}"]],"shapes":[],"constraints":[{"uuid":"712f1453-1790-5316-8313-3b0fc2","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"239508fe-3e68-9e49-919a-73ca5c"},{"uuid":"9628475a-5c5c-671f-9f9d-5ca3c6","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"fff69eb8-53c1-e338-05e8-7c0e5d"}]},
150
+ {"uuid":"248472f5-d632-2280-8710-b23435","roles":[{"uuid":"fff69eb8-53c1-e338-05e8-7c0e5d","player":"b7027c11-048b-f45f-19fa-a561ef"},{"uuid":"239508fe-3e68-9e49-919a-73ca5c","player":"b7027c11-048b-f45f-19fa-a561ef"}],"readings":[["01","forward-{0} is matched by reverse-{1}"],["10","reverse-{0} is reverse of forward-{1}"]],"shapes":[],"constraints":[{"uuid":"712f1453-1790-5316-8313-3b0fc2","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"239508fe-3e68-9e49-919a-73ca5c"},{"uuid":"9628475a-5c5c-671f-9f9d-5ca3c6","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"fff69eb8-53c1-e338-05e8-7c0e5d"}]},
142
151
  {"uuid":"dc8e87f5-0ddd-bf7c-8630-2ca8a3","roles":[{"uuid":"545f00fc-2b18-b7b9-adeb-e4faab","player":"6ed24bcf-12f0-0369-0af8-fa24eb"},{"uuid":"7c710b26-72a8-441e-06c8-6f5836","player":"deadd195-6677-b612-ebe8-dc8de0"}],"readings":[["01","{0} is in {1}"],["10","{0} includes {1}"]],"shapes":[],"constraints":[{"uuid":"b4e65c4c-73b9-0153-ec04-2d080b","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"545f00fc-2b18-b7b9-adeb-e4faab"}]},
143
152
  {"uuid":"96ff4650-5580-2a10-4f79-2a7568","roles":[{"uuid":"d629f92a-f43a-3956-19f8-cd4943","player":"88982edc-3f15-3d6d-c1bd-f031d3"},{"uuid":"248224d0-4984-786a-d90f-aead3c","player":"8042d033-71e4-ac59-286a-a79a18"}],"readings":[["01","{0} has {1}"]],"shapes":[],"constraints":[{"uuid":"2a211a01-7d4e-d063-cc7c-a64b60","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"d629f92a-f43a-3956-19f8-cd4943"}]},
144
153
  {"uuid":"44f39f00-52a8-1bd9-0bb3-a070fc","objectified_as":"2f1b6363-3a18-23a5-de73-1f61e7","roles":[{"uuid":"5e0a698b-e219-4e94-9910-aa86ae","player":"d6e42408-cc1a-4c0a-8a36-4e7309"},{"uuid":"ea076bd9-a6e3-f112-5dd8-bd8b97","player":"d6e42408-cc1a-4c0a-8a36-4e7309"}],"readings":[["01","{0} is derived from base-{1}"]],"shapes":[],"constraints":[{"uuid":"c2a9805d-a15c-fc36-58ac-90df9b","min":1,"max":1,"is_preferred":true,"mandatory":true,"uniqueExcept":null},{"uuid":"9d6176e2-700e-cc1d-f447-6caa34","shapes":[],"ringKind":"AcyclicIntransitive","roles":["5e0a698b-e219-4e94-9910-aa86ae","ea076bd9-a6e3-f112-5dd8-bd8b97"]}]},
@@ -163,9 +172,11 @@ diagrams: [
163
172
  {"uuid":"e9b5b42e-3af7-418d-f68f-ee1621","roles":[{"uuid":"f10cab3f-6fdd-46e4-2461-aff058","player":"d6e42408-cc1a-4c0a-8a36-4e7309"},{"uuid":"4cd81b4a-eff7-a4df-efe8-a67670","player":"46e08c2e-b6b9-c3e4-ac7b-2bf98b"}],"readings":[["01","{0} has plural-{1}"],["10","plural-{0} is of {1}"]],"shapes":[],"constraints":[{"uuid":"0fa8b00d-cdd6-8b7b-5778-c943ae","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"4cd81b4a-eff7-a4df-efe8-a67670"},{"uuid":"9a68fb7a-1e03-366a-0fdb-5f8ee9","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"f10cab3f-6fdd-46e4-2461-aff058"}]},
164
173
  {"uuid":"9fdf804c-7316-5bc4-49cb-608798","roles":[{"uuid":"2e136c62-7a23-b066-d6cd-481922","player":"edb2c4be-ef98-0eae-8842-6bcd65"}],"readings":[["0","{0} is preferred identifier"]],"shapes":[],"constraints":[{"uuid":"1a8be6a3-fe5b-3191-4bbe-d68ecf","min":0,"max":1,"is_preferred":true,"mandatory":null,"uniqueExcept":null}]},
165
174
  {"uuid":"01547442-55f3-eb58-b01e-cea82b","roles":[{"uuid":"f75f717c-00c3-477b-9984-c5fd09","player":"c7a2feb2-46ce-d506-271d-c47da0"},{"uuid":"e88974b6-b9db-c7bf-23a8-048fbd","player":"aedb1746-fdbc-2f7e-2400-f3f0ea"}],"readings":[["01","{0} is at {1}"]],"shapes":[],"constraints":[{"uuid":"c4ae343e-bfef-248c-ddd1-8f0ba7","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"f75f717c-00c3-477b-9984-c5fd09"}]},
175
+ {"uuid":"f49ac730-73bd-4edc-214f-3f4cc3","roles":[{"uuid":"e1afa285-5b79-21f8-f66b-0c0b2d","player":"a8ba2681-d6b4-7384-2fc2-a39443"},{"uuid":"24ba230b-d10f-2c7d-9717-8b92e1","player":"450b40ce-e64c-795e-577a-fee75a"}],"readings":[["01","{0} has primary-{1}"],["10","{0} is primary for {1}"]],"shapes":[],"constraints":[{"uuid":"f22b33c6-3afe-3557-bd9d-a0638f","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"24ba230b-d10f-2c7d-9717-8b92e1"},{"uuid":"838332b2-2f51-9c9b-9a98-f0faf5","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"e1afa285-5b79-21f8-f66b-0c0b2d"}]},
166
176
  {"uuid":"eb5d3b31-3d7a-ce45-65ff-f12cea","roles":[{"uuid":"a01e8db7-ef20-7497-3b14-1ee3e4","player":"8da36e44-1b01-ee7b-20a0-ac49e6"},{"uuid":"8782fd38-c406-f6a7-5805-32a635","player":"92fe2e9f-6dd4-a626-d621-777493"}],"readings":[["01","{0} has implying-{1}"],["10","implying-{0} implies {1}"]],"shapes":[],"constraints":[{"uuid":"dcec51a1-4146-47ca-3b6a-9f2b12","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"a01e8db7-ef20-7497-3b14-1ee3e4"},{"uuid":"4d1a0040-abea-8441-22ec-ced937","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"a01e8db7-ef20-7497-3b14-1ee3e4"}]},
167
177
  {"uuid":"6025f572-590b-b375-04f3-7ce3d2","roles":[{"uuid":"abe81571-73e7-a990-9039-d38f41","player":"d760a60b-6223-9423-16ba-ae5bb9"},{"uuid":"52e52d79-75b3-eaba-841b-0cd216","player":"7b475b5b-8daf-2a64-219e-76445c"}],"readings":[["01","{0} includes {1}"],["10","{0} belongs to {1}"]],"shapes":[],"constraints":[{"uuid":"31fc4c0b-a559-4ce3-a5b9-b7ec2c","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"52e52d79-75b3-eaba-841b-0cd216"}]},
168
178
  {"uuid":"08819172-58b3-0ebf-ca61-543abe","roles":[{"uuid":"2f4845f3-83e4-b002-f129-a95d1b","player":"737c9487-58a1-8a78-d92b-1af9c9"},{"uuid":"2d892cff-e9f2-0eff-8edb-fd66ef","player":"db16b4f2-5a16-acb5-3976-556bf2"}],"readings":[["01","{0} is an instance of {1}"]],"shapes":[],"constraints":[{"uuid":"7db60ed7-a6a1-6244-0fdc-ce3a49","min":0,"max":1,"is_preferred":true,"mandatory":null,"uniqueExcept":"2f4845f3-83e4-b002-f129-a95d1b"},{"uuid":"52fc6ca7-ce45-b1d6-dddf-c9fd5a","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"2f4845f3-83e4-b002-f129-a95d1b"}]},
179
+ {"uuid":"39bef2c8-daee-e3ab-85db-5af53d","objectified_as":"910bcc08-e029-8903-3325-4ec42e","roles":[{"uuid":"006b4b0a-a6d4-e91f-1b7f-934a74","player":"8c6e9ccc-ef52-f166-efd4-3672cf"},{"uuid":"042f166e-fd2f-9138-f2a1-aa93c4","player":"b0d73911-4de8-15b3-32af-858aef"}],"readings":[["01","{0} fully absorbs {1}"]],"shapes":[],"constraints":[{"uuid":"155857d4-7b96-04fc-26dc-ed4354","min":1,"max":1,"is_preferred":true,"mandatory":true,"uniqueExcept":null}]},
169
180
  {"uuid":"06145b67-f909-16ae-d4a8-40b38e","roles":[{"uuid":"4c205ab9-85fd-af2c-677e-05d835","player":"56c9cec4-88ef-1e86-9ca6-970913"},{"uuid":"06eaada3-009d-1b55-64a7-e879fe","player":"434de550-cf2f-b4d4-1361-380a6e"}],"readings":[["01","{0} is auto-assigned at {1}"]],"shapes":[],"constraints":[{"uuid":"52b9c58f-9c45-0add-3d64-d31a3b","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"06eaada3-009d-1b55-64a7-e879fe"}]},
170
181
  {"uuid":"be606c4f-653e-f165-2ccb-bb9d5d","roles":[{"uuid":"b0ae4edc-67af-be64-c570-081eb8","player":"d760a60b-6223-9423-16ba-ae5bb9"},{"uuid":"ea31f463-8d62-60f1-a4ff-9ba498","player":"46e08c2e-b6b9-c3e4-ac7b-2bf98b"}],"readings":[["01","{0} has {1}"],["10","{0} is of {1}"]],"shapes":[],"constraints":[{"uuid":"6f4edaa4-7a85-37f7-5fba-14ea57","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"b0ae4edc-67af-be64-c570-081eb8"}]},
171
182
  {"uuid":"bb27e383-9f15-ed1b-d1f5-241f34","roles":[{"uuid":"2da75c9b-a8c0-1e93-921b-aed6c7","player":"6ebea22b-a099-6a57-beed-fe469d"}],"readings":[["0","{0} provides identification"]],"shapes":[],"constraints":[{"uuid":"299334f7-8840-b5be-f8b4-002edf","min":0,"max":1,"is_preferred":true,"mandatory":null,"uniqueExcept":null}]},
@@ -174,9 +185,12 @@ diagrams: [
174
185
  {"uuid":"87a34b96-168f-f170-0d2c-3a6baa","roles":[{"uuid":"593586f4-fed4-0218-29dd-1e894f","player":"0c0b0ef2-8be9-7569-da46-943be0"},{"uuid":"64fe9174-c381-e74a-c4c4-449980","player":"db16b4f2-5a16-acb5-3976-556bf2"}],"readings":[["01","{0} is an instance of {1}"]],"shapes":[],"constraints":[{"uuid":"d40a0f46-27b8-3a43-a735-331212","min":0,"max":1,"is_preferred":true,"mandatory":null,"uniqueExcept":"593586f4-fed4-0218-29dd-1e894f"},{"uuid":"481274f0-2709-e9f6-0ab6-bbe63d","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"593586f4-fed4-0218-29dd-1e894f"}]},
175
186
  {"uuid":"50076a9b-b5f3-936c-71c2-4e53dc","roles":[{"uuid":"60c21ec9-ac01-030e-aafc-1f4d28","player":"490ebbb9-8f57-9dab-df0b-b38b5f"},{"uuid":"c3a1508c-9f5d-f41c-7118-088adc","player":"46e08c2e-b6b9-c3e4-ac7b-2bf98b"}],"readings":[["01","{0} is called {1}"]],"shapes":[],"constraints":[{"uuid":"d5263d99-0515-9f46-b172-8c5626","min":0,"max":1,"is_preferred":true,"mandatory":null,"uniqueExcept":"60c21ec9-ac01-030e-aafc-1f4d28"},{"uuid":"b1ee4264-f1db-dc13-9766-75417a","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"60c21ec9-ac01-030e-aafc-1f4d28"}]},
176
187
  {"uuid":"f5c66151-8088-8186-bae2-e4f85d","roles":[{"uuid":"368124ff-28b9-f53c-be89-277a6e","player":"fa3f6479-9db1-f157-0d7c-dc8c54"}],"readings":[["0","{0} is negative"]],"shapes":[],"constraints":[{"uuid":"af550720-7d22-0818-c7d0-28498e","min":0,"max":1,"is_preferred":true,"mandatory":null,"uniqueExcept":null}]},
188
+ {"uuid":"bda20363-47fd-c471-554d-b1fac0","roles":[{"uuid":"b652e1ef-4a4d-aac2-8c7f-f8e59e","player":"0349031a-bd59-60dc-7337-ca7ef1"},{"uuid":"40463ad3-7027-dd3c-1816-4d5725","player":"0d437f84-07db-741b-5eff-6a0917"}],"readings":[["01","{0} is discriminated by {1}"]],"shapes":[],"constraints":[{"uuid":"c4bdd024-391f-45b8-ef4b-9fe19b","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"40463ad3-7027-dd3c-1816-4d5725"}]},
177
189
  {"uuid":"67f0d03f-5ff2-fe1c-a9e0-2f9b9d","roles":[{"uuid":"e30cf53c-365a-4084-4ca8-d2c598","player":"490ebbb9-8f57-9dab-df0b-b38b5f"},{"uuid":"a8b3f078-fb38-71ea-0d9c-645c10","player":"d760a60b-6223-9423-16ba-ae5bb9"}],"readings":[["01","{0} includes {1}"],["10","{0} belongs to {1}"]],"shapes":[],"constraints":[{"uuid":"98d56d6e-fb4c-73c6-fced-8ecedf","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"e30cf53c-365a-4084-4ca8-d2c598"}]},
190
+ {"uuid":"b955fa34-e738-f48b-72c3-95ae74","roles":[{"uuid":"2e58f4f1-b537-b5dd-a335-d06353","player":"d1b756bf-9269-647a-27f2-48386e"},{"uuid":"41967629-73ac-ff03-3264-2b4573","player":"46e08c2e-b6b9-c3e4-ac7b-2bf98b"}],"readings":[["01","{0} is called {1}"]],"shapes":[],"constraints":[{"uuid":"5b5b1b82-90d6-32f1-86b2-c763bd","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"41967629-73ac-ff03-3264-2b4573"}]},
178
191
  {"uuid":"d728b4d5-a143-7ec7-f881-28b492","roles":[{"uuid":"9b245f3b-ca6b-5c75-4eeb-247605","player":"6fe06eff-b88e-2459-21e6-39df51"},{"uuid":"c9da5347-3bce-9532-fefa-19eaba","player":"8604dec4-1c72-930b-e1bb-8bb865"}],"readings":[["01","{0} has {1}"],["10","{0} is of {1}"]],"shapes":[],"constraints":[{"uuid":"32134b05-1dd9-5c08-87f2-97ac8b","min":0,"max":1,"is_preferred":true,"mandatory":null,"uniqueExcept":"9b245f3b-ca6b-5c75-4eeb-247605"},{"uuid":"1d4cd972-9f0a-9c89-9b44-1c655f","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"9b245f3b-ca6b-5c75-4eeb-247605"}]},
179
192
  {"uuid":"056ebba8-a242-78c7-35d6-e45142","roles":[{"uuid":"d232c641-9630-d679-b60b-0ee29e","player":"0d437f84-07db-741b-5eff-6a0917"}],"readings":[["0","{0} is literal string"]],"shapes":[],"constraints":[{"uuid":"d182d186-aea6-a3b2-6bd0-490f46","min":1,"max":1,"is_preferred":true,"mandatory":true,"role":"d232c641-9630-d679-b60b-0ee29e"}]},
193
+ {"uuid":"bd54d7f3-5f4d-1f0f-9033-1fd04e","roles":[{"uuid":"c4184372-9f1d-60ee-ab44-df896f","player":"a8ba2681-d6b4-7384-2fc2-a39443"},{"uuid":"4f5c7cb7-75aa-5824-12f2-e5dd42","player":"d1b756bf-9269-647a-27f2-48386e"}],"readings":[["01","{0} is reached through {1}"],["10","{0} is to {1}"]],"shapes":[],"constraints":[{"uuid":"4b6b1ab9-9482-13a0-86c1-29ce80","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"4f5c7cb7-75aa-5824-12f2-e5dd42"}]},
180
194
  {"uuid":"a13f186a-53d6-6a49-92af-4d06ea","roles":[{"uuid":"536033be-d36b-7fbb-d12a-19f30a","player":"62bd8ce4-ac0b-8d41-d6e5-c2f16e"},{"uuid":"bef3bc9f-5653-5c91-8f53-dbca1a","player":"af0275ad-cd84-2a95-1b71-4af0c7"}],"readings":[["01","{0} is for {1}"],["10","{0} has {1}"]],"shapes":[],"constraints":[{"uuid":"ebc10a5e-5729-fca1-6b96-3f9675","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"bef3bc9f-5653-5c91-8f53-dbca1a"}]},
181
195
  {"uuid":"574931e2-4ade-3ab9-43af-18a5c3","roles":[{"uuid":"d61bfa2e-9954-30a4-284a-7ab7d4","player":"6ed24bcf-12f0-0369-0af8-fa24eb"},{"uuid":"865498b5-7978-d47c-a443-f17750","player":"e6680c4a-00bb-7cf1-52c9-dfb39a"}],"readings":[["01","{0} has {1}"],["10","{0} is of {1}"]],"shapes":[],"constraints":[{"uuid":"eecd34cc-7707-61a0-fabc-41df6f","min":0,"max":1,"is_preferred":true,"mandatory":null,"uniqueExcept":"d61bfa2e-9954-30a4-284a-7ab7d4"},{"uuid":"6dd37646-c5cc-d9f9-b003-e73b88","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"d61bfa2e-9954-30a4-284a-7ab7d4"}]},
182
196
  {"uuid":"9ac44b94-e5b1-e969-5326-e8fa56","roles":[{"uuid":"9dff17b8-6eea-7e87-044a-7dee60","player":"149f5afd-a22b-e33d-dcbd-4b09da"},{"uuid":"904f0b3c-1970-7869-434e-24ba64","player":"1f75e35a-fb0d-5de1-e866-d9cc0e"}],"readings":[["01","{0} is attached to {1}"]],"shapes":[],"constraints":[{"uuid":"5ecc15bf-c0b1-178f-b33e-11ed85","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"9dff17b8-6eea-7e87-044a-7dee60"}]},
@@ -185,8 +199,11 @@ diagrams: [
185
199
  {"uuid":"8038a76d-f6d9-53d9-02ba-e453e5","roles":[{"uuid":"40eab2f1-dd15-32c0-104a-5dc5e1","player":"fa3f6479-9db1-f157-0d7c-dc8c54"},{"uuid":"663fdf1d-186c-eee9-0c43-b15d2d","player":"63beb402-8ac5-0c64-1313-9cda5a"}],"readings":[["01","{0} is in {1} position"],["10","{0} reading for fact type is {1}"]],"shapes":[],"constraints":[{"uuid":"11d9e645-efb5-05d4-647b-356e5b","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"40eab2f1-dd15-32c0-104a-5dc5e1"}]},
186
200
  {"uuid":"1c28387a-5103-97e6-e46e-16346f","objectified_as":"f80e850c-f4cb-25dd-6a6c-e97290","roles":[{"uuid":"54c32147-4eda-afac-45f7-0f9e3b","player":"92fe2e9f-6dd4-a626-d621-777493"},{"uuid":"afa8030b-031c-43ff-69ea-cde685","player":"63beb402-8ac5-0c64-1313-9cda5a"},{"uuid":"74eaae3f-807c-893c-d01c-808c00","player":"af212182-e76c-e1b5-07ec-883f03"}],"readings":[["012","{0} has {1} place in {2}"],["021","{0} is in {1} in {2} place"],["201","{0} includes {1} in {2} place"],["210","{0} in {1} position includes {2}"]],"shapes":[],"constraints":[{"uuid":"6e039bdb-2647-a661-6a48-64e302","min":1,"max":1,"is_preferred":true,"mandatory":true,"uniqueExcept":"54c32147-4eda-afac-45f7-0f9e3b"},{"uuid":"c6a98c3b-d713-8fb9-9750-49fc22","min":1,"max":1,"is_preferred":null,"mandatory":true,"uniqueExcept":"afa8030b-031c-43ff-69ea-cde685"},{"uuid":"e83c3834-4ad1-33b3-5229-8c4afd","min":1,"max":null,"is_preferred":false,"mandatory":true,"role":"74eaae3f-807c-893c-d01c-808c00"}]},
187
201
  {"uuid":"c375ce50-592e-3f74-46d9-a085dd","roles":[{"uuid":"4feeb6d1-8c3c-b0f3-a618-0206b7","player":"d760a60b-6223-9423-16ba-ae5bb9"},{"uuid":"c3aa8291-45fb-e19c-dbcd-3ef475","player":"db16b4f2-5a16-acb5-3976-556bf2"}],"readings":[["01","{0} is an instance of {1}"]],"shapes":[],"constraints":[{"uuid":"7e13ef55-cfe4-1159-387e-25bfab","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"4feeb6d1-8c3c-b0f3-a618-0206b7"},{"uuid":"468ae118-3e28-e9b9-ba25-612494","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"4feeb6d1-8c3c-b0f3-a618-0206b7"}]},
202
+ {"uuid":"1b15a558-a582-5de4-42cd-49685a","roles":[{"uuid":"8946e506-5596-7512-a0a8-eac097","player":"56d52ac0-f4df-1bb3-dbc1-505e3b"},{"uuid":"705b4360-aeb2-1fdc-0e3c-976e5d","player":"0d437f84-07db-741b-5eff-6a0917"}],"readings":[["01","{0} is discriminated by {1}"]],"shapes":[],"constraints":[{"uuid":"b798ffd6-7c6f-37c3-cd50-7c755f","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"705b4360-aeb2-1fdc-0e3c-976e5d"}]},
203
+ {"uuid":"4540275a-3df4-b7ed-1186-9f468b","roles":[{"uuid":"aa671d62-4cfc-f870-e38b-beb39c","player":"d1b756bf-9269-647a-27f2-48386e"},{"uuid":"95dec8cc-5421-80cb-2007-be60eb","player":"e6680c4a-00bb-7cf1-52c9-dfb39a"}],"readings":[["01","{0} has {1}"],["10","{0} is of {1}"]],"shapes":[],"constraints":[{"uuid":"acc2d451-01d8-09d7-f62f-281900","min":0,"max":1,"is_preferred":true,"mandatory":null,"uniqueExcept":"aa671d62-4cfc-f870-e38b-beb39c"},{"uuid":"418bffc0-5912-83c5-4626-8cb518","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"aa671d62-4cfc-f870-e38b-beb39c"}]},
188
204
  {"uuid":"951c4c99-fc87-e0cd-e169-da245e","roles":[{"uuid":"3599b0bb-82aa-91f8-d2c5-39cb59","player":"32358c40-0d09-b3bc-7875-8ef402"},{"uuid":"50238e51-4650-4c0d-9a26-fbfa2a","player":"b0d73911-4de8-15b3-32af-858aef"}],"readings":[["01","{0} represents {1}"]],"shapes":[],"constraints":[{"uuid":"dc78f6a2-97d5-9e6b-9726-71a023","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"3599b0bb-82aa-91f8-d2c5-39cb59"}]},
189
205
  {"uuid":"59ae8919-35f6-89fa-f362-e1a056","roles":[{"uuid":"4a84136a-40ef-2e4c-aadc-3d5100","player":"edb2c4be-ef98-0eae-8842-6bcd65"},{"uuid":"021f198d-1c57-437d-dfa8-51f0a2","player":"a4da9732-565f-9626-fcae-29a9c5"}],"readings":[["01","{0} has max-{1}"]],"shapes":[],"constraints":[{"uuid":"d0983725-9ebc-5f12-af9b-4c5dac","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"021f198d-1c57-437d-dfa8-51f0a2"}]},
206
+ {"uuid":"9b98c580-6ffb-1e2f-7b64-d0853c","roles":[{"uuid":"768a28e0-bf63-7675-7a0e-579e4d","player":"910bcc08-e029-8903-3325-4ec42e"},{"uuid":"2dd58f21-a6bb-5017-2a9d-a41145","player":"b7027c11-048b-f45f-19fa-a561ef"}],"readings":[["01","{0} applies to {1}"],["10","{0} creates {1}"]],"shapes":[],"constraints":[{"uuid":"4ea91a77-01a8-ab97-7d53-e90c28","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"768a28e0-bf63-7675-7a0e-579e4d"},{"uuid":"79c17c32-0dc7-49b8-c81d-631a44","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"768a28e0-bf63-7675-7a0e-579e4d"}]},
190
207
  {"uuid":"2ba02183-adad-e127-646a-6ff45b","roles":[{"uuid":"8d4f25a1-667c-4c06-d645-6fff7b","player":"bb232969-29fe-8de4-073f-bb178a"},{"uuid":"34c89c4c-9110-6d8f-3abf-9521f8","player":"d6e42408-cc1a-4c0a-8a36-4e7309"}],"readings":[["01","{0} provides {1} coefficient"],["10","{0} uses coefficient from {1}"]],"shapes":[],"constraints":[{"uuid":"0495258b-4f1f-cb53-7028-026bb6","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"8d4f25a1-667c-4c06-d645-6fff7b"}]},
191
208
  {"uuid":"6a80fef4-9a89-2db8-d1c6-ff133d","roles":[{"uuid":"88cc5478-86ce-8f4b-b95f-4ccbc7","player":"b7027c11-048b-f45f-19fa-a561ef"},{"uuid":"09dfa711-02ba-e7f0-e8c5-1f376e","player":"92fe2e9f-6dd4-a626-d621-777493"}],"readings":[["01","{0} traverses from parent-{1}"]],"shapes":[],"constraints":[{"uuid":"92a16855-469e-c17c-8a48-bab186","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"88cc5478-86ce-8f4b-b95f-4ccbc7"}]},
192
209
  {"uuid":"4f5f86d8-b38e-88b5-7144-11691a","roles":[{"uuid":"2eca8649-1cbe-b527-abf1-71b81e","player":"bb3ea578-9bed-15bd-db91-59046d"},{"uuid":"1b54d70c-6087-8453-7eb7-f1b5d8","player":"0d437f84-07db-741b-5eff-6a0917"}],"readings":[["01","{0} has {1}"]],"shapes":[],"constraints":[{"uuid":"1bded4ae-a077-5970-2290-d16618","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"1b54d70c-6087-8453-7eb7-f1b5d8"}]},
@@ -200,10 +217,13 @@ diagrams: [
200
217
  {"uuid":"c08d04a3-55f5-ed48-1e38-553f64","roles":[{"uuid":"d3238d10-9740-14aa-a79a-cec656","player":"b7027c11-048b-f45f-19fa-a561ef"},{"uuid":"10200092-c99c-77af-f099-5850c7","player":"92fe2e9f-6dd4-a626-d621-777493"}],"readings":[["01","{0} traverses to child-{1}"]],"shapes":[],"constraints":[{"uuid":"608d9295-3269-df43-dc61-785ce4","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"d3238d10-9740-14aa-a79a-cec656"}]},
201
218
  {"uuid":"f316da10-d784-3a04-bc31-e88a6d","roles":[{"uuid":"09c7ee3e-8d44-fbd6-323c-371c1e","player":"5c4d64f3-7377-6418-f5fc-0df31a"},{"uuid":"5c4b0d49-b8a3-0539-9d17-8a6907","player":"e6680c4a-00bb-7cf1-52c9-dfb39a"}],"readings":[["01","{0} has {1}"],["10","{0} is of {1}"]],"shapes":[],"constraints":[{"uuid":"68c20d31-7105-3652-2ac0-d58680","min":0,"max":1,"is_preferred":true,"mandatory":null,"uniqueExcept":"09c7ee3e-8d44-fbd6-323c-371c1e"},{"uuid":"b0e09595-43e0-df23-51da-908c0f","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"09c7ee3e-8d44-fbd6-323c-371c1e"}]},
202
219
  {"uuid":"9a77bb0f-2e80-5bcd-79e9-ed89db","roles":[{"uuid":"80a1ca9e-492c-c57e-bf5e-78d81a","player":"c2882c25-8737-7746-0c42-321397"},{"uuid":"e9a580d0-feb7-1c44-ad33-72fce1","player":"46e08c2e-b6b9-c3e4-ac7b-2bf98b"}],"readings":[["01","{0} has topic-{1}"],["10","topic-{0} is of {1}"]],"shapes":[],"constraints":[{"uuid":"7e267c3a-b67e-3fba-5b36-14ceef","min":0,"max":1,"is_preferred":true,"mandatory":null,"uniqueExcept":"80a1ca9e-492c-c57e-bf5e-78d81a"},{"uuid":"daafcf2e-1322-1462-4f58-7fadee","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"80a1ca9e-492c-c57e-bf5e-78d81a"}]},
220
+ {"uuid":"d79583a3-36da-eb7d-a67d-c86309","roles":[{"uuid":"841769d7-a31a-d025-f2f1-121c80","player":"450b40ce-e64c-795e-577a-fee75a"}],"readings":[["0","{0} is unique"]],"shapes":[],"constraints":[{"uuid":"7fddba69-b40d-b7cc-440d-83ff4a","min":0,"max":1,"is_preferred":true,"mandatory":null,"uniqueExcept":null}]},
203
221
  {"uuid":"b6ecf21c-7c59-6bb0-7739-21c0c4","roles":[{"uuid":"01ccea25-f13e-adaf-c1d9-2f7bb3","player":"7b475b5b-8daf-2a64-219e-76445c"},{"uuid":"0ef687a2-b0f5-1736-4069-3b50a6","player":"db16b4f2-5a16-acb5-3976-556bf2"}],"readings":[["01","{0} is an instance of {1}"]],"shapes":[],"constraints":[{"uuid":"377ef2f9-bdd3-f196-e4e4-baafbb","min":0,"max":1,"is_preferred":true,"mandatory":null,"uniqueExcept":"01ccea25-f13e-adaf-c1d9-2f7bb3"},{"uuid":"21aabd0a-3f18-0c11-0968-da89ab","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"01ccea25-f13e-adaf-c1d9-2f7bb3"}]},
204
222
  {"uuid":"ab5d0349-a81f-6ae7-ed3a-46ad01","roles":[{"uuid":"4c441de9-e630-a7c1-9583-73c99c","player":"1f75e35a-fb0d-5de1-e866-d9cc0e"},{"uuid":"0021ff29-72e1-85c7-5e57-37d3c2","player":"b35950cc-5438-6050-e685-56abf2"}],"readings":[["01","{0} has {1}"],["10","{0} is for {1}"]],"shapes":[],"constraints":[{"uuid":"f3c5014a-c6c9-f692-e57d-2b1ec2","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"0021ff29-72e1-85c7-5e57-37d3c2"},{"uuid":"7a783984-5501-aea4-a64d-48a217","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"0021ff29-72e1-85c7-5e57-37d3c2"}]},
205
223
  {"uuid":"e68b6c00-9918-6811-606b-f7406f","roles":[{"uuid":"639eaa9b-4a1f-9f11-5cd3-ec98e2","player":"b1bab920-3eed-d10b-773f-79f34e"}],"readings":[["0","{0} is disallowed"]],"shapes":[],"constraints":[{"uuid":"57359420-c3f2-679e-a419-dc345f","min":0,"max":1,"is_preferred":true,"mandatory":null,"uniqueExcept":null}]},
224
+ {"uuid":"74ad2457-be17-a260-c1ff-f365a7","roles":[{"uuid":"58531723-8732-06d0-7456-6ee042","player":"450b40ce-e64c-795e-577a-fee75a"},{"uuid":"49d3186c-1cad-a0ed-2eb2-531f2d","player":"edb2c4be-ef98-0eae-8842-6bcd65"}],"readings":[["01","{0} derives from {1}"]],"shapes":[],"constraints":[{"uuid":"2ba931b4-c592-8b57-90bd-d9b5ba","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"58531723-8732-06d0-7456-6ee042"}]},
206
225
  {"uuid":"04a9e3b6-5ae3-8bce-bf06-1fb6d4","roles":[{"uuid":"3d8f8c39-33c6-113f-2b94-079311","player":"e4492d2c-a60f-535e-f5ef-b1b4c1"},{"uuid":"717714b9-242c-b535-2fc6-14514d","player":"93c26d2e-51dd-dc17-5be5-ac3ce2"}],"readings":[["01","{0} was added by {1}"],["10","{0} covers {1}"]],"shapes":[],"constraints":[{"uuid":"3bd43536-eed7-286f-6dd5-68bf29","min":0,"max":1,"is_preferred":true,"mandatory":null,"uniqueExcept":"717714b9-242c-b535-2fc6-14514d"},{"uuid":"130657b8-7944-e271-56c2-7f4f60","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"717714b9-242c-b535-2fc6-14514d"}]},
226
+ {"uuid":"067cde6e-3ce4-90fc-ccf9-069131","objectified_as":"56d52ac0-f4df-1bb3-dbc1-505e3b","roles":[{"uuid":"0d43d755-9d9e-36f7-8c58-2c3eb3","player":"d1b756bf-9269-647a-27f2-48386e"},{"uuid":"10586a6b-43ca-7b3c-802e-5abbda","player":"63beb402-8ac5-0c64-1313-9cda5a"},{"uuid":"1e8e11d2-13fe-d3c3-cb34-1cca48","player":"fd47e94d-1f36-025d-73df-6cb546"}],"readings":[["012","{0} for {1} field uses {2}"],["210","{0} provides {1} field for {2}"]],"shapes":[],"constraints":[{"uuid":"ab523c4a-d84f-d8b8-3634-819824","min":1,"max":1,"is_preferred":true,"mandatory":true,"uniqueExcept":"1e8e11d2-13fe-d3c3-cb34-1cca48"},{"uuid":"387f9977-5d50-d465-0246-51dd68","min":1,"max":null,"is_preferred":false,"mandatory":true,"role":"0d43d755-9d9e-36f7-8c58-2c3eb3"}]},
207
227
  {"uuid":"51ea06ef-0a71-38cc-a4e5-a73ca8","roles":[{"uuid":"a31cb8da-b945-b68a-fad9-416be1","player":"b1bab920-3eed-d10b-773f-79f34e"},{"uuid":"3fae880c-1d19-8f19-1516-6df5ed","player":"737c9487-58a1-8a78-d92b-1af9c9"}],"readings":[["01","{0} specifies {1}"],["10","{0} directs {1}"]],"shapes":[],"constraints":[{"uuid":"9d74276c-8dea-eafb-3dbf-80aaa4","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"a31cb8da-b945-b68a-fad9-416be1"}]},
208
228
  {"uuid":"35f8788f-dcf9-bb57-6690-241e67","roles":[{"uuid":"502012e1-852e-3dba-1475-0d82c8","player":"d760a60b-6223-9423-16ba-ae5bb9"},{"uuid":"e46cb459-9c88-5675-188b-67539c","player":"18d23fe3-f58b-8824-165c-973561"}],"readings":[["01","{0} includes {1}"],["10","{0} belongs to {1}"]],"shapes":[],"constraints":[{"uuid":"19cde480-373a-ae07-135b-4ec418","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"e46cb459-9c88-5675-188b-67539c"}]},
209
229
  {"uuid":"1cad6ed2-d595-b8c1-3117-0fc832","roles":[{"uuid":"30b56df2-f734-b3f0-ac5a-32722a","player":"56c9cec4-88ef-1e86-9ca6-970913"},{"uuid":"09330438-f47d-6bbd-11de-6bfd8e","player":"d6e42408-cc1a-4c0a-8a36-4e7309"}],"readings":[["01","{0} is of {1}"]],"shapes":[],"constraints":[{"uuid":"a57c5b8d-7250-0310-e5da-f3a14c","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"09330438-f47d-6bbd-11de-6bfd8e"}]},
@@ -211,6 +231,7 @@ diagrams: [
211
231
  {"uuid":"b572a707-73f0-f627-c425-f6f7a9","roles":[{"uuid":"3b5f1271-42f1-32b8-7dc5-f066b1","player":"56c9cec4-88ef-1e86-9ca6-970913"},{"uuid":"07550829-1a79-74a1-5035-70d8d1","player":"02b2f76d-2394-741c-f8ad-03fdf2"}],"readings":[["01","{0} has {1}"],["10","{0} constrains {1}"]],"shapes":[],"constraints":[{"uuid":"ddd50e0c-4c43-ee38-bff4-b5d392","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"07550829-1a79-74a1-5035-70d8d1"},{"uuid":"fad12be9-4aee-a582-ca7a-461795","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"3b5f1271-42f1-32b8-7dc5-f066b1"}]},
212
232
  {"uuid":"e34ec8ae-36f0-24ab-b0c0-2ade8a","roles":[{"uuid":"d73d885f-7079-bd93-6e32-f51cfd","player":"c7a2feb2-46ce-d506-271d-c47da0"},{"uuid":"5bd76555-2ea3-fb91-f0a8-8eb260","player":"a38d118f-8381-371a-90b3-5f24a7"}],"readings":[["01","{0} is at {1}"]],"shapes":[],"constraints":[{"uuid":"5c97c799-0efe-2087-ab10-ff26df","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"d73d885f-7079-bd93-6e32-f51cfd"}]},
213
233
  {"uuid":"a2c84f1c-7864-e722-0809-33b690","roles":[{"uuid":"6730ee91-ef6f-b933-256f-8848ce","player":"490ebbb9-8f57-9dab-df0b-b38b5f"},{"uuid":"c7e5acd6-9820-7f94-a075-9e406c","player":"0c0b0ef2-8be9-7569-da46-943be0"}],"readings":[["01","{0} contains {1}"],["10","{0} belongs to {1}"]],"shapes":[],"constraints":[{"uuid":"440ec61d-c2c1-7647-c145-0271f6","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"6730ee91-ef6f-b933-256f-8848ce"}]},
234
+ {"uuid":"1b8f96f4-7cd7-9267-962e-da66b4","roles":[{"uuid":"d63321b7-31ed-0cfa-86be-baa04d","player":"fd47e94d-1f36-025d-73df-6cb546"},{"uuid":"b363b9cc-d3ca-7ee8-ff20-207a14","player":"63beb402-8ac5-0c64-1313-9cda5a"}],"readings":[["01","{0} has {1} rank"]],"shapes":[],"constraints":[{"uuid":"92085d39-1711-8479-8035-0b95c1","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"b363b9cc-d3ca-7ee8-ff20-207a14"}]},
214
235
  {"uuid":"cf2846e2-fa48-9b4f-38f0-b1cf35","roles":[{"uuid":"30270176-e052-57f9-b1ad-2fa3a9","player":"8c6e9ccc-ef52-f166-efd4-3672cf"},{"uuid":"6522ee07-e438-4f86-9eb3-3304e9","player":"e6680c4a-00bb-7cf1-52c9-dfb39a"}],"readings":[["01","{0} has {1}"],["10","{0} is of {1}"]],"shapes":[],"constraints":[{"uuid":"836a7107-71d1-bba5-9de4-a10259","min":0,"max":1,"is_preferred":true,"mandatory":null,"uniqueExcept":"30270176-e052-57f9-b1ad-2fa3a9"},{"uuid":"b94f06b2-4d29-0f0c-ded8-118e7d","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"30270176-e052-57f9-b1ad-2fa3a9"}]},
215
236
  {"uuid":"2a00b70c-12f1-539a-2e33-1217d1","roles":[{"uuid":"0254c238-b4fd-d549-2c14-37ae9c","player":"e4492d2c-a60f-535e-f5ef-b1b4c1"},{"uuid":"7ff890f6-3297-2e94-2c64-8245bc","player":"86235e98-7a98-18bb-05a4-9fbab0"}],"readings":[["01","{0} has {1}"],["10","{0} is of {1}"]],"shapes":[],"constraints":[{"uuid":"b67b0324-d1f8-4ba8-d490-e209fe","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"0254c238-b4fd-d549-2c14-37ae9c"}]},
216
237
  {"uuid":"4c6e0560-2f35-a095-8f7b-4aeadf","objectified_as":"6ebea22b-a099-6a57-beed-fe469d","roles":[{"uuid":"4bed72f1-68b8-a9d2-7728-634871","player":"3e320962-99f2-83a8-1612-63ebe0"},{"uuid":"6e21df09-1a88-ee34-8fbc-1b5ffe","player":"3e320962-99f2-83a8-1612-63ebe0"}],"readings":[["01","{0} is supertype of sub-{1}"],["10","{0} is subtype of super-{1}"]],"shapes":[],"constraints":[{"uuid":"e83c7f22-fa84-c0fa-e2c3-d780f9","min":1,"max":1,"is_preferred":true,"mandatory":true,"uniqueExcept":null},{"uuid":"21440780-336d-2c2e-0987-953e91","shapes":[],"ringKind":"AcyclicIntransitive","roles":["4bed72f1-68b8-a9d2-7728-634871","6e21df09-1a88-ee34-8fbc-1b5ffe"]}]},
@@ -223,16 +244,18 @@ diagrams: [
223
244
  {"uuid":"ab8a4003-cd30-3132-692c-8cddc6","roles":[{"uuid":"a3943554-546e-0ab5-d8fe-98d9f6","player":"edb2c4be-ef98-0eae-8842-6bcd65"},{"uuid":"40bb5907-ed03-b882-211c-1f810c","player":"a4da9732-565f-9626-fcae-29a9c5"}],"readings":[["01","{0} has min-{1}"]],"shapes":[],"constraints":[{"uuid":"c0c7c33c-2a61-eb75-8244-318aef","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"40bb5907-ed03-b882-211c-1f810c"}]},
224
245
  {"uuid":"e246a361-39ce-5177-93cb-0cbcfe","objectified_as":"45951ee0-d56a-c690-2a8a-e8a114","roles":[{"uuid":"7f04d38a-2243-9f43-b8c7-83a314","player":"b7027c11-048b-f45f-19fa-a561ef"},{"uuid":"e60b4a21-e5af-8573-e42b-233ab0","player":"92fe2e9f-6dd4-a626-d621-777493"},{"uuid":"eacc0016-c705-a860-ef02-55bfb1","player":"63beb402-8ac5-0c64-1313-9cda5a"}],"readings":[["012","{0} is nested under index-{1} in {2} position"],["021","{0} in {1} position is nested under {2}"],["102","{0} keys nesting of {1} at {2} priority"]],"shapes":[],"constraints":[{"uuid":"28b2b85c-496f-6a04-7164-7c5f30","min":1,"max":1,"is_preferred":true,"mandatory":true,"uniqueExcept":"e60b4a21-e5af-8573-e42b-233ab0"}]},
225
246
  {"uuid":"16acc2a1-7467-2c53-59c1-1d3d71","objectified_as":"203abdc9-60b9-e2da-80da-01bc26","roles":[{"uuid":"982d233a-43ba-7236-9ee2-2de80d","player":"02b2f76d-2394-741c-f8ad-03fdf2"},{"uuid":"d4a91ec0-5c04-d42d-635b-388042","player":"7f06b39d-3155-b771-8af2-f10607"}],"readings":[["01","{0} allows {1}"]],"shapes":[],"constraints":[{"uuid":"7cd7c366-1253-eb7e-fef0-8d3c8a","min":1,"max":1,"is_preferred":true,"mandatory":true,"uniqueExcept":null}]},
226
- {"uuid":"a974ed80-1d3f-bce4-70cb-852bda","objectified_as":"3bd0fb48-0f5e-2f7a-c37d-7bb029","roles":[{"uuid":"5ebf5c0a-403f-9ace-89ae-0b3eac","player":"46e08c2e-b6b9-c3e4-ac7b-2bf98b"},{"uuid":"9e3c5915-12a9-57bf-446a-c76846","player":"56c9cec4-88ef-1e86-9ca6-970913"}],"readings":[["01","{0} is a facet of {1}"],["10","{0} has facet called {1}"]],"shapes":[],"constraints":[{"uuid":"fe7eb0b1-1fc6-e2a1-58c0-ab38ff","min":1,"max":1,"is_preferred":true,"mandatory":true,"uniqueExcept":null}]},
247
+ {"uuid":"a974ed80-1d3f-bce4-70cb-852bda","objectified_as":"3bd0fb48-0f5e-2f7a-c37d-7bb029","roles":[{"uuid":"5ebf5c0a-403f-9ace-89ae-0b3eac","player":"46e08c2e-b6b9-c3e4-ac7b-2bf98b"},{"uuid":"9e3c5915-12a9-57bf-446a-c76846","player":"56c9cec4-88ef-1e86-9ca6-970913"}],"readings":[["01","{0} identifies parameter of {1}"],["10","{0} has parameter called {1}"]],"shapes":[],"constraints":[{"uuid":"fe7eb0b1-1fc6-e2a1-58c0-ab38ff","min":1,"max":1,"is_preferred":true,"mandatory":true,"uniqueExcept":null}]},
227
248
  {"uuid":"4ffc19af-45c9-11a6-ef08-e5198e","roles":[{"uuid":"5bcae2a4-b612-30aa-9a49-f7efb3","player":"92fe2e9f-6dd4-a626-d621-777493"},{"uuid":"27974f89-9bb2-74e6-0bf7-6f009b","player":"63beb402-8ac5-0c64-1313-9cda5a"}],"readings":[["01","{0} fills {1}"],["10","{0} applies to {1}"]],"shapes":[],"constraints":[{"uuid":"a9f4ec65-73e3-8196-17da-e671c4","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"5bcae2a4-b612-30aa-9a49-f7efb3"}]},
228
249
  {"uuid":"4c8e984a-9453-d354-4e64-bb5dce","roles":[{"uuid":"233bb1fb-e0dd-20ab-189d-c1b78d","player":"6bb15109-e63b-394b-0bd0-25fc60"},{"uuid":"77247fea-bc4b-35ca-850b-a4ba6f","player":"92fe2e9f-6dd4-a626-d621-777493"}],"readings":[["01","{0} projects {1}"],["10","{0} is projected from {1}"]],"shapes":[],"constraints":[{"uuid":"3b781a94-3a76-a381-0ce5-1de9a9","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"77247fea-bc4b-35ca-850b-a4ba6f"},{"uuid":"163d2a81-8252-7dbf-977e-57e102","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"233bb1fb-e0dd-20ab-189d-c1b78d"}]},
229
250
  {"uuid":"3b56dbf5-53a7-716d-ad71-06b334","roles":[{"uuid":"50ac8cb9-2492-f38e-8665-53fdd8","player":"f80e850c-f4cb-25dd-6a6c-e97290"},{"uuid":"fb63f316-4b53-c702-5307-f6429d","player":"caab36b4-3b15-a2d9-bfb1-5e0086"}],"readings":[["01","{0} has trailing-{1}"]],"shapes":[],"constraints":[{"uuid":"d83a4b59-8049-ae62-4929-9f29c3","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"fb63f316-4b53-c702-5307-f6429d"}]},
230
251
  {"uuid":"ad4c62f1-968e-25a1-f06d-b33a53","roles":[{"uuid":"79f3f348-6a26-819a-a3ee-4b82d7","player":"e6229f8c-305a-4a2c-de76-89f383"},{"uuid":"c13ac9bb-0d4e-84d4-a715-d907e1","player":"6bb15109-e63b-394b-0bd0-25fc60"}],"readings":[["01","{0} includes {1}"],["10","{0} is in {1}"]],"shapes":[],"constraints":[{"uuid":"d80e2f0c-c743-bac0-0d79-0912d7","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"c13ac9bb-0d4e-84d4-a715-d907e1"},{"uuid":"24e24404-8878-4a2f-8381-12c269","min":1,"max":null,"is_preferred":false,"mandatory":true,"role":"79f3f348-6a26-819a-a3ee-4b82d7"}]},
231
- {"uuid":"822607bf-001c-eddb-b241-26d9ff","roles":[{"uuid":"1ba84364-94f3-18c3-75eb-f73b46","player":"3bd0fb48-0f5e-2f7a-c37d-7bb029"},{"uuid":"8b895d3f-4259-a65b-07df-5e75e2","player":"56c9cec4-88ef-1e86-9ca6-970913"}],"readings":[["01","{0} requires value of facet-{1}"]],"shapes":[],"constraints":[{"uuid":"88cb7c15-f16c-47f3-96fa-5b204e","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"1ba84364-94f3-18c3-75eb-f73b46"}]},
252
+ {"uuid":"822607bf-001c-eddb-b241-26d9ff","roles":[{"uuid":"1ba84364-94f3-18c3-75eb-f73b46","player":"3bd0fb48-0f5e-2f7a-c37d-7bb029"},{"uuid":"8b895d3f-4259-a65b-07df-5e75e2","player":"56c9cec4-88ef-1e86-9ca6-970913"}],"readings":[["01","{0} requires value of parameter-{1}"]],"shapes":[],"constraints":[{"uuid":"88cb7c15-f16c-47f3-96fa-5b204e","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"1ba84364-94f3-18c3-75eb-f73b46"}]},
232
253
  {"uuid":"c640ae5e-9c41-a312-9c3a-3f1b51","roles":[{"uuid":"9676fa39-f428-3a3c-7270-d5c9b5","player":"7b475b5b-8daf-2a64-219e-76445c"},{"uuid":"4fe7fda7-8417-9752-fcd4-f849d6","player":"737c9487-58a1-8a78-d92b-1af9c9"}],"readings":[["01","{0} is of {1}"]],"shapes":[],"constraints":[{"uuid":"f03081df-3fdc-9a97-63bc-43e769","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"9676fa39-f428-3a3c-7270-d5c9b5"}]},
233
254
  {"uuid":"be6c61bc-39d6-0d7c-1675-2df3f8","roles":[{"uuid":"42474ac0-e190-4cf4-b9b3-9b376c","player":"d6e42408-cc1a-4c0a-8a36-4e7309"},{"uuid":"357880b7-3e3c-9864-19a1-8abc30","player":"0d437f84-07db-741b-5eff-6a0917"}],"readings":[["01","{0} is of {1}"],["10","{0} is in {1}"]],"shapes":[],"constraints":[{"uuid":"3b80c71b-0f6d-983a-64f4-e0c6a0","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"42474ac0-e190-4cf4-b9b3-9b376c"}]},
234
255
  {"uuid":"2480976e-2d28-b62f-7749-ab8662","roles":[{"uuid":"7b255fe9-07fe-fb75-42a6-b007bc","player":"d3372ba8-fc5e-4316-bfd1-8aca0a"},{"uuid":"7446689b-4e04-b83e-5661-d876e2","player":"0c0b0ef2-8be9-7569-da46-943be0"}],"readings":[["01","{0} is for {1}"]],"shapes":[],"constraints":[{"uuid":"3ed36b86-c280-47c9-7f79-d56bbf","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"7b255fe9-07fe-fb75-42a6-b007bc"}]},
256
+ {"uuid":"0250212f-a5e2-a5e4-ef40-b30925","roles":[{"uuid":"3d5bf569-c952-eb3d-2f11-394f79","player":"e0c53672-6fab-6de9-43b1-4cf3f8"},{"uuid":"1446a786-0bf2-92fb-9b13-805c8d","player":"a8ba2681-d6b4-7384-2fc2-a39443"}],"readings":[["01","{0} traverses from source-{1}"],["10","{0} contains {1}"]],"shapes":[],"constraints":[{"uuid":"eb1e7de9-9f9c-056c-bf6b-f20c72","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"3d5bf569-c952-eb3d-2f11-394f79"}]},
235
257
  {"uuid":"4844df22-7c58-5474-4dfb-b80e12","roles":[{"uuid":"64aee8ea-6693-9dd9-5ee5-2db6b6","player":"bb3ea578-9bed-15bd-db91-59046d"},{"uuid":"364f137a-855f-fe53-984f-5b7547","player":"7b475b5b-8daf-2a64-219e-76445c"}],"readings":[["01","{0} objectifies {1}"],["10","{0} is objectified as {1}"]],"shapes":[],"constraints":[{"uuid":"97f7274a-d4c4-88be-dfa6-9ba345","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"364f137a-855f-fe53-984f-5b7547"},{"uuid":"38fe6ec8-3ad6-6cd1-6388-b5faf3","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"64aee8ea-6693-9dd9-5ee5-2db6b6"}]},
258
+ {"uuid":"4caae7a7-5afe-6c45-f94e-d3c6f2","objectified_as":"0349031a-bd59-60dc-7337-ca7ef1","roles":[{"uuid":"9fec8c56-94c8-aad0-4930-68a645","player":"e0c53672-6fab-6de9-43b1-4cf3f8"},{"uuid":"ba8ae23e-d593-6bfa-ac26-34e841","player":"63beb402-8ac5-0c64-1313-9cda5a"},{"uuid":"b4f3fe82-e0b5-22c0-6574-d16101","player":"fd47e94d-1f36-025d-73df-6cb546"}],"readings":[["012","{0} for {1} field uses {2}"],["210","{0} provides {1} field for {2}"]],"shapes":[],"constraints":[{"uuid":"bf314654-822f-eccb-db04-492c4b","min":1,"max":1,"is_preferred":true,"mandatory":true,"uniqueExcept":"b4f3fe82-e0b5-22c0-6574-d16101"},{"uuid":"f2fa1e44-0de4-78af-bffe-33009a","min":1,"max":null,"is_preferred":false,"mandatory":true,"role":"9fec8c56-94c8-aad0-4930-68a645"}]},
236
259
  {"uuid":"d57e23af-6963-39be-c057-ccac3e","roles":[{"uuid":"59baccdf-95f5-d0ec-0e78-c78950","player":"fa3f6479-9db1-f157-0d7c-dc8c54"},{"uuid":"40ec807b-bebc-9754-8394-4a2e37","player":"f0487d2d-7f60-ed22-4b4e-43d724"}],"readings":[["01","{0} has {1}"]],"shapes":[],"constraints":[{"uuid":"229e0e43-09be-60cb-2ded-89364b","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"59baccdf-95f5-d0ec-0e78-c78950"}]},
237
260
  {"uuid":"0cd2666a-1238-c081-6c71-35a217","roles":[{"uuid":"3a8271b8-f1bd-35c2-96cc-8049b0","player":"92fe2e9f-6dd4-a626-d621-777493"},{"uuid":"dd550ec8-5159-accb-a124-939434","player":"46e08c2e-b6b9-c3e4-ac7b-2bf98b"}],"readings":[["01","{0} has role-{1}"],["10","role-{0} is name of {1}"]],"shapes":[],"constraints":[{"uuid":"14f1d755-d3f0-847d-ba7d-e29e38","min":1,"max":null,"is_preferred":false,"mandatory":true,"role":"dd550ec8-5159-accb-a124-939434"},{"uuid":"ab28e075-47bf-e1da-d77b-8afdd0","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"dd550ec8-5159-accb-a124-939434"}]},
238
261
  {"uuid":"22e258a9-5024-f562-a2e2-4f57cf","roles":[{"uuid":"280cf5e4-6215-fcdf-14c6-995ada","player":"b35950cc-5438-6050-e685-56abf2"},{"uuid":"9ddbe0a4-a14e-5fe8-eeed-db6ee9","player":"fa3f6479-9db1-f157-0d7c-dc8c54"}],"readings":[["01","{0} is for {1}"],["10","{0} has {1}"]],"shapes":[],"constraints":[{"uuid":"648df91c-4af6-20e0-fc7d-f4122e","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"280cf5e4-6215-fcdf-14c6-995ada"}]},
@@ -258,6 +281,7 @@ diagrams: [
258
281
  {"uuid":"e58ab50b-b6ee-bb4b-64bf-f33049","roles":[{"uuid":"4cc58d64-6192-279e-b907-511c17","player":"6bb15109-e63b-394b-0bd0-25fc60"},{"uuid":"bba346a0-0ffe-ba9e-8232-4d0313","player":"63beb402-8ac5-0c64-1313-9cda5a"}],"readings":[["01","{0} has {1} position"]],"shapes":[],"constraints":[{"uuid":"aabb35dc-6853-e2c9-01b4-e6dac9","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"4cc58d64-6192-279e-b907-511c17"}]},
259
282
  {"uuid":"fd93ca0f-ccd8-db9f-dc27-3dd279","roles":[{"uuid":"4fcd0e4e-def0-c86e-c4a0-58b1e0","player":"b0d73911-4de8-15b3-32af-858aef"},{"uuid":"41673177-9e11-ef3a-273b-20f2a3","player":"92fe2e9f-6dd4-a626-d621-777493"}],"readings":[["01","{0} plays {1}"],["10","{0} is played by {1}"]],"shapes":[],"constraints":[{"uuid":"09392271-48e4-7b49-6573-27e372","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"41673177-9e11-ef3a-273b-20f2a3"}]},
260
283
  {"uuid":"9a51581a-c152-67f8-b73f-3b3332","roles":[{"uuid":"83c2b24a-56da-0c3b-4e71-3eb4d2","player":"59fb40da-b1f6-bff6-9e6b-63d1d4"},{"uuid":"3ece785c-e9b3-da8a-e0c7-39fb83","player":"0d437f84-07db-741b-5eff-6a0917"}],"readings":[["01","{0} has {1}"],["10","{0} is of {1}"]],"shapes":[],"constraints":[{"uuid":"c5c43802-9e35-0f32-28e0-e4609d","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"83c2b24a-56da-0c3b-4e71-3eb4d2"},{"uuid":"55c8bdb0-8c83-6846-73b6-843060","min":1,"max":null,"is_preferred":false,"mandatory":true,"role":"3ece785c-e9b3-da8a-e0c7-39fb83"}]},
284
+ {"uuid":"163b56f3-7070-a12b-15b1-65fbc8","roles":[{"uuid":"11444533-a9b3-ded3-bcd9-31b19f","player":"45951ee0-d56a-c690-2a8a-e8a114"},{"uuid":"844230a0-ffa0-6b8d-83e1-0a6153","player":"46e08c2e-b6b9-c3e4-ac7b-2bf98b"}],"readings":[["01","{0} has key-{1}"]],"shapes":[],"constraints":[{"uuid":"94539739-f1d7-dfa8-2671-888360","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"844230a0-ffa0-6b8d-83e1-0a6153"}]},
261
285
  {"uuid":"1ab9ec27-379f-82aa-72a9-9eb9b7","roles":[{"uuid":"461ee7f4-1a68-c8bc-5161-1a1bc6","player":"b7027c11-048b-f45f-19fa-a561ef"}],"readings":[["0","{0} flattens"]],"shapes":[],"constraints":[{"uuid":"fdd86815-c6cf-53ac-3540-ca8488","min":0,"max":1,"is_preferred":true,"mandatory":null,"uniqueExcept":null}]},
262
286
  {"uuid":"bcf29916-49c4-303f-195e-cb0a92","roles":[{"uuid":"82fbd754-9ab3-0ce6-76ba-0d7ab2","player":"e6229f8c-305a-4a2c-de76-89f383"},{"uuid":"57fe3c40-9e0b-3d8e-a686-5f7e04","player":"db16b4f2-5a16-acb5-3976-556bf2"}],"readings":[["01","{0} is an instance of {1}"]],"shapes":[],"constraints":[{"uuid":"201a9117-8b25-d7e6-f221-12acae","min":0,"max":1,"is_preferred":true,"mandatory":null,"uniqueExcept":"82fbd754-9ab3-0ce6-76ba-0d7ab2"},{"uuid":"d273caa9-9531-1628-f33a-e53099","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"82fbd754-9ab3-0ce6-76ba-0d7ab2"}]},
263
287
  {"uuid":"aaac4535-90e5-7791-08b1-f3c7f6","roles":[{"uuid":"96f6a387-8342-b3d6-1fb0-3c3d8f","player":"8c6e9ccc-ef52-f166-efd4-3672cf"},{"uuid":"a6278e37-375c-ac56-42d9-a2738a","player":"46e08c2e-b6b9-c3e4-ac7b-2bf98b"}],"readings":[["01","{0} is called {1}"],["10","{0} is of {1}"]],"shapes":[],"constraints":[{"uuid":"60782ae1-6e2e-e5b0-ce7d-3e5218","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"96f6a387-8342-b3d6-1fb0-3c3d8f"},{"uuid":"136ae03e-e23e-87cc-21f4-f437a6","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"96f6a387-8342-b3d6-1fb0-3c3d8f"}]},
@@ -276,7 +300,7 @@ diagrams: [
276
300
  {"uuid":"4abca7d5-55a4-aa15-5f89-906030","roles":[{"uuid":"2f434982-7f01-b91a-51a8-78cefd","player":"56c9cec4-88ef-1e86-9ca6-970913"},{"uuid":"5a3f8a41-a75b-8772-8836-7ada42","player":"56c9cec4-88ef-1e86-9ca6-970913"}],"readings":[["01","{0} is subtype of super-{1}"],["10","{0} is supertype of {1}"]],"shapes":[],"constraints":[{"uuid":"7573841d-814e-cf6f-7542-e69571","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"5a3f8a41-a75b-8772-8836-7ada42"},{"uuid":"7b905ac8-d4c0-a05e-78f2-e44a78","shapes":[],"ringKind":"AcyclicTransitive","roles":["5a3f8a41-a75b-8772-8836-7ada42","2f434982-7f01-b91a-51a8-78cefd"]}]},
277
301
  {"uuid":"ba8f0644-3ad6-ad95-369a-615b0f","roles":[{"uuid":"73633ce7-236f-0b30-0416-661016","player":"b0d73911-4de8-15b3-32af-858aef"},{"uuid":"cbdc9da0-9131-72c7-03ce-925687","player":"490ebbb9-8f57-9dab-df0b-b38b5f"}],"readings":[["01","{0} belongs to {1}"]],"shapes":[],"constraints":[{"uuid":"ffb87ab5-88f3-af41-4c5a-6d3be9","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"73633ce7-236f-0b30-0416-661016"}]},
278
302
  {"uuid":"e69d0bc6-5d69-b96c-c0ea-0bb186","objectified_as":"32c8ce20-a23b-42d6-6c7d-c966a0","roles":[{"uuid":"b723e7a2-e4c4-bb44-0ee7-bc9101","player":"e4492d2c-a60f-535e-f5ef-b1b4c1"},{"uuid":"f2759acc-0daa-89bb-dcfd-048f64","player":"20596834-2063-2e43-2fca-ff0600"}],"readings":[["01","{0} is according to {1}"],["10","{0} claims {1}"]],"shapes":[],"constraints":[{"uuid":"aaa79243-6f37-b5bf-4bc9-030a4f","min":1,"max":1,"is_preferred":true,"mandatory":true,"uniqueExcept":null}]},
279
- {"uuid":"54ad1b2e-11f9-2c1c-338d-3678db","roles":[{"uuid":"2f54cbf3-3c9f-4845-7676-6653aa","player":"32358c40-0d09-b3bc-7875-8ef402"},{"uuid":"4f4e8a76-8cd7-7bf3-7d1e-556446","player":"fd47e94d-1f36-025d-73df-6cb546"}],"readings":[["01","{0} contains {1}"],["10","{0} belongs to parent-{1}"]],"shapes":[],"constraints":[{"uuid":"be6c6aa1-8c68-7c8f-9868-d9f275","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"2f54cbf3-3c9f-4845-7676-6653aa"},{"uuid":"90c04fcd-43c2-d139-93b4-6a1f00","shapes":[],"ringKind":"AcyclicStronglyIntransitive","roles":["2f54cbf3-3c9f-4845-7676-6653aa","4f4e8a76-8cd7-7bf3-7d1e-556446"]}]},
303
+ {"uuid":"54ad1b2e-11f9-2c1c-338d-3678db","roles":[{"uuid":"2f54cbf3-3c9f-4845-7676-6653aa","player":"32358c40-0d09-b3bc-7875-8ef402"},{"uuid":"4f4e8a76-8cd7-7bf3-7d1e-556446","player":"fd47e94d-1f36-025d-73df-6cb546"}],"readings":[["01","{0} contains {1}"],["10","{0} belongs to {1}"]],"shapes":[],"constraints":[{"uuid":"be6c6aa1-8c68-7c8f-9868-d9f275","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"2f54cbf3-3c9f-4845-7676-6653aa"},{"uuid":"90c04fcd-43c2-d139-93b4-6a1f00","shapes":[],"ringKind":"AcyclicStronglyIntransitive","roles":["2f54cbf3-3c9f-4845-7676-6653aa","4f4e8a76-8cd7-7bf3-7d1e-556446"]}]},
280
304
  {"uuid":"46917859-2453-8463-9d1b-768531","objectified_as":"9e80bb84-bc92-bdbc-ea4c-e46b19","roles":[{"uuid":"40fde09b-abf6-8556-d2e3-b2c5d4","player":"db16b4f2-5a16-acb5-3976-556bf2"},{"uuid":"166b0ea2-0fe8-81f4-3ab9-3cb797","player":"2e64dcf8-f289-475e-2e5a-94960a"}],"readings":[["01","{0} has mapping-{1}"],["10","{0} applies to {1}"]],"shapes":[],"constraints":[{"uuid":"327e808b-9d05-1bde-ab93-4f8b35","min":1,"max":1,"is_preferred":true,"mandatory":true,"uniqueExcept":null}]},
281
305
  {"uuid":"e81b11aa-d6a0-13eb-fa3b-baf104","roles":[{"uuid":"9da30253-5390-58fd-5461-d771fd","player":"d45fb8a4-9dbd-bd7f-5f1a-b0692c"},{"uuid":"a6bfa5a7-9bfc-4d8c-0e8d-64a4c6","player":"0d437f84-07db-741b-5eff-6a0917"}],"readings":[["01","{0} has {1}"]],"shapes":[],"constraints":[{"uuid":"22faaa07-1810-bde6-420c-168cdb","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"9da30253-5390-58fd-5461-d771fd"}]},
282
306
  {"uuid":"f4bc8084-7b9b-3840-0610-03f744","roles":[{"uuid":"ff657697-d3c5-018c-8c25-00672a","player":"af212182-e76c-e1b5-07ec-883f03"},{"uuid":"18cf0fb8-13e0-92a8-ae09-0cebf2","player":"70dd6bdf-1a87-f2af-6c49-c405e1"}],"readings":[["10","{0} covers superset-{1}"]],"shapes":[],"constraints":[{"uuid":"cf57b1c6-0af4-5650-f5f1-9ea588","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"18cf0fb8-13e0-92a8-ae09-0cebf2"}]},
@@ -284,6 +308,7 @@ diagrams: [
284
308
  {"uuid":"e7c63bdd-027c-4fa2-633c-43c2f0","roles":[{"uuid":"d0f5399f-357f-367e-ad28-da3923","player":"d6e42408-cc1a-4c0a-8a36-4e7309"},{"uuid":"ed03d18e-1f9f-0e82-c520-04fcda","player":"71d9fa86-fed4-dc1d-0a8f-21bb36"}],"readings":[["01","{0} has {1}"]],"shapes":[],"constraints":[{"uuid":"2114af2f-27bf-7428-6fbb-5935da","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"ed03d18e-1f9f-0e82-c520-04fcda"}]},
285
309
  {"uuid":"e9491d0d-e8d9-7e68-ad31-70a77e","roles":[{"uuid":"06dbb288-c024-6d67-2c45-1d8e06","player":"92fe2e9f-6dd4-a626-d621-777493"},{"uuid":"c0b7cce4-b7a9-1a3f-8119-6c08e6","player":"db16b4f2-5a16-acb5-3976-556bf2"}],"readings":[["01","{0} is an instance of {1}"]],"shapes":[],"constraints":[{"uuid":"4910d9a1-5409-9968-67a9-27237c","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"06dbb288-c024-6d67-2c45-1d8e06"},{"uuid":"ea666d9b-3fa6-52d4-af51-173ff3","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"06dbb288-c024-6d67-2c45-1d8e06"}]},
286
310
  {"uuid":"4dfbed36-308e-b0a1-bd66-4126fa","roles":[{"uuid":"0dff1ef2-a26c-51e6-416d-e263d7","player":"d5cf05c5-0887-406b-09a5-7c6b37"},{"uuid":"637a364b-242b-2b1d-3124-9d4719","player":"6bb15109-e63b-394b-0bd0-25fc60"}],"readings":[["01","{0} is of {1}"],["10","{0} has {1}"]],"shapes":[],"constraints":[{"uuid":"6e305a8c-4589-3259-da2a-2c85e1","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"0dff1ef2-a26c-51e6-416d-e263d7"}]},
311
+ {"uuid":"ad245e0b-c687-a0c7-5540-0c2448","roles":[{"uuid":"07ce534a-2716-7962-ef67-bf957c","player":"e0c53672-6fab-6de9-43b1-4cf3f8"},{"uuid":"54aa6a5f-64bc-44ec-d799-1c6162","player":"b7027c11-048b-f45f-19fa-a561ef"}],"readings":[["01","{0} derives from {1}"]],"shapes":[],"constraints":[{"uuid":"e984031f-b5d1-8cff-c6dd-e727f1","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"07ce534a-2716-7962-ef67-bf957c"}]},
287
312
  {"uuid":"e387f956-64ae-f371-3b31-aff918","roles":[{"uuid":"72a6ea11-18da-108a-8f5c-11a9bf","player":"fd47e94d-1f36-025d-73df-6cb546"},{"uuid":"24f21e6c-f342-ed86-62b1-100bc7","player":"e6680c4a-00bb-7cf1-52c9-dfb39a"}],"readings":[["01","{0} has {1}"],["10","{0} is of {1}"]],"shapes":[],"constraints":[{"uuid":"a4fbaf34-2bc9-43e5-a30e-603c8a","min":0,"max":1,"is_preferred":true,"mandatory":null,"uniqueExcept":"72a6ea11-18da-108a-8f5c-11a9bf"},{"uuid":"92a54055-9aae-8ced-266c-053dc1","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"72a6ea11-18da-108a-8f5c-11a9bf"}]},
288
313
  {"uuid":"783460d4-63f1-8893-74f8-0cf461","roles":[{"uuid":"43687d96-95bd-37de-bbda-ee8723","player":"32c8ce20-a23b-42d6-6c7d-c966a0"},{"uuid":"9c0448b6-9648-8cb7-9137-3c7a02","player":"acccb2cc-6367-354d-864f-b8a887"}],"readings":[["01","{0} was lodged on {1}"]],"shapes":[],"constraints":[{"uuid":"299bfec9-fd1a-ecbf-df9a-0d5312","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"9c0448b6-9648-8cb7-9137-3c7a02"}]},
289
314
  {"uuid":"e2202ffd-25ba-1a57-12ca-074fa4","roles":[{"uuid":"0e71ad36-1501-aa94-6df9-038fa6","player":"6bd8fca9-e6dd-e3c8-26a7-3e61df"},{"uuid":"1839cf95-4d3f-0a8d-f0f9-5e063e","player":"a81ebc59-bd22-f66e-b7ad-d123ce"}],"readings":[["01","{0} is for {1}"],["10","{0} has {1}"]],"shapes":[],"constraints":[{"uuid":"1321921e-5bf7-0f82-71dd-f3739b","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"0e71ad36-1501-aa94-6df9-038fa6"},{"uuid":"920a1f8f-c9ab-84b7-a0c2-f4d232","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"0e71ad36-1501-aa94-6df9-038fa6"}]},
@@ -291,6 +316,7 @@ diagrams: [
291
316
  {"uuid":"578a29f8-9f54-f2e6-7fd7-d98ec8","roles":[{"uuid":"5d55f421-9465-fb79-dd4f-7e070f","player":"56c9cec4-88ef-1e86-9ca6-970913"},{"uuid":"84208dd5-02d0-471e-0ac9-67e349","player":"93d28ddf-f746-bdb2-5494-b3f23a"}],"readings":[["01","{0} has {1}"],["10","{0} is of {1}"]],"shapes":[],"constraints":[{"uuid":"3a8d2d06-f486-d34e-eabe-e7404f","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"84208dd5-02d0-471e-0ac9-67e349"}]}
292
317
  ],
293
318
  constraints: [
319
+ {"uuid":"f486516a-ec6b-acb7-efb8-84f114","type":"SubsetConstraint","shapes":[],"role_sequences":[["24ba230b-d10f-2c7d-9717-8b92e1"],["841769d7-a31a-d025-f2f1-121c80"]]},
294
320
  {"uuid":"1ca9a8f2-f1dd-d8fa-080c-cd39e8","type":"SetExclusionConstraint","shapes":[],"is_mandatory":true,"role_sequences":[["5c33c08c-ebec-93ef-3a05-b4dfc0"],["31ffb1f0-da35-5caa-1974-747450"]]},
295
321
  {"uuid":"ded0530c-5815-950d-910d-3d15c3","type":"SubsetConstraint","shapes":[],"role_sequences":[["d3238d10-9740-14aa-a79a-cec656","4fcd0e4e-def0-c86e-c4a0-58b1e0"],["3599b0bb-82aa-91f8-d2c5-39cb59","50238e51-4650-4c0d-9a26-fbfa2a"]]},
296
322
  {"uuid":"ce755310-2b8d-35b3-a3bd-733a44","type":"SetExclusionConstraint","shapes":[],"is_mandatory":true,"role_sequences":[["34c89c4c-9110-6d8f-3abf-9521f8"],["c7d2736d-3c19-72a2-0af4-d5ed94"]]},
@@ -321,11 +347,14 @@ diagrams: [
321
347
  {"uuid":"426239d7-2d8c-ef14-adb1-fcd213","type":"PresenceConstraint","shapes":[],"min_frequency":0,"max_frequency":1,"is_mandatory":null,"is_preferred_identifier":true,"role_sequences":[["c5b1c6a5-0c61-d50c-d38c-83ac0f","07791b10-47c9-f190-fd96-5e855e"]]},
322
348
  {"uuid":"122ec7ef-792e-a0f0-e135-b9e34c","type":"SetExclusionConstraint","shapes":[],"is_mandatory":null,"role_sequences":[["461ee7f4-1a68-c8bc-5161-1a1bc6"],["35912c3c-4c86-99c5-0ae6-62f70f"]]},
323
349
  {"uuid":"e85cd970-d1be-fcb7-3063-946bbb","type":"PresenceConstraint","shapes":[],"min_frequency":1,"max_frequency":null,"is_mandatory":true,"is_preferred_identifier":false,"role_sequences":[["e2150d8b-02c1-86e1-717f-03594d","fc6e6541-5314-fdb3-2f70-223c46"]]},
350
+ {"uuid":"e1fb505d-9cf5-ea4e-270d-94bdca","type":"SetExclusionConstraint","shapes":[],"is_mandatory":true,"role_sequences":[["75a86d7a-c663-90ad-c8c3-6bb58c"],["4e3872e4-b535-611c-58cd-06ee99"]]},
324
351
  {"uuid":"8c925616-a393-0177-5536-cc7d05","type":"PresenceConstraint","shapes":[],"min_frequency":1,"max_frequency":null,"is_mandatory":true,"is_preferred_identifier":false,"role_sequences":[["a3943554-546e-0ab5-d8fe-98d9f6","4a84136a-40ef-2e4c-aadc-3d5100","f30933f6-afb8-f139-f8ee-e5ed79"]]},
325
352
  {"uuid":"59eeb2cf-8f4d-2b73-8c14-cfd93a","type":"SetExclusionConstraint","shapes":[],"is_mandatory":true,"role_sequences":[["36cc99c3-6cfb-e1a5-0de6-3d9d37"],["2d892cff-e9f2-0eff-8edb-fd66ef"],["c0b7cce4-b7a9-1a3f-8119-6c08e6"],["64fe9174-c381-e74a-c4c4-449980"],["66763657-128a-760f-f29d-d87961"],["06938c72-f876-9d59-73e1-3935db"],["5269f001-275f-25cb-d694-56475f"],["0ef687a2-b0f5-1736-4069-3b50a6"],["c3aa8291-45fb-e19c-dbcd-3ef475"],["57fe3c40-9e0b-3d8e-a686-5f7e04"]]},
326
353
  {"uuid":"628b2e80-f96d-aad5-dd57-f46810","type":"PresenceConstraint","shapes":[],"min_frequency":0,"max_frequency":1,"is_mandatory":null,"is_preferred_identifier":null,"role_sequences":[["6730ee91-ef6f-b933-256f-8848ce","5a2b3955-1718-292a-893b-93e6df"]]},
327
354
  {"uuid":"2a6864e2-a2cd-e3bb-0696-5f1de8","type":"SetExclusionConstraint","shapes":[],"is_mandatory":true,"role_sequences":[["e6c3bf64-89ea-09f1-ca9f-dd5400"],["e3dd5eb3-1929-5dd3-2576-9b61d7"]]},
328
355
  {"uuid":"101ab982-cfdc-c110-6301-8f7542","type":"SetExclusionConstraint","shapes":[],"is_mandatory":true,"role_sequences":[["a0fcdd7c-2c3d-4b24-a6ca-dc66da"],["55696af9-9d80-51f6-cb75-418b60"],["edde05ca-634b-aad4-f1f9-58ad24"],["076b5284-b7b3-0be8-b552-50c2d7"]]},
356
+ {"uuid":"b2a2bd12-0f9a-13a2-ba55-e87651","type":"SetEqualityConstraint","shapes":[],"role_sequences":[["7f04d38a-2243-9f43-b8c7-83a314"],["6e051937-bd87-d376-f94b-2480a3"]]},
357
+ {"uuid":"da1c7a16-ba78-6f54-3d77-2a5ae8","type":"SubsetConstraint","shapes":[],"role_sequences":[["e1afa285-5b79-21f8-f66b-0c0b2d","24ba230b-d10f-2c7d-9717-8b92e1"],["c4184372-9f1d-60ee-ab44-df896f","4f5c7cb7-75aa-5824-12f2-e5dd42"]]},
329
358
  {"uuid":"c83e7bf5-b678-bfe1-9b28-a1c133","type":"PresenceConstraint","shapes":[],"min_frequency":0,"max_frequency":1,"is_mandatory":null,"is_preferred_identifier":true,"role_sequences":[["35bf5616-886d-40b2-3e50-fad733","663fdf1d-186c-eee9-0c43-b15d2d"]]},
330
359
  {"uuid":"f90d0d45-9dcb-2f12-2f33-4a78a3","type":"PresenceConstraint","shapes":[],"min_frequency":0,"max_frequency":1,"is_mandatory":null,"is_preferred_identifier":true,"role_sequences":[["e88974b6-b9db-c7bf-23a8-048fbd","5bd76555-2ea3-fb91-f0a8-8eb260"]]},
331
360
  {"uuid":"498e8226-dcc0-f075-cc5d-e8740f","type":"SubsetConstraint","shapes":[],"role_sequences":[["88cc5478-86ce-8f4b-b95f-4ccbc7","4fcd0e4e-def0-c86e-c4a0-58b1e0"],["4f4e8a76-8cd7-7bf3-7d1e-556446","50238e51-4650-4c0d-9a26-fbfa2a"]]},
@@ -337,6 +366,7 @@ diagrams: [
337
366
  {"uuid":"fe7025cd-adb0-98c7-bf46-f48f88","type":"SubsetConstraint","shapes":[],"role_sequences":[["c7c6be09-62fb-8803-f6d1-a34140","842d45f9-b174-a6cc-af98-4deaa2"],["86e3dea0-7f4b-36b8-05c5-aa26e5","a31cb8da-b945-b68a-fad9-416be1"]]},
338
367
  {"uuid":"0f41fc91-4d44-f396-10c3-52d310","type":"PresenceConstraint","shapes":[],"min_frequency":0,"max_frequency":1,"is_mandatory":null,"is_preferred_identifier":true,"role_sequences":[["e30cf53c-365a-4084-4ca8-d2c598","ea31f463-8d62-60f1-a4ff-9ba498"]]},
339
368
  {"uuid":"60e702c9-d37d-5ce6-760e-526db6","type":"SetEqualityConstraint","shapes":[],"role_sequences":[["1369b64c-c9f0-c691-b93e-838378","4fe7fda7-8417-9752-fcd4-f849d6"],["b26bc998-8290-9816-78d7-108fb4","1b6f13c9-649b-d6f0-1698-0edf06"]]},
369
+ {"uuid":"93a2d395-cb94-1b98-ee3f-04877e","type":"SetEqualityConstraint","shapes":[],"role_sequences":[["042f166e-fd2f-9138-f2a1-aa93c4","2dd58f21-a6bb-5017-2a9d-a41145"],["50238e51-4650-4c0d-9a26-fbfa2a","3599b0bb-82aa-91f8-d2c5-39cb59"]]},
340
370
  {"uuid":"4d882305-5b30-8445-204b-e92ab4","type":"SetExclusionConstraint","shapes":[],"is_mandatory":true,"role_sequences":[["982d233a-43ba-7236-9ee2-2de80d"],["52fedab8-3327-cfb3-2c06-7bbc24"]]}
341
371
  ]
342
372
  }
@@ -24,6 +24,6 @@ diagrams: [
24
24
  {"uuid":"d85f1a32-60bd-27bf-12a2-e56d77","roles":[{"uuid":"259296c4-a3da-f20f-0d19-a5b4b9","player":"76746a2a-4685-acae-fed7-4f4d29"},{"uuid":"1ee79997-c033-d894-c853-645a65","player":"fdf574a2-a70a-4016-b454-380dde"}],"readings":[["01","{0} occurred on {1}"]],"shapes":[],"constraints":[{"uuid":"81759bc1-322c-655d-bc94-6a8f89","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"1ee79997-c033-d894-c853-645a65"}]}
25
25
  ],
26
26
  constraints: [
27
-
27
+ {"uuid":"07d11003-a4d3-95b7-6e67-eb2afa","type":"SetExclusionConstraint","shapes":[],"is_mandatory":null,"role_sequences":[["5ff235bb-b787-5eaa-92c2-8d2699","e0aabff7-ce74-497b-8979-bc6957"],["a60f704f-7729-51d5-dcdf-8fa1ab","301a52eb-25cb-466a-143c-5152b8"]]}
28
28
  ]
29
29
  }
@@ -3,6 +3,7 @@ diagrams: [
3
3
 
4
4
  ],
5
5
  object_types: [
6
+ {"uuid":"dcae5045-5162-61a9-a68a-dded37","name":"CEO Shareholding","shapes":[],"objectifies":"aa696a9a-b1eb-b3b2-fd33-7c5497","implicit":true},
6
7
  {"uuid":"2296cdf1-eeab-cef6-b374-638031","name":"CEO","shapes":[],"supertypes":[["d0d32048-fd22-435a-af20-4867d8","0927b1de-f5e9-754f-0156-0c2365"]]},
7
8
  {"uuid":"458c5029-f482-48a2-c471-3312e2","name":"Company","shapes":[],"ref_mode":".Name"},
8
9
  {"uuid":"11e31f65-200d-3ed1-7c73-30fea1","name":"CompanyName","shapes":[],"supertype":"b2bb0459-8ea5-2062-242b-0c86f1"},
@@ -14,14 +15,15 @@ diagrams: [
14
15
  ],
15
16
  fact_types: [
16
17
  {"uuid":"8fa2cbc8-a08a-06d9-bdec-314740","roles":[{"uuid":"30172c72-cdfc-03d8-5654-7d44aa","player":"2296cdf1-eeab-cef6-b374-638031"},{"uuid":"a9d1c829-7e19-f9eb-3eb6-eff371","player":"458c5029-f482-48a2-c471-3312e2"}],"readings":[["01","{0} runs {1}"],["10","{0} is run by {1}"]],"shapes":[],"constraints":[{"uuid":"99c90d1c-81b6-9f83-02d7-a159f7","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"a9d1c829-7e19-f9eb-3eb6-eff371"}]},
18
+ {"uuid":"aa696a9a-b1eb-b3b2-fd33-7c5497","objectified_as":"dcae5045-5162-61a9-a68a-dded37","roles":[{"uuid":"5e0ebc5d-e1dc-8c0f-a462-dbbbba","player":"2296cdf1-eeab-cef6-b374-638031"},{"uuid":"edd56882-ed60-ab70-18a8-7bde2e","player":"458c5029-f482-48a2-c471-3312e2"}],"readings":[["01","{0} holds shares in {1}"]],"shapes":[],"constraints":[{"uuid":"897f3c4e-65ef-8304-f473-fc0ba2","min":1,"max":1,"is_preferred":true,"mandatory":true,"uniqueExcept":null}]},
17
19
  {"uuid":"8aaa0bfe-b1f8-f52b-1e4f-c063a0","roles":[{"uuid":"0f745a43-5d1d-a8eb-aa6d-594a94","player":"2684b620-20b6-7405-7673-a23d6b"},{"uuid":"d08294ed-0f43-aebe-b45c-698065","player":"23f3d345-85df-c5fb-e7a9-7efff3"}],"readings":[["01","{0} has {1}"],["10","{0} is of {1}"]],"shapes":[],"constraints":[{"uuid":"c1822266-e38e-6412-a3fa-75ae34","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"0f745a43-5d1d-a8eb-aa6d-594a94"}]},
18
20
  {"uuid":"a068e79a-95cf-5f0d-1c65-540980","roles":[{"uuid":"16de3246-7d09-aa5e-c729-7258bf","player":"d0d32048-fd22-435a-af20-4867d8"},{"uuid":"19375004-2055-0489-8dbc-8db5fe","player":"2684b620-20b6-7405-7673-a23d6b"}],"readings":[["01","{0} supervises {1}"],["10","{0} reports to {1}"]],"shapes":[],"constraints":[{"uuid":"7230b919-774a-5f57-b745-ed71c1","min":0,"max":1,"is_preferred":null,"mandatory":null,"uniqueExcept":"16de3246-7d09-aa5e-c729-7258bf"}]},
19
21
  {"uuid":"6d373ae0-2361-fbe6-e700-cd24b6","roles":[{"uuid":"6a2a717c-aa5f-938b-40b4-b69a81","player":"458c5029-f482-48a2-c471-3312e2"},{"uuid":"a530d027-99f7-2bf0-bc8c-0b6dd6","player":"11e31f65-200d-3ed1-7c73-30fea1"}],"readings":[["01","{0} has {1}"],["10","{0} is of {1}"]],"shapes":[],"constraints":[{"uuid":"2d73b638-b679-76dd-4496-cd706d","min":0,"max":1,"is_preferred":true,"mandatory":null,"uniqueExcept":"6a2a717c-aa5f-938b-40b4-b69a81"},{"uuid":"5c6c942e-7604-7eed-ff9d-3a65d3","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"6a2a717c-aa5f-938b-40b4-b69a81"}]},
20
22
  {"uuid":"ff301450-eb96-cc89-896d-14472a","roles":[{"uuid":"2b1fc008-3711-b7b6-f5e7-7a23d7","player":"2684b620-20b6-7405-7673-a23d6b"},{"uuid":"83d804bc-fac3-8828-6237-8f2d69","player":"458c5029-f482-48a2-c471-3312e2"}],"readings":[["01","{0} works for {1}"],["10","{0} employs {1}"]],"shapes":[],"constraints":[{"uuid":"1378cc27-c686-48df-6545-6796f9","min":1,"max":1,"is_preferred":null,"mandatory":true,"role":"2b1fc008-3711-b7b6-f5e7-7a23d7"}]}
21
23
  ],
22
24
  constraints: [
25
+ {"uuid":"544264b0-e620-7ba0-9438-bfbeea","type":"SubsetConstraint","shapes":[],"role_sequences":[["1ebbc867-2b1c-5a4f-7b57-f8c875","a9d1c829-7e19-f9eb-3eb6-eff371"],["2b1fc008-3711-b7b6-f5e7-7a23d7","83d804bc-fac3-8828-6237-8f2d69"]]},
23
26
  {"uuid":"fbf62313-6d65-6513-6a8f-c5f20e","type":"PresenceConstraint","shapes":[],"min_frequency":0,"max_frequency":1,"is_mandatory":null,"is_preferred_identifier":true,"role_sequences":[["83d804bc-fac3-8828-6237-8f2d69","d08294ed-0f43-aebe-b45c-698065"]]},
24
- {"uuid":"b129e350-b48f-f6f2-6b13-c6ed92","type":"SetEqualityConstraint","shapes":[],"role_sequences":[["1ebbc867-2b1c-5a4f-7b57-f8c875","a9d1c829-7e19-f9eb-3eb6-eff371"],["2b1fc008-3711-b7b6-f5e7-7a23d7","83d804bc-fac3-8828-6237-8f2d69"]]},
25
27
  {"uuid":"0f9e4b3d-c3ad-f9b2-8e30-91bee7","type":"SetExclusionConstraint","shapes":[],"is_mandatory":true,"role_sequences":[["19375004-2055-0489-8dbc-8db5fe"],["1ebbc867-2b1c-5a4f-7b57-f8c875"]]}
26
28
  ]
27
29
  }
Binary file
@@ -2,7 +2,7 @@
2
2
  "types": {
3
3
  "Absorption": {
4
4
  "is_main": false,
5
- "id": "191f726d-5118-4324-906d-418be40deeae",
5
+ "id": "5f39ae75-3fb7-46c2-882f-98adbc4b083d",
6
6
  "functions": [
7
7
  {
8
8
  "title": "as Component",
@@ -16,140 +16,146 @@
16
16
  "title": "Absorption flattens",
17
17
  "type": "boolean",
18
18
  "where": "this Absorption flattens",
19
- "role_id": "f9089543-1588-4eea-8cfd-289b52670dfa"
19
+ "role_id": "84c3ba5c-abfe-41d1-9aa6-6cd4417714b2"
20
20
  },
21
21
  {
22
22
  "title": "Reverse Absorption",
23
23
  "type": "Absorption",
24
24
  "where": "this Absorption is matched by one reverse-Absorption",
25
- "role_id": "3b7603be-b96f-4920-8c5d-3d7cfedf5527"
25
+ "role_id": "eed3a995-5f75-4945-a316-6005ded5ba5f"
26
26
  },
27
27
  {
28
28
  "title": "Absorption",
29
29
  "type": "Absorption",
30
30
  "where": "one Absorption is matched by this reverse-Absorption",
31
- "role_id": "f382c578-474f-4d86-9a59-31a44ec55269"
31
+ "role_id": "d12da96b-d74d-4e63-a564-db889dba98a8"
32
32
  },
33
33
  {
34
34
  "title": "all Nesting",
35
35
  "type": "Nesting",
36
36
  "where": "this Absorption is nested under some index-Role in some Ordinal position",
37
- "role_id": "5c437514-5b61-4265-9a4d-49dea1073a5a",
37
+ "role_id": "9adfebf7-d7d3-47d7-9821-a48effe05929",
38
38
  "is_list": true
39
39
  },
40
40
  {
41
41
  "title": "Parent Role",
42
42
  "type": "Role",
43
43
  "where": "this Absorption traverses from one parent-Role",
44
- "role_id": "66baafbc-86a9-4c50-bb34-737adc18f9a7"
44
+ "role_id": "f96dddc7-c483-46fe-b6c8-d165b979bae8"
45
45
  },
46
46
  {
47
47
  "title": "Child Role",
48
48
  "type": "Role",
49
49
  "where": "this Absorption traverses to one child-Role",
50
- "role_id": "0b7d3d12-29d8-4d46-80ef-0b6025f0efb2"
50
+ "role_id": "4f218c90-58f2-43c9-9317-7414273001ff"
51
+ },
52
+ {
53
+ "title": "Nesting Mode",
54
+ "type": "Nesting Mode",
55
+ "where": "this Absorption uses one Nesting Mode",
56
+ "role_id": "ae1c8a74-ba15-4e04-8034-0b3289e3f16b"
51
57
  }
52
58
  ]
53
59
  },
54
60
  "Adjective": {
55
61
  "is_main": false,
56
- "id": "2ea3b1c8-69b8-42fa-af72-9e3281b4ca46",
62
+ "id": "9e25c927-e595-41c9-b435-d57ac8b4433c",
57
63
  "functions": [
58
64
  {
59
65
  "title": "all Role Ref as Leading Adjective",
60
66
  "type": "Role Ref",
61
67
  "where": "some Role Ref has this leading-Adjective",
62
- "role_id": "f831c1b1-36aa-4431-9a01-60ec1cf9573a",
68
+ "role_id": "04c45b0d-d946-4cdc-824e-13700604f00d",
63
69
  "is_list": true
64
70
  },
65
71
  {
66
72
  "title": "all Role Ref as Trailing Adjective",
67
73
  "type": "Role Ref",
68
74
  "where": "some Role Ref has this trailing-Adjective",
69
- "role_id": "9ff2e481-bfc6-496f-9a7a-aca7f7073a19",
75
+ "role_id": "45439e10-565f-4b2f-adab-5fa685176881",
70
76
  "is_list": true
71
77
  }
72
78
  ]
73
79
  },
74
80
  "Agent": {
75
81
  "is_main": false,
76
- "id": "17d6c22f-eb44-449b-9fec-4a93b518fd86",
82
+ "id": "44f5987b-a3d7-4a21-93d9-130ba1bee6e3",
77
83
  "functions": [
78
84
  {
79
85
  "title": "Agent Name",
80
86
  "type": "Agent Name",
81
87
  "where": "this Agent has one Agent Name",
82
- "role_id": "07e35e07-1c93-4a1c-8141-6e3702db4d57"
88
+ "role_id": "28177b61-9cb0-429b-a75a-9fdebf8a308a"
83
89
  },
84
90
  {
85
91
  "title": "all Agreement",
86
92
  "type": "Agreement",
87
93
  "where": "this Agent agreed on some Agreement",
88
- "role_id": "009fd2be-9561-4a66-ac25-f7432121e237",
94
+ "role_id": "4127085d-7b49-472c-be4a-42d4e81e2b50",
89
95
  "is_list": true
90
96
  },
91
97
  {
92
98
  "title": "all Context According To",
93
99
  "type": "Context According To",
94
100
  "where": "this Agent claims some Context Note",
95
- "role_id": "91fd87d5-609a-46ba-bcb9-454b1ceb26ac",
101
+ "role_id": "55d6edc3-c05c-4106-b592-6a391b1627de",
96
102
  "is_list": true
97
103
  },
98
104
  {
99
105
  "title": "all Enforcement",
100
106
  "type": "Enforcement",
101
107
  "where": "some Enforcement notifies this Agent",
102
- "role_id": "5aecf0c0-ad3a-48e3-9958-af1c9a235902",
108
+ "role_id": "8ae2e108-ba02-4e0e-876e-0adeec19e404",
103
109
  "is_list": true
104
110
  }
105
111
  ]
106
112
  },
107
113
  "Agent Name": {
108
114
  "is_main": false,
109
- "id": "4681233d-a190-4345-86fc-434c0b8c9ebd",
115
+ "id": "cbae1131-7f01-4f4b-b6c3-27e8bff486c3",
110
116
  "functions": [
111
117
  {
112
118
  "title": "Agent",
113
119
  "type": "Agent",
114
120
  "where": "this Agent Name is of one Agent",
115
- "role_id": "f7f12d80-cc89-4d8a-85e6-1dbfc9461fb6"
121
+ "role_id": "46e6e0b1-6a60-45b3-a209-5ae21b159e6f"
116
122
  }
117
123
  ]
118
124
  },
119
125
  "Aggregate": {
120
126
  "is_main": false,
121
- "id": "bc623d03-0042-4d07-96fb-4c979f8c857b",
127
+ "id": "41215b78-a508-4686-881f-063e345e81ac",
122
128
  "functions": [
123
129
  {
124
130
  "title": "Aggregate Code",
125
131
  "type": "Aggregate Code",
126
132
  "where": "this Aggregate has one Aggregate Code",
127
- "role_id": "ed094265-4502-4d90-8651-f9232f74062a"
133
+ "role_id": "ddc5eded-764d-4cda-ad1e-bfdbe81d5d02"
128
134
  },
129
135
  {
130
136
  "title": "all Aggregation",
131
137
  "type": "Aggregation",
132
138
  "where": "this Aggregate of some aggregated-Variable is bound as some Variable",
133
- "role_id": "8c5353fa-2d69-4ece-95d9-9c0481bb2a96",
139
+ "role_id": "bb1b8467-a7e1-46e7-ab4d-c31f2741c6b3",
134
140
  "is_list": true
135
141
  }
136
142
  ]
137
143
  },
138
144
  "Aggregate Code": {
139
145
  "is_main": false,
140
- "id": "f40f0831-b5a7-4b18-89b6-5954dafaefb1",
146
+ "id": "2213ba86-a9ae-4d52-bd7d-39f507fc4e64",
141
147
  "functions": [
142
148
  {
143
149
  "title": "Aggregate",
144
150
  "type": "Aggregate",
145
151
  "where": "this Aggregate Code is of one Aggregate",
146
- "role_id": "c6c9df89-1318-4bba-bf58-350238f2175c"
152
+ "role_id": "c677a352-0b8d-4dc4-9a7b-ecc0f5b7f42b"
147
153
  }
148
154
  ]
149
155
  },
150
156
  "Aggregation": {
151
157
  "is_main": true,
152
- "id": "6ebbf19d-0fea-4f99-9aa3-370317c4881d",
158
+ "id": "73f4a299-0b7c-4142-b1c3-9d5dad000165",
153
159
  "functions": [
154
160
  {
155
161
  "title": "involving Variable",
@@ -170,146 +176,146 @@
170
176
  },
171
177
  "Agreement": {
172
178
  "is_main": false,
173
- "id": "b6d0b514-7c49-46f3-9ed5-288117827d32",
179
+ "id": "054b8b2f-f975-4b67-80af-2b91218d7a01",
174
180
  "functions": [
175
181
  {
176
182
  "title": "Date",
177
183
  "type": "Date",
178
184
  "where": "this Agreement was on one Date",
179
- "role_id": "b1993094-e856-4474-ad5d-89ae02e981d3"
185
+ "role_id": "edb271b8-b39a-4539-b9f9-fece69e2f465"
180
186
  },
181
187
  {
182
188
  "title": "all Agent",
183
189
  "type": "Agent",
184
190
  "where": "this Agreement was reached by some Agent",
185
- "role_id": "326d0045-3807-46fc-8c2e-91e9f0d7093e",
191
+ "role_id": "a971b9a4-13d0-4032-a004-710ca1a36c6e",
186
192
  "is_list": true
187
193
  },
188
194
  {
189
195
  "title": "Context Note",
190
196
  "type": "Context Note",
191
197
  "where": "this Agreement covers one Context Note",
192
- "role_id": "1b0e0db1-45d6-4623-a060-0e38768e98b8"
198
+ "role_id": "5bc381e9-4147-4e1a-9b06-e9a5f88b133c"
193
199
  }
194
200
  ]
195
201
  },
196
202
  "Alternative Set": {
197
203
  "is_main": true,
198
- "id": "498497ca-dacc-45ca-b74f-59baca4b1dbc",
204
+ "id": "3ffd5f9b-b78d-46a8-a29c-07835ecd41be",
199
205
  "functions": [
200
206
  {
201
207
  "title": "Guid",
202
208
  "type": "Guid",
203
209
  "where": "this Alternative Set has one Guid",
204
- "role_id": "0373891e-b5fb-46d6-9d06-99b6159d5e9e"
210
+ "role_id": "48f7d36d-6449-4bdf-897f-27c1007d1504"
205
211
  },
206
212
  {
207
213
  "title": "Alternative Set members are exclusive",
208
214
  "type": "boolean",
209
215
  "where": "this Alternative Set members are exclusive",
210
- "role_id": "0dfbc514-4db3-4ed8-839f-8424a25b92a3"
216
+ "role_id": "1999dc34-b80a-4a0b-b1fd-5cdd992f8223"
211
217
  },
212
218
  {
213
219
  "title": "all Step",
214
220
  "type": "Step",
215
221
  "where": "this Alternative Set covers some Step",
216
- "role_id": "ceadb576-9d3e-4243-91d3-234d249601fe",
222
+ "role_id": "ed31e3e6-de23-4121-b8aa-8425470d880a",
217
223
  "is_list": true
218
224
  }
219
225
  ]
220
226
  },
221
227
  "Annotation": {
222
228
  "is_main": false,
223
- "id": "9d92c8ba-f654-4f21-b6e7-49b6d670779c",
229
+ "id": "7ff2ae69-04f7-4f7a-849a-522466ece050",
224
230
  "functions": [
225
231
  {
226
232
  "title": "all Concept",
227
233
  "type": "Concept",
228
234
  "where": "this Annotation applies to some Concept",
229
- "role_id": "a59601fd-84a6-494a-923d-252f25340eb8",
235
+ "role_id": "486f700e-b068-4c7e-bab9-35910e65f18d",
230
236
  "is_list": true
231
237
  }
232
238
  ]
233
239
  },
234
240
  "Assimilation": {
235
241
  "is_main": false,
236
- "id": "7a9e15a2-36a5-40cb-8c50-02e94ef5f4c0",
242
+ "id": "ae6b5481-8b44-4e1d-b4f6-7fad524bdfab",
237
243
  "functions": [
238
244
  {
239
245
  "title": "all Type Inheritance",
240
246
  "type": "Type Inheritance",
241
247
  "where": "this Assimilation applies to some Type Inheritance",
242
- "role_id": "88e26d97-b0ef-4857-b799-84db8f5c645d",
248
+ "role_id": "61d35ce5-1f3c-40d8-98c3-fa9a141d08f4",
243
249
  "is_list": true
244
250
  }
245
251
  ]
246
252
  },
247
253
  "Bound": {
248
254
  "is_main": false,
249
- "id": "22780de4-a07f-4a46-9325-f3210d11315f",
255
+ "id": "1c7eb64e-e566-4a77-b7a4-022444c895ce",
250
256
  "functions": [
251
257
  {
252
258
  "title": "Value",
253
259
  "type": "Value",
254
260
  "where": "this Bound has one Value",
255
- "role_id": "2f262e2d-f726-4f57-81e2-3c6fe1389c61"
261
+ "role_id": "f83657c9-3d5b-4332-9619-a9a2711a1212"
256
262
  },
257
263
  {
258
264
  "title": "Bound is inclusive",
259
265
  "type": "boolean",
260
266
  "where": "this Bound is inclusive",
261
- "role_id": "481f34de-aac0-481c-b749-4a79aa27ff3d"
267
+ "role_id": "124bd96c-5418-4001-a21e-3b37c8c37780"
262
268
  },
263
269
  {
264
270
  "title": "all Value Range as Maximum Bound",
265
271
  "type": "Value Range",
266
272
  "where": "some Value Range has this maximum-Bound",
267
- "role_id": "f37d8a2d-52a5-4353-8900-c0f06884a0ef",
273
+ "role_id": "adf741c9-a709-4089-a24c-316d4b964a55",
268
274
  "is_list": true
269
275
  },
270
276
  {
271
277
  "title": "all Value Range as Minimum Bound",
272
278
  "type": "Value Range",
273
279
  "where": "some Value Range has this minimum-Bound",
274
- "role_id": "2c85a40e-48d3-48bf-88ec-c91ed725ff90",
280
+ "role_id": "0296703e-38ce-4593-9340-eff75004809d",
275
281
  "is_list": true
276
282
  }
277
283
  ]
278
284
  },
279
285
  "Coefficient": {
280
286
  "is_main": false,
281
- "id": "be5b7cb7-ed18-48c4-9fc8-f5fb75e234f3",
287
+ "id": "2a9ec39a-a1d0-420d-868e-865167aecf7b",
282
288
  "functions": [
283
289
  {
284
290
  "title": "Denominator",
285
291
  "type": "Denominator",
286
292
  "where": "this Coefficient has one Denominator",
287
- "role_id": "415896fb-b33b-44a4-a8f0-24bc4c440315"
293
+ "role_id": "9ed8643e-bb52-4805-acaf-4a0ad0bfe5de"
288
294
  },
289
295
  {
290
296
  "title": "Numerator",
291
297
  "type": "Numerator",
292
298
  "where": "this Coefficient has one Numerator",
293
- "role_id": "82500c4a-d814-4aa7-900d-bb09ce8f9ba0"
299
+ "role_id": "8cafacec-8ee8-4b5a-ab3d-ffb46e2afef6"
294
300
  },
295
301
  {
296
302
  "title": "Coefficient is precise",
297
303
  "type": "boolean",
298
304
  "where": "this Coefficient is precise",
299
- "role_id": "73b3e816-7988-45dc-abf2-c2779959158d"
305
+ "role_id": "b57e4151-e5dc-461b-8822-5b9e611e0e66"
300
306
  },
301
307
  {
302
308
  "title": "all Unit",
303
309
  "type": "Unit",
304
310
  "where": "some Unit has this Coefficient",
305
- "role_id": "933bb7f9-77ef-4edd-a3fa-2f4d6e36dc78",
311
+ "role_id": "814c9db3-3958-45fa-b345-f51f771dbfc6",
306
312
  "is_list": true
307
313
  }
308
314
  ]
309
315
  },
310
316
  "Component": {
311
317
  "is_main": true,
312
- "id": "f2474a73-df4b-4fa3-badb-aa0dba4f0d63",
318
+ "id": "a954ba80-40c4-4c28-909c-0be9c5a8e8ad",
313
319
  "functions": [
314
320
  {
315
321
  "title": "as Absorption",
@@ -335,170 +341,180 @@
335
341
  "title": "as Scoping",
336
342
  "type": "Scoping"
337
343
  },
344
+ {
345
+ "title": "as ValueField",
346
+ "type": "ValueField"
347
+ },
338
348
  {
339
349
  "title": "Guid",
340
350
  "type": "Guid",
341
351
  "where": "this Component has one Guid",
342
- "role_id": "94f94c14-38d0-4f4c-bdbf-7e1070f311f3"
352
+ "role_id": "1793e05e-af8e-4aea-9e6e-5f52276e01ab"
353
+ },
354
+ {
355
+ "title": "Ordinal",
356
+ "type": "Ordinal",
357
+ "where": "this Component has one Ordinal rank",
358
+ "role_id": "8b15e982-6422-4cb2-ad42-fb7af7a20d63"
343
359
  },
344
360
  {
345
361
  "title": "Name",
346
362
  "type": "Name",
347
363
  "where": "this Component projects one Name",
348
- "role_id": "fcbaaad7-836a-4d1a-a4d1-700c5bb59115"
364
+ "role_id": "5b39399b-1f04-44c0-a89a-077270dfe9e9"
349
365
  },
350
366
  {
351
367
  "title": "Parent",
352
368
  "type": "Mapping",
353
369
  "where": "this Member belongs to one Parent",
354
- "role_id": "8650e3ca-fae3-44a3-b900-883b08e5e779"
370
+ "role_id": "90571eb8-1b90-46e3-b131-c09e4d691c79"
355
371
  }
356
372
  ]
357
373
  },
358
374
  "Composite": {
359
375
  "is_main": false,
360
- "id": "1077c077-52f6-4d64-b295-4081ffd3ee2d",
376
+ "id": "e74f02c0-34d0-4896-9085-9b4ba610dc1c",
361
377
  "functions": [
362
378
  {
363
379
  "title": "Composition",
364
380
  "type": "Composition",
365
381
  "where": "this Composite belongs to one Composition",
366
- "role_id": "1d23d05a-35a4-4280-a695-e8d1b1dd7140"
382
+ "role_id": "71691486-058f-4652-b008-37b59ce1e4ae"
367
383
  },
368
384
  {
369
385
  "title": "Mapping",
370
386
  "type": "Mapping",
371
387
  "where": "this Composite consists of one Mapping",
372
- "role_id": "3e0b5683-3f06-4d34-a40b-8157532b3c20"
388
+ "role_id": "0e48ea93-60f5-4ade-8616-e9936fa97388"
373
389
  }
374
390
  ]
375
391
  },
376
392
  "Composition": {
377
393
  "is_main": true,
378
- "id": "6a766c9c-0701-4608-9663-c489483cdf23",
394
+ "id": "9cee1521-14ae-4031-8113-8d10e1885387",
379
395
  "functions": [
380
396
  {
381
397
  "title": "all Composite",
382
398
  "type": "Composite",
383
399
  "where": "this Composition contains some Composite",
384
- "role_id": "cb2b5d12-0254-4532-a010-15bdc7424880",
400
+ "role_id": "89d7404b-bcfa-400e-adb4-3f4a61e32909",
385
401
  "is_list": true
386
402
  },
387
403
  {
388
404
  "title": "Guid",
389
405
  "type": "Guid",
390
406
  "where": "this Composition has one Guid",
391
- "role_id": "7512fbef-5e61-4a07-8dc6-cc87741048d3"
407
+ "role_id": "5738d666-9bae-4d11-b263-1d174ed1b5bb"
392
408
  },
393
409
  {
394
410
  "title": "Name",
395
411
  "type": "Name",
396
412
  "where": "this Composition is called one Name",
397
- "role_id": "342fc003-7f7a-4c8a-8fab-3db7e9ab7c20"
413
+ "role_id": "21620868-d3cf-4f41-a3ae-c4521ac57d69"
398
414
  }
399
415
  ]
400
416
  },
401
417
  "Concept": {
402
418
  "is_main": true,
403
- "id": "9e361cce-1778-4a64-b503-5089bed8e832",
419
+ "id": "26ce9f2f-74ca-42d9-a25a-dcb07fefe4ae",
404
420
  "functions": [
405
421
  {
406
422
  "title": "Topic",
407
423
  "type": "Topic",
408
424
  "where": "this Concept belongs to one Topic",
409
- "role_id": "c95b8979-110f-414a-a3c0-f68eb2cf9210"
425
+ "role_id": "ad456a77-d9b0-4d75-ad9f-a67016834972"
410
426
  },
411
427
  {
412
428
  "title": "Guid",
413
429
  "type": "Guid",
414
430
  "where": "this Concept has one Guid",
415
- "role_id": "892f7345-a417-41d8-8e6f-ea3d754b0576"
431
+ "role_id": "f807f499-282b-4f14-b4db-5fc3cd936d57"
416
432
  },
417
433
  {
418
434
  "title": "all Mapping Annotation",
419
435
  "type": "Annotation",
420
436
  "where": "this Concept has some mapping-Annotation",
421
- "role_id": "7fa3b667-ad58-4f2d-89f3-565f60be8a97",
437
+ "role_id": "a299ec0d-5a91-4671-a2d1-3b13ff94e43a",
422
438
  "is_list": true
423
439
  },
424
440
  {
425
441
  "title": "Implication Rule",
426
442
  "type": "Implication Rule",
427
443
  "where": "this Concept is implied by one Implication Rule",
428
- "role_id": "6e3ff51e-29f1-439a-a887-0d691dd60cef"
444
+ "role_id": "87f776aa-e623-40f5-91fe-f5f79db219ca"
429
445
  },
430
446
  {
431
447
  "title": "Constraint",
432
448
  "type": "Constraint",
433
449
  "where": "one Constraint is an instance of this Concept",
434
- "role_id": "5ca20e3a-195d-46f2-9d81-2957bbc7480c"
450
+ "role_id": "3a4b82da-db6b-4d5a-8f8b-53a1a4fe08fe"
435
451
  },
436
452
  {
437
453
  "title": "all Context Note",
438
454
  "type": "Context Note",
439
455
  "where": "this Concept has some Context Note",
440
- "role_id": "acaaa721-026e-480a-816b-abb984181c2a",
456
+ "role_id": "2cd00172-be5e-4bba-8405-d7c6ca936789",
441
457
  "is_list": true
442
458
  },
443
459
  {
444
460
  "title": "Context Note",
445
461
  "type": "Context Note",
446
462
  "where": "one Context Note is an instance of this Concept",
447
- "role_id": "448e4ec9-55bb-48de-9274-654425198b86"
463
+ "role_id": "fc8c99cd-6235-47e7-8e8e-7e6598ffc98c"
448
464
  },
449
465
  {
450
466
  "title": "Fact Type",
451
467
  "type": "Fact Type",
452
468
  "where": "one Fact Type is an instance of this Concept",
453
- "role_id": "a26cc1fc-7714-40ad-912c-e7ec822708ef"
469
+ "role_id": "f5c3bca4-e557-4e0d-8590-36a645bcccfc"
454
470
  },
455
471
  {
456
472
  "title": "Fact",
457
473
  "type": "Fact",
458
474
  "where": "one Fact is an instance of this Concept",
459
- "role_id": "9136ad5d-47be-4194-8274-3fed2d4de44e"
475
+ "role_id": "7dfe3da9-6500-419b-9630-87529887a76a"
460
476
  },
461
477
  {
462
478
  "title": "Instance",
463
479
  "type": "Instance",
464
480
  "where": "one Instance is an instance of this Concept",
465
- "role_id": "b2180c3a-235c-4b1f-bee8-41cccc826798"
481
+ "role_id": "e1a03c46-2ccd-42a2-92d3-f9ffd8e0d6e2"
466
482
  },
467
483
  {
468
484
  "title": "Object Type",
469
485
  "type": "Object Type",
470
486
  "where": "one Object Type is an instance of this Concept",
471
- "role_id": "8e4eb672-af59-471e-96f5-342a9a038f1f"
487
+ "role_id": "75ce0b25-9c7f-4e03-a8e3-60660d0ea3dd"
472
488
  },
473
489
  {
474
490
  "title": "Population",
475
491
  "type": "Population",
476
492
  "where": "one Population is an instance of this Concept",
477
- "role_id": "e388d485-6a22-4949-a185-ed6ffc005f84"
493
+ "role_id": "90ffa903-0190-4af1-87d3-b7fa94c035c5"
478
494
  },
479
495
  {
480
496
  "title": "Query",
481
497
  "type": "Query",
482
498
  "where": "one Query is an instance of this Concept",
483
- "role_id": "52822762-f43a-4b85-a2ae-7f922989555a"
499
+ "role_id": "693c1421-99cc-4dd6-99d4-02e800db4dab"
484
500
  },
485
501
  {
486
502
  "title": "Role",
487
503
  "type": "Role",
488
504
  "where": "one Role is an instance of this Concept",
489
- "role_id": "1681ab29-041a-4dd0-9edf-6a88652d0243"
505
+ "role_id": "32d58810-8493-4d52-bc09-47b3da91c9f9"
490
506
  },
491
507
  {
492
508
  "title": "Unit",
493
509
  "type": "Unit",
494
510
  "where": "one Unit is an instance of this Concept",
495
- "role_id": "bc2d6054-65a9-4826-a1dd-882e8f31298f"
511
+ "role_id": "2074ce69-3867-4197-98ed-95509ae989fa"
496
512
  }
497
513
  ]
498
514
  },
499
515
  "Constraint": {
500
516
  "is_main": true,
501
- "id": "2a1ef69f-efdb-4c71-aa2d-9fd635a12d11",
517
+ "id": "f1fdda71-69d0-4852-85b6-a3ff9892c011",
502
518
  "functions": [
503
519
  {
504
520
  "title": "as Presence Constraint",
@@ -536,38 +552,38 @@
536
552
  "title": "all Constraint Shape",
537
553
  "type": "Constraint Shape",
538
554
  "where": "some Constraint Shape is for this Constraint",
539
- "role_id": "5684ee07-265a-4dae-9339-15d51eabe981",
555
+ "role_id": "987399fb-48ff-4371-bb1b-197120283beb",
540
556
  "is_list": true
541
557
  },
542
558
  {
543
559
  "title": "Concept",
544
560
  "type": "Concept",
545
561
  "where": "this Constraint is an instance of one Concept",
546
- "role_id": "fb55c608-2e21-4a3a-be32-9fc78bb160f4"
562
+ "role_id": "6d2d33d1-f314-407e-a6d3-0fab188355a1"
547
563
  },
548
564
  {
549
565
  "title": "Enforcement",
550
566
  "type": "Enforcement",
551
567
  "where": "this Constraint requires one Enforcement",
552
- "role_id": "69191d67-eabf-44e3-93a8-152dd8b2669c"
568
+ "role_id": "b65cda27-7d1b-4443-bb3b-370799851ee8"
553
569
  },
554
570
  {
555
571
  "title": "Name",
556
572
  "type": "Name",
557
573
  "where": "this Constraint is called one Name",
558
- "role_id": "b6c6d9c7-b725-44b3-999e-103d02bd9dc0"
574
+ "role_id": "73b41e4f-3dfa-48ce-a861-ab79a1362d18"
559
575
  },
560
576
  {
561
577
  "title": "Vocabulary",
562
578
  "type": "Vocabulary",
563
579
  "where": "this Constraint belongs to one Vocabulary",
564
- "role_id": "5bfd2d61-d9b7-4817-bf5d-00ecdf2057cd"
580
+ "role_id": "bdba3491-a0f0-49b2-9ff3-4d2777e6175a"
565
581
  }
566
582
  ]
567
583
  },
568
584
  "Constraint Shape": {
569
585
  "is_main": false,
570
- "id": "c6471cac-278e-4f42-8f97-5dcd12f119b7",
586
+ "id": "57083194-2eb8-4971-977f-1d0e3804fec8",
571
587
  "functions": [
572
588
  {
573
589
  "title": "as Shape",
@@ -585,13 +601,13 @@
585
601
  "title": "Constraint",
586
602
  "type": "Constraint",
587
603
  "where": "this Constraint Shape is for one Constraint",
588
- "role_id": "2006ae53-373e-4af2-a955-fc43ad3c77fc"
604
+ "role_id": "d25ab2ee-9f7d-431b-a1bf-f11c0ea9fc24"
589
605
  }
590
606
  ]
591
607
  },
592
608
  "Context According To": {
593
609
  "is_main": true,
594
- "id": "30cc2352-0974-4973-b224-a72834e55899",
610
+ "id": "d84427ab-0e43-4621-8fcb-a9d6ccb5a447",
595
611
  "functions": [
596
612
  {
597
613
  "title": "involving Context Note",
@@ -607,109 +623,109 @@
607
623
  "title": "Date",
608
624
  "type": "Date",
609
625
  "where": "this Context According To was lodged on one Date",
610
- "role_id": "5f94de38-014b-46c2-a408-53d85ffaf913"
626
+ "role_id": "47b3f351-f089-47ea-b736-0f2b7d09209e"
611
627
  }
612
628
  ]
613
629
  },
614
630
  "Context Note": {
615
631
  "is_main": false,
616
- "id": "44f27ef0-db65-4d70-9531-9153f2af555d",
632
+ "id": "529535da-12fb-4979-8fc5-7721dda72d7d",
617
633
  "functions": [
618
634
  {
619
635
  "title": "Relevant Concept",
620
636
  "type": "Concept",
621
637
  "where": "this Context Note applies to one relevant-Concept",
622
- "role_id": "951b54db-3f4e-48aa-8154-20f1ab556e4d"
638
+ "role_id": "68291b53-165d-420e-aaf7-1261197588c8"
623
639
  },
624
640
  {
625
641
  "title": "Context Note Kind",
626
642
  "type": "Context Note Kind",
627
643
  "where": "this Context Note has one Context Note Kind",
628
- "role_id": "fb52c2cd-e216-4c7a-a682-079f1ceba1a2"
644
+ "role_id": "b1f1d5b5-46a1-4917-b2a7-93dfaa591830"
629
645
  },
630
646
  {
631
647
  "title": "Discussion",
632
648
  "type": "Discussion",
633
649
  "where": "this Context Note has one Discussion",
634
- "role_id": "2dd629d3-2d1d-4a17-a79a-678ff3bb1e9d"
650
+ "role_id": "509108f1-801a-4f07-bd5b-4a60154217d0"
635
651
  },
636
652
  {
637
653
  "title": "all Context According To",
638
654
  "type": "Context According To",
639
655
  "where": "this Context Note is according to some Agent",
640
- "role_id": "5979de3b-d76a-45e9-a4b3-1563031b1df8",
656
+ "role_id": "62e673dd-47eb-4674-b656-2dc98f6b9b70",
641
657
  "is_list": true
642
658
  },
643
659
  {
644
660
  "title": "Concept",
645
661
  "type": "Concept",
646
662
  "where": "this Context Note is an instance of one Concept",
647
- "role_id": "5ed57e06-408a-4876-880d-9c2fdecf3d53"
663
+ "role_id": "f28b4104-6969-4d40-b800-91a550c85167"
648
664
  },
649
665
  {
650
666
  "title": "Agreement",
651
667
  "type": "Agreement",
652
668
  "where": "this Context Note was added by one Agreement",
653
- "role_id": "01058638-94a9-4592-b683-3e55113b5773"
669
+ "role_id": "cec12cc7-329f-49b9-bb41-07d7f4eb299b"
654
670
  },
655
671
  {
656
672
  "title": "all Model Note Shape",
657
673
  "type": "Model Note Shape",
658
674
  "where": "some Model Note Shape is for this Context Note",
659
- "role_id": "3cfa8e03-5433-46b3-9304-001ea5b71ab2",
675
+ "role_id": "b9f91077-a7ce-4fbc-9005-b5d925a908c5",
660
676
  "is_list": true
661
677
  }
662
678
  ]
663
679
  },
664
680
  "Context Note Kind": {
665
681
  "is_main": false,
666
- "id": "aa370f79-d4c7-4640-a7b9-ea415138d6a5",
682
+ "id": "e85cabe5-631a-4238-8010-8b2c15523c1c",
667
683
  "functions": [
668
684
  {
669
685
  "title": "all Context Note",
670
686
  "type": "Context Note",
671
687
  "where": "this Context Note Kind is of some Context Note",
672
- "role_id": "6a2f094a-4dd5-4c1e-8901-e8e8ce03d661",
688
+ "role_id": "3f21a485-5649-4636-868e-885b5a2e774b",
673
689
  "is_list": true
674
690
  }
675
691
  ]
676
692
  },
677
693
  "Date": {
678
694
  "is_main": false,
679
- "id": "9f8238b6-8211-41a3-9b79-fbe8aafe5157",
695
+ "id": "547af518-e216-486c-a210-53460cfa33e3",
680
696
  "functions": [
681
697
  {
682
698
  "title": "all Agreement",
683
699
  "type": "Agreement",
684
700
  "where": "this Date is of some Agreement",
685
- "role_id": "7a9db41c-8e43-47b2-b4a1-6175c0e93365",
701
+ "role_id": "de9d05c9-c075-4b3a-8779-80207e7a638a",
686
702
  "is_list": true
687
703
  },
688
704
  {
689
705
  "title": "all Context According To",
690
706
  "type": "Context According To",
691
707
  "where": "some Context According To was lodged on this Date",
692
- "role_id": "ef05d71c-9232-402b-b127-0cbf3001ab01",
708
+ "role_id": "1b787114-907b-46f2-aa56-d05b19394779",
693
709
  "is_list": true
694
710
  }
695
711
  ]
696
712
  },
697
713
  "Denominator": {
698
714
  "is_main": false,
699
- "id": "b4026777-d854-4359-8305-249f12c64ca1",
715
+ "id": "f931be1d-02e0-4a49-bf66-27355318b72f",
700
716
  "functions": [
701
717
  {
702
718
  "title": "all Coefficient",
703
719
  "type": "Coefficient",
704
720
  "where": "some Coefficient has this Denominator",
705
- "role_id": "d9d8f79c-ba7a-4707-b2cb-b796af513a38",
721
+ "role_id": "1d75c427-506e-45e0-a35a-83ff0aa6d72b",
706
722
  "is_list": true
707
723
  }
708
724
  ]
709
725
  },
710
726
  "Derivation": {
711
727
  "is_main": true,
712
- "id": "752e3e79-d7c3-4060-bfe4-30dadedb8bc2",
728
+ "id": "ef58fcaa-b365-48f9-8b1f-63e0e14dafee",
713
729
  "functions": [
714
730
  {
715
731
  "title": "involving Derived Unit",
@@ -725,13 +741,13 @@
725
741
  "title": "Exponent",
726
742
  "type": "Exponent",
727
743
  "where": "this Derivation has one Exponent",
728
- "role_id": "93774e5d-729e-4786-8cb9-41a8fc57dec8"
744
+ "role_id": "aee8d358-e954-4988-9b90-bfaa962d16f8"
729
745
  }
730
746
  ]
731
747
  },
732
748
  "Diagram": {
733
749
  "is_main": true,
734
- "id": "9c55ae5b-6bac-4c4a-859b-fe088b261d6d",
750
+ "id": "c9ebc3b2-bbb9-4eb2-9603-f222dd940f4b",
735
751
  "functions": [
736
752
  {
737
753
  "title": "as ORM Diagram",
@@ -741,19 +757,19 @@
741
757
  "title": "Name",
742
758
  "type": "Name",
743
759
  "where": "this Diagram is called one Name",
744
- "role_id": "7f8e03f3-5d48-4702-942d-bb2b4e15061a"
760
+ "role_id": "eefa6981-1d8c-4357-8437-3e2550eb853b"
745
761
  },
746
762
  {
747
763
  "title": "Vocabulary",
748
764
  "type": "Vocabulary",
749
765
  "where": "this Diagram is for one Vocabulary",
750
- "role_id": "ac8f27c9-e030-4ea9-bf2b-970925702643"
766
+ "role_id": "652bfbd3-b33f-4e30-bf3e-e73bb20caca7"
751
767
  }
752
768
  ]
753
769
  },
754
770
  "Discriminated Role": {
755
771
  "is_main": true,
756
- "id": "e561df44-7903-498a-8386-13b52dfcd6a2",
772
+ "id": "df3babd9-8465-4807-9777-d065c581494c",
757
773
  "functions": [
758
774
  {
759
775
  "title": "involving Discriminator",
@@ -774,7 +790,7 @@
774
790
  },
775
791
  "Discriminator": {
776
792
  "is_main": false,
777
- "id": "0ece1a70-e070-4e3e-aab5-35dba98ef41b",
793
+ "id": "7d290bd9-9fe4-4d03-9d73-8b5d38bc039c",
778
794
  "functions": [
779
795
  {
780
796
  "title": "as Component",
@@ -784,40 +800,40 @@
784
800
  "title": "all Discriminated Role",
785
801
  "type": "Discriminated Role",
786
802
  "where": "this Discriminator distinguishes some Role using some Value",
787
- "role_id": "168a4ba1-7401-44c7-9504-d83e00e12b21",
803
+ "role_id": "f99af407-3dac-4f03-91df-a8edae72a661",
788
804
  "is_list": true
789
805
  }
790
806
  ]
791
807
  },
792
808
  "Discussion": {
793
809
  "is_main": false,
794
- "id": "4292d9e5-b314-4628-b748-11d04960d24a",
810
+ "id": "0b1261a7-403d-4522-8d17-ec5f5b8e0950",
795
811
  "functions": [
796
812
  {
797
813
  "title": "all Context Note",
798
814
  "type": "Context Note",
799
815
  "where": "this Discussion is for some Context Note",
800
- "role_id": "6c1302fa-e213-40e6-b925-65ca76ae9e2d",
816
+ "role_id": "cd2fafad-bc9b-47de-882a-2ba266964ce1",
801
817
  "is_list": true
802
818
  }
803
819
  ]
804
820
  },
805
821
  "Display Role Names Setting": {
806
822
  "is_main": false,
807
- "id": "911abafe-b5da-46fd-9d29-9dfbe532c7fd",
823
+ "id": "adee2d0a-f0d6-47b6-9663-8be1e08b3fc2",
808
824
  "functions": [
809
825
  {
810
826
  "title": "all Fact Type Shape",
811
827
  "type": "Fact Type Shape",
812
828
  "where": "some Fact Type Shape has this Display Role Names Setting",
813
- "role_id": "7b213a3e-f744-4c66-aa68-8039060fd9fd",
829
+ "role_id": "9c4ab626-eb9e-46f8-b3a8-d9415b3c3e85",
814
830
  "is_list": true
815
831
  }
816
832
  ]
817
833
  },
818
834
  "Domain Object Type": {
819
835
  "is_main": false,
820
- "id": "d2e6c978-3d2d-44dc-af11-d487567282be",
836
+ "id": "fbad4e1f-cedb-43a8-8ce8-b5f83aac6c54",
821
837
  "functions": [
822
838
  {
823
839
  "title": "as Object Type",
@@ -835,44 +851,44 @@
835
851
  },
836
852
  "Enforcement": {
837
853
  "is_main": false,
838
- "id": "4bb01735-c904-4d99-874a-690bc0693079",
854
+ "id": "913a5cb7-8d11-4949-842e-ecf313f17f35",
839
855
  "functions": [
840
856
  {
841
857
  "title": "Constraint",
842
858
  "type": "Constraint",
843
859
  "where": "this Enforcement applies to one Constraint",
844
- "role_id": "8712c1a5-e84f-4360-bcdc-1ff46c9fcf55"
860
+ "role_id": "db967c62-faae-48db-922f-86c00a06bd91"
845
861
  },
846
862
  {
847
863
  "title": "Enforcement Code",
848
864
  "type": "Enforcement Code",
849
865
  "where": "this Enforcement has one Enforcement Code",
850
- "role_id": "36d75cf8-7118-41bf-9e2d-a7af99151ac1"
866
+ "role_id": "4bb857c6-bfa0-4283-8b9d-ea3c72d12322"
851
867
  },
852
868
  {
853
869
  "title": "Agent",
854
870
  "type": "Agent",
855
871
  "where": "this Enforcement notifies one Agent",
856
- "role_id": "d5a04c40-5436-48bf-8322-fcce6b25b3f7"
872
+ "role_id": "855b5f9e-ca07-4042-9608-18b23037dda5"
857
873
  }
858
874
  ]
859
875
  },
860
876
  "Enforcement Code": {
861
877
  "is_main": false,
862
- "id": "43a6d2e6-f05d-424c-82f0-30524a7be0f3",
878
+ "id": "2aadf1f1-fe47-48f1-8663-d5644431e603",
863
879
  "functions": [
864
880
  {
865
881
  "title": "all Enforcement",
866
882
  "type": "Enforcement",
867
883
  "where": "this Enforcement Code is of some Enforcement",
868
- "role_id": "778ec48c-8ec8-4202-acd0-7ec7dfb29b2e",
884
+ "role_id": "89be296d-8bdb-4ce3-88c5-f9a4cf4dc6dd",
869
885
  "is_list": true
870
886
  }
871
887
  ]
872
888
  },
873
889
  "Entity Type": {
874
890
  "is_main": false,
875
- "id": "c8b6e749-8330-47c5-a338-e8816f3070c9",
891
+ "id": "12ba8d14-3ed9-4d3a-bdb3-5fe1f9333384",
876
892
  "functions": [
877
893
  {
878
894
  "title": "as Domain Object Type",
@@ -886,90 +902,90 @@
886
902
  "title": "all Type Inheritance",
887
903
  "type": "Type Inheritance",
888
904
  "where": "this Subtype is subtype of some Supertype",
889
- "role_id": "34fc0e99-6d34-43f6-a71c-cdbe293b7606",
905
+ "role_id": "279a2a13-a36f-4c7c-9e1e-45223b32acc9",
890
906
  "is_list": true
891
907
  },
892
908
  {
893
909
  "title": "all Type Inheritance",
894
910
  "type": "Type Inheritance",
895
911
  "where": "this Supertype is supertype of some Subtype",
896
- "role_id": "aed38b68-8d27-4897-ba0e-f2e825349263",
912
+ "role_id": "2e8d768a-76fe-4e8f-90bf-2ef51a27c583",
897
913
  "is_list": true
898
914
  },
899
915
  {
900
916
  "title": "Fact Type",
901
917
  "type": "Fact Type",
902
918
  "where": "this Entity Type objectifies one Fact Type",
903
- "role_id": "eab00142-47ba-4f18-a78a-e8ffbb3944cb"
919
+ "role_id": "159ef5e2-6a0f-42fc-8244-40c4baea3c16"
904
920
  }
905
921
  ]
906
922
  },
907
923
  "Ephemera URL": {
908
924
  "is_main": false,
909
- "id": "5dae3a3d-7547-4344-ab0b-3e0bff8adae6",
925
+ "id": "cb1b49b7-aefd-44d3-8016-46bbdd2dc865",
910
926
  "functions": [
911
927
  {
912
928
  "title": "all Unit",
913
929
  "type": "Unit",
914
930
  "where": "this Ephemera URL provides some Unit coefficient",
915
- "role_id": "c390559e-08d7-40e0-862d-61b94bd5b263",
931
+ "role_id": "b7776a87-67d9-4e06-bcc3-62759e8070b4",
916
932
  "is_list": true
917
933
  }
918
934
  ]
919
935
  },
920
936
  "Exponent": {
921
937
  "is_main": false,
922
- "id": "23106258-7d95-4e44-8452-31653277071d",
938
+ "id": "59953f66-a4b8-4892-a64b-97305f79f127",
923
939
  "functions": [
924
940
  {
925
941
  "title": "all Derivation",
926
942
  "type": "Derivation",
927
943
  "where": "some Derivation has this Exponent",
928
- "role_id": "78d40c34-f7f0-438d-864b-84cf024e5082",
944
+ "role_id": "d2050a3b-2b18-4dd8-a9c7-c551b5678835",
929
945
  "is_list": true
930
946
  }
931
947
  ]
932
948
  },
933
949
  "Fact": {
934
950
  "is_main": false,
935
- "id": "f079b20b-52e4-46ef-8cd9-f533a23ac7d5",
951
+ "id": "8a82a06c-5714-4d30-8c14-c546d1980b54",
936
952
  "functions": [
937
953
  {
938
954
  "title": "Concept",
939
955
  "type": "Concept",
940
956
  "where": "this Fact is an instance of one Concept",
941
- "role_id": "92c62d2a-3425-4db7-b4b5-0fc7e77907a4"
957
+ "role_id": "841a48d8-60c1-40e4-9660-e39f11006bb7"
942
958
  },
943
959
  {
944
960
  "title": "Fact Type",
945
961
  "type": "Fact Type",
946
962
  "where": "this Fact is of one Fact Type",
947
- "role_id": "f9cd5513-2b80-4209-959f-40d98861f906"
963
+ "role_id": "b6f2dca3-9cdb-4712-886e-d98195d5207b"
948
964
  },
949
965
  {
950
966
  "title": "Instance",
951
967
  "type": "Instance",
952
968
  "where": "this Fact is objectified as one Instance",
953
- "role_id": "1efc6e45-625f-4fef-a573-84d1801bf8ef"
969
+ "role_id": "32919370-2099-4dc7-b113-cd08cd427f72"
954
970
  },
955
971
  {
956
972
  "title": "Population",
957
973
  "type": "Population",
958
974
  "where": "this Fact belongs to one Population",
959
- "role_id": "bbbae366-b3c5-403a-9b6f-4e720c308443"
975
+ "role_id": "3af6bdd1-a0ff-45a3-93b5-465c6db16665"
960
976
  },
961
977
  {
962
978
  "title": "all Role Value",
963
979
  "type": "Role Value",
964
980
  "where": "this Fact includes some Role Value",
965
- "role_id": "15359be2-ddb4-471b-99fd-119f326d2e54",
981
+ "role_id": "f9af24b8-f02d-465a-a37c-ecd85d91ee11",
966
982
  "is_list": true
967
983
  }
968
984
  ]
969
985
  },
970
986
  "Fact Type": {
971
987
  "is_main": true,
972
- "id": "7669a3bc-79af-467c-856e-54b308e20541",
988
+ "id": "60f920c0-4194-4ca4-9d45-4069e8488ab8",
973
989
  "functions": [
974
990
  {
975
991
  "title": "as Link Fact Type",
@@ -983,54 +999,54 @@
983
999
  "title": "Entity Type",
984
1000
  "type": "Entity Type",
985
1001
  "where": "this Fact Type is objectified as one Entity Type",
986
- "role_id": "9be986e4-910b-4226-aa72-ab1e3a025fb7"
1002
+ "role_id": "a62dbc2d-73b5-42f4-a945-6a5bc2f72ee9"
987
1003
  },
988
1004
  {
989
1005
  "title": "all Fact Type Shape",
990
1006
  "type": "Fact Type Shape",
991
1007
  "where": "this Fact Type has some Fact Type Shape",
992
- "role_id": "4ccb4ede-0538-4ca7-aab5-466a8807e571",
1008
+ "role_id": "547b78a9-e4b4-4054-9845-759f9049bfc9",
993
1009
  "is_list": true
994
1010
  },
995
1011
  {
996
1012
  "title": "all Reading",
997
1013
  "type": "Reading",
998
1014
  "where": "this Fact Type has some Reading",
999
- "role_id": "1c25f3cf-1b68-46b3-aab5-b458c55605ab",
1015
+ "role_id": "527ee915-0ff0-431c-a14e-30aee49a8d1a",
1000
1016
  "is_list": true
1001
1017
  },
1002
1018
  {
1003
1019
  "title": "Concept",
1004
1020
  "type": "Concept",
1005
1021
  "where": "this Fact Type is an instance of one Concept",
1006
- "role_id": "57811d9d-8027-472a-84cf-e362871b4376"
1022
+ "role_id": "217b0808-fd6c-41fe-8860-56c35384d97d"
1007
1023
  },
1008
1024
  {
1009
1025
  "title": "all Fact",
1010
1026
  "type": "Fact",
1011
1027
  "where": "some Fact is of this Fact Type",
1012
- "role_id": "beddad30-c77a-4f76-9d5c-877868b0d418",
1028
+ "role_id": "4659b69b-ae41-4b3a-af1e-ae7333b5f4c7",
1013
1029
  "is_list": true
1014
1030
  },
1015
1031
  {
1016
1032
  "title": "all Role",
1017
1033
  "type": "Role",
1018
1034
  "where": "this Fact Type contains some Role",
1019
- "role_id": "dc8b7cb5-e89b-4a40-9294-9aac7c728284",
1035
+ "role_id": "62b9fdd8-7177-46d3-ac19-e96073d56835",
1020
1036
  "is_list": true
1021
1037
  },
1022
1038
  {
1023
1039
  "title": "all Step",
1024
1040
  "type": "Step",
1025
1041
  "where": "this Fact Type directs some Step",
1026
- "role_id": "fafefc8d-ce1f-40ee-ba2a-43f3a448ea60",
1042
+ "role_id": "18565d80-170d-47fd-9f48-635b2f062c0d",
1027
1043
  "is_list": true
1028
1044
  }
1029
1045
  ]
1030
1046
  },
1031
1047
  "Fact Type Shape": {
1032
1048
  "is_main": false,
1033
- "id": "d0b3f550-76f9-4e6f-9645-2f6286072b59",
1049
+ "id": "7dfced75-c053-4b0f-8b9e-ded6859e4bbd",
1034
1050
  "functions": [
1035
1051
  {
1036
1052
  "title": "as Shape",
@@ -1040,150 +1056,150 @@
1040
1056
  "title": "all Role Display",
1041
1057
  "type": "Role Display",
1042
1058
  "where": "this Fact Type Shape displays some Role in some Ordinal position",
1043
- "role_id": "ea80edf2-755b-44f8-ba04-33cf124e9bd8",
1059
+ "role_id": "ec2876b5-002c-4da8-9d47-58368a02e661",
1044
1060
  "is_list": true
1045
1061
  },
1046
1062
  {
1047
1063
  "title": "Display Role Names Setting",
1048
1064
  "type": "Display Role Names Setting",
1049
1065
  "where": "this Fact Type Shape has one Display Role Names Setting",
1050
- "role_id": "beb202f3-07f7-4d33-aa2b-6e36d433504a"
1066
+ "role_id": "79f78c46-3b54-4a2a-92e7-21b5f8977aa0"
1051
1067
  },
1052
1068
  {
1053
1069
  "title": "Reading Shape",
1054
1070
  "type": "Reading Shape",
1055
1071
  "where": "this Fact Type Shape has one Reading Shape",
1056
- "role_id": "a23f7ee8-98ec-4150-8ce4-8b8fcc7a6a55"
1072
+ "role_id": "b03fa061-f492-4e91-8faa-99c3be83132c"
1057
1073
  },
1058
1074
  {
1059
1075
  "title": "Rotation Setting",
1060
1076
  "type": "Rotation Setting",
1061
1077
  "where": "this Fact Type Shape has one Rotation Setting",
1062
- "role_id": "d6bde0fc-ec0e-4433-9d6e-40fabaddf33f"
1078
+ "role_id": "abd706be-2014-4a6e-a47c-48a19805d771"
1063
1079
  },
1064
1080
  {
1065
1081
  "title": "Fact Type",
1066
1082
  "type": "Fact Type",
1067
1083
  "where": "this Fact Type Shape is for one Fact Type",
1068
- "role_id": "06ea1f1c-96d8-4f1c-88a9-242ba6103d5c"
1084
+ "role_id": "a9d5ffc1-10b5-4752-b145-b224cc9c8df1"
1069
1085
  },
1070
1086
  {
1071
1087
  "title": "Objectified Fact Type Name Shape",
1072
1088
  "type": "Objectified Fact Type Name Shape",
1073
1089
  "where": "this Fact Type Shape has one Objectified Fact Type Name Shape",
1074
- "role_id": "e8dbc97b-6980-4f66-820b-0465db391915"
1090
+ "role_id": "eb31dc4f-b3ef-4b02-98af-08cced700c72"
1075
1091
  },
1076
1092
  {
1077
1093
  "title": "all Ring Constraint Shape",
1078
1094
  "type": "Ring Constraint Shape",
1079
1095
  "where": "some Ring Constraint Shape is attached to this Fact Type Shape",
1080
- "role_id": "f3a02572-8ed3-432a-9233-6795d330d443",
1096
+ "role_id": "dcd1048d-fccb-4c51-84f0-657fe06f60f3",
1081
1097
  "is_list": true
1082
1098
  }
1083
1099
  ]
1084
1100
  },
1085
1101
  "Frequency": {
1086
1102
  "is_main": false,
1087
- "id": "5086d02a-516c-4250-b370-f4411704e8ed",
1103
+ "id": "337cbdbd-b6d2-4a64-a2df-461acc8bd598",
1088
1104
  "functions": [
1089
1105
  {
1090
1106
  "title": "all Presence Constraint as Max Frequency",
1091
1107
  "type": "Presence Constraint",
1092
1108
  "where": "some Presence Constraint has this max-Frequency",
1093
- "role_id": "b8582433-63fb-4bab-b2b4-438b72ce8a77",
1109
+ "role_id": "42a97833-4604-42b7-82db-aaa999dba7d8",
1094
1110
  "is_list": true
1095
1111
  },
1096
1112
  {
1097
1113
  "title": "all Presence Constraint as Min Frequency",
1098
1114
  "type": "Presence Constraint",
1099
1115
  "where": "some Presence Constraint has this min-Frequency",
1100
- "role_id": "96ef762c-ca0c-4db0-a5df-b42a3c7c2842",
1116
+ "role_id": "5d7b3c73-935f-459a-a139-acab66c5e4df",
1101
1117
  "is_list": true
1102
1118
  }
1103
1119
  ]
1104
1120
  },
1105
1121
  "Guid": {
1106
1122
  "is_main": false,
1107
- "id": "e037380c-dc13-4d23-8d9e-9e069bf84b16",
1123
+ "id": "c10ed4ca-cb0b-49f0-9d5c-680c8b793896",
1108
1124
  "functions": [
1109
1125
  {
1110
1126
  "title": "Alternative Set",
1111
1127
  "type": "Alternative Set",
1112
1128
  "where": "this Guid is of one Alternative Set",
1113
- "role_id": "1d353b65-d67e-4c06-8fbc-a792a9d66156"
1129
+ "role_id": "773d860d-44cc-4b46-82ab-c66cc234a55e"
1114
1130
  },
1115
1131
  {
1116
1132
  "title": "Component",
1117
1133
  "type": "Component",
1118
1134
  "where": "this Guid is of one Component",
1119
- "role_id": "84eb1a7c-21d7-428e-8cc0-851499a9e9a3"
1135
+ "role_id": "5b627f10-c6dd-4631-9c28-6ab38ae21b0a"
1120
1136
  },
1121
1137
  {
1122
1138
  "title": "Composition",
1123
1139
  "type": "Composition",
1124
1140
  "where": "this Guid is of one Composition",
1125
- "role_id": "b2c873b9-cb4b-4547-90e6-075696aa3bfa"
1141
+ "role_id": "3c198540-f4f0-45fb-8c99-36053f5754ea"
1126
1142
  },
1127
1143
  {
1128
1144
  "title": "Concept",
1129
1145
  "type": "Concept",
1130
1146
  "where": "this Guid is of one Concept",
1131
- "role_id": "5b052bf8-92f5-4395-9524-7f4bc086625b"
1147
+ "role_id": "8817b7dc-ae15-4224-ab93-e340d0e8fe39"
1132
1148
  },
1133
1149
  {
1134
1150
  "title": "Role Sequence",
1135
1151
  "type": "Role Sequence",
1136
1152
  "where": "this Guid is of one Role Sequence",
1137
- "role_id": "3fe0d118-acda-4b27-bfef-f40b0673dd37"
1153
+ "role_id": "f63ef469-abbf-417b-8a72-6645cf316e19"
1138
1154
  },
1139
1155
  {
1140
1156
  "title": "Shape",
1141
1157
  "type": "Shape",
1142
1158
  "where": "this Guid is of one Shape",
1143
- "role_id": "b2418913-53ed-455a-a7d1-7cd6d113e49b"
1159
+ "role_id": "df290d16-654b-48db-a646-b9d89a39d451"
1144
1160
  },
1145
1161
  {
1146
1162
  "title": "Step",
1147
1163
  "type": "Step",
1148
1164
  "where": "this Guid is of one Step",
1149
- "role_id": "e3c284b0-58b9-4d69-95c6-8712d47b0001"
1165
+ "role_id": "97888602-69e3-4470-9614-c49c8f3e6f3d"
1150
1166
  }
1151
1167
  ]
1152
1168
  },
1153
1169
  "Implication Rule": {
1154
1170
  "is_main": false,
1155
- "id": "e97836a5-dac0-43f4-a876-86bd4c8248a1",
1171
+ "id": "f5e49da8-e994-467a-9428-bed50e99bb9a",
1156
1172
  "functions": [
1157
1173
  {
1158
1174
  "title": "all Concept",
1159
1175
  "type": "Concept",
1160
1176
  "where": "some Concept is implied by this Implication Rule",
1161
- "role_id": "ae86f9b4-1df9-463b-9e46-41cd4e0ca1d3",
1177
+ "role_id": "b72d7038-d386-4c34-b223-869a8043d229",
1162
1178
  "is_list": true
1163
1179
  },
1164
1180
  {
1165
1181
  "title": "Implication Rule Name",
1166
1182
  "type": "Implication Rule Name",
1167
1183
  "where": "this Implication Rule has one Implication Rule Name",
1168
- "role_id": "0f79449e-5cc6-4ab9-9a09-24e2f3f9a567"
1184
+ "role_id": "07de5497-820a-4d49-bc27-da01558d46b1"
1169
1185
  }
1170
1186
  ]
1171
1187
  },
1172
1188
  "Implication Rule Name": {
1173
1189
  "is_main": false,
1174
- "id": "bf4a9c56-daf5-4bac-ae3a-6c2bb1552cc6",
1190
+ "id": "a4fa4ef8-d434-4830-9fd0-76c857d3813e",
1175
1191
  "functions": [
1176
1192
  {
1177
1193
  "title": "Implication Rule",
1178
1194
  "type": "Implication Rule",
1179
1195
  "where": "this Implication Rule Name is of one Implication Rule",
1180
- "role_id": "f655977e-1d36-4443-a305-ad9fe4269430"
1196
+ "role_id": "1927265f-d807-4552-be8f-c5efecbab2d0"
1181
1197
  }
1182
1198
  ]
1183
1199
  },
1184
1200
  "Indicator": {
1185
1201
  "is_main": false,
1186
- "id": "e1ac143e-4e79-40f7-a9c6-11f9b0a990a2",
1202
+ "id": "f6641261-e1e9-4503-9a10-24ec1b96b46b",
1187
1203
  "functions": [
1188
1204
  {
1189
1205
  "title": "as Component",
@@ -1193,13 +1209,13 @@
1193
1209
  "title": "Role",
1194
1210
  "type": "Role",
1195
1211
  "where": "this Indicator indicates one Role played",
1196
- "role_id": "5b42605b-9cdc-4810-b19d-a746a43227b0"
1212
+ "role_id": "c59d6bc1-dc7b-4b6f-950d-947895b98ed2"
1197
1213
  }
1198
1214
  ]
1199
1215
  },
1200
1216
  "Injection": {
1201
1217
  "is_main": false,
1202
- "id": "dd555044-d03e-4365-aa4c-e72c14de2912",
1218
+ "id": "0fe21d6a-0dc7-4114-9ea5-29fc8099e4ec",
1203
1219
  "functions": [
1204
1220
  {
1205
1221
  "title": "as Component",
@@ -1208,68 +1224,72 @@
1208
1224
  {
1209
1225
  "title": "as Mapping",
1210
1226
  "type": "Mapping"
1227
+ },
1228
+ {
1229
+ "title": "as ValueField",
1230
+ "type": "ValueField"
1211
1231
  }
1212
1232
  ]
1213
1233
  },
1214
1234
  "Instance": {
1215
1235
  "is_main": false,
1216
- "id": "bf15ea0c-407b-46ad-af76-b06f750a7897",
1236
+ "id": "6020ca0c-1e43-4d97-906a-7ee070196c87",
1217
1237
  "functions": [
1218
1238
  {
1219
1239
  "title": "Value",
1220
1240
  "type": "Value",
1221
1241
  "where": "this Instance has one Value",
1222
- "role_id": "0b5039bc-6d2a-43c0-86d4-da47a897eeb8"
1242
+ "role_id": "6dde5a60-5b61-4b28-8bd2-a745c30e49e9"
1223
1243
  },
1224
1244
  {
1225
1245
  "title": "Concept",
1226
1246
  "type": "Concept",
1227
1247
  "where": "this Instance is an instance of one Concept",
1228
- "role_id": "96e3c559-be13-45ce-bec5-b37f9f6e7849"
1248
+ "role_id": "1b3421d2-8b8c-43c4-afa8-574501d01139"
1229
1249
  },
1230
1250
  {
1231
1251
  "title": "Object Type",
1232
1252
  "type": "Object Type",
1233
1253
  "where": "this Instance is of one Object Type",
1234
- "role_id": "64d1a317-5784-453d-b898-fa1e2a444efb"
1254
+ "role_id": "fcbad919-c0af-47e2-bf90-e8180e71cc71"
1235
1255
  },
1236
1256
  {
1237
1257
  "title": "Fact",
1238
1258
  "type": "Fact",
1239
1259
  "where": "this Instance objectifies one Fact",
1240
- "role_id": "ddeae7c3-080e-4be5-8dd9-1c690f151945"
1260
+ "role_id": "f31e235f-dc7c-4c00-b8f8-8b98e44a4ecb"
1241
1261
  },
1242
1262
  {
1243
1263
  "title": "all Role Value",
1244
1264
  "type": "Role Value",
1245
1265
  "where": "this Instance plays some Role Value",
1246
- "role_id": "941bc8ce-8566-4329-835b-c63094395fa0",
1266
+ "role_id": "f6e8bda9-ad23-42e8-9df3-104e02cf5995",
1247
1267
  "is_list": true
1248
1268
  },
1249
1269
  {
1250
1270
  "title": "Population",
1251
1271
  "type": "Population",
1252
1272
  "where": "this Instance belongs to one Population",
1253
- "role_id": "1913b68a-075a-44c0-9b91-b6955f05f685"
1273
+ "role_id": "5d4cef5d-1513-491e-9a57-5c3674666277"
1254
1274
  }
1255
1275
  ]
1256
1276
  },
1257
1277
  "Length": {
1258
1278
  "is_main": false,
1259
- "id": "ce5969f3-3d9c-479a-9db6-c7acca74ffd7",
1279
+ "id": "11d9cd7d-d556-43e4-86ef-97aca9ceb990",
1260
1280
  "functions": [
1261
1281
  {
1262
1282
  "title": "all Value Type",
1263
1283
  "type": "Value Type",
1264
1284
  "where": "this Length is of some Value Type",
1265
- "role_id": "3ebae366-a82a-46cc-b8c6-88c47cf83d8e",
1285
+ "role_id": "5234bbc0-a603-4d84-8478-df654cefd18f",
1266
1286
  "is_list": true
1267
1287
  }
1268
1288
  ]
1269
1289
  },
1270
1290
  "Link Fact Type": {
1271
1291
  "is_main": false,
1272
- "id": "17d74981-16a1-4c4f-bd09-900beb4b3888",
1292
+ "id": "bc838aec-5e60-4061-97eb-d185ac9557b6",
1273
1293
  "functions": [
1274
1294
  {
1275
1295
  "title": "as Fact Type",
@@ -1279,51 +1299,51 @@
1279
1299
  "title": "Implying Role",
1280
1300
  "type": "Role",
1281
1301
  "where": "this Link Fact Type has one implying-Role",
1282
- "role_id": "ac9570c6-2c9c-40d7-ac8f-e30a1fc71ea5"
1302
+ "role_id": "5c4be7ef-eb50-47ca-955f-7e95fdc9911f"
1283
1303
  }
1284
1304
  ]
1285
1305
  },
1286
1306
  "Literal": {
1287
1307
  "is_main": false,
1288
- "id": "165cacc6-1f87-4ec7-a6f2-455adda59397",
1308
+ "id": "24de2476-63a4-40ee-804c-ec581e717eb9",
1289
1309
  "functions": [
1290
1310
  {
1291
1311
  "title": "all Value",
1292
1312
  "type": "Value",
1293
1313
  "where": "this Literal represents some Value",
1294
- "role_id": "7dcb1dec-5afe-4868-a815-992167c5fcc9",
1314
+ "role_id": "f82c172b-1e3a-41a4-b1fc-965aa515e1a8",
1295
1315
  "is_list": true
1296
1316
  }
1297
1317
  ]
1298
1318
  },
1299
1319
  "Location": {
1300
1320
  "is_main": false,
1301
- "id": "65540254-8808-4a3f-8b7a-b6b495fd2a1c",
1321
+ "id": "5a738033-a25a-4cc5-8b7c-15630c847d71",
1302
1322
  "functions": [
1303
1323
  {
1304
1324
  "title": "X",
1305
1325
  "type": "X",
1306
1326
  "where": "this Location is at one X",
1307
- "role_id": "bb57f8a3-be7e-483e-94cd-0896bc12f8d9"
1327
+ "role_id": "e24f289a-cff7-41a8-971a-fc214bafa2f8"
1308
1328
  },
1309
1329
  {
1310
1330
  "title": "Y",
1311
1331
  "type": "Y",
1312
1332
  "where": "this Location is at one Y",
1313
- "role_id": "4475c3d7-5caf-44f4-935d-b7b8e15fb030"
1333
+ "role_id": "a61e79f6-58b8-48d1-833d-1e9de4ed7f02"
1314
1334
  },
1315
1335
  {
1316
1336
  "title": "all Shape",
1317
1337
  "type": "Shape",
1318
1338
  "where": "some Shape is at this Location",
1319
- "role_id": "3696f1b3-4495-48ff-875b-bf367113f0cd",
1339
+ "role_id": "d8e20050-d49b-48b8-9035-68496f729ff8",
1320
1340
  "is_list": true
1321
1341
  }
1322
1342
  ]
1323
1343
  },
1324
1344
  "Mapping": {
1325
1345
  "is_main": false,
1326
- "id": "b8f0f39d-766e-4826-bed7-bd5938aaf4f6",
1346
+ "id": "43cc2ff7-1093-4d87-9399-38442cb733ff",
1327
1347
  "functions": [
1328
1348
  {
1329
1349
  "title": "as Component",
@@ -1341,30 +1361,34 @@
1341
1361
  "title": "as Scoping",
1342
1362
  "type": "Scoping"
1343
1363
  },
1364
+ {
1365
+ "title": "as ValueField",
1366
+ "type": "ValueField"
1367
+ },
1344
1368
  {
1345
1369
  "title": "all Member",
1346
1370
  "type": "Component",
1347
1371
  "where": "this Parent contains some Member",
1348
- "role_id": "12a5b8d4-a25b-420c-93b8-e6c6ef7835f0",
1372
+ "role_id": "4a0d40bc-1fbf-4257-aad0-a733609e162b",
1349
1373
  "is_list": true
1350
1374
  },
1351
1375
  {
1352
1376
  "title": "Composite",
1353
1377
  "type": "Composite",
1354
1378
  "where": "this Mapping projects one Composite",
1355
- "role_id": "56748486-f582-4fbb-b545-f70e583985d4"
1379
+ "role_id": "e51bccf8-d538-4985-800c-823c42f398ff"
1356
1380
  },
1357
1381
  {
1358
1382
  "title": "Object Type",
1359
1383
  "type": "Object Type",
1360
1384
  "where": "this Mapping represents one Object Type",
1361
- "role_id": "33ee4977-2706-496e-9864-2a2186a87726"
1385
+ "role_id": "6772eca0-bbd7-402a-b220-099bcc188c54"
1362
1386
  }
1363
1387
  ]
1364
1388
  },
1365
1389
  "Mirror Role": {
1366
1390
  "is_main": false,
1367
- "id": "18dfbc7f-1ab3-4618-8151-5320d339e2f1",
1391
+ "id": "d78b5ed7-3853-416d-94cc-b28f6d1ce60e",
1368
1392
  "functions": [
1369
1393
  {
1370
1394
  "title": "as Role",
@@ -1374,13 +1398,13 @@
1374
1398
  "title": "Base Role",
1375
1399
  "type": "Role",
1376
1400
  "where": "this Mirror Role is for one Base Role",
1377
- "role_id": "80813ca3-d5cc-4318-a972-e53808a0f114"
1401
+ "role_id": "c0b162ff-d630-46f3-92cf-45684e662fb7"
1378
1402
  }
1379
1403
  ]
1380
1404
  },
1381
1405
  "Model Note Shape": {
1382
1406
  "is_main": false,
1383
- "id": "000bc7a8-e8bd-4217-a731-2a8cfea24da7",
1407
+ "id": "f867e4bf-b212-4324-9731-99329c7a2676",
1384
1408
  "functions": [
1385
1409
  {
1386
1410
  "title": "as Shape",
@@ -1390,105 +1414,112 @@
1390
1414
  "title": "Context Note",
1391
1415
  "type": "Context Note",
1392
1416
  "where": "this Model Note Shape is for one Context Note",
1393
- "role_id": "80f8a43d-00cf-499d-9498-d9d25357d184"
1417
+ "role_id": "44855f8c-cb10-45cb-b361-f473a820b3c3"
1394
1418
  }
1395
1419
  ]
1396
1420
  },
1397
1421
  "Name": {
1398
1422
  "is_main": false,
1399
- "id": "30eb2093-1ad9-4df9-a7d2-21443412cff5",
1423
+ "id": "0f2925e9-8853-415f-94a2-1ec43acd75e0",
1400
1424
  "functions": [
1401
1425
  {
1402
1426
  "title": "all Component",
1403
1427
  "type": "Component",
1404
1428
  "where": "some Component projects this Name",
1405
- "role_id": "e11e90d2-e07a-4cb4-afc3-a19921625390",
1429
+ "role_id": "da7de77a-132f-4c80-932d-a38211895802",
1406
1430
  "is_list": true
1407
1431
  },
1408
1432
  {
1409
1433
  "title": "Composition",
1410
1434
  "type": "Composition",
1411
1435
  "where": "this Name is of one Composition",
1412
- "role_id": "05f0bf61-5f9d-470e-bdbd-5a84af6d4908"
1436
+ "role_id": "3f4f65d0-bbc6-4fef-9bee-c0edf52ef463"
1413
1437
  },
1414
1438
  {
1415
1439
  "title": "all Diagram",
1416
1440
  "type": "Diagram",
1417
1441
  "where": "this Name is of some Diagram",
1418
- "role_id": "8b9f5051-0fb3-4d55-a780-f1640d0a722e",
1442
+ "role_id": "adf0f98f-b647-4f8d-abf9-daf675034dd3",
1419
1443
  "is_list": true
1420
1444
  },
1421
1445
  {
1422
1446
  "title": "all Constraint",
1423
1447
  "type": "Constraint",
1424
1448
  "where": "this Name is of some Constraint",
1425
- "role_id": "fe79e00d-bfa7-4bd2-9efc-c771d1dfde96",
1449
+ "role_id": "9940e6e6-dc85-4cec-8101-7e80ebd8b02a",
1426
1450
  "is_list": true
1427
1451
  },
1428
1452
  {
1429
1453
  "title": "Unit",
1430
1454
  "type": "Unit",
1431
1455
  "where": "this Name is of one Unit",
1432
- "role_id": "ec0cb14f-409e-48d9-982c-962f8974b597"
1456
+ "role_id": "14d0aef0-dff6-4541-b5d2-5ad132e4f7ef"
1457
+ },
1458
+ {
1459
+ "title": "all Nesting",
1460
+ "type": "Nesting",
1461
+ "where": "some Nesting has this key-Name",
1462
+ "role_id": "57da82e0-9818-44ca-a311-4f885c34fa1f",
1463
+ "is_list": true
1433
1464
  },
1434
1465
  {
1435
1466
  "title": "all Object Type",
1436
1467
  "type": "Object Type",
1437
1468
  "where": "some Object Type is called this Name",
1438
- "role_id": "1d0145fe-cf5c-433a-953e-0de8cbbfafd4",
1469
+ "role_id": "6e6ae6a4-dd6e-4714-8828-c4aa7401c046",
1439
1470
  "is_list": true
1440
1471
  },
1441
1472
  {
1442
1473
  "title": "all Population",
1443
1474
  "type": "Population",
1444
1475
  "where": "this Name is of some Population",
1445
- "role_id": "9648ac18-ed2d-4fd2-806f-ae3814f5cc81",
1476
+ "role_id": "954455a3-0cae-4c38-a5e4-38c39446871a",
1446
1477
  "is_list": true
1447
1478
  },
1448
1479
  {
1449
1480
  "title": "all Role",
1450
1481
  "type": "Role",
1451
1482
  "where": "this role-Name is name of some Role",
1452
- "role_id": "bd8cdee0-4b06-45f4-b360-8373a77f7420",
1483
+ "role_id": "7b463498-eeb9-422a-aa50-b930c6799347",
1453
1484
  "is_list": true
1454
1485
  },
1455
1486
  {
1456
1487
  "title": "Topic",
1457
1488
  "type": "Topic",
1458
1489
  "where": "this topic-Name is of one Topic",
1459
- "role_id": "6a2a1f2d-5297-42be-b10d-57b3b489632e"
1490
+ "role_id": "bf02f681-67d8-4140-866e-9fbe3fd50d8c"
1460
1491
  },
1461
1492
  {
1462
1493
  "title": "Plural Named Unit",
1463
1494
  "type": "Unit",
1464
1495
  "where": "this plural-Name is of one Plural Named Unit",
1465
- "role_id": "796291c2-c516-4b11-97be-341ccf7fe5cf"
1496
+ "role_id": "045ea76f-fe0b-45e8-94b1-f5c5d6c8f192"
1466
1497
  },
1467
1498
  {
1468
1499
  "title": "all Value Type Parameter",
1469
1500
  "type": "Value Type Parameter",
1470
1501
  "where": "this Name is a facet of some Value Type",
1471
- "role_id": "6780af57-2cb5-47c7-9185-1fe53f494a45",
1502
+ "role_id": "0fa0d913-48c1-4eed-8337-f8b6fc4f8429",
1472
1503
  "is_list": true
1473
1504
  },
1474
1505
  {
1475
1506
  "title": "all Variable",
1476
1507
  "type": "Variable",
1477
1508
  "where": "this Name is of some Variable",
1478
- "role_id": "e83d364c-dbee-4fb0-a5eb-dd31829ff5f7",
1509
+ "role_id": "67aabab4-1862-48fe-815b-0993354369f6",
1479
1510
  "is_list": true
1480
1511
  },
1481
1512
  {
1482
1513
  "title": "Vocabulary",
1483
1514
  "type": "Vocabulary",
1484
1515
  "where": "one Vocabulary is called this Name",
1485
- "role_id": "f1bf3718-2e01-46f0-adc7-4faf2a183d89"
1516
+ "role_id": "a4932e53-da4e-456c-b40a-7d4e476b8481"
1486
1517
  }
1487
1518
  ]
1488
1519
  },
1489
1520
  "Nesting": {
1490
1521
  "is_main": true,
1491
- "id": "cc3384c2-923e-4590-97d4-38b522043c28",
1522
+ "id": "80555d77-1b42-43bb-83f0-5f81226b71b5",
1492
1523
  "functions": [
1493
1524
  {
1494
1525
  "title": "involving Absorption",
@@ -1504,25 +1535,44 @@
1504
1535
  "title": "involving Ordinal",
1505
1536
  "type": "Ordinal",
1506
1537
  "where": "some Absorption is nested under some index-Role in this Ordinal position"
1538
+ },
1539
+ {
1540
+ "title": "Key Name",
1541
+ "type": "Name",
1542
+ "where": "this Nesting has one key-Name",
1543
+ "role_id": "3b121f31-b3b7-4b67-a672-553d4ef112f6"
1544
+ }
1545
+ ]
1546
+ },
1547
+ "Nesting Mode": {
1548
+ "is_main": false,
1549
+ "id": "1a8afc25-65e5-41df-bde6-dfeb6fa898a1",
1550
+ "functions": [
1551
+ {
1552
+ "title": "all Absorption",
1553
+ "type": "Absorption",
1554
+ "where": "some Absorption uses this Nesting Mode",
1555
+ "role_id": "1e6c9395-d1b0-4273-af0d-b29e89e06ab7",
1556
+ "is_list": true
1507
1557
  }
1508
1558
  ]
1509
1559
  },
1510
1560
  "Numerator": {
1511
1561
  "is_main": false,
1512
- "id": "ee5d5d36-671b-45ad-b142-0aa26d3be915",
1562
+ "id": "cd577ef5-fb3d-490f-a8ef-0e1dc0be4dd4",
1513
1563
  "functions": [
1514
1564
  {
1515
1565
  "title": "all Coefficient",
1516
1566
  "type": "Coefficient",
1517
1567
  "where": "some Coefficient has this Numerator",
1518
- "role_id": "756b2742-93aa-49a8-92f8-4b539aee3afd",
1568
+ "role_id": "afbae535-e8e2-4b31-b326-6647480e7ed2",
1519
1569
  "is_list": true
1520
1570
  }
1521
1571
  ]
1522
1572
  },
1523
1573
  "ORM Diagram": {
1524
1574
  "is_main": false,
1525
- "id": "018ea105-bdb4-42f0-b82e-92d0f55f0ff2",
1575
+ "id": "68089700-6c30-4622-8fa4-b8c3d615409c",
1526
1576
  "functions": [
1527
1577
  {
1528
1578
  "title": "as Diagram",
@@ -1532,14 +1582,14 @@
1532
1582
  "title": "all Shape",
1533
1583
  "type": "Shape",
1534
1584
  "where": "this ORM Diagram includes some Shape",
1535
- "role_id": "c5bbbbd2-f995-4140-9929-578834210d66",
1585
+ "role_id": "8bf5d488-19c2-407f-a116-8a331404a787",
1536
1586
  "is_list": true
1537
1587
  }
1538
1588
  ]
1539
1589
  },
1540
1590
  "Object Type": {
1541
1591
  "is_main": true,
1542
- "id": "bb97b170-0361-4e60-89b4-ba21bf5f3a15",
1592
+ "id": "ee5b0588-4ff7-42cd-a780-2583e5221a6f",
1543
1593
  "functions": [
1544
1594
  {
1545
1595
  "title": "as Domain Object Type",
@@ -1557,72 +1607,72 @@
1557
1607
  "title": "all Instance",
1558
1608
  "type": "Instance",
1559
1609
  "where": "some Instance is of this Object Type",
1560
- "role_id": "f2310bee-01b9-4f57-855f-f8de0a16f246",
1610
+ "role_id": "846552bc-a54d-4013-9876-98633de515ac",
1561
1611
  "is_list": true
1562
1612
  },
1563
1613
  {
1564
1614
  "title": "all Mapping",
1565
1615
  "type": "Mapping",
1566
1616
  "where": "some Mapping represents this Object Type",
1567
- "role_id": "9ba568d1-32d4-41df-b724-2c92c059e4af",
1617
+ "role_id": "c27b21fb-56ed-4c28-a1fa-71b31616c511",
1568
1618
  "is_list": true
1569
1619
  },
1570
1620
  {
1571
1621
  "title": "all Object Type Shape",
1572
1622
  "type": "Object Type Shape",
1573
1623
  "where": "this Object Type has some Object Type Shape",
1574
- "role_id": "70aed98c-65c6-447c-9054-db31aa891d07",
1624
+ "role_id": "d54f0e69-ce17-466d-afaa-9b16c53ced81",
1575
1625
  "is_list": true
1576
1626
  },
1577
1627
  {
1578
1628
  "title": "Vocabulary",
1579
1629
  "type": "Vocabulary",
1580
1630
  "where": "this Object Type belongs to one Vocabulary",
1581
- "role_id": "297ef639-993c-4164-a9a2-50b27287682b"
1631
+ "role_id": "a0fb5323-6d29-4133-aa82-d74c24257e18"
1582
1632
  },
1583
1633
  {
1584
1634
  "title": "Concept",
1585
1635
  "type": "Concept",
1586
1636
  "where": "this Object Type is an instance of one Concept",
1587
- "role_id": "bf69e033-dfc6-4e0b-87fe-58c104611fdf"
1637
+ "role_id": "055fadd1-c872-465f-9767-eecd80a0f85d"
1588
1638
  },
1589
1639
  {
1590
1640
  "title": "Name",
1591
1641
  "type": "Name",
1592
1642
  "where": "this Object Type is called one Name",
1593
- "role_id": "ff729f94-6f3a-487a-b403-ffe0333ea914"
1643
+ "role_id": "c4d7972e-e214-4026-9237-2eb1a7e47ac8"
1594
1644
  },
1595
1645
  {
1596
1646
  "title": "Object Type is independent",
1597
1647
  "type": "boolean",
1598
1648
  "where": "this Object Type is independent",
1599
- "role_id": "dba7e577-90b2-4c5d-a8b0-d93bbd926656"
1649
+ "role_id": "eec4c160-c0d7-4569-93aa-50ff593a59e2"
1600
1650
  },
1601
1651
  {
1602
1652
  "title": "all Role",
1603
1653
  "type": "Role",
1604
1654
  "where": "this Object Type plays some Role",
1605
- "role_id": "fba01e69-e498-48d4-a299-ecaac09e30b5",
1655
+ "role_id": "d94fe689-1774-423a-8ead-7ba8147a82cb",
1606
1656
  "is_list": true
1607
1657
  },
1608
1658
  {
1609
1659
  "title": "Pronoun",
1610
1660
  "type": "Pronoun",
1611
1661
  "where": "this Object Type uses one Pronoun",
1612
- "role_id": "fcc9f769-abb1-4e14-bfba-6f4f8bfde6ab"
1662
+ "role_id": "24738785-f205-4989-ad2b-f0b0dd59a725"
1613
1663
  },
1614
1664
  {
1615
1665
  "title": "all Variable",
1616
1666
  "type": "Variable",
1617
1667
  "where": "this Object Type is referenced in some Variable",
1618
- "role_id": "ac63dec2-389a-4a8c-84fc-a1b59be6bfce",
1668
+ "role_id": "93fe3773-2466-40fb-9876-fe066214947a",
1619
1669
  "is_list": true
1620
1670
  }
1621
1671
  ]
1622
1672
  },
1623
1673
  "Object Type Shape": {
1624
1674
  "is_main": false,
1625
- "id": "ac52b8d3-c780-4dbf-a607-72189e87f61c",
1675
+ "id": "22facc1d-7fdf-4ed0-9e8c-aa25a80e1000",
1626
1676
  "functions": [
1627
1677
  {
1628
1678
  "title": "as Shape",
@@ -1632,26 +1682,26 @@
1632
1682
  "title": "Object Type Shape has expanded reference mode",
1633
1683
  "type": "boolean",
1634
1684
  "where": "this Object Type Shape has expanded reference mode",
1635
- "role_id": "59b1eb1d-c3ba-4661-a28d-51d4f7689827"
1685
+ "role_id": "a55ccfba-f81d-44bf-ba17-0eb32594cef2"
1636
1686
  },
1637
1687
  {
1638
1688
  "title": "Object Type",
1639
1689
  "type": "Object Type",
1640
1690
  "where": "this Object Type Shape is for one Object Type",
1641
- "role_id": "ba050d70-3729-47e3-a962-16fa1e1c8292"
1691
+ "role_id": "d9548de0-71ae-4098-b01a-b2c758c3c8b5"
1642
1692
  },
1643
1693
  {
1644
1694
  "title": "all Value Constraint Shape",
1645
1695
  "type": "Value Constraint Shape",
1646
1696
  "where": "this Object Type Shape has some Value Constraint Shape",
1647
- "role_id": "036e982b-8831-426d-8308-d36a84f9f78c",
1697
+ "role_id": "59249dda-e303-4892-b80f-222fbb84991e",
1648
1698
  "is_list": true
1649
1699
  }
1650
1700
  ]
1651
1701
  },
1652
1702
  "Objectified Fact Type Name Shape": {
1653
1703
  "is_main": false,
1654
- "id": "dbb677b7-22f9-42c8-8d42-b62786b96d15",
1704
+ "id": "588e23e1-1666-41d9-b591-074c5f2028d6",
1655
1705
  "functions": [
1656
1706
  {
1657
1707
  "title": "as Shape",
@@ -1661,81 +1711,88 @@
1661
1711
  "title": "Fact Type Shape",
1662
1712
  "type": "Fact Type Shape",
1663
1713
  "where": "this Objectified Fact Type Name Shape is for one Fact Type Shape",
1664
- "role_id": "9673cd1b-1985-4718-bd44-dfdd1a0c9421"
1714
+ "role_id": "cdd8c6f7-12de-4ec1-829b-72b7958dfa37"
1665
1715
  }
1666
1716
  ]
1667
1717
  },
1668
1718
  "Offset": {
1669
1719
  "is_main": false,
1670
- "id": "34ab1723-f6a4-46b3-9794-776fa2d26c26",
1720
+ "id": "dc647396-6405-4ac8-a599-94498558e0e8",
1671
1721
  "functions": [
1672
1722
  {
1673
1723
  "title": "all Unit",
1674
1724
  "type": "Unit",
1675
1725
  "where": "some Unit has this Offset",
1676
- "role_id": "cf96e69b-c8ea-45b7-b0c4-e245192dfad9",
1726
+ "role_id": "89d8da47-5d36-47c8-8c13-791a9482e259",
1677
1727
  "is_list": true
1678
1728
  }
1679
1729
  ]
1680
1730
  },
1681
1731
  "Ordinal": {
1682
1732
  "is_main": false,
1683
- "id": "6ebdb16b-8cd6-4e16-9595-e637aed7a741",
1733
+ "id": "85f2615b-9af1-4224-a84c-ea05a1632861",
1684
1734
  "functions": [
1685
1735
  {
1686
1736
  "title": "all Nesting",
1687
1737
  "type": "Nesting",
1688
1738
  "where": "some Absorption is nested under some index-Role in this Ordinal position",
1689
- "role_id": "cb818621-224a-43a0-b5f8-60f082a4dfd9",
1739
+ "role_id": "2f2e509f-16ca-431b-a7bd-612a99f5550f",
1740
+ "is_list": true
1741
+ },
1742
+ {
1743
+ "title": "all Component",
1744
+ "type": "Component",
1745
+ "where": "some Component has this Ordinal rank",
1746
+ "role_id": "08750bdf-ebd4-4c7f-9516-28892477309c",
1690
1747
  "is_list": true
1691
1748
  },
1692
1749
  {
1693
1750
  "title": "all Role Display",
1694
1751
  "type": "Role Display",
1695
1752
  "where": "some Fact Type Shape displays some Role in this Ordinal position",
1696
- "role_id": "23232199-94ae-4928-8ccf-be403c386748",
1753
+ "role_id": "d8d6784e-1209-4737-a682-e543f4b4a659",
1697
1754
  "is_list": true
1698
1755
  },
1699
1756
  {
1700
1757
  "title": "all Reading",
1701
1758
  "type": "Reading",
1702
1759
  "where": "this Ordinal reading for fact type is some Reading",
1703
- "role_id": "517554bd-2cad-4155-bc1c-4bf9aacc2335",
1760
+ "role_id": "bb9312b9-d16a-47ee-9d22-6c61b67342d2",
1704
1761
  "is_list": true
1705
1762
  },
1706
1763
  {
1707
1764
  "title": "all Role Ref",
1708
1765
  "type": "Role Ref",
1709
1766
  "where": "some Role Sequence in this Ordinal position includes some Role",
1710
- "role_id": "87398f98-7e06-4d4b-a27a-ae417fd2b74d",
1767
+ "role_id": "a955e97c-eee3-43d4-9e90-8c8eb290a6f0",
1711
1768
  "is_list": true
1712
1769
  },
1713
1770
  {
1714
1771
  "title": "all Role",
1715
1772
  "type": "Role",
1716
1773
  "where": "this Ordinal applies to some Role",
1717
- "role_id": "509ca07f-eb7a-4e0c-9166-0f30d9e37ab4",
1774
+ "role_id": "5f258a23-5798-4881-9a2f-e533f6eb6b79",
1718
1775
  "is_list": true
1719
1776
  },
1720
1777
  {
1721
1778
  "title": "all Set Comparison Roles",
1722
1779
  "type": "Set Comparison Roles",
1723
1780
  "where": "in this Ordinal position some Set Comparison Constraint has some Role Sequence",
1724
- "role_id": "aaaa6ab3-aa59-476a-9777-35884278dd5d",
1781
+ "role_id": "f255ed26-ec3a-41c7-b99f-167fb26f017b",
1725
1782
  "is_list": true
1726
1783
  },
1727
1784
  {
1728
1785
  "title": "all Variable",
1729
1786
  "type": "Variable",
1730
1787
  "where": "some Variable has this Ordinal position",
1731
- "role_id": "406dd698-2781-46b7-85b4-3d961cbf3155",
1788
+ "role_id": "cc7b53ba-138e-40ff-b0ee-b023f10ad591",
1732
1789
  "is_list": true
1733
1790
  }
1734
1791
  ]
1735
1792
  },
1736
1793
  "Play": {
1737
1794
  "is_main": true,
1738
- "id": "1ace97ce-9922-48a3-976b-92a32bc681a2",
1795
+ "id": "48b4b202-d16a-4f68-ae41-322f85565b2b",
1739
1796
  "functions": [
1740
1797
  {
1741
1798
  "title": "involving Variable",
@@ -1756,64 +1813,64 @@
1756
1813
  "title": "Play is input",
1757
1814
  "type": "boolean",
1758
1815
  "where": "this Play is input",
1759
- "role_id": "b9f95e5f-5dfd-4e08-bd54-46cee0f53c11"
1816
+ "role_id": "8c4f9908-c59f-46fc-8da4-23f83df082c4"
1760
1817
  },
1761
1818
  {
1762
1819
  "title": "Role Ref",
1763
1820
  "type": "Role Ref",
1764
1821
  "where": "this Play projects one Role Ref",
1765
- "role_id": "ac0dd7a8-75c3-433c-ad25-8ed1d6ebe79b"
1822
+ "role_id": "79668fc5-e697-4db9-b40c-de75ba73229a"
1766
1823
  }
1767
1824
  ]
1768
1825
  },
1769
1826
  "Population": {
1770
1827
  "is_main": true,
1771
- "id": "fda9fce1-362a-4485-a391-82a4c286c526",
1828
+ "id": "77998183-5466-4ff2-8642-8608b9cf8f91",
1772
1829
  "functions": [
1773
1830
  {
1774
1831
  "title": "Name",
1775
1832
  "type": "Name",
1776
1833
  "where": "this Population has one Name",
1777
- "role_id": "72f9371e-4f98-4f68-8174-b4cf838509fb"
1834
+ "role_id": "3bd90f8d-dc41-47ab-b4ef-a8f8ff405920"
1778
1835
  },
1779
1836
  {
1780
1837
  "title": "all Fact",
1781
1838
  "type": "Fact",
1782
1839
  "where": "this Population includes some Fact",
1783
- "role_id": "be2efafd-739c-4f43-94ae-3a90cff3ae97",
1840
+ "role_id": "2263bc0b-bfe1-41d6-ba9e-63418a4169a7",
1784
1841
  "is_list": true
1785
1842
  },
1786
1843
  {
1787
1844
  "title": "all Instance",
1788
1845
  "type": "Instance",
1789
1846
  "where": "this Population includes some Instance",
1790
- "role_id": "64427b3a-abe0-42cd-a472-3beb844e2a13",
1847
+ "role_id": "d8b2a25b-5022-475e-8e26-0bd9afaeffeb",
1791
1848
  "is_list": true
1792
1849
  },
1793
1850
  {
1794
1851
  "title": "all Role Value",
1795
1852
  "type": "Role Value",
1796
1853
  "where": "this Population includes some Role Value",
1797
- "role_id": "cdd108f5-434a-42e4-a1b3-cd66d656d2bc",
1854
+ "role_id": "8b2a3fe3-3463-4b7a-a889-f4cd8b6cc400",
1798
1855
  "is_list": true
1799
1856
  },
1800
1857
  {
1801
1858
  "title": "Concept",
1802
1859
  "type": "Concept",
1803
1860
  "where": "this Population is an instance of one Concept",
1804
- "role_id": "f2afbdda-6fbd-426c-99d1-61920de07b56"
1861
+ "role_id": "4cda0a5b-7b33-407b-8e28-3bc6f09392bd"
1805
1862
  },
1806
1863
  {
1807
1864
  "title": "Vocabulary",
1808
1865
  "type": "Vocabulary",
1809
1866
  "where": "this Population belongs to one Vocabulary",
1810
- "role_id": "797597a7-aa74-4f8b-8b97-f08d632b3985"
1867
+ "role_id": "af9853ee-26d6-469c-9391-c2784b01c10e"
1811
1868
  }
1812
1869
  ]
1813
1870
  },
1814
1871
  "Presence Constraint": {
1815
1872
  "is_main": false,
1816
- "id": "25c76245-41c2-4e41-a36f-3a24afeac3dc",
1873
+ "id": "18903b6f-3bd3-47d5-ad0a-0cf5dbff5ab3",
1817
1874
  "functions": [
1818
1875
  {
1819
1876
  "title": "as Constraint",
@@ -1823,112 +1880,112 @@
1823
1880
  "title": "Role Sequence",
1824
1881
  "type": "Role Sequence",
1825
1882
  "where": "this Presence Constraint covers one Role Sequence",
1826
- "role_id": "19459088-a361-440b-a17a-631c34b625f5"
1883
+ "role_id": "7b869b8f-34a8-4e22-bd34-9eb9c7a0ac73"
1827
1884
  },
1828
1885
  {
1829
1886
  "title": "Max Frequency",
1830
1887
  "type": "Frequency",
1831
1888
  "where": "this Presence Constraint has one max-Frequency",
1832
- "role_id": "4596c868-077a-4062-9e44-64a43fc39e6b"
1889
+ "role_id": "4dbc8b98-1dd8-49b1-b4e0-f53452b24d80"
1833
1890
  },
1834
1891
  {
1835
1892
  "title": "Min Frequency",
1836
1893
  "type": "Frequency",
1837
1894
  "where": "this Presence Constraint has one min-Frequency",
1838
- "role_id": "c02a4993-5efa-412b-81cb-313bdb7b46ce"
1895
+ "role_id": "fd432d8f-d044-40fd-a40e-3a8e999f381e"
1839
1896
  },
1840
1897
  {
1841
1898
  "title": "Presence Constraint is mandatory",
1842
1899
  "type": "boolean",
1843
1900
  "where": "this Presence Constraint is mandatory",
1844
- "role_id": "7807b0b9-191d-4411-bcd7-c8753ff008f9"
1901
+ "role_id": "c6862e92-42aa-4674-af00-766057a54c08"
1845
1902
  },
1846
1903
  {
1847
1904
  "title": "Presence Constraint is preferred identifier",
1848
1905
  "type": "boolean",
1849
1906
  "where": "this Presence Constraint is preferred identifier",
1850
- "role_id": "1e3f0463-a012-4c01-9e81-e1fcd40ee2aa"
1907
+ "role_id": "0da71c65-7cdf-45e2-a1c9-5e23b6150bd7"
1851
1908
  }
1852
1909
  ]
1853
1910
  },
1854
1911
  "Pronoun": {
1855
1912
  "is_main": false,
1856
- "id": "378899c4-1056-4bf9-997e-53fff5598138",
1913
+ "id": "2990a2c3-3c4a-4bef-84b9-ff20add03d12",
1857
1914
  "functions": [
1858
1915
  {
1859
1916
  "title": "all Object Type",
1860
1917
  "type": "Object Type",
1861
1918
  "where": "some Object Type uses this Pronoun",
1862
- "role_id": "95a5fba4-bf66-4a9e-aa53-2e2416c85342",
1919
+ "role_id": "50f36f77-8d4f-4d7b-b547-5a68591173e5",
1863
1920
  "is_list": true
1864
1921
  }
1865
1922
  ]
1866
1923
  },
1867
1924
  "Query": {
1868
1925
  "is_main": false,
1869
- "id": "07ddec5e-b4a4-4e89-881a-d3000cf22e4b",
1926
+ "id": "baffed32-002d-481c-a61f-d18a653ef87c",
1870
1927
  "functions": [
1871
1928
  {
1872
1929
  "title": "all Variable",
1873
1930
  "type": "Variable",
1874
1931
  "where": "this Query includes some Variable",
1875
- "role_id": "40fb5bd3-6022-4496-abf4-e88ad215e16e",
1932
+ "role_id": "b1a53e86-8d64-40dd-876b-8b1d5ba6bb8d",
1876
1933
  "is_list": true
1877
1934
  },
1878
1935
  {
1879
1936
  "title": "Concept",
1880
1937
  "type": "Concept",
1881
1938
  "where": "this Query is an instance of one Concept",
1882
- "role_id": "4e60f0b7-a1f3-4ac7-a540-da9095a80596"
1939
+ "role_id": "f832b9d5-eadb-488a-b6f1-5b56da000a2a"
1883
1940
  }
1884
1941
  ]
1885
1942
  },
1886
1943
  "Reading": {
1887
1944
  "is_main": true,
1888
- "id": "2824c227-8875-4829-9386-89c36ebaf75a",
1945
+ "id": "52bd1ba7-03e0-4aa5-a921-d32d02915997",
1889
1946
  "functions": [
1890
1947
  {
1891
1948
  "title": "Fact Type",
1892
1949
  "type": "Fact Type",
1893
1950
  "where": "this Reading is for one Fact Type",
1894
- "role_id": "f1cae162-2f10-42d6-8f4c-e7a96543ad59"
1951
+ "role_id": "f4388e96-0ec7-457d-be97-b882d2193de3"
1895
1952
  },
1896
1953
  {
1897
1954
  "title": "all Reading Shape",
1898
1955
  "type": "Reading Shape",
1899
1956
  "where": "this Reading has some Reading Shape",
1900
- "role_id": "ca41ad62-831d-42b7-8cf0-c662908a1450",
1957
+ "role_id": "ce2925f0-a73a-4ee2-8a32-d1aa6859fec6",
1901
1958
  "is_list": true
1902
1959
  },
1903
1960
  {
1904
1961
  "title": "Text",
1905
1962
  "type": "Text",
1906
1963
  "where": "this Reading has one Text",
1907
- "role_id": "204a3b29-e53c-4f10-8966-a2088a2c378c"
1964
+ "role_id": "d87fed97-e21d-48b7-a757-2b159640eb4c"
1908
1965
  },
1909
1966
  {
1910
1967
  "title": "Ordinal",
1911
1968
  "type": "Ordinal",
1912
1969
  "where": "this Reading is in one Ordinal position",
1913
- "role_id": "19fd855e-9f0c-486d-b807-23fbfca528bb"
1970
+ "role_id": "fd686ad4-191b-4ea9-a847-855e7d94caac"
1914
1971
  },
1915
1972
  {
1916
1973
  "title": "Role Sequence",
1917
1974
  "type": "Role Sequence",
1918
1975
  "where": "this Reading is in one Role Sequence",
1919
- "role_id": "eff49d58-558c-4162-bed3-b5ecf178cf15"
1976
+ "role_id": "d5f02b1c-ff8e-4d38-af60-cf658392bab9"
1920
1977
  },
1921
1978
  {
1922
1979
  "title": "Reading is negative",
1923
1980
  "type": "boolean",
1924
1981
  "where": "this Reading is negative",
1925
- "role_id": "48d74a56-1525-4800-a23f-ee9782b4e9b9"
1982
+ "role_id": "94f8eba2-326a-47e5-990a-417a9228c336"
1926
1983
  }
1927
1984
  ]
1928
1985
  },
1929
1986
  "Reading Shape": {
1930
1987
  "is_main": false,
1931
- "id": "7cc3a3a9-33ad-49c8-bdc1-70d50671deef",
1988
+ "id": "2b769507-9234-47fe-bdc2-7449e22737a2",
1932
1989
  "functions": [
1933
1990
  {
1934
1991
  "title": "as Shape",
@@ -1938,32 +1995,32 @@
1938
1995
  "title": "Fact Type Shape",
1939
1996
  "type": "Fact Type Shape",
1940
1997
  "where": "this Reading Shape is for one Fact Type Shape",
1941
- "role_id": "992f211e-534c-489d-a4fb-03509903affd"
1998
+ "role_id": "83db4c7f-69cd-445d-855e-5ea521a7311f"
1942
1999
  },
1943
2000
  {
1944
2001
  "title": "Reading",
1945
2002
  "type": "Reading",
1946
2003
  "where": "this Reading Shape is for one Reading",
1947
- "role_id": "dfa9a151-4e99-4ba9-922d-f2bc05b0f35d"
2004
+ "role_id": "7c0d580a-b23c-42ba-b42f-ec819f59e631"
1948
2005
  }
1949
2006
  ]
1950
2007
  },
1951
2008
  "Regular Expression": {
1952
2009
  "is_main": false,
1953
- "id": "45d843bb-a52e-4eca-958c-8af1d2379b85",
2010
+ "id": "6e732e33-6574-4bbf-b91a-08e1010c832e",
1954
2011
  "functions": [
1955
2012
  {
1956
2013
  "title": "all Value Constraint",
1957
2014
  "type": "Value Constraint",
1958
2015
  "where": "some Value Constraint requires matching this Regular Expression",
1959
- "role_id": "28e2355b-6e0b-4a59-be60-ec684d54a7b3",
2016
+ "role_id": "77675372-5d10-4703-8e69-9f9be0e6d644",
1960
2017
  "is_list": true
1961
2018
  }
1962
2019
  ]
1963
2020
  },
1964
2021
  "Ring Constraint": {
1965
2022
  "is_main": false,
1966
- "id": "6a6067ba-eb7d-488c-a1b7-e4a8c04a83fe",
2023
+ "id": "ff816a92-6285-4e62-8b50-a8ff878fb0df",
1967
2024
  "functions": [
1968
2025
  {
1969
2026
  "title": "as Constraint",
@@ -1973,25 +2030,25 @@
1973
2030
  "title": "Other Role",
1974
2031
  "type": "Role",
1975
2032
  "where": "this Ring Constraint has one other-Role",
1976
- "role_id": "a8e39822-f78f-4118-b2f7-ab8772227ac1"
2033
+ "role_id": "13b0c1d9-1a24-4906-a691-749460e22ade"
1977
2034
  },
1978
2035
  {
1979
2036
  "title": "Ring Type",
1980
2037
  "type": "Ring Type",
1981
2038
  "where": "this Ring Constraint is of one Ring Type",
1982
- "role_id": "a0d06c52-0a62-4897-9a95-9174be6b3095"
2039
+ "role_id": "04b5c4e0-2a5b-420e-bdb5-fb61a864b949"
1983
2040
  },
1984
2041
  {
1985
2042
  "title": "Role",
1986
2043
  "type": "Role",
1987
2044
  "where": "this Ring Constraint has one Role",
1988
- "role_id": "78522685-fe91-48cb-b02a-15282096b476"
2045
+ "role_id": "349d8431-d112-4bcf-8663-98d07a8418b9"
1989
2046
  }
1990
2047
  ]
1991
2048
  },
1992
2049
  "Ring Constraint Shape": {
1993
2050
  "is_main": false,
1994
- "id": "c4058c5e-59e1-40af-b885-015555e06a21",
2051
+ "id": "a82e1f79-7017-4cb0-96f1-81e93e2a7fc1",
1995
2052
  "functions": [
1996
2053
  {
1997
2054
  "title": "as Constraint Shape",
@@ -2005,26 +2062,26 @@
2005
2062
  "title": "Fact Type Shape",
2006
2063
  "type": "Fact Type Shape",
2007
2064
  "where": "this Ring Constraint Shape is attached to one Fact Type Shape",
2008
- "role_id": "d5f31dd3-b7f6-4df9-93d9-3c540a138c1c"
2065
+ "role_id": "03a23064-be16-4fb2-b7dd-902884a39bd5"
2009
2066
  }
2010
2067
  ]
2011
2068
  },
2012
2069
  "Ring Type": {
2013
2070
  "is_main": false,
2014
- "id": "2da18f2f-e7fb-4141-82ea-5ffd1c05c687",
2071
+ "id": "43673d37-0ce0-4805-8950-31f8fff8ce0b",
2015
2072
  "functions": [
2016
2073
  {
2017
2074
  "title": "all Ring Constraint",
2018
2075
  "type": "Ring Constraint",
2019
2076
  "where": "some Ring Constraint is of this Ring Type",
2020
- "role_id": "39fc53d8-6964-4714-97be-521f52a25615",
2077
+ "role_id": "cd9a18af-7058-4c37-9652-227842d390b6",
2021
2078
  "is_list": true
2022
2079
  }
2023
2080
  ]
2024
2081
  },
2025
2082
  "Role": {
2026
2083
  "is_main": true,
2027
- "id": "135669b3-6740-4c08-ac8c-7d3c6cace311",
2084
+ "id": "093560c9-74c0-486d-a298-e22289e3474c",
2028
2085
  "functions": [
2029
2086
  {
2030
2087
  "title": "as Mirror Role",
@@ -2034,138 +2091,138 @@
2034
2091
  "title": "all Nesting",
2035
2092
  "type": "Nesting",
2036
2093
  "where": "this Role keys nesting of some Absorption at some Ordinal priority",
2037
- "role_id": "9c4fc523-7d8c-48d2-8b0b-237963b2a381",
2094
+ "role_id": "d64df155-88df-4b6e-8a35-8536b1a0e3f7",
2038
2095
  "is_list": true
2039
2096
  },
2040
2097
  {
2041
2098
  "title": "all Absorption as Parent Role",
2042
2099
  "type": "Absorption",
2043
2100
  "where": "some Absorption traverses from this parent-Role",
2044
- "role_id": "f485f384-54b1-4502-b539-b51fc528fa42",
2101
+ "role_id": "0f19c545-ac00-49c8-addf-49a5f2a068cb",
2045
2102
  "is_list": true
2046
2103
  },
2047
2104
  {
2048
2105
  "title": "all Absorption as Child Role",
2049
2106
  "type": "Absorption",
2050
2107
  "where": "some Absorption traverses to this child-Role",
2051
- "role_id": "a7ae4947-42bb-470f-b5d0-1a9b0bd781f9",
2108
+ "role_id": "d9497cff-a523-49db-ae34-e94387d2cf0f",
2052
2109
  "is_list": true
2053
2110
  },
2054
2111
  {
2055
2112
  "title": "all Discriminated Role",
2056
2113
  "type": "Discriminated Role",
2057
2114
  "where": "this Role is indicated by some Value for some Discriminator",
2058
- "role_id": "06361f0b-37a1-467b-9513-91d1ee60e7f4",
2115
+ "role_id": "9de970d3-f409-4aae-8f11-52cdad0d5053",
2059
2116
  "is_list": true
2060
2117
  },
2061
2118
  {
2062
2119
  "title": "all Role Display",
2063
2120
  "type": "Role Display",
2064
2121
  "where": "some Fact Type Shape displays this Role in some Ordinal position",
2065
- "role_id": "aa9ec460-0a17-43b4-9ba7-70c97c9e5951",
2122
+ "role_id": "c1544628-39b2-40e2-80e4-0fab248a9bd2",
2066
2123
  "is_list": true
2067
2124
  },
2068
2125
  {
2069
2126
  "title": "all Indicator",
2070
2127
  "type": "Indicator",
2071
2128
  "where": "some Indicator indicates this Role played",
2072
- "role_id": "0fd652c4-8950-46a9-87f1-e9cdb5afea50",
2129
+ "role_id": "47170851-135b-4572-bc2b-baacc99dd1be",
2073
2130
  "is_list": true
2074
2131
  },
2075
2132
  {
2076
2133
  "title": "Link Fact Type",
2077
2134
  "type": "Link Fact Type",
2078
2135
  "where": "this implying-Role implies one Link Fact Type",
2079
- "role_id": "363a7737-892a-4f09-b4bf-4f7215dfa3b6"
2136
+ "role_id": "4ddfb1fe-351e-4c5f-be62-c34ca9aad8e4"
2080
2137
  },
2081
2138
  {
2082
2139
  "title": "Mirror Role",
2083
2140
  "type": "Mirror Role",
2084
2141
  "where": "this Base Role implies one Mirror Role",
2085
- "role_id": "c52bef90-8d49-45ac-acbf-8767b5e6a2d8"
2142
+ "role_id": "2c96bb5d-1544-4358-a54b-efd79eb55cdf"
2086
2143
  },
2087
2144
  {
2088
2145
  "title": "Object Type",
2089
2146
  "type": "Object Type",
2090
2147
  "where": "this Role is played by one Object Type",
2091
- "role_id": "14e73c48-723a-439a-ad00-2d46e87ed244"
2148
+ "role_id": "f5a8bcc9-71d9-4832-8cca-314fcaa725ae"
2092
2149
  },
2093
2150
  {
2094
2151
  "title": "all Ring Constraint as Other Role",
2095
2152
  "type": "Ring Constraint",
2096
2153
  "where": "this other-Role is of some Ring Constraint",
2097
- "role_id": "62c7cae4-9a1d-419d-8f81-86747ec44ec9",
2154
+ "role_id": "440fee6b-c64f-4ae8-ae15-0b7de3a0d573",
2098
2155
  "is_list": true
2099
2156
  },
2100
2157
  {
2101
2158
  "title": "all Role Ref",
2102
2159
  "type": "Role Ref",
2103
2160
  "where": "this Role is in some Role Sequence in some Ordinal place",
2104
- "role_id": "c39dd0cf-2fdf-4874-a851-119e0df4f1de",
2161
+ "role_id": "7ee95ed5-28d4-4d0c-b95d-eb0bb555ca4a",
2105
2162
  "is_list": true
2106
2163
  },
2107
2164
  {
2108
2165
  "title": "all Role Value",
2109
2166
  "type": "Role Value",
2110
2167
  "where": "some Role Value is of this Role",
2111
- "role_id": "f5373c8b-33bb-4f12-9f38-5ffc033c4d8f",
2168
+ "role_id": "6834e6b7-f30f-4b7e-adea-e6117a070f07",
2112
2169
  "is_list": true
2113
2170
  },
2114
2171
  {
2115
2172
  "title": "Fact Type",
2116
2173
  "type": "Fact Type",
2117
2174
  "where": "this Role belongs to one Fact Type",
2118
- "role_id": "4c1cb189-52f6-442c-bd70-533659cdc598"
2175
+ "role_id": "70aeb6c4-4001-45cb-9504-762770f07139"
2119
2176
  },
2120
2177
  {
2121
2178
  "title": "Ordinal",
2122
2179
  "type": "Ordinal",
2123
2180
  "where": "this Role fills one Ordinal",
2124
- "role_id": "5a11530b-93ba-4d40-bd19-5721f6890b97"
2181
+ "role_id": "d090be1f-6bb5-4f1e-b221-bf507052b8ea"
2125
2182
  },
2126
2183
  {
2127
2184
  "title": "Role Name",
2128
2185
  "type": "Name",
2129
2186
  "where": "this Role has one role-Name",
2130
- "role_id": "149fc21e-838b-4a70-8a23-c738c2b25ee4"
2187
+ "role_id": "34a0ee24-69dd-4dbc-b819-97111dbb33bb"
2131
2188
  },
2132
2189
  {
2133
2190
  "title": "Role Value Constraint",
2134
2191
  "type": "Value Constraint",
2135
2192
  "where": "this Role has one role-Value Constraint",
2136
- "role_id": "df907772-a8f0-4d41-a7a4-39894bd62807"
2193
+ "role_id": "68829f67-8fa9-4943-9fdd-fdcb350d005b"
2137
2194
  },
2138
2195
  {
2139
2196
  "title": "Concept",
2140
2197
  "type": "Concept",
2141
2198
  "where": "this Role is an instance of one Concept",
2142
- "role_id": "b49a0ed4-5cbf-4e42-8bcc-5bd70edfa2cc"
2199
+ "role_id": "cf4e338b-f891-4b17-9b03-3540395cafd6"
2143
2200
  },
2144
2201
  {
2145
2202
  "title": "all Ring Constraint as Role",
2146
2203
  "type": "Ring Constraint",
2147
2204
  "where": "this Role is of some Ring Constraint",
2148
- "role_id": "60925712-573f-46cd-9960-57ca5c70ba47",
2205
+ "role_id": "24c80a82-1004-43dd-9a03-abfbdc2fcf1b",
2149
2206
  "is_list": true
2150
2207
  },
2151
2208
  {
2152
2209
  "title": "all Play",
2153
2210
  "type": "Play",
2154
2211
  "where": "some Variable is restricted by this Role of some Step",
2155
- "role_id": "da3f3c28-a752-480b-a28c-dc63a61d7fb5",
2212
+ "role_id": "a4b23ebd-6249-4148-a69a-a9be9e03a13f",
2156
2213
  "is_list": true
2157
2214
  },
2158
2215
  {
2159
2216
  "title": "Variable",
2160
2217
  "type": "Variable",
2161
2218
  "where": "this Projection is projected from one Variable",
2162
- "role_id": "03c1c238-a050-456a-b8e2-d4bbd2afd13f"
2219
+ "role_id": "c4e7898d-15a5-4245-aa0a-a400836a08a9"
2163
2220
  }
2164
2221
  ]
2165
2222
  },
2166
2223
  "Role Display": {
2167
2224
  "is_main": true,
2168
- "id": "f8515e31-fbfa-44cd-968b-b72471db4437",
2225
+ "id": "c912b6c3-9425-495b-9a7d-048452ce7fe2",
2169
2226
  "functions": [
2170
2227
  {
2171
2228
  "title": "involving Fact Type Shape",
@@ -2186,19 +2243,19 @@
2186
2243
  "title": "Value Constraint Shape",
2187
2244
  "type": "Value Constraint Shape",
2188
2245
  "where": "this Role Display has one Value Constraint Shape",
2189
- "role_id": "bf17e2b1-d9c6-4fa1-b6af-9aed1dbb995b"
2246
+ "role_id": "bda2f282-27cf-4c6d-b196-5079e274ecda"
2190
2247
  },
2191
2248
  {
2192
2249
  "title": "Role Name Shape",
2193
2250
  "type": "Role Name Shape",
2194
2251
  "where": "this Role Display has one Role Name Shape",
2195
- "role_id": "83d2800d-cdab-4894-87e2-8ea3d2f999a2"
2252
+ "role_id": "4c79235f-e017-43d0-8d93-a54f4cec943b"
2196
2253
  }
2197
2254
  ]
2198
2255
  },
2199
2256
  "Role Name Shape": {
2200
2257
  "is_main": false,
2201
- "id": "e91283ab-3e15-43d5-b916-c1e41b1cb34b",
2258
+ "id": "547501ff-b406-43b2-ba4c-4c1a521acf25",
2202
2259
  "functions": [
2203
2260
  {
2204
2261
  "title": "as Shape",
@@ -2208,13 +2265,13 @@
2208
2265
  "title": "Role Display",
2209
2266
  "type": "Role Display",
2210
2267
  "where": "this Role Name Shape is for one Role Display",
2211
- "role_id": "56a5326b-ce4d-4417-8628-327aa2445f52"
2268
+ "role_id": "846062e9-7f39-4ca8-8b34-c77d7d7a7ff3"
2212
2269
  }
2213
2270
  ]
2214
2271
  },
2215
2272
  "Role Ref": {
2216
2273
  "is_main": true,
2217
- "id": "6ec33a15-06b3-4ad9-be45-0d5e88b5d2d0",
2274
+ "id": "65256a96-101b-48bc-b626-b0af9e81043c",
2218
2275
  "functions": [
2219
2276
  {
2220
2277
  "title": "involving Role Sequence",
@@ -2235,141 +2292,141 @@
2235
2292
  "title": "Play",
2236
2293
  "type": "Play",
2237
2294
  "where": "this Role Ref is projected from one Play",
2238
- "role_id": "d7753072-79ae-4b68-ad98-f6b53e5b99cb"
2295
+ "role_id": "eeb23bbd-6ffe-4e6d-80c0-74e072d7bc9e"
2239
2296
  },
2240
2297
  {
2241
2298
  "title": "Leading Adjective",
2242
2299
  "type": "Adjective",
2243
2300
  "where": "this Role Ref has one leading-Adjective",
2244
- "role_id": "df2c7ab6-9e55-4a7c-bd7f-66417f3346f7"
2301
+ "role_id": "6d1b5958-5370-454a-bebe-02a7f64cba9b"
2245
2302
  },
2246
2303
  {
2247
2304
  "title": "Trailing Adjective",
2248
2305
  "type": "Adjective",
2249
2306
  "where": "this Role Ref has one trailing-Adjective",
2250
- "role_id": "8434e405-b03c-459b-8f45-79cdaedff458"
2307
+ "role_id": "c8734f58-7ee0-4f0c-aa05-ba4d2659973f"
2251
2308
  }
2252
2309
  ]
2253
2310
  },
2254
2311
  "Role Sequence": {
2255
2312
  "is_main": true,
2256
- "id": "43fe42fc-5639-42d0-a919-0646afea56ef",
2313
+ "id": "b3c34230-a757-4288-91d9-95fc467434cf",
2257
2314
  "functions": [
2258
2315
  {
2259
2316
  "title": "all Presence Constraint",
2260
2317
  "type": "Presence Constraint",
2261
2318
  "where": "some Presence Constraint covers this Role Sequence",
2262
- "role_id": "54db8052-2bd1-4b7c-a73a-fee6f6e2f539",
2319
+ "role_id": "62b4f829-bd2a-4182-b84e-f198b6a95a56",
2263
2320
  "is_list": true
2264
2321
  },
2265
2322
  {
2266
2323
  "title": "all Reading",
2267
2324
  "type": "Reading",
2268
2325
  "where": "this Role Sequence is for some Reading",
2269
- "role_id": "66ecdab5-a80c-4452-9c9e-b129c880c9fb",
2326
+ "role_id": "a3399671-0f4e-46f7-9672-e009130088e7",
2270
2327
  "is_list": true
2271
2328
  },
2272
2329
  {
2273
2330
  "title": "Guid",
2274
2331
  "type": "Guid",
2275
2332
  "where": "this Role Sequence has one Guid",
2276
- "role_id": "59740712-c238-4070-a05c-ce0e277cafaa"
2333
+ "role_id": "ddd07728-726c-44f1-9086-b411b89d5ae4"
2277
2334
  },
2278
2335
  {
2279
2336
  "title": "Role Sequence has unused dependency to force table in norma",
2280
2337
  "type": "boolean",
2281
2338
  "where": "this Role Sequence has unused dependency to force table in norma",
2282
- "role_id": "5e7f6740-da77-433b-b96f-568373a11c4e"
2339
+ "role_id": "7510bc7b-07ce-4c83-ae74-834a8d2d1985"
2283
2340
  },
2284
2341
  {
2285
2342
  "title": "all Role Ref",
2286
2343
  "type": "Role Ref",
2287
2344
  "where": "this Role Sequence in some Ordinal position includes some Role",
2288
- "role_id": "9ff9676f-78ae-4132-a4a0-b329a92d3521",
2345
+ "role_id": "8a27b499-d881-4973-8fbc-45803d9e9c7a",
2289
2346
  "is_list": true
2290
2347
  },
2291
2348
  {
2292
2349
  "title": "all Set Comparison Roles",
2293
2350
  "type": "Set Comparison Roles",
2294
2351
  "where": "this Role Sequence is some Ordinal in some Set Comparison Constraint",
2295
- "role_id": "91aee1e8-6845-4e1b-b775-3abd5b63031c",
2352
+ "role_id": "a92ccbe0-e44c-4e5a-b680-1b6f742e0801",
2296
2353
  "is_list": true
2297
2354
  },
2298
2355
  {
2299
2356
  "title": "all Subset Constraint as Subset Role Sequence",
2300
2357
  "type": "Subset Constraint",
2301
2358
  "where": "some Subset Constraint covers this subset-Role Sequence",
2302
- "role_id": "b4ea2944-c12b-41d9-8d36-8daa5e3304d1",
2359
+ "role_id": "2388b2c9-3ec9-424b-9c9a-5c91b9ffabfe",
2303
2360
  "is_list": true
2304
2361
  },
2305
2362
  {
2306
2363
  "title": "all Subset Constraint as Superset Role Sequence",
2307
2364
  "type": "Subset Constraint",
2308
2365
  "where": "some Subset Constraint covers this superset-Role Sequence",
2309
- "role_id": "d72e6cb1-daa5-4028-8f0c-e8773342b317",
2366
+ "role_id": "23fadd99-a6a8-41d4-9bad-fdccb6850da7",
2310
2367
  "is_list": true
2311
2368
  }
2312
2369
  ]
2313
2370
  },
2314
2371
  "Role Value": {
2315
2372
  "is_main": true,
2316
- "id": "d374f97a-10a0-400e-aa22-896c4d6aac8a",
2373
+ "id": "56e9bc63-fad0-46da-89b7-dcc38bf8a0b7",
2317
2374
  "functions": [
2318
2375
  {
2319
2376
  "title": "Instance",
2320
2377
  "type": "Instance",
2321
2378
  "where": "this Role Value is of one Instance",
2322
- "role_id": "03ccd58a-fdc7-4cde-8dd8-9f0f541f57a5"
2379
+ "role_id": "991ea205-af7e-4ca3-8a6b-45f936ada385"
2323
2380
  },
2324
2381
  {
2325
2382
  "title": "Population",
2326
2383
  "type": "Population",
2327
2384
  "where": "this Role Value belongs to one Population",
2328
- "role_id": "41b3da9e-a5d7-47c1-82d2-c1898187503c"
2385
+ "role_id": "e44c658f-890e-432c-9e13-7dcdf6a9f3f8"
2329
2386
  },
2330
2387
  {
2331
2388
  "title": "Fact",
2332
2389
  "type": "Fact",
2333
2390
  "where": "this Role Value fulfils one Fact",
2334
- "role_id": "2aab034f-581a-4f56-adc9-46e75a4299a7"
2391
+ "role_id": "7542ce07-9239-4df3-a2fc-2a4d86491b7d"
2335
2392
  },
2336
2393
  {
2337
2394
  "title": "Role",
2338
2395
  "type": "Role",
2339
2396
  "where": "this Role Value is of one Role",
2340
- "role_id": "91fb2d1f-3538-488b-add1-8f175d09875b"
2397
+ "role_id": "5dfbc29b-da6a-4ea5-82ce-4818d45c1e28"
2341
2398
  }
2342
2399
  ]
2343
2400
  },
2344
2401
  "Rotation Setting": {
2345
2402
  "is_main": false,
2346
- "id": "7dd13751-a63d-48dc-a5c6-7f88babc3157",
2403
+ "id": "8c90171d-10e0-4f69-b406-d1f9dc9916f3",
2347
2404
  "functions": [
2348
2405
  {
2349
2406
  "title": "all Fact Type Shape",
2350
2407
  "type": "Fact Type Shape",
2351
2408
  "where": "some Fact Type Shape has this Rotation Setting",
2352
- "role_id": "7d6ab831-13cf-4bea-a6c9-b24c0f29af94",
2409
+ "role_id": "30cbd526-c5b2-4c28-b8db-ec3a8d464d8c",
2353
2410
  "is_list": true
2354
2411
  }
2355
2412
  ]
2356
2413
  },
2357
2414
  "Scale": {
2358
2415
  "is_main": false,
2359
- "id": "940e2b68-04cc-4479-bfb6-da8e2b6bfc72",
2416
+ "id": "81e035b6-6828-4297-a5e8-7c7e842ae121",
2360
2417
  "functions": [
2361
2418
  {
2362
2419
  "title": "all Value Type",
2363
2420
  "type": "Value Type",
2364
2421
  "where": "this Scale is of some Value Type",
2365
- "role_id": "d94e7d3b-9a6f-4161-ab6b-f64640c849b3",
2422
+ "role_id": "e9d15fec-a354-4715-b676-977a108b94a1",
2366
2423
  "is_list": true
2367
2424
  }
2368
2425
  ]
2369
2426
  },
2370
2427
  "Scoping": {
2371
2428
  "is_main": false,
2372
- "id": "e39cf22a-0df8-4597-8a58-5894c9010393",
2429
+ "id": "ccbf54df-6646-45dc-b3c3-56256a2b458f",
2373
2430
  "functions": [
2374
2431
  {
2375
2432
  "title": "as Component",
@@ -2383,7 +2440,7 @@
2383
2440
  },
2384
2441
  "Set Comparison Constraint": {
2385
2442
  "is_main": false,
2386
- "id": "51f93e9e-2378-4b88-bdc4-bdcbc0f47222",
2443
+ "id": "49e05839-b17e-4166-a7d1-642607db2b1b",
2387
2444
  "functions": [
2388
2445
  {
2389
2446
  "title": "as Constraint",
@@ -2405,14 +2462,14 @@
2405
2462
  "title": "all Set Comparison Roles",
2406
2463
  "type": "Set Comparison Roles",
2407
2464
  "where": "this Set Comparison Constraint has in some Ordinal position some Role Sequence",
2408
- "role_id": "0ddf6525-fda0-4e3a-bc6b-474f59d48ae9",
2465
+ "role_id": "8ac9aa80-2cc4-47be-9b09-8155eb996a47",
2409
2466
  "is_list": true
2410
2467
  }
2411
2468
  ]
2412
2469
  },
2413
2470
  "Set Comparison Roles": {
2414
2471
  "is_main": true,
2415
- "id": "e14f75e8-f93c-43f3-a7bc-261f90c0e3a6",
2472
+ "id": "22ae4af7-45ce-41c2-b428-43d8994961f7",
2416
2473
  "functions": [
2417
2474
  {
2418
2475
  "title": "involving Set Comparison Constraint",
@@ -2433,7 +2490,7 @@
2433
2490
  },
2434
2491
  "Set Constraint": {
2435
2492
  "is_main": false,
2436
- "id": "b7456c16-4934-4e53-9463-07a0df41d391",
2493
+ "id": "648ee29e-6255-497e-a418-935271153056",
2437
2494
  "functions": [
2438
2495
  {
2439
2496
  "title": "as Constraint",
@@ -2459,7 +2516,7 @@
2459
2516
  },
2460
2517
  "Set Equality Constraint": {
2461
2518
  "is_main": false,
2462
- "id": "de358138-e60d-4e4b-a6dd-49ead9fab2f3",
2519
+ "id": "3079ddc7-ed2b-413c-a3ec-537d6bc3f238",
2463
2520
  "functions": [
2464
2521
  {
2465
2522
  "title": "as Constraint",
@@ -2477,7 +2534,7 @@
2477
2534
  },
2478
2535
  "Set Exclusion Constraint": {
2479
2536
  "is_main": false,
2480
- "id": "a61bbf19-c82d-449f-867f-30dc87a21e39",
2537
+ "id": "714a77bd-ccd7-461d-aec4-2fa74e32bc8d",
2481
2538
  "functions": [
2482
2539
  {
2483
2540
  "title": "as Constraint",
@@ -2495,13 +2552,13 @@
2495
2552
  "title": "Set Exclusion Constraint is mandatory",
2496
2553
  "type": "boolean",
2497
2554
  "where": "this Set Exclusion Constraint is mandatory",
2498
- "role_id": "4599ddc6-8bae-493c-9712-f0506eb4b8e3"
2555
+ "role_id": "e18b60ba-b30f-4d33-a0db-f4b7f261291e"
2499
2556
  }
2500
2557
  ]
2501
2558
  },
2502
2559
  "Shape": {
2503
2560
  "is_main": true,
2504
- "id": "65da80e6-367c-4e06-b21d-b67ab10a7895",
2561
+ "id": "8fe2e583-94a5-40de-a9a6-5b178318b915",
2505
2562
  "functions": [
2506
2563
  {
2507
2564
  "title": "as Constraint Shape",
@@ -2543,93 +2600,93 @@
2543
2600
  "title": "Guid",
2544
2601
  "type": "Guid",
2545
2602
  "where": "this Shape has one Guid",
2546
- "role_id": "849691ec-3f55-473e-8a58-2c3b1038e43e"
2603
+ "role_id": "60b257d9-c608-4035-9bef-0419d49014af"
2547
2604
  },
2548
2605
  {
2549
2606
  "title": "Location",
2550
2607
  "type": "Location",
2551
2608
  "where": "this Shape is at one Location",
2552
- "role_id": "7a00135b-c31e-4a22-89ff-555ccd9b77f1"
2609
+ "role_id": "cb3aafc2-31da-4bab-b919-5d1873e4d754"
2553
2610
  },
2554
2611
  {
2555
2612
  "title": "Shape is expanded",
2556
2613
  "type": "boolean",
2557
2614
  "where": "this Shape is expanded",
2558
- "role_id": "261d7a0b-2dd3-4d6d-90f7-75e77770452a"
2615
+ "role_id": "241ba75b-6c6f-4a61-b0aa-5021a4e8963e"
2559
2616
  },
2560
2617
  {
2561
2618
  "title": "ORM Diagram",
2562
2619
  "type": "ORM Diagram",
2563
2620
  "where": "this Shape is in one ORM Diagram",
2564
- "role_id": "9d8d15d4-6e74-49f1-ba9a-a1d7e3da3d2f"
2621
+ "role_id": "b90d9b4f-6b93-438b-8702-3b4480e6ccbf"
2565
2622
  }
2566
2623
  ]
2567
2624
  },
2568
2625
  "Step": {
2569
2626
  "is_main": true,
2570
- "id": "93f29c2f-12d4-49b0-9409-495af10a3216",
2627
+ "id": "efe52f14-422e-4b45-a604-25f905f7f7f1",
2571
2628
  "functions": [
2572
2629
  {
2573
2630
  "title": "Alternative Set",
2574
2631
  "type": "Alternative Set",
2575
2632
  "where": "this Step falls under one Alternative Set",
2576
- "role_id": "9dfa7af4-92b0-4012-a3ab-55689fc9654a"
2633
+ "role_id": "f3674683-ffd2-49aa-9a69-21de6033f36e"
2577
2634
  },
2578
2635
  {
2579
2636
  "title": "Guid",
2580
2637
  "type": "Guid",
2581
2638
  "where": "this Step has one Guid",
2582
- "role_id": "1b4d35e2-cfbd-4929-bc9d-3f594d22fe78"
2639
+ "role_id": "6e9e8b72-9fa0-45b0-a407-ec7d6ee4f85e"
2583
2640
  },
2584
2641
  {
2585
2642
  "title": "Step is disallowed",
2586
2643
  "type": "boolean",
2587
2644
  "where": "this Step is disallowed",
2588
- "role_id": "cbdb72d1-6173-44c1-a330-17a80908f1d2"
2645
+ "role_id": "09713a66-1cef-4f93-a998-d8f84de0b158"
2589
2646
  },
2590
2647
  {
2591
2648
  "title": "Step is optional",
2592
2649
  "type": "boolean",
2593
2650
  "where": "this Step is optional",
2594
- "role_id": "e1e22f42-3147-4b7f-a34c-0b8dd26c7321"
2651
+ "role_id": "5f38f43c-2c4e-47e4-b981-4eed9853deb1"
2595
2652
  },
2596
2653
  {
2597
2654
  "title": "Fact Type",
2598
2655
  "type": "Fact Type",
2599
2656
  "where": "this Step specifies one Fact Type",
2600
- "role_id": "3c293fbb-f2e9-4486-8afa-671c09979c67"
2657
+ "role_id": "6e8b8db7-6845-4800-8833-77d045abaf7a"
2601
2658
  },
2602
2659
  {
2603
2660
  "title": "all Play",
2604
2661
  "type": "Play",
2605
2662
  "where": "this Step contains some Role restricting some Variable",
2606
- "role_id": "c730b982-d17e-4da8-a0ae-1a01c9407c49",
2663
+ "role_id": "2f4e6c5b-05e1-4ca7-aed5-f3c29bd9393a",
2607
2664
  "is_list": true
2608
2665
  },
2609
2666
  {
2610
2667
  "title": "Objectification Variable",
2611
2668
  "type": "Variable",
2612
2669
  "where": "this Step nests as one Objectification Variable",
2613
- "role_id": "8124f5fd-5655-4cc3-aadd-b371f9f0dfa0"
2670
+ "role_id": "036db14b-4ac9-4711-b894-8d1b57f5aa97"
2614
2671
  }
2615
2672
  ]
2616
2673
  },
2617
2674
  "Subscript": {
2618
2675
  "is_main": false,
2619
- "id": "018924db-b2f8-44b7-a807-283d14e9ccde",
2676
+ "id": "c23e6f81-6dc7-400f-8c89-009d27e57677",
2620
2677
  "functions": [
2621
2678
  {
2622
2679
  "title": "all Variable",
2623
2680
  "type": "Variable",
2624
2681
  "where": "this Subscript is of some Variable",
2625
- "role_id": "aec5cbfd-a447-41fc-96e1-b0178e342303",
2682
+ "role_id": "738f7de2-6906-433f-99a6-3b4e5d8311cc",
2626
2683
  "is_list": true
2627
2684
  }
2628
2685
  ]
2629
2686
  },
2630
2687
  "Subset Constraint": {
2631
2688
  "is_main": false,
2632
- "id": "25abe71d-3d56-44eb-86c3-a7bfd705a2ca",
2689
+ "id": "28ff1215-a711-4c34-8ce3-f5171f212c0c",
2633
2690
  "functions": [
2634
2691
  {
2635
2692
  "title": "as Constraint",
@@ -2643,64 +2700,64 @@
2643
2700
  "title": "Subset Role Sequence",
2644
2701
  "type": "Role Sequence",
2645
2702
  "where": "this Subset Constraint covers one subset-Role Sequence",
2646
- "role_id": "1e0e586b-5c53-4af6-a8fd-5050ae8a336d"
2703
+ "role_id": "9c823ea7-f016-4d59-8271-9b5774590dcd"
2647
2704
  },
2648
2705
  {
2649
2706
  "title": "Superset Role Sequence",
2650
2707
  "type": "Role Sequence",
2651
2708
  "where": "this Subset Constraint covers one superset-Role Sequence",
2652
- "role_id": "3e4d2110-ad92-4ded-a6dd-502314be69ef"
2709
+ "role_id": "63accca4-4fb0-4d81-97c2-3c37f3cdfd7d"
2653
2710
  }
2654
2711
  ]
2655
2712
  },
2656
2713
  "Text": {
2657
2714
  "is_main": false,
2658
- "id": "ace4f51a-c31c-4ca2-a4bb-787cd0fcd46a",
2715
+ "id": "2aef8c91-c921-48d2-9782-4104473393c8",
2659
2716
  "functions": [
2660
2717
  {
2661
2718
  "title": "all Reading",
2662
2719
  "type": "Reading",
2663
2720
  "where": "some Reading has this Text",
2664
- "role_id": "d0d4f1e0-623f-4e1d-81d5-477572da505c",
2721
+ "role_id": "dce680cd-0632-42a3-86ba-d30125b3ebd6",
2665
2722
  "is_list": true
2666
2723
  }
2667
2724
  ]
2668
2725
  },
2669
2726
  "Topic": {
2670
2727
  "is_main": false,
2671
- "id": "792989c9-44b6-419c-8f78-fb64c68061e5",
2728
+ "id": "2557ccba-3923-49ba-b905-769360361c11",
2672
2729
  "functions": [
2673
2730
  {
2674
2731
  "title": "all Concept",
2675
2732
  "type": "Concept",
2676
2733
  "where": "this Topic contains some Concept",
2677
- "role_id": "2a5fba50-5a46-4891-9d65-e8ed07b6f39f",
2734
+ "role_id": "75debd61-90c9-4e05-bd29-501a566892b9",
2678
2735
  "is_list": true
2679
2736
  },
2680
2737
  {
2681
2738
  "title": "Topic Name",
2682
2739
  "type": "Name",
2683
2740
  "where": "this Topic has one topic-Name",
2684
- "role_id": "9582ce1b-9515-44cf-8e69-8f3546e23b42"
2741
+ "role_id": "8a21e600-c8a9-4a13-9e1d-c07265a64307"
2685
2742
  }
2686
2743
  ]
2687
2744
  },
2688
2745
  "Transaction Phase": {
2689
2746
  "is_main": false,
2690
- "id": "c5aaa98e-7be4-4fec-88c0-5d1891e1933f",
2747
+ "id": "f0dfe2d9-193d-455e-b6d0-fc388ee2a688",
2691
2748
  "functions": [
2692
2749
  {
2693
2750
  "title": "all Value Type",
2694
2751
  "type": "Value Type",
2695
2752
  "where": "some Value Type is auto-assigned at this Transaction Phase",
2696
- "role_id": "3969499e-45bd-4ba1-a2ff-36ce27ce6483",
2753
+ "role_id": "4824de74-2e97-4003-a62a-f96703d26beb",
2697
2754
  "is_list": true
2698
2755
  }
2699
2756
  ]
2700
2757
  },
2701
2758
  "Type Inheritance": {
2702
2759
  "is_main": false,
2703
- "id": "393baa23-8fb0-451a-85ba-f4109dcc4aac",
2760
+ "id": "4fd03c8e-f574-402d-8a31-06d9be8da3d1",
2704
2761
  "functions": [
2705
2762
  {
2706
2763
  "title": "as Fact Type",
@@ -2720,166 +2777,166 @@
2720
2777
  "title": "Assimilation",
2721
2778
  "type": "Assimilation",
2722
2779
  "where": "this Type Inheritance uses one Assimilation",
2723
- "role_id": "8b38ad8f-aaeb-4dce-8f02-f741d2924cdd"
2780
+ "role_id": "53333fac-f10f-449c-b627-9cf6f26d4c6d"
2724
2781
  },
2725
2782
  {
2726
2783
  "title": "Type Inheritance provides identification",
2727
2784
  "type": "boolean",
2728
2785
  "where": "this Type Inheritance provides identification",
2729
- "role_id": "cc80b559-1ff5-4f88-b52b-fa3704ba2798"
2786
+ "role_id": "a5a98f1c-7803-4333-8ce4-995c26bc0724"
2730
2787
  }
2731
2788
  ]
2732
2789
  },
2733
2790
  "Unit": {
2734
2791
  "is_main": false,
2735
- "id": "c5615ae2-2d60-41d5-a012-85d0ae9ae6c2",
2792
+ "id": "d34b4de0-7687-4f3f-af3e-29081f4ce324",
2736
2793
  "functions": [
2737
2794
  {
2738
2795
  "title": "Ephemera URL",
2739
2796
  "type": "Ephemera URL",
2740
2797
  "where": "this Unit uses coefficient from one Ephemera URL",
2741
- "role_id": "feb8a43e-17ce-41f5-8067-86715221df86"
2798
+ "role_id": "fc319351-7b10-45c3-96de-0aa5e2775629"
2742
2799
  },
2743
2800
  {
2744
2801
  "title": "Name",
2745
2802
  "type": "Name",
2746
2803
  "where": "this Unit is called one Name",
2747
- "role_id": "a48b6a83-7a0d-439a-81fa-8cb49c4e8f88"
2804
+ "role_id": "73955f5b-6669-40b1-a448-51610473d7f2"
2748
2805
  },
2749
2806
  {
2750
2807
  "title": "Coefficient",
2751
2808
  "type": "Coefficient",
2752
2809
  "where": "this Unit has one Coefficient",
2753
- "role_id": "bf4a8bcd-0ed2-4e19-b1e9-14fc8327dc95"
2810
+ "role_id": "97407e7f-5047-4e1b-a716-0f6fe2013f34"
2754
2811
  },
2755
2812
  {
2756
2813
  "title": "Offset",
2757
2814
  "type": "Offset",
2758
2815
  "where": "this Unit has one Offset",
2759
- "role_id": "79f60ffb-b0a0-4643-9b0e-02ff76f73dfd"
2816
+ "role_id": "ecb93cc8-61c1-4a6e-82ca-29281ff8eeb4"
2760
2817
  },
2761
2818
  {
2762
2819
  "title": "Plural Name",
2763
2820
  "type": "Name",
2764
2821
  "where": "this Plural Named Unit has one plural-Name",
2765
- "role_id": "2c5c5a45-cab3-409d-87aa-a6683e9728c5"
2822
+ "role_id": "a2e4c874-0081-4bd4-9a09-385d4e2b20de"
2766
2823
  },
2767
2824
  {
2768
2825
  "title": "Concept",
2769
2826
  "type": "Concept",
2770
2827
  "where": "this Unit is an instance of one Concept",
2771
- "role_id": "90170e37-834e-44b9-96d9-98618f1e97cc"
2828
+ "role_id": "2f9268dc-9e28-4699-92c1-55b441d03620"
2772
2829
  },
2773
2830
  {
2774
2831
  "title": "all Derivation",
2775
2832
  "type": "Derivation",
2776
2833
  "where": "this Derived Unit is derived from some Base Unit",
2777
- "role_id": "2c2da3cc-9e4d-4665-b21e-cc7647f8ad49",
2834
+ "role_id": "55abb30d-712c-4cf2-a5c4-5f4abdb62ae1",
2778
2835
  "is_list": true
2779
2836
  },
2780
2837
  {
2781
2838
  "title": "all Derivation",
2782
2839
  "type": "Derivation",
2783
2840
  "where": "some Derived Unit is derived from this Base Unit",
2784
- "role_id": "4151cdae-8ee1-4cc5-b7ea-148d2bb576b9",
2841
+ "role_id": "47fcd133-3404-451d-9909-0bcab14d1e07",
2785
2842
  "is_list": true
2786
2843
  },
2787
2844
  {
2788
2845
  "title": "Unit is fundamental",
2789
2846
  "type": "boolean",
2790
2847
  "where": "this Unit is fundamental",
2791
- "role_id": "9927cdca-30c2-4cc4-91b9-5bc3030eb381"
2848
+ "role_id": "ae3a27a7-0493-439b-af36-1d1ada153b44"
2792
2849
  },
2793
2850
  {
2794
2851
  "title": "all Value Type",
2795
2852
  "type": "Value Type",
2796
2853
  "where": "some Value Type is of this Unit",
2797
- "role_id": "ae3eb685-c4e7-49d5-ab40-09f4f47bab2b",
2854
+ "role_id": "49911337-9e2b-470e-a38f-c4a3d5fe2e23",
2798
2855
  "is_list": true
2799
2856
  },
2800
2857
  {
2801
2858
  "title": "all Value",
2802
2859
  "type": "Value",
2803
2860
  "where": "this Unit is of some Value",
2804
- "role_id": "73831438-245a-4e62-b22b-dc13c77b0f98",
2861
+ "role_id": "b522f5b0-1dae-484c-afed-1ebc6a6c87b5",
2805
2862
  "is_list": true
2806
2863
  },
2807
2864
  {
2808
2865
  "title": "Vocabulary",
2809
2866
  "type": "Vocabulary",
2810
2867
  "where": "this Unit is in one Vocabulary",
2811
- "role_id": "c5011680-a9d2-4c19-94fc-db786df0188c"
2868
+ "role_id": "fedc3927-a162-4aff-85c2-b8c8a0f95b67"
2812
2869
  }
2813
2870
  ]
2814
2871
  },
2815
2872
  "Value": {
2816
2873
  "is_main": true,
2817
- "id": "755116d1-69ba-450e-bfe8-907ee441a986",
2874
+ "id": "c1573032-8ba9-4a3b-84f4-70313919ad07",
2818
2875
  "functions": [
2819
2876
  {
2820
2877
  "title": "all Bound",
2821
2878
  "type": "Bound",
2822
2879
  "where": "this Value is of some Bound",
2823
- "role_id": "c2009906-681f-4757-a025-1a7823f8d771",
2880
+ "role_id": "76c9d4a5-9ab6-4314-bb0e-d6c1dda329c6",
2824
2881
  "is_list": true
2825
2882
  },
2826
2883
  {
2827
2884
  "title": "all Discriminated Role",
2828
2885
  "type": "Discriminated Role",
2829
2886
  "where": "some Discriminator distinguishes some Role using this Value",
2830
- "role_id": "12bbb708-4eb1-433f-8bb0-9ec85b4df0dc",
2887
+ "role_id": "147b35b6-e0cd-49be-99fe-dbb302e979fc",
2831
2888
  "is_list": true
2832
2889
  },
2833
2890
  {
2834
2891
  "title": "all Instance",
2835
2892
  "type": "Instance",
2836
2893
  "where": "some Instance has this Value",
2837
- "role_id": "0c12fd08-d519-41dd-ac3c-68951c769c8d",
2894
+ "role_id": "ea64dc03-3f17-463f-b245-5f170f43bf52",
2838
2895
  "is_list": true
2839
2896
  },
2840
2897
  {
2841
2898
  "title": "all Value Type Parameter Restriction",
2842
2899
  "type": "Value Type Parameter Restriction",
2843
2900
  "where": "some Value Type Parameter Restriction has this Value",
2844
- "role_id": "8c373cd6-9682-416a-aedb-0554e5c1a534",
2901
+ "role_id": "38a76a0b-f89b-4d42-850d-ef8ccea3f19b",
2845
2902
  "is_list": true
2846
2903
  },
2847
2904
  {
2848
2905
  "title": "Unit",
2849
2906
  "type": "Unit",
2850
2907
  "where": "this Value is in one Unit",
2851
- "role_id": "b262fed4-f4ab-4172-b630-9ce47e42b53f"
2908
+ "role_id": "87560c3b-4753-49d8-8006-ac7b7ad7136c"
2852
2909
  },
2853
2910
  {
2854
2911
  "title": "Value is literal string",
2855
2912
  "type": "boolean",
2856
2913
  "where": "this Value is literal string",
2857
- "role_id": "9cea0862-7226-4da8-b286-75d467b103e0"
2914
+ "role_id": "e6292660-67ff-46b2-a8ae-54e018d32096"
2858
2915
  },
2859
2916
  {
2860
2917
  "title": "Value Type",
2861
2918
  "type": "Value Type",
2862
2919
  "where": "this Value is of one Value Type",
2863
- "role_id": "78882625-c64d-424a-8b37-7dd39b116db4"
2920
+ "role_id": "9980c74a-9713-4be8-aeb0-d3776b867277"
2864
2921
  },
2865
2922
  {
2866
2923
  "title": "Literal",
2867
2924
  "type": "Literal",
2868
2925
  "where": "this Value is represented by one Literal",
2869
- "role_id": "5aa0b85a-ca38-45c0-a18d-5bffd82ab6e2"
2926
+ "role_id": "23150887-10bc-4367-ab11-2c17b9f04a34"
2870
2927
  },
2871
2928
  {
2872
2929
  "title": "all Variable",
2873
2930
  "type": "Variable",
2874
2931
  "where": "some Variable is bound to this Value",
2875
- "role_id": "3383cba2-b6f3-4fbb-9bfa-c91ed9fcddfb",
2932
+ "role_id": "9eac47cd-e0a5-441f-8369-f26cad5931b0",
2876
2933
  "is_list": true
2877
2934
  }
2878
2935
  ]
2879
2936
  },
2880
2937
  "Value Constraint": {
2881
2938
  "is_main": false,
2882
- "id": "5d09b2f5-6f71-4820-90cb-2a072823444d",
2939
+ "id": "cc7ac5f2-e685-4f2b-a34c-a7b6026de9c4",
2883
2940
  "functions": [
2884
2941
  {
2885
2942
  "title": "as Constraint",
@@ -2889,32 +2946,32 @@
2889
2946
  "title": "Role",
2890
2947
  "type": "Role",
2891
2948
  "where": "this Value Constraint applies to one Role",
2892
- "role_id": "b77b0b60-64f8-4d23-879d-4cd03ee0830d"
2949
+ "role_id": "c8a5cff6-21f7-4a40-b255-b8873bfaa5f5"
2893
2950
  },
2894
2951
  {
2895
2952
  "title": "all Value Range",
2896
2953
  "type": "Value Range",
2897
2954
  "where": "this Value Constraint allows some Value Range",
2898
- "role_id": "59c06fdb-1cef-469f-911e-e25795f647c3",
2955
+ "role_id": "69345773-0758-4edc-b482-6dde6718a8e2",
2899
2956
  "is_list": true
2900
2957
  },
2901
2958
  {
2902
2959
  "title": "Regular Expression",
2903
2960
  "type": "Regular Expression",
2904
2961
  "where": "this Value Constraint requires matching one Regular Expression",
2905
- "role_id": "bac74130-4803-470c-9f86-9a49fbf6c7ba"
2962
+ "role_id": "b456001e-5463-4911-99d3-19800530a292"
2906
2963
  },
2907
2964
  {
2908
2965
  "title": "Value Type",
2909
2966
  "type": "Value Type",
2910
2967
  "where": "this Value Constraint constrains one Value Type",
2911
- "role_id": "8b66316d-39d5-4db0-8b72-0b32d0891df7"
2968
+ "role_id": "83aeada9-547d-48a1-b22e-6e999e6caf30"
2912
2969
  }
2913
2970
  ]
2914
2971
  },
2915
2972
  "Value Constraint Shape": {
2916
2973
  "is_main": false,
2917
- "id": "d45a24aa-0689-4781-9018-74847c31a293",
2974
+ "id": "60d89fdb-4ea8-4c44-8d06-80cdb9c65aeb",
2918
2975
  "functions": [
2919
2976
  {
2920
2977
  "title": "as Constraint Shape",
@@ -2928,44 +2985,44 @@
2928
2985
  "title": "Role Display",
2929
2986
  "type": "Role Display",
2930
2987
  "where": "this Value Constraint Shape is for one Role Display",
2931
- "role_id": "be94c6e1-3f28-4114-aadb-d206c58969f1"
2988
+ "role_id": "8e6b76aa-a3c7-413a-a499-b3c50ed40a0a"
2932
2989
  },
2933
2990
  {
2934
2991
  "title": "Object Type Shape",
2935
2992
  "type": "Object Type Shape",
2936
2993
  "where": "this Value Constraint Shape is for one Object Type Shape",
2937
- "role_id": "eb01918b-acc0-4f27-87d1-725de25a8afa"
2994
+ "role_id": "551a9239-6fc1-4bfe-882d-9a5020d56fe6"
2938
2995
  }
2939
2996
  ]
2940
2997
  },
2941
2998
  "Value Range": {
2942
2999
  "is_main": false,
2943
- "id": "88d4ff09-954a-4821-8ea9-5816e6cd494f",
3000
+ "id": "ccd6a9c0-0dd1-424a-9982-9cb72e77709e",
2944
3001
  "functions": [
2945
3002
  {
2946
3003
  "title": "all Value Constraint",
2947
3004
  "type": "Value Constraint",
2948
3005
  "where": "some Value Constraint allows this Value Range",
2949
- "role_id": "6ba2591e-f7ee-4dc4-84cd-f7f04bb60cb0",
3006
+ "role_id": "c464ea9d-26ab-4e8b-be4e-2733ae141d99",
2950
3007
  "is_list": true
2951
3008
  },
2952
3009
  {
2953
3010
  "title": "Maximum Bound",
2954
3011
  "type": "Bound",
2955
3012
  "where": "this Value Range has one maximum-Bound",
2956
- "role_id": "6aaf34c7-19a4-4cb3-a619-d27346f7d0d4"
3013
+ "role_id": "8b2c22cd-cb58-4463-9c4e-89ce4ce0dc25"
2957
3014
  },
2958
3015
  {
2959
3016
  "title": "Minimum Bound",
2960
3017
  "type": "Bound",
2961
3018
  "where": "this Value Range has one minimum-Bound",
2962
- "role_id": "13ffb0cd-c286-4442-bda9-9058c28e76c9"
3019
+ "role_id": "190b20c4-b903-469e-86ed-bddcaa6dd43e"
2963
3020
  }
2964
3021
  ]
2965
3022
  },
2966
3023
  "Value Type": {
2967
3024
  "is_main": false,
2968
- "id": "1c4df430-5957-40c9-a551-24f169febd91",
3025
+ "id": "3b328d28-d724-42be-871a-eaf63d1e774f",
2969
3026
  "functions": [
2970
3027
  {
2971
3028
  "title": "as Domain Object Type",
@@ -2979,78 +3036,78 @@
2979
3036
  "title": "all Value Type Parameter as Facet Value Type",
2980
3037
  "type": "Value Type Parameter",
2981
3038
  "where": "some Value Type Parameter requires value of this facet-Value Type",
2982
- "role_id": "20d29cc7-5b1c-4802-b6bf-b9c62d3e1529",
3039
+ "role_id": "c37fd0fc-b69e-4351-b732-b1d4eb4ecef2",
2983
3040
  "is_list": true
2984
3041
  },
2985
3042
  {
2986
3043
  "title": "Length",
2987
3044
  "type": "Length",
2988
3045
  "where": "this Value Type has one Length",
2989
- "role_id": "15bacfd6-9025-4c85-9227-50ce8359db3a"
3046
+ "role_id": "10fa4683-6e52-40bc-852c-8dcea4656a25"
2990
3047
  },
2991
3048
  {
2992
3049
  "title": "Scale",
2993
3050
  "type": "Scale",
2994
3051
  "where": "this Value Type has one Scale",
2995
- "role_id": "aeb13293-e4aa-4874-9f3f-44dd4ff0f265"
3052
+ "role_id": "96ab965b-99ff-48f2-98bf-dfa0bd957799"
2996
3053
  },
2997
3054
  {
2998
3055
  "title": "Value Constraint",
2999
3056
  "type": "Value Constraint",
3000
3057
  "where": "this Value Type has one Value Constraint",
3001
- "role_id": "d1317a17-f8c0-493f-80a0-03eccf2f54f1"
3058
+ "role_id": "aa347fd7-4b39-446d-931c-af9cc0ad0670"
3002
3059
  },
3003
3060
  {
3004
3061
  "title": "all Value Type Parameter",
3005
3062
  "type": "Value Type Parameter",
3006
3063
  "where": "this Value Type has facet called some Name",
3007
- "role_id": "ec03265b-8f34-4620-a254-8f18036008ef",
3064
+ "role_id": "be6ab898-e120-4bb2-ab20-73956a30f650",
3008
3065
  "is_list": true
3009
3066
  },
3010
3067
  {
3011
3068
  "title": "Transaction Phase",
3012
3069
  "type": "Transaction Phase",
3013
3070
  "where": "this Value Type is auto-assigned at one Transaction Phase",
3014
- "role_id": "194a5fc5-a5d9-41c9-bcd1-c61db0f92abe"
3071
+ "role_id": "adfaf4a1-0d0c-4d7a-81f3-5b473bcf36f8"
3015
3072
  },
3016
3073
  {
3017
3074
  "title": "Unit",
3018
3075
  "type": "Unit",
3019
3076
  "where": "this Value Type is of one Unit",
3020
- "role_id": "8b0703d4-c95f-481e-8cd5-f461e88da26e"
3077
+ "role_id": "95c19603-b44c-4492-95e1-350ba4acba23"
3021
3078
  },
3022
3079
  {
3023
3080
  "title": "Supertype",
3024
3081
  "type": "Value Type",
3025
3082
  "where": "this Value Type is subtype of one Supertype",
3026
- "role_id": "9a26f2ed-0998-4c61-874c-76382d9233a3"
3083
+ "role_id": "13a6a3d2-2a21-4b92-8a0c-247dd25b1987"
3027
3084
  },
3028
3085
  {
3029
3086
  "title": "all Value Type",
3030
3087
  "type": "Value Type",
3031
3088
  "where": "this Supertype is supertype of some Value Type",
3032
- "role_id": "de83a851-b72a-4ee0-aa54-c5f9283c8e45",
3089
+ "role_id": "ab66d5d9-c540-4eb3-ae14-c5d880e971cf",
3033
3090
  "is_list": true
3034
3091
  },
3035
3092
  {
3036
3093
  "title": "all Value Type Parameter Restriction",
3037
3094
  "type": "Value Type Parameter Restriction",
3038
3095
  "where": "this Value Type receives some Value Type Parameter",
3039
- "role_id": "ef7c8915-e946-4c54-9299-8ce98b315400",
3096
+ "role_id": "f52b9a0f-417d-44ca-8526-1c39221a8cd7",
3040
3097
  "is_list": true
3041
3098
  },
3042
3099
  {
3043
3100
  "title": "all Value",
3044
3101
  "type": "Value",
3045
3102
  "where": "this Value Type has some Value",
3046
- "role_id": "44d1015b-74a2-4e8f-aed7-82ab5f4f485c",
3103
+ "role_id": "f36f5706-0351-488e-81e8-319656352920",
3047
3104
  "is_list": true
3048
3105
  }
3049
3106
  ]
3050
3107
  },
3051
3108
  "Value Type Parameter": {
3052
3109
  "is_main": true,
3053
- "id": "f3a399d7-2861-4a9c-a20c-404624626b03",
3110
+ "id": "47ba6bd6-1dc3-4ed4-a239-638fe9703cf6",
3054
3111
  "functions": [
3055
3112
  {
3056
3113
  "title": "involving Value Type",
@@ -3066,20 +3123,20 @@
3066
3123
  "title": "Facet Value Type",
3067
3124
  "type": "Value Type",
3068
3125
  "where": "this Value Type Parameter requires value of one facet-Value Type",
3069
- "role_id": "4ac59fb1-7803-4c8c-a829-f663bac2c9b2"
3126
+ "role_id": "0bd54970-1045-4350-8043-1a489667d8a2"
3070
3127
  },
3071
3128
  {
3072
3129
  "title": "all Value Type Parameter Restriction",
3073
3130
  "type": "Value Type Parameter Restriction",
3074
3131
  "where": "this Value Type Parameter applies to some Value Type",
3075
- "role_id": "996bbf65-ce9c-4de6-9656-e7be394504b5",
3132
+ "role_id": "f1f91872-82bc-42e4-a984-7343ab6e2245",
3076
3133
  "is_list": true
3077
3134
  }
3078
3135
  ]
3079
3136
  },
3080
3137
  "Value Type Parameter Restriction": {
3081
3138
  "is_main": true,
3082
- "id": "525cba46-723e-4f2a-9c00-15377ccb6af9",
3139
+ "id": "f065231e-8872-434f-9e4a-ac38f5d894dc",
3083
3140
  "functions": [
3084
3141
  {
3085
3142
  "title": "involving Value Type",
@@ -3095,154 +3152,172 @@
3095
3152
  "title": "Value",
3096
3153
  "type": "Value",
3097
3154
  "where": "this Value Type Parameter Restriction has one Value",
3098
- "role_id": "02b664e1-d7a8-45aa-a5e9-1b42503e0c48"
3155
+ "role_id": "8a3db69e-03fd-4458-b723-4453f3121679"
3156
+ }
3157
+ ]
3158
+ },
3159
+ "ValueField": {
3160
+ "is_main": false,
3161
+ "id": "8768cff9-0a9a-4f0e-b240-0cb70b2bb2ea",
3162
+ "functions": [
3163
+ {
3164
+ "title": "as Component",
3165
+ "type": "Component"
3166
+ },
3167
+ {
3168
+ "title": "as Injection",
3169
+ "type": "Injection"
3170
+ },
3171
+ {
3172
+ "title": "as Mapping",
3173
+ "type": "Mapping"
3099
3174
  }
3100
3175
  ]
3101
3176
  },
3102
3177
  "Variable": {
3103
3178
  "is_main": true,
3104
- "id": "c285a45b-0503-46a9-83cc-bf8cfca45d11",
3179
+ "id": "0da75baf-9f6d-42d4-856c-3b71a1b20877",
3105
3180
  "functions": [
3106
3181
  {
3107
3182
  "title": "Query",
3108
3183
  "type": "Query",
3109
3184
  "where": "this Variable is in one Query",
3110
- "role_id": "b1b1147a-8668-4e68-991a-0bff963b4806"
3185
+ "role_id": "a931dc72-fed7-4cd9-ab56-bb5f343cd6fa"
3111
3186
  },
3112
3187
  {
3113
3188
  "title": "Ordinal",
3114
3189
  "type": "Ordinal",
3115
3190
  "where": "this Variable has one Ordinal position",
3116
- "role_id": "c4a93992-9f5a-4585-89dc-330ef864275c"
3191
+ "role_id": "16a81a81-ceb0-4098-8cd0-d8bc97120629"
3117
3192
  },
3118
3193
  {
3119
3194
  "title": "Subscript",
3120
3195
  "type": "Subscript",
3121
3196
  "where": "this Variable has one Subscript",
3122
- "role_id": "3dda548f-58a9-4caa-97ba-9a2bdaa2cfef"
3197
+ "role_id": "8375665a-705b-480e-8a4b-2172425ec551"
3123
3198
  },
3124
3199
  {
3125
3200
  "title": "Role Name",
3126
3201
  "type": "Name",
3127
3202
  "where": "this Variable has one role-Name",
3128
- "role_id": "64bab115-7e23-4944-ba85-5bb1bbcc4432"
3203
+ "role_id": "803d964a-5566-4ba4-9f4e-e40112a43346"
3129
3204
  },
3130
3205
  {
3131
3206
  "title": "all Aggregation",
3132
3207
  "type": "Aggregation",
3133
3208
  "where": "this Variable is bound to some Aggregate over some aggregated-Variable",
3134
- "role_id": "ff9f3e63-0316-4b57-ac8f-0350ec07b325",
3209
+ "role_id": "9eb163a1-0bc3-4083-9a24-dcbe40912962",
3135
3210
  "is_list": true
3136
3211
  },
3137
3212
  {
3138
3213
  "title": "all Aggregation",
3139
3214
  "type": "Aggregation",
3140
3215
  "where": "some Variable is bound to some Aggregate over this aggregated-Variable",
3141
- "role_id": "892d31a0-d62b-4772-bd0b-5ea4dea1ebb6",
3216
+ "role_id": "6dc32d84-5dbf-464f-a477-32fa9a630ea6",
3142
3217
  "is_list": true
3143
3218
  },
3144
3219
  {
3145
3220
  "title": "Value",
3146
3221
  "type": "Value",
3147
3222
  "where": "this Variable is bound to one Value",
3148
- "role_id": "c918c60a-b9cd-4a26-9569-ce31acfd8b57"
3223
+ "role_id": "6a08a82c-075e-43a5-a167-6292ef31bb09"
3149
3224
  },
3150
3225
  {
3151
3226
  "title": "Object Type",
3152
3227
  "type": "Object Type",
3153
3228
  "where": "this Variable is for one Object Type",
3154
- "role_id": "33e7a7c6-b058-4ce1-bc39-d50501f3b1aa"
3229
+ "role_id": "a095b85d-0762-4b84-9174-4a0b8c80f221"
3155
3230
  },
3156
3231
  {
3157
3232
  "title": "all Play",
3158
3233
  "type": "Play",
3159
3234
  "where": "this Variable is restricted by some Role of some Step",
3160
- "role_id": "568ad9c1-be1a-4d90-872f-753a70b14589",
3235
+ "role_id": "0404e829-c407-4cb8-9519-2435e0566a1b",
3161
3236
  "is_list": true
3162
3237
  },
3163
3238
  {
3164
3239
  "title": "Step",
3165
3240
  "type": "Step",
3166
3241
  "where": "this Objectification Variable matches nesting over one Step",
3167
- "role_id": "b82dae17-ebed-44b9-af18-53ab2de89cac"
3242
+ "role_id": "362c1796-447e-4d9e-a4d4-d94e0b3aef03"
3168
3243
  },
3169
3244
  {
3170
3245
  "title": "Projection",
3171
3246
  "type": "Role",
3172
3247
  "where": "this Variable projects one Projection",
3173
- "role_id": "8bc12cef-d8eb-4743-b34b-9c814bd1fbd6"
3248
+ "role_id": "417a0190-43da-4e79-866c-cc980b463e76"
3174
3249
  }
3175
3250
  ]
3176
3251
  },
3177
3252
  "Vocabulary": {
3178
3253
  "is_main": false,
3179
- "id": "317c6841-d222-43a5-a3ea-48a94641c190",
3254
+ "id": "221ab25d-86b4-48db-ae55-bd0eb43fc679",
3180
3255
  "functions": [
3181
3256
  {
3182
3257
  "title": "all Diagram",
3183
3258
  "type": "Diagram",
3184
3259
  "where": "this Vocabulary contains some Diagram",
3185
- "role_id": "dd946aec-4c24-436d-9728-e13583e9c10b",
3260
+ "role_id": "dfe2390b-54be-49d8-8aeb-42be0a602788",
3186
3261
  "is_list": true
3187
3262
  },
3188
3263
  {
3189
3264
  "title": "all Object Type",
3190
3265
  "type": "Object Type",
3191
3266
  "where": "some Object Type belongs to this Vocabulary",
3192
- "role_id": "7be143f7-bdb1-4e6b-a5d1-1ddaa418bb9b",
3267
+ "role_id": "7c5533ca-9e51-4cfc-a86d-56eadda4163c",
3193
3268
  "is_list": true
3194
3269
  },
3195
3270
  {
3196
3271
  "title": "all Constraint",
3197
3272
  "type": "Constraint",
3198
3273
  "where": "this Vocabulary contains some Constraint",
3199
- "role_id": "748eac03-8be2-4d73-af73-8b2bc0f6934f",
3274
+ "role_id": "0f87e751-73f9-4cc6-9bbd-db48d41ca5fc",
3200
3275
  "is_list": true
3201
3276
  },
3202
3277
  {
3203
3278
  "title": "all Population",
3204
3279
  "type": "Population",
3205
3280
  "where": "this Vocabulary includes some Population",
3206
- "role_id": "1b58f966-6d18-4d33-81f7-207bfa1fc677",
3281
+ "role_id": "8f39f8ba-b5ab-4027-b0f7-4454d6d33921",
3207
3282
  "is_list": true
3208
3283
  },
3209
3284
  {
3210
3285
  "title": "all Unit",
3211
3286
  "type": "Unit",
3212
3287
  "where": "this Vocabulary includes some Unit",
3213
- "role_id": "1f56af63-5ece-4d31-91c9-038e461e6846",
3288
+ "role_id": "4143821d-012e-437c-b63f-9a3e7954c226",
3214
3289
  "is_list": true
3215
3290
  },
3216
3291
  {
3217
3292
  "title": "Name",
3218
3293
  "type": "Name",
3219
3294
  "where": "this Vocabulary is called one Name",
3220
- "role_id": "d753243e-eae2-42a1-a356-9a95994bcb1e"
3295
+ "role_id": "54a2d873-f526-4290-9541-48dc6788174c"
3221
3296
  }
3222
3297
  ]
3223
3298
  },
3224
3299
  "X": {
3225
3300
  "is_main": false,
3226
- "id": "f4824a71-29c0-4f2c-8359-77d3c830a8a2",
3301
+ "id": "790d953c-a5c8-4ed9-81ba-b1c98ea19e89",
3227
3302
  "functions": [
3228
3303
  {
3229
3304
  "title": "all Location",
3230
3305
  "type": "Location",
3231
3306
  "where": "some Location is at this X",
3232
- "role_id": "c2f9993f-9aee-4dac-bdf3-1dfa62197a45",
3307
+ "role_id": "7bcafd66-bdc3-4942-8a9e-0e0738916ded",
3233
3308
  "is_list": true
3234
3309
  }
3235
3310
  ]
3236
3311
  },
3237
3312
  "Y": {
3238
3313
  "is_main": false,
3239
- "id": "9b7a594f-33db-4231-b943-29d5bd4a9b42",
3314
+ "id": "0f24c0c6-6afb-419b-b49b-70845aaa04f7",
3240
3315
  "functions": [
3241
3316
  {
3242
3317
  "title": "all Location",
3243
3318
  "type": "Location",
3244
3319
  "where": "some Location is at this Y",
3245
- "role_id": "638d19e0-6ef5-436b-95e6-caa2dad22a63",
3320
+ "role_id": "017e380e-9513-4ad4-b973-52fbd2cb46ab",
3246
3321
  "is_list": true
3247
3322
  }
3248
3323
  ]