You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revised logical relationships for consistency across layers. Added abstract vs. concrete conception into constitutive, regulative and collection layer. Added equation layer to annotated embedded equations.
Copy file name to clipboardExpand all lines: IG Core/IG Collection Relationship.json
+98-36Lines changed: 98 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -1,68 +1,71 @@
1
1
[ {
2
2
"name" : "webanno.custom.IGElementRelationship",
3
3
"features" : [ {
4
+
"name" : "Exhaustive",
5
+
"tag_set" : null,
6
+
"uiName" : "Exhaustive",
7
+
"type" : "uima.cas.Boolean",
8
+
"enabled" : true,
9
+
"visible" : true,
10
+
"include_in_hover" : false,
11
+
"required" : false,
12
+
"remember" : false,
13
+
"hideUnconstraintFeature" : true,
14
+
"description" : "Indicates that listing or collection is exhaustive (i.e., statement does not use terms that signal open-ended relationships, such as \"included\")",
"tag_description" : "Identifies elements as AND-combined"
33
+
"tag_name" : "AND",
34
+
"tag_description" : "Indicates AND relationship, i.e., conjunction of components. The relationship is undirected."
16
35
}, {
17
-
"tag_name" : "NOR Relationship",
18
-
"tag_description" : "Identifies elements as NEITHER/NOR (NOR)-combined"
36
+
"tag_name" : "AND NOT",
37
+
"tag_description" : "Describes a combination of statements, where the occurrence of the action specified in the first statement is combined with the non-occurrence of the action specified in the second statement. The relationship is directed; the target is the non-occurring action statement."
19
38
}, {
20
-
"tag_name" : "OR Relationship",
21
-
"tag_description" : "Identifies elements as AND/OR-combined"
39
+
"tag_name" : "AND/OR",
40
+
"tag_description" : "Indicates AND/OR relationship (OR) in which both components may apply, or either one of those, i.e., an inclusive disjunction. The relationship is undirected."
22
41
}, {
23
-
"tag_name" : "Parent-Child Relationship (Target is Parent)",
24
-
"tag_description" : "Identifies a parent-child relationship between elements, with the parent being the element defined or composed, and the child as a component."
42
+
"tag_name" : "Child-to-Parent Relationship (Target is Parent)",
43
+
"tag_description" : "Identifies a parent-child relationship between elements, with the parent being the element defined or composed, and the child its component or property.\r\nThis relationship type applies to various forms of annotations, but most notably to \r\n- component-level combinations (logical combinations of same components)\r\n- relationships between objects and properties, and\r\n- properties and sub-properties (Object-Property Hierarchy)."
25
44
}, {
26
-
"tag_name" : "XOR Relationship",
27
-
"tag_description" : "Identifies elements as EITHER/OR (XOR)-combined"
45
+
"tag_name" : "NOR",
46
+
"tag_description" : "Describes a NEITHER-NOR (NOR) relationship of components, where the non-occurrence of the first component is combined with the non-occurrence of the second component of the same type. The relationship is undirected."
47
+
}, {
48
+
"tag_name" : "XOR",
49
+
"tag_description" : "Indicates an EITHER-OR (XOR) relationship, i.e., exclusive disjunction. The relationship is undirected."
28
50
} ],
29
51
"create_tag" : true
30
52
},
31
-
"uiName" : "Element Relationship",
53
+
"uiName" : "Logical Relationship",
32
54
"type" : "uima.cas.String",
33
55
"enabled" : true,
34
56
"visible" : true,
35
57
"include_in_hover" : false,
36
58
"required" : false,
37
59
"remember" : false,
38
60
"hideUnconstraintFeature" : false,
39
-
"description" : "Indicate element relationship",
61
+
"description" : "Indicate logical relationship between elements",
"description" : "Indicates that listing or collection is exhaustive (i.e., statement does not use terms that signal open-ended relationships, such as \"included\")",
"tag_description" : "Indicates AND relationship, i.e., conjunction of components. The relationship is undirected."
16
+
}, {
17
+
"tag_name" : "AND NOT",
18
+
"tag_description" : "Describes a combination of statements, where the occurrence of the action specified in the first statement is combined with the non-occurrence of the action specified in the second statement. The relationship is directed; the target is the non-occurring action statement."
19
+
}, {
20
+
"tag_name" : "AND/OR",
21
+
"tag_description" : "Indicates AND/OR relationship (OR) in which both components may apply, or either one of those, i.e., an inclusive disjunction. The relationship is undirected."
22
+
}, {
23
+
"tag_name" : "Child-to-Parent Relationship (Target is Parent)",
24
+
"tag_description" : "Identifies a parent-child relationship between elements, with the parent being the element defined or composed, and the child its component or property.\r\nThis relationship type applies to various forms of annotations, but most notably to \r\n- component-level combinations (logical combinations of same components)\r\n- relationships between objects and properties, and\r\n- properties and sub-properties (Object-Property Hierarchy)."
25
+
}, {
26
+
"tag_name" : "NOR",
27
+
"tag_description" : "Describes a NEITHER-NOR (NOR) relationship of components, where the non-occurrence of the first component is combined with the non-occurrence of the second component of the same type. The relationship is undirected."
28
+
}, {
29
+
"tag_name" : "XOR",
30
+
"tag_description" : "Indicates an EITHER-OR (XOR) relationship, i.e., exclusive disjunction. The relationship is undirected."
31
+
} ],
32
+
"create_tag" : true
33
+
},
34
+
"uiName" : "Logical Relationship",
35
+
"type" : "uima.cas.String",
36
+
"enabled" : true,
37
+
"visible" : true,
38
+
"include_in_hover" : false,
39
+
"required" : false,
40
+
"remember" : false,
41
+
"hideUnconstraintFeature" : false,
42
+
"description" : "Describes the logical relationship between elements.",
0 commit comments