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
Copy file name to clipboardExpand all lines: IG Core/IG Collection Relationship.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
"remember" : false,
35
35
"hideUnconstraintFeature" : false,
36
36
"description" : "Indicate element relationship",
37
-
"project_name" : "IG Initial Validation",
37
+
"project_name" : "IG Layer Project",
38
38
"multi_value_mode" : "NONE",
39
39
"link_mode" : "NONE",
40
40
"link_type_name" : null,
@@ -53,7 +53,7 @@
53
53
"remember" : false,
54
54
"hideUnconstraintFeature" : true,
55
55
"description" : "Indicates that listing or collection is exhaustive (i.e., statement does not use terms that signal open-ended relationships, such as \"included\")",
56
-
"project_name" : "IG Initial Validation",
56
+
"project_name" : "IG Layer Project",
57
57
"multi_value_mode" : "NONE",
58
58
"link_mode" : "NONE",
59
59
"link_type_name" : null,
@@ -72,7 +72,7 @@
72
72
"remember" : false,
73
73
"hideUnconstraintFeature" : false,
74
74
"description" : "Indicates precedence for a specific element relationship. Lower values imply lower precedence/priority.",
75
-
"project_name" : "IG Initial Validation",
75
+
"project_name" : "IG Layer Project",
76
76
"multi_value_mode" : "NONE",
77
77
"link_mode" : "NONE",
78
78
"link_type_name" : null,
@@ -98,7 +98,7 @@
98
98
"validation_mode" : "ALWAYS",
99
99
"lock_to_token_offset" : false,
100
100
"multiple_tokens" : true,
101
-
"project_name" : "IG Initial Validation",
101
+
"project_name" : "IG Layer Project",
102
102
"linked_list_behavior" : false,
103
103
"on_click_javascript_action" : null
104
104
}, {
@@ -131,7 +131,7 @@
131
131
"remember" : false,
132
132
"hideUnconstraintFeature" : false,
133
133
"description" : "Type of element annotated (e.g., object, verb)",
"uiName" : "IG Complex Data Structure Relationship",
5
+
"type" : "relation",
6
+
"description" : "Links components of complex data structure to ensure association",
7
+
"enabled" : true,
8
+
"built_in" : false,
9
+
"readonly" : false,
10
+
"attach_type" : {
11
+
"name" : "webanno.custom.IGComplexDataStructure"
12
+
},
13
+
"attach_feature" : null,
14
+
"allow_stacking" : true,
15
+
"cross_sentence" : false,
16
+
"show_hover" : true,
17
+
"anchoring_mode" : "TOKENS",
18
+
"overlap_mode" : "ANY_OVERLAP",
19
+
"validation_mode" : "ALWAYS",
20
+
"lock_to_token_offset" : false,
21
+
"multiple_tokens" : true,
22
+
"project_name" : "IG Layer Project",
23
+
"linked_list_behavior" : false,
24
+
"on_click_javascript_action" : null
25
+
}, {
26
+
"name" : "webanno.custom.IGComplexDataStructure",
27
+
"features" : [ {
28
+
"name" : "Datastructureelementtype",
29
+
"tag_set" : {
30
+
"name" : "IG Data Structure Annotations",
31
+
"typeUiName" : null,
32
+
"description" : "Annotations to code complex non-collection data structures (e.g., individual objects, or elements of collections)\r\nExample: a bit (qualifier) more than (comparator) 10 (quantity) tons (unit) high-quality (object property) building material (object)",
33
+
"language" : null,
34
+
"type" : null,
35
+
"type_name" : null,
36
+
"type_description" : null,
37
+
"tags" : [ {
38
+
"tag_name" : "Comparator",
39
+
"tag_description" : "Comparator in data structure expression (Example: MORE THAN 10 tons building material)"
40
+
}, {
41
+
"tag_name" : "Object",
42
+
"tag_description" : "Descriptor of object/substance/artefact that is quantified or otherwise described"
43
+
}, {
44
+
"tag_name" : "Object Property",
45
+
"tag_description" : "Property of Object described in complex data structure"
46
+
}, {
47
+
"tag_name" : "Qualifier",
48
+
"tag_description" : "Qualifier in expression (Example: SUFFICIENT building material - sufficient is the qualifier)"
49
+
}, {
50
+
"tag_name" : "Quantity",
51
+
"tag_description" : "Quantity in data structure (Example: more than 10 tons building material - 10 is the quantity)"
52
+
}, {
53
+
"tag_name" : "Unit",
54
+
"tag_description" : "Unit expression in data structure (Example: more than 10 TONS building material - TONS is the unit)"
0 commit comments