hadikhamoud commited on
Commit
c799c03
·
verified ·
1 Parent(s): 7a39c8f

Build yehia_re_ar_v1 Arabic RE SFT dataset

Browse files
.gitattributes CHANGED
@@ -58,3 +58,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ official.jsonl filter=lfs diff=lfs merge=lfs -text
62
+ train.jsonl filter=lfs diff=lfs merge=lfs -text
63
+ validation.jsonl filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ar
4
+ task_categories:
5
+ - text-generation
6
+ tags:
7
+ - relation-extraction
8
+ - arabic
9
+ - supervised-fine-tuning
10
+ - conversational
11
+ - yehia
12
+ pretty_name: Yehia RE SFT
13
+ ---
14
+
15
+ # Yehia-RE-SFT
16
+
17
+ Conversational Arabic supervised-fine-tuning data derived from
18
+ `U4RASD/WojoodRelationsAnnotated` for relation extraction with `Navid-AI/Yehia-7B-preview`.
19
+
20
+ ## Splits
21
+
22
+ - `train`: 15,686 labeled examples
23
+ - `validation`: 1,687 labeled examples
24
+ - `official`: 2,074 unlabeled official examples
25
+
26
+ ## Prompt design
27
+
28
+ - Exact subject/object character spans become `[الأول]...[/الأول]` and
29
+ `[الثاني]...[/الثاني]`.
30
+ - Both coarse types are translated using the fixed 21-type Arabic mapper.
31
+ - Only directionally ontology-compatible positive relations are listed.
32
+ - Positive options use the supplied Wojood/SinaTools `template_ar`.
33
+ - `لا توجد علاقة` is always included.
34
+ - Options are deterministically shuffled with seed `42`.
35
+ - The target is the exact Arabic option and is uniquely reversible to the
36
+ original WojoodRelations label.
37
+
38
+ The `official` split has no assistant message and must never be used for SFT.
dataset_summary.json ADDED
@@ -0,0 +1,323 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "created_at_utc": "2026-07-13T10:53:57+00:00",
3
+ "prompt_version": "yehia_re_ar_v1",
4
+ "source_dataset_repo": "U4RASD/WojoodRelationsAnnotated",
5
+ "output_dataset_repo": "U4RASD/Yehia-RE-SFT",
6
+ "seed": 42,
7
+ "prompt_context_chars": 500,
8
+ "shuffle_options": true,
9
+ "entity_type_count": 21,
10
+ "positive_relation_count": 40,
11
+ "splits": {
12
+ "train": {
13
+ "rows": 15686,
14
+ "unique_ids": 15686,
15
+ "positive_rows": 9009,
16
+ "no_relation_rows": 6677,
17
+ "windowed_rows": 540,
18
+ "relation_counts": {
19
+ "Administration.leader_of": 10,
20
+ "Administration.manager_of": 80,
21
+ "Administration.president_of": 131,
22
+ "Affiliation.employee_of": 124,
23
+ "Affiliation.member_of": 164,
24
+ "Affiliation.owner_of": 13,
25
+ "Affiliation.student_at": 6,
26
+ "Business.has_competitor": 12,
27
+ "Business.has_conflict_with": 102,
28
+ "Business.has_partner_with": 159,
29
+ "Family.has_parent": 11,
30
+ "Family.has_relative": 2,
31
+ "Family.has_sibling": 5,
32
+ "Family.has_spouse": 6,
33
+ "GPE.capital_of": 7,
34
+ "GPE.has_area": 4,
35
+ "GPE.has_currency": 13,
36
+ "GPE.has_population": 7,
37
+ "GPE.official_language": 8,
38
+ "Location.has_border_with": 29,
39
+ "Location.headquartered_in": 43,
40
+ "Location.lives_in": 876,
41
+ "Location.located_in": 4269,
42
+ "Location.nearby": 58,
43
+ "Organization.branch_count": 4,
44
+ "Organization.employs": 4,
45
+ "Organization.found_on": 30,
46
+ "Organization.has_alternate_name": 164,
47
+ "Organization.has_propoerty": 13,
48
+ "Organization.has_revenue": 9,
49
+ "PartOf.geopolitical_division": 1684,
50
+ "PartOf.subsidiary": 206,
51
+ "Personal.birth_date": 11,
52
+ "Personal.birth_place": 93,
53
+ "Personal.death_date": 14,
54
+ "Personal.has_occupation": 620,
55
+ "Productivity.builder_of": 4,
56
+ "Productivity.founder_of": 7,
57
+ "Productivity.inventor_of": 4,
58
+ "Productivity.manufacturer_of": 3,
59
+ "no_relation": 6677
60
+ },
61
+ "type_pair_counts": {
62
+ "CARDINAL->CARDINAL": 20,
63
+ "EVENT->GPE": 2,
64
+ "EVENT->NORP": 1,
65
+ "EVENT->ORG": 1,
66
+ "FAC->FAC": 20,
67
+ "FAC->GPE": 485,
68
+ "FAC->LOC": 41,
69
+ "FAC->ORDINAL": 1,
70
+ "FAC->ORG": 15,
71
+ "GPE->CARDINAL": 7,
72
+ "GPE->CURR": 13,
73
+ "GPE->EVENT": 1,
74
+ "GPE->FAC": 4,
75
+ "GPE->GPE": 2682,
76
+ "GPE->LANGUAGE": 8,
77
+ "GPE->LOC": 264,
78
+ "GPE->NORP": 3,
79
+ "GPE->ORG": 73,
80
+ "GPE->QUANTITY": 3,
81
+ "LOC->FAC": 4,
82
+ "LOC->GPE": 309,
83
+ "LOC->LOC": 53,
84
+ "LOC->NORP": 1,
85
+ "LOC->OCC": 1,
86
+ "LOC->ORG": 48,
87
+ "LOC->PERS": 1,
88
+ "LOC->QUANTITY": 1,
89
+ "NORP->GPE": 581,
90
+ "NORP->LOC": 39,
91
+ "NORP->NORP": 22,
92
+ "NORP->ORG": 52,
93
+ "OCC->GPE": 4,
94
+ "OCC->NORP": 1,
95
+ "OCC->ORG": 4,
96
+ "ORG->CARDINAL": 10,
97
+ "ORG->DATE": 35,
98
+ "ORG->EVENT": 1,
99
+ "ORG->FAC": 7,
100
+ "ORG->GPE": 5330,
101
+ "ORG->LANGUAGE": 2,
102
+ "ORG->LOC": 265,
103
+ "ORG->MONEY": 9,
104
+ "ORG->NORP": 49,
105
+ "ORG->OCC": 5,
106
+ "ORG->ORG": 1795,
107
+ "ORG->PRODUCT": 16,
108
+ "PERS->DATE": 30,
109
+ "PERS->EVENT": 2,
110
+ "PERS->FAC": 23,
111
+ "PERS->GPE": 1097,
112
+ "PERS->LOC": 29,
113
+ "PERS->NORP": 159,
114
+ "PERS->OCC": 1066,
115
+ "PERS->ORG": 931,
116
+ "PERS->PERS": 56,
117
+ "PERS->PRODUCT": 4
118
+ },
119
+ "allowed_option_count_distribution": {
120
+ "1": 48,
121
+ "2": 1470,
122
+ "3": 1248,
123
+ "4": 1477,
124
+ "5": 5979,
125
+ "6": 56,
126
+ "7": 2682,
127
+ "8": 1795,
128
+ "10": 931
129
+ },
130
+ "max_marked_sentence_chars": 2048,
131
+ "max_user_message_chars": 2172
132
+ },
133
+ "validation": {
134
+ "rows": 1687,
135
+ "unique_ids": 1687,
136
+ "positive_rows": 867,
137
+ "no_relation_rows": 820,
138
+ "windowed_rows": 177,
139
+ "relation_counts": {
140
+ "Administration.leader_of": 5,
141
+ "Administration.manager_of": 20,
142
+ "Administration.president_of": 28,
143
+ "Affiliation.employee_of": 9,
144
+ "Affiliation.member_of": 17,
145
+ "Affiliation.owner_of": 2,
146
+ "Business.has_competitor": 11,
147
+ "Business.has_conflict_with": 50,
148
+ "Business.has_partner_with": 29,
149
+ "Family.has_relative": 1,
150
+ "Family.has_sibling": 1,
151
+ "Family.has_spouse": 1,
152
+ "GPE.capital_of": 9,
153
+ "GPE.has_area": 1,
154
+ "GPE.has_currency": 1,
155
+ "GPE.has_population": 1,
156
+ "GPE.official_language": 1,
157
+ "Location.has_border_with": 9,
158
+ "Location.headquartered_in": 104,
159
+ "Location.lives_in": 50,
160
+ "Location.located_in": 212,
161
+ "Location.nearby": 20,
162
+ "Organization.branch_count": 1,
163
+ "Organization.employs": 1,
164
+ "Organization.found_on": 1,
165
+ "Organization.has_alternate_name": 27,
166
+ "Organization.has_revenue": 1,
167
+ "PartOf.geopolitical_division": 137,
168
+ "PartOf.subsidiary": 31,
169
+ "Personal.birth_date": 1,
170
+ "Personal.birth_place": 16,
171
+ "Personal.death_date": 2,
172
+ "Personal.has_occupation": 63,
173
+ "Productivity.builder_of": 1,
174
+ "Productivity.founder_of": 1,
175
+ "Productivity.inventor_of": 1,
176
+ "Productivity.manufacturer_of": 1,
177
+ "no_relation": 820
178
+ },
179
+ "type_pair_counts": {
180
+ "EVENT->GPE": 1,
181
+ "FAC->FAC": 1,
182
+ "FAC->GPE": 33,
183
+ "FAC->LOC": 4,
184
+ "FAC->ORG": 1,
185
+ "FAC->PERS": 2,
186
+ "GPE->CARDINAL": 1,
187
+ "GPE->CURR": 1,
188
+ "GPE->GPE": 179,
189
+ "GPE->LANGUAGE": 1,
190
+ "GPE->LOC": 22,
191
+ "GPE->ORG": 5,
192
+ "GPE->QUANTITY": 1,
193
+ "LOC->GPE": 19,
194
+ "LOC->LOC": 2,
195
+ "NORP->EVENT": 1,
196
+ "NORP->GPE": 35,
197
+ "NORP->LOC": 10,
198
+ "OCC->GPE": 1,
199
+ "ORG->CARDINAL": 2,
200
+ "ORG->DATE": 3,
201
+ "ORG->EVENT": 3,
202
+ "ORG->GPE": 414,
203
+ "ORG->LOC": 16,
204
+ "ORG->MONEY": 1,
205
+ "ORG->NORP": 29,
206
+ "ORG->ORG": 490,
207
+ "ORG->PRODUCT": 1,
208
+ "PERS->DATE": 3,
209
+ "PERS->FAC": 7,
210
+ "PERS->GPE": 57,
211
+ "PERS->LOC": 1,
212
+ "PERS->NORP": 21,
213
+ "PERS->OCC": 169,
214
+ "PERS->ORG": 144,
215
+ "PERS->PERS": 5,
216
+ "PERS->PRODUCT": 1
217
+ },
218
+ "allowed_option_count_distribution": {
219
+ "1": 8,
220
+ "2": 238,
221
+ "3": 79,
222
+ "4": 80,
223
+ "5": 464,
224
+ "6": 5,
225
+ "7": 179,
226
+ "8": 490,
227
+ "10": 144
228
+ },
229
+ "max_marked_sentence_chars": 992,
230
+ "max_user_message_chars": 1239
231
+ },
232
+ "official": {
233
+ "rows": 2074,
234
+ "unique_ids": 2074,
235
+ "positive_rows": 0,
236
+ "no_relation_rows": 0,
237
+ "windowed_rows": 297,
238
+ "relation_counts": {},
239
+ "type_pair_counts": {
240
+ "EVENT->GPE": 1,
241
+ "FAC->FAC": 1,
242
+ "FAC->GPE": 37,
243
+ "FAC->LOC": 4,
244
+ "FAC->ORG": 1,
245
+ "FAC->PERS": 2,
246
+ "GPE->CARDINAL": 1,
247
+ "GPE->CURR": 1,
248
+ "GPE->GPE": 190,
249
+ "GPE->LANGUAGE": 1,
250
+ "GPE->LOC": 22,
251
+ "GPE->ORG": 5,
252
+ "GPE->QUANTITY": 1,
253
+ "LOC->GPE": 21,
254
+ "LOC->LOC": 2,
255
+ "NORP->EVENT": 1,
256
+ "NORP->GPE": 35,
257
+ "NORP->LOC": 10,
258
+ "NORP->NORP": 1,
259
+ "OCC->GPE": 2,
260
+ "ORG->CARDINAL": 2,
261
+ "ORG->DATE": 3,
262
+ "ORG->EVENT": 3,
263
+ "ORG->GPE": 447,
264
+ "ORG->LOC": 17,
265
+ "ORG->MONEY": 1,
266
+ "ORG->NORP": 29,
267
+ "ORG->ORG": 690,
268
+ "ORG->PRODUCT": 2,
269
+ "PERS->DATE": 3,
270
+ "PERS->FAC": 7,
271
+ "PERS->GPE": 72,
272
+ "PERS->LOC": 1,
273
+ "PERS->NORP": 24,
274
+ "PERS->OCC": 172,
275
+ "PERS->ORG": 256,
276
+ "PERS->PERS": 5,
277
+ "PERS->PRODUCT": 1
278
+ },
279
+ "allowed_option_count_distribution": {
280
+ "1": 9,
281
+ "2": 245,
282
+ "3": 84,
283
+ "4": 96,
284
+ "5": 499,
285
+ "6": 5,
286
+ "7": 190,
287
+ "8": 690,
288
+ "10": 256
289
+ },
290
+ "max_marked_sentence_chars": 992,
291
+ "max_user_message_chars": 1239
292
+ }
293
+ },
294
+ "source_files": {
295
+ "train": {
296
+ "filename": "train.jsonl",
297
+ "sha256": "75a0da9bba82b615a71e0eee556d2d173396b4aeb33378e17480c045a3b5b50c"
298
+ },
299
+ "validation": {
300
+ "filename": "val.jsonl",
301
+ "sha256": "7b1bb3339d425642aab58548c3c5edb6b115ae9db6bcb8aeaba78106687effcb"
302
+ },
303
+ "official": {
304
+ "filename": "val_official_annotated_unlabeled.jsonl",
305
+ "sha256": "2fcb4a2ba2bd9b1880bb49d17d905e597d9f1da856f5bba64980ed821ef1a186"
306
+ }
307
+ },
308
+ "output_files": {
309
+ "train.jsonl": {
310
+ "sha256": "330308bde01f888ed5abe60fe525dc9d081435c5aae340fc1f1736ad7762af59",
311
+ "bytes": 112479488
312
+ },
313
+ "validation.jsonl": {
314
+ "sha256": "556a0245c0a79b6203c015cd3efea5d8282440db5f62a44b16129efa2f6a3406",
315
+ "bytes": 15494382
316
+ },
317
+ "official.jsonl": {
318
+ "sha256": "574e7250a8737980103ebc3ab3dbb42949dffc245c0e82a559dbb160f9d9ad89",
319
+ "bytes": 19814761
320
+ }
321
+ },
322
+ "validation_status": "passed"
323
+ }
official.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:574e7250a8737980103ebc3ab3dbb42949dffc245c0e82a559dbb160f9d9ad89
3
+ size 19814761
resources/entity_type_ar_mapper.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "PERS": "شخص",
3
+ "ORG": "منظمة",
4
+ "GPE": "كيان جيوسياسي",
5
+ "LOC": "موقع جغرافي",
6
+ "FAC": "منشأة",
7
+ "NORP": "قومية أو جماعة دينية أو سياسية",
8
+ "OCC": "مهنة أو منصب",
9
+ "EVENT": "حدث",
10
+ "PRODUCT": "منتج",
11
+ "LAW": "قانون",
12
+ "LANGUAGE": "لغة",
13
+ "WEBSITE": "موقع إلكتروني",
14
+ "DATE": "تاريخ",
15
+ "TIME": "وقت",
16
+ "CARDINAL": "عدد",
17
+ "ORDINAL": "عدد ترتيبي",
18
+ "MONEY": "مبلغ مالي",
19
+ "CURR": "عملة",
20
+ "PERCENT": "نسبة مئوية",
21
+ "QUANTITY": "كمية",
22
+ "UNIT": "وحدة قياس"
23
+ }
resources/relation_mapper.json ADDED
@@ -0,0 +1,289 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Administration.leader_of": {
3
+ "relation_base": "leader_of",
4
+ "relation_base_normalized": "leader_of",
5
+ "ontology_relation_found": true,
6
+ "ontology_id": "leader_of",
7
+ "canonical_id": "leader_of"
8
+ },
9
+ "Administration.manager_of": {
10
+ "relation_base": "manager_of",
11
+ "relation_base_normalized": "manager_of",
12
+ "ontology_relation_found": true,
13
+ "ontology_id": "manager_of",
14
+ "canonical_id": "manager_of"
15
+ },
16
+ "Administration.president_of": {
17
+ "relation_base": "president_of",
18
+ "relation_base_normalized": "president_of",
19
+ "ontology_relation_found": true,
20
+ "ontology_id": "president_of",
21
+ "canonical_id": "president_of"
22
+ },
23
+ "Affiliation.employee_of": {
24
+ "relation_base": "employee_of",
25
+ "relation_base_normalized": "employee_of",
26
+ "ontology_relation_found": true,
27
+ "ontology_id": "employee_of",
28
+ "canonical_id": "employee_of"
29
+ },
30
+ "Affiliation.member_of": {
31
+ "relation_base": "member_of",
32
+ "relation_base_normalized": "member_of",
33
+ "ontology_relation_found": true,
34
+ "ontology_id": "member_of",
35
+ "canonical_id": "member_of"
36
+ },
37
+ "Affiliation.owner_of": {
38
+ "relation_base": "owner_of",
39
+ "relation_base_normalized": "owner_of",
40
+ "ontology_relation_found": true,
41
+ "ontology_id": "owner_of",
42
+ "canonical_id": "owner_of"
43
+ },
44
+ "Affiliation.student_at": {
45
+ "relation_base": "student_at",
46
+ "relation_base_normalized": "student_at",
47
+ "ontology_relation_found": true,
48
+ "ontology_id": "student_at",
49
+ "canonical_id": "student_at"
50
+ },
51
+ "Business.has_competitor": {
52
+ "relation_base": "has_competitor",
53
+ "relation_base_normalized": "has_competitor",
54
+ "ontology_relation_found": true,
55
+ "ontology_id": "has_compititor",
56
+ "canonical_id": "has_competitor"
57
+ },
58
+ "Business.has_conflict_with": {
59
+ "relation_base": "has_conflict_with",
60
+ "relation_base_normalized": "has_conflict_with",
61
+ "ontology_relation_found": true,
62
+ "ontology_id": "has_conflict_with",
63
+ "canonical_id": "has_conflict_with"
64
+ },
65
+ "Business.has_partner_with": {
66
+ "relation_base": "has_partner_with",
67
+ "relation_base_normalized": "has_partner_with",
68
+ "ontology_relation_found": true,
69
+ "ontology_id": "has_partner_with",
70
+ "canonical_id": "partner_with"
71
+ },
72
+ "Family.has_parent": {
73
+ "relation_base": "has_parent",
74
+ "relation_base_normalized": "has_parent",
75
+ "ontology_relation_found": true,
76
+ "ontology_id": "has_parent",
77
+ "canonical_id": "has_parent"
78
+ },
79
+ "Family.has_relative": {
80
+ "relation_base": "has_relative",
81
+ "relation_base_normalized": "has_relative",
82
+ "ontology_relation_found": true,
83
+ "ontology_id": "has_relative",
84
+ "canonical_id": "has_relative"
85
+ },
86
+ "Family.has_sibling": {
87
+ "relation_base": "has_sibling",
88
+ "relation_base_normalized": "has_sibling",
89
+ "ontology_relation_found": true,
90
+ "ontology_id": "has_sibling",
91
+ "canonical_id": "has_sibling"
92
+ },
93
+ "Family.has_spouse": {
94
+ "relation_base": "has_spouse",
95
+ "relation_base_normalized": "has_spouse",
96
+ "ontology_relation_found": true,
97
+ "ontology_id": "has_spouse",
98
+ "canonical_id": "has_spouse"
99
+ },
100
+ "GPE.capital_of": {
101
+ "relation_base": "capital_of",
102
+ "relation_base_normalized": "capital_of",
103
+ "ontology_relation_found": true,
104
+ "ontology_id": "capital_of",
105
+ "canonical_id": "capital_of"
106
+ },
107
+ "GPE.has_area": {
108
+ "relation_base": "has_area",
109
+ "relation_base_normalized": "has_area",
110
+ "ontology_relation_found": true,
111
+ "ontology_id": "has_area",
112
+ "canonical_id": "has_area"
113
+ },
114
+ "GPE.has_currency": {
115
+ "relation_base": "has_currency",
116
+ "relation_base_normalized": "has_currency",
117
+ "ontology_relation_found": true,
118
+ "ontology_id": "has_currency",
119
+ "canonical_id": "has_currency"
120
+ },
121
+ "GPE.has_population": {
122
+ "relation_base": "has_population",
123
+ "relation_base_normalized": "has_population",
124
+ "ontology_relation_found": true,
125
+ "ontology_id": "has_population",
126
+ "canonical_id": "has_population"
127
+ },
128
+ "GPE.official_language": {
129
+ "relation_base": "official_language",
130
+ "relation_base_normalized": "official_language",
131
+ "ontology_relation_found": true,
132
+ "ontology_id": "official_language",
133
+ "canonical_id": "official_language"
134
+ },
135
+ "Location.has_border_with": {
136
+ "relation_base": "has_border_with",
137
+ "relation_base_normalized": "has_border_with",
138
+ "ontology_relation_found": true,
139
+ "ontology_id": "has_border_with",
140
+ "canonical_id": "has_border_with"
141
+ },
142
+ "Location.headquartered_in": {
143
+ "relation_base": "headquartered_in",
144
+ "relation_base_normalized": "headquartered_in",
145
+ "ontology_relation_found": true,
146
+ "ontology_id": "headquartered_in",
147
+ "canonical_id": "headquartered_in"
148
+ },
149
+ "Location.lives_in": {
150
+ "relation_base": "lives_in",
151
+ "relation_base_normalized": "lives_in",
152
+ "ontology_relation_found": true,
153
+ "ontology_id": "lives_in",
154
+ "canonical_id": "lives_in"
155
+ },
156
+ "Location.located_in": {
157
+ "relation_base": "located_in",
158
+ "relation_base_normalized": "located_in",
159
+ "ontology_relation_found": true,
160
+ "ontology_id": "located_in",
161
+ "canonical_id": "located_in"
162
+ },
163
+ "Location.nearby": {
164
+ "relation_base": "nearby",
165
+ "relation_base_normalized": "nearby",
166
+ "ontology_relation_found": true,
167
+ "ontology_id": "nearby",
168
+ "canonical_id": "nearby"
169
+ },
170
+ "Organization.branch_count": {
171
+ "relation_base": "branch_count",
172
+ "relation_base_normalized": "branch_count",
173
+ "ontology_relation_found": true,
174
+ "ontology_id": "branch_count",
175
+ "canonical_id": "number_of_branches"
176
+ },
177
+ "Organization.employs": {
178
+ "relation_base": "employs",
179
+ "relation_base_normalized": "employs",
180
+ "ontology_relation_found": true,
181
+ "ontology_id": "employs",
182
+ "canonical_id": "number_of_employees"
183
+ },
184
+ "Organization.found_on": {
185
+ "relation_base": "found_on",
186
+ "relation_base_normalized": "found_on",
187
+ "ontology_relation_found": true,
188
+ "ontology_id": "found_on",
189
+ "canonical_id": "founding_date"
190
+ },
191
+ "Organization.has_alternate_name": {
192
+ "relation_base": "has_alternate_name",
193
+ "relation_base_normalized": "has_alternate_name",
194
+ "ontology_relation_found": true,
195
+ "ontology_id": "has_alternate_name",
196
+ "canonical_id": "has_alternate_name"
197
+ },
198
+ "Organization.has_propoerty": {
199
+ "relation_base": "has_propoerty",
200
+ "relation_base_normalized": "has_property",
201
+ "ontology_relation_found": true,
202
+ "ontology_id": "has_property",
203
+ "canonical_id": "has_property"
204
+ },
205
+ "Organization.has_revenue": {
206
+ "relation_base": "has_revenue",
207
+ "relation_base_normalized": "has_revenue",
208
+ "ontology_relation_found": true,
209
+ "ontology_id": "has_revenue",
210
+ "canonical_id": "has_revenue"
211
+ },
212
+ "PartOf.geopolitical_division": {
213
+ "relation_base": "geopolitical_division",
214
+ "relation_base_normalized": "geopolitical_division",
215
+ "ontology_relation_found": true,
216
+ "ontology_id": "geopolitical_division",
217
+ "canonical_id": "geopolitical_division"
218
+ },
219
+ "PartOf.subsidiary": {
220
+ "relation_base": "subsidiary",
221
+ "relation_base_normalized": "subsidiary",
222
+ "ontology_relation_found": true,
223
+ "ontology_id": "subsidary",
224
+ "canonical_id": "subsidiary"
225
+ },
226
+ "Personal.birth_date": {
227
+ "relation_base": "birth_date",
228
+ "relation_base_normalized": "birth_date",
229
+ "ontology_relation_found": true,
230
+ "ontology_id": "birth_date",
231
+ "canonical_id": "birth_date"
232
+ },
233
+ "Personal.birth_place": {
234
+ "relation_base": "birth_place",
235
+ "relation_base_normalized": "birth_place",
236
+ "ontology_relation_found": true,
237
+ "ontology_id": "birth_place",
238
+ "canonical_id": "birth_place"
239
+ },
240
+ "Personal.death_date": {
241
+ "relation_base": "death_date",
242
+ "relation_base_normalized": "death_date",
243
+ "ontology_relation_found": true,
244
+ "ontology_id": "death_date",
245
+ "canonical_id": "death_date"
246
+ },
247
+ "Personal.has_occupation": {
248
+ "relation_base": "has_occupation",
249
+ "relation_base_normalized": "has_occupation",
250
+ "ontology_relation_found": true,
251
+ "ontology_id": "has_occupation",
252
+ "canonical_id": "has_occupation"
253
+ },
254
+ "Productivity.builder_of": {
255
+ "relation_base": "builder_of",
256
+ "relation_base_normalized": "builder_of",
257
+ "ontology_relation_found": true,
258
+ "ontology_id": "builder_of",
259
+ "canonical_id": "builder_of"
260
+ },
261
+ "Productivity.founder_of": {
262
+ "relation_base": "founder_of",
263
+ "relation_base_normalized": "founder_of",
264
+ "ontology_relation_found": true,
265
+ "ontology_id": "founder_of",
266
+ "canonical_id": "founder_of"
267
+ },
268
+ "Productivity.inventor_of": {
269
+ "relation_base": "inventor_of",
270
+ "relation_base_normalized": "inventor_of",
271
+ "ontology_relation_found": true,
272
+ "ontology_id": "inventor_of",
273
+ "canonical_id": "inventor_of"
274
+ },
275
+ "Productivity.manufacturer_of": {
276
+ "relation_base": "manufacturer_of",
277
+ "relation_base_normalized": "manufacturer_of",
278
+ "ontology_relation_found": true,
279
+ "ontology_id": "manufacturer_of",
280
+ "canonical_id": "manufacturer_of"
281
+ },
282
+ "no_relation": {
283
+ "relation_base": "no_relation",
284
+ "relation_base_normalized": "no_relation",
285
+ "ontology_relation_found": false,
286
+ "ontology_id": null,
287
+ "canonical_id": null
288
+ }
289
+ }
resources/relation_template_ar_mapper.json ADDED
@@ -0,0 +1,692 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "birth_date": {
3
+ "ontology_id": "birth_date",
4
+ "normalized_id": "birth_date",
5
+ "full_label": "Personal.birth_date",
6
+ "template_ar_source": "{entity_1} وُلِد في تاريخ {entity_2}",
7
+ "answer_ar": "الأول وُلِد في تاريخ الثاني",
8
+ "domain": [
9
+ "PERS"
10
+ ],
11
+ "range": [
12
+ "DATE"
13
+ ],
14
+ "symmetric": false,
15
+ "direction_note": "entity_1 is a person; entity_2 is the person's birth date.",
16
+ "typo": null
17
+ },
18
+ "birth_place": {
19
+ "ontology_id": "birth_place",
20
+ "normalized_id": "birth_place",
21
+ "full_label": "Personal.birth_place",
22
+ "template_ar_source": "{entity_1} وُلِد في/مكان الولادة {entity_2}",
23
+ "answer_ar": "الأول وُلِد في/مكان الولادة الثاني",
24
+ "domain": [
25
+ "PERS"
26
+ ],
27
+ "range": [
28
+ "GPE",
29
+ "LOC"
30
+ ],
31
+ "symmetric": false,
32
+ "direction_note": "entity_1 is a person; entity_2 is the person's birth place.",
33
+ "typo": null
34
+ },
35
+ "branch_count": {
36
+ "ontology_id": "branch_count",
37
+ "normalized_id": "number_of_branches",
38
+ "full_label": "Organization.branch_count",
39
+ "template_ar_source": "{entity_1} يضم عدد فروع قدره {entity_2}",
40
+ "answer_ar": "الأول يضم عدد فروع قدره الثاني",
41
+ "domain": [
42
+ "ORG"
43
+ ],
44
+ "range": [
45
+ "CARDINAL"
46
+ ],
47
+ "symmetric": false,
48
+ "direction_note": "entity_1 is an organization; entity_2 is its number of branches.",
49
+ "typo": null
50
+ },
51
+ "builder_of": {
52
+ "ontology_id": "builder_of",
53
+ "normalized_id": "builder_of",
54
+ "full_label": "Productivity.builder_of",
55
+ "template_ar_source": "{entity_1} بنى {entity_2}",
56
+ "answer_ar": "الأول بنى الثاني",
57
+ "domain": [
58
+ "PERS",
59
+ "NORP"
60
+ ],
61
+ "range": [
62
+ "FAC"
63
+ ],
64
+ "symmetric": false,
65
+ "direction_note": "entity_1 is the person or group that built entity_2.",
66
+ "typo": null
67
+ },
68
+ "capital_of": {
69
+ "ontology_id": "capital_of",
70
+ "normalized_id": "capital_of",
71
+ "full_label": "GPE.capital_of",
72
+ "template_ar_source": "{entity_1} هي عاصمة {entity_2}",
73
+ "answer_ar": "الأول هي عاصمة الثاني",
74
+ "domain": [
75
+ "GPE"
76
+ ],
77
+ "range": [
78
+ "GPE"
79
+ ],
80
+ "symmetric": false,
81
+ "direction_note": "entity_1 is the capital city/place of entity_2.",
82
+ "typo": null
83
+ },
84
+ "death_date": {
85
+ "ontology_id": "death_date",
86
+ "normalized_id": "death_date",
87
+ "full_label": "Personal.death_date",
88
+ "template_ar_source": "{entity_1} توفي في تاريخ {entity_2}",
89
+ "answer_ar": "الأول توفي في تاريخ الثاني",
90
+ "domain": [
91
+ "PERS"
92
+ ],
93
+ "range": [
94
+ "DATE"
95
+ ],
96
+ "symmetric": false,
97
+ "direction_note": "entity_1 is a person; entity_2 is the person's death date.",
98
+ "typo": null
99
+ },
100
+ "employee_of": {
101
+ "ontology_id": "employee_of",
102
+ "normalized_id": "employee_of",
103
+ "full_label": "Affiliation.employee_of",
104
+ "template_ar_source": "{entity_1} يعمل لدى {entity_2}",
105
+ "answer_ar": "الأول يعمل لدى الثاني",
106
+ "domain": [
107
+ "PERS"
108
+ ],
109
+ "range": [
110
+ "ORG",
111
+ "FAC"
112
+ ],
113
+ "symmetric": false,
114
+ "direction_note": "entity_1 is a person who works for entity_2.",
115
+ "typo": null
116
+ },
117
+ "employs": {
118
+ "ontology_id": "employs",
119
+ "normalized_id": "number_of_employees",
120
+ "full_label": "Organization.employs",
121
+ "template_ar_source": "{entity_1} عدد مظفيه {entity_2}",
122
+ "answer_ar": "الأول عدد مظفيه الثاني",
123
+ "domain": [
124
+ "ORG"
125
+ ],
126
+ "range": [
127
+ "CARDINAL"
128
+ ],
129
+ "symmetric": false,
130
+ "direction_note": "Despite the English id, the Arabic template means entity_1 has entity_2 as its employee count.",
131
+ "typo": {
132
+ "suggested_id": null,
133
+ "note": "Arabic template appears to mean employee count rather than a person/organization employs relation."
134
+ }
135
+ },
136
+ "found_on": {
137
+ "ontology_id": "found_on",
138
+ "normalized_id": "founding_date",
139
+ "full_label": "Organization.found_on",
140
+ "template_ar_source": "{entity_1} تم تأسيسها بتاريخ {entity_2}",
141
+ "answer_ar": "الأول تم تأسيسها بتاريخ الثاني",
142
+ "domain": [
143
+ "ORG"
144
+ ],
145
+ "range": [
146
+ "DATE",
147
+ "TIME"
148
+ ],
149
+ "symmetric": false,
150
+ "direction_note": "entity_1 is an organization; entity_2 is its founding date/time.",
151
+ "typo": null
152
+ },
153
+ "founder_of": {
154
+ "ontology_id": "founder_of",
155
+ "normalized_id": "founder_of",
156
+ "full_label": "Productivity.founder_of",
157
+ "template_ar_source": "{entity_1} هو مؤسس {entity_2}",
158
+ "answer_ar": "الأول هو مؤسس الثاني",
159
+ "domain": [
160
+ "PERS"
161
+ ],
162
+ "range": [
163
+ "ORG"
164
+ ],
165
+ "symmetric": false,
166
+ "direction_note": "entity_1 is a person who founded entity_2.",
167
+ "typo": null
168
+ },
169
+ "geopolitical_division": {
170
+ "ontology_id": "geopolitical_division",
171
+ "normalized_id": "geopolitical_division",
172
+ "full_label": "PartOf.geopolitical_division",
173
+ "template_ar_source": "{entity_1} هو تقسيم جغرافي لـ {entity_2}",
174
+ "answer_ar": "الأول هو تقسيم جغرافي لـ الثاني",
175
+ "domain": [
176
+ "GPE",
177
+ "LOC"
178
+ ],
179
+ "range": [
180
+ "GPE",
181
+ "LOC"
182
+ ],
183
+ "symmetric": false,
184
+ "direction_note": "entity_1 is a geopolitical/geographic division or subdivision of entity_2.",
185
+ "typo": null
186
+ },
187
+ "has_alternate_name": {
188
+ "ontology_id": "has_alternate_name",
189
+ "normalized_id": "has_alternate_name",
190
+ "full_label": "Organization.has_alternate_name",
191
+ "template_ar_source": "{entity_1} يُعرف أيضاً باسم {entity_2}",
192
+ "answer_ar": "الأول يُعرف أيضاً باسم الثاني",
193
+ "domain": [
194
+ "ORG",
195
+ "FAC"
196
+ ],
197
+ "range": [
198
+ "ORG",
199
+ "FAC"
200
+ ],
201
+ "symmetric": true,
202
+ "direction_note": "Symmetric alias/equivalence-style relation: entity_1 is also known as entity_2.",
203
+ "typo": null
204
+ },
205
+ "has_area": {
206
+ "ontology_id": "has_area",
207
+ "normalized_id": "has_area",
208
+ "full_label": "GPE.has_area",
209
+ "template_ar_source": "{entity_1} تبلغ مساحتها {entity_2}",
210
+ "answer_ar": "الأول تبلغ مساحتها الثاني",
211
+ "domain": [
212
+ "GPE",
213
+ "LOC"
214
+ ],
215
+ "range": [
216
+ "QUANTITY"
217
+ ],
218
+ "symmetric": false,
219
+ "direction_note": "entity_1 is a place/region; entity_2 is its area measurement.",
220
+ "typo": null
221
+ },
222
+ "has_border_with": {
223
+ "ontology_id": "has_border_with",
224
+ "normalized_id": "has_border_with",
225
+ "full_label": "Location.has_border_with",
226
+ "template_ar_source": "{entity_1} لديه حدود مع {entity_2}",
227
+ "answer_ar": "الأول لديه حدود مع الثاني",
228
+ "domain": [
229
+ "LOC",
230
+ "GPE"
231
+ ],
232
+ "range": [
233
+ "LOC",
234
+ "GPE"
235
+ ],
236
+ "symmetric": true,
237
+ "direction_note": "Symmetric relation: entity_1 shares a border with entity_2.",
238
+ "typo": null
239
+ },
240
+ "has_compititor": {
241
+ "ontology_id": "has_compititor",
242
+ "normalized_id": "has_competitor",
243
+ "full_label": "Business.has_competitor",
244
+ "template_ar_source": "{entity_1} منافس لـ {entity_2}",
245
+ "answer_ar": "الأول منافس لـ الثاني",
246
+ "domain": [
247
+ "PERS",
248
+ "ORG"
249
+ ],
250
+ "range": [
251
+ "PERS",
252
+ "ORG"
253
+ ],
254
+ "symmetric": true,
255
+ "direction_note": "Symmetric relation: entity_1 competes with entity_2.",
256
+ "typo": {
257
+ "suggested_id": "has_competitor",
258
+ "note": "Relation id appears misspelled in SinaTools; kept unchanged here."
259
+ }
260
+ },
261
+ "has_conflict_with": {
262
+ "ontology_id": "has_conflict_with",
263
+ "normalized_id": "has_conflict_with",
264
+ "full_label": "Business.has_conflict_with",
265
+ "template_ar_source": "{entity_1} لديه نزاع مع {entity_2}",
266
+ "answer_ar": "الأول لديه نزاع مع الثاني",
267
+ "domain": [
268
+ "ORG",
269
+ "NORP",
270
+ "GPE"
271
+ ],
272
+ "range": [
273
+ "ORG",
274
+ "NORP",
275
+ "GPE"
276
+ ],
277
+ "symmetric": true,
278
+ "direction_note": "Symmetric relation: entity_1 is in conflict with entity_2.",
279
+ "typo": null
280
+ },
281
+ "has_currency": {
282
+ "ontology_id": "has_currency",
283
+ "normalized_id": "has_currency",
284
+ "full_label": "GPE.has_currency",
285
+ "template_ar_source": "{entity_1} عملتها هي {entity_2}",
286
+ "answer_ar": "الأول عملتها هي الثاني",
287
+ "domain": [
288
+ "GPE",
289
+ "LOC"
290
+ ],
291
+ "range": [
292
+ "CURR"
293
+ ],
294
+ "symmetric": false,
295
+ "direction_note": "entity_1 is a place/region; entity_2 is its currency.",
296
+ "typo": null
297
+ },
298
+ "has_occupation": {
299
+ "ontology_id": "has_occupation",
300
+ "normalized_id": "has_occupation",
301
+ "full_label": "Personal.has_occupation",
302
+ "template_ar_source": "{entity_1} يعمل كـ/مهنته {entity_2}",
303
+ "answer_ar": "الأول يعمل كـ/مهنته الثاني",
304
+ "domain": [
305
+ "PERS"
306
+ ],
307
+ "range": [
308
+ "OCC"
309
+ ],
310
+ "symmetric": false,
311
+ "direction_note": "entity_1 is a person; entity_2 is the person's occupation or role.",
312
+ "typo": null
313
+ },
314
+ "has_parent": {
315
+ "ontology_id": "has_parent",
316
+ "normalized_id": "has_parent",
317
+ "full_label": "Family.has_parent",
318
+ "template_ar_source": "{entity_1} هو والد أو والدة {entity_2}",
319
+ "answer_ar": "الأول هو والد أو والدة الثاني",
320
+ "domain": [
321
+ "PERS"
322
+ ],
323
+ "range": [
324
+ "PERS"
325
+ ],
326
+ "symmetric": false,
327
+ "direction_note": "The Arabic template says entity_1 is the parent of entity_2; the English id may read as the opposite direction.",
328
+ "typo": null
329
+ },
330
+ "has_partner_with": {
331
+ "ontology_id": "has_partner_with",
332
+ "normalized_id": "partner_with",
333
+ "full_label": "Business.has_partner_with",
334
+ "template_ar_source": "{entity_1} شريك لـ {entity_2}",
335
+ "answer_ar": "الأول شريك لـ الثاني",
336
+ "domain": [
337
+ "ORG"
338
+ ],
339
+ "range": [
340
+ "ORG"
341
+ ],
342
+ "symmetric": true,
343
+ "direction_note": "Symmetric relation: entity_1 is a partner of entity_2.",
344
+ "typo": null
345
+ },
346
+ "has_population": {
347
+ "ontology_id": "has_population",
348
+ "normalized_id": "has_population",
349
+ "full_label": "GPE.has_population",
350
+ "template_ar_source": "{entity_1} يبلغ عدد سكانها {entity_2}",
351
+ "answer_ar": "الأول يبلغ عدد سكانها الثاني",
352
+ "domain": [
353
+ "GPE"
354
+ ],
355
+ "range": [
356
+ "CARDINAL"
357
+ ],
358
+ "symmetric": false,
359
+ "direction_note": "entity_1 is a geopolitical place; entity_2 is its population count.",
360
+ "typo": null
361
+ },
362
+ "has_property": {
363
+ "ontology_id": "has_property",
364
+ "normalized_id": "has_property",
365
+ "full_label": "Organization.has_propoerty",
366
+ "template_ar_source": "{entity_1} لديه ممتكات {entity_2}",
367
+ "answer_ar": "الأول لديه ممتكات الثاني",
368
+ "domain": [
369
+ "ORG"
370
+ ],
371
+ "range": [
372
+ "PRODUCT"
373
+ ],
374
+ "symmetric": false,
375
+ "direction_note": "entity_1 is an organization; entity_2 is a product/property it owns or has.",
376
+ "typo": {
377
+ "suggested_id": null,
378
+ "note": "Arabic template appears to contain a spelling issue in ممتكات."
379
+ }
380
+ },
381
+ "has_relative": {
382
+ "ontology_id": "has_relative",
383
+ "normalized_id": "has_relative",
384
+ "full_label": "Family.has_relative",
385
+ "template_ar_source": "{entity_1} هو قريب {entity_2}",
386
+ "answer_ar": "الأول هو قريب الثاني",
387
+ "domain": [
388
+ "PERS"
389
+ ],
390
+ "range": [
391
+ "PERS"
392
+ ],
393
+ "symmetric": true,
394
+ "direction_note": "Symmetric relation: entity_1 is a relative of entity_2.",
395
+ "typo": null
396
+ },
397
+ "has_revenue": {
398
+ "ontology_id": "has_revenue",
399
+ "normalized_id": "has_revenue",
400
+ "full_label": "Organization.has_revenue",
401
+ "template_ar_source": "{entity_1} يحقق إيرادات قدرها {entity_2}",
402
+ "answer_ar": "الأول يحقق إيرادات قدرها الثاني",
403
+ "domain": [
404
+ "ORG"
405
+ ],
406
+ "range": [
407
+ "MONEY"
408
+ ],
409
+ "symmetric": false,
410
+ "direction_note": "entity_1 is an organization; entity_2 is its revenue amount.",
411
+ "typo": null
412
+ },
413
+ "has_sibling": {
414
+ "ontology_id": "has_sibling",
415
+ "normalized_id": "has_sibling",
416
+ "full_label": "Family.has_sibling",
417
+ "template_ar_source": "{entity_1} هو أخ أو أخت {entity_2}",
418
+ "answer_ar": "الأول هو أخ أو أخت الثاني",
419
+ "domain": [
420
+ "PERS"
421
+ ],
422
+ "range": [
423
+ "PERS"
424
+ ],
425
+ "symmetric": true,
426
+ "direction_note": "Symmetric relation: entity_1 is a sibling of entity_2.",
427
+ "typo": null
428
+ },
429
+ "has_spouse": {
430
+ "ontology_id": "has_spouse",
431
+ "normalized_id": "has_spouse",
432
+ "full_label": "Family.has_spouse",
433
+ "template_ar_source": "{entity_1} هو زوج أو زوجة {entity_2}",
434
+ "answer_ar": "الأول هو زوج أو زوجة الثاني",
435
+ "domain": [
436
+ "PERS"
437
+ ],
438
+ "range": [
439
+ "PERS"
440
+ ],
441
+ "symmetric": true,
442
+ "direction_note": "Symmetric relation: entity_1 is a spouse of entity_2.",
443
+ "typo": null
444
+ },
445
+ "headquartered_in": {
446
+ "ontology_id": "headquartered_in",
447
+ "normalized_id": "headquartered_in",
448
+ "full_label": "Location.headquartered_in",
449
+ "template_ar_source": "{entity_1} يقع مقره الرئيسي في {entity_2}",
450
+ "answer_ar": "الأول يقع مقره الرئيسي في الثاني",
451
+ "domain": [
452
+ "ORG"
453
+ ],
454
+ "range": [
455
+ "GPE",
456
+ "LOC"
457
+ ],
458
+ "symmetric": false,
459
+ "direction_note": "entity_1 is an organization; entity_2 is its headquarters location.",
460
+ "typo": null
461
+ },
462
+ "inventor_of": {
463
+ "ontology_id": "inventor_of",
464
+ "normalized_id": "inventor_of",
465
+ "full_label": "Productivity.inventor_of",
466
+ "template_ar_source": "{entity_1} مخترع {entity_2}",
467
+ "answer_ar": "الأول مخترع الثاني",
468
+ "domain": [
469
+ "PERS"
470
+ ],
471
+ "range": [
472
+ "PRODUCT"
473
+ ],
474
+ "symmetric": false,
475
+ "direction_note": "entity_1 is a person who invented entity_2.",
476
+ "typo": null
477
+ },
478
+ "leader_of": {
479
+ "ontology_id": "leader_of",
480
+ "normalized_id": "leader_of",
481
+ "full_label": "Administration.leader_of",
482
+ "template_ar_source": "{entity_1} هو قائد {entity_2}",
483
+ "answer_ar": "الأول هو قائد الثاني",
484
+ "domain": [
485
+ "PERS"
486
+ ],
487
+ "range": [
488
+ "ORG"
489
+ ],
490
+ "symmetric": false,
491
+ "direction_note": "entity_1 is a person who leads entity_2.",
492
+ "typo": null
493
+ },
494
+ "lives_in": {
495
+ "ontology_id": "lives_in",
496
+ "normalized_id": "lives_in",
497
+ "full_label": "Location.lives_in",
498
+ "template_ar_source": "{entity_1} يعيش في {entity_2}",
499
+ "answer_ar": "الأول يعيش في الثاني",
500
+ "domain": [
501
+ "PERS",
502
+ "NORP"
503
+ ],
504
+ "range": [
505
+ "GPE",
506
+ "LOC"
507
+ ],
508
+ "symmetric": false,
509
+ "direction_note": "entity_1 is a person or group; entity_2 is where they live.",
510
+ "typo": null
511
+ },
512
+ "located_in": {
513
+ "ontology_id": "located_in",
514
+ "normalized_id": "located_in",
515
+ "full_label": "Location.located_in",
516
+ "template_ar_source": "{entity_1} يقع في {entity_2}",
517
+ "answer_ar": "الأول يقع في الثاني",
518
+ "domain": [
519
+ "GPE",
520
+ "LOC",
521
+ "FAC",
522
+ "ORG"
523
+ ],
524
+ "range": [
525
+ "GPE",
526
+ "LOC",
527
+ "FAC",
528
+ "ORG"
529
+ ],
530
+ "symmetric": false,
531
+ "direction_note": "entity_1 is a facility or organization; entity_2 is its location.",
532
+ "typo": null
533
+ },
534
+ "manager_of": {
535
+ "ontology_id": "manager_of",
536
+ "normalized_id": "manager_of",
537
+ "full_label": "Administration.manager_of",
538
+ "template_ar_source": "{entity_1} هو مدير {entity_2}",
539
+ "answer_ar": "الأول هو مدير الثاني",
540
+ "domain": [
541
+ "PERS"
542
+ ],
543
+ "range": [
544
+ "ORG",
545
+ "FAC"
546
+ ],
547
+ "symmetric": false,
548
+ "direction_note": "entity_1 is a person who manages entity_2.",
549
+ "typo": null
550
+ },
551
+ "manufacturer_of": {
552
+ "ontology_id": "manufacturer_of",
553
+ "normalized_id": "manufacturer_of",
554
+ "full_label": "Productivity.manufacturer_of",
555
+ "template_ar_source": "{entity_1} يصنّع {entity_2}",
556
+ "answer_ar": "الأول يصنّع الثاني",
557
+ "domain": [
558
+ "ORG"
559
+ ],
560
+ "range": [
561
+ "PRODUCT"
562
+ ],
563
+ "symmetric": false,
564
+ "direction_note": "entity_1 is an organization that manufactures entity_2.",
565
+ "typo": null
566
+ },
567
+ "member_of": {
568
+ "ontology_id": "member_of",
569
+ "normalized_id": "member_of",
570
+ "full_label": "Affiliation.member_of",
571
+ "template_ar_source": "{entity_1} عضو في {entity_2}",
572
+ "answer_ar": "الأول عضو في الثاني",
573
+ "domain": [
574
+ "PERS"
575
+ ],
576
+ "range": [
577
+ "ORG",
578
+ "NORP"
579
+ ],
580
+ "symmetric": false,
581
+ "direction_note": "entity_1 is a person who belongs to entity_2.",
582
+ "typo": null
583
+ },
584
+ "nearby": {
585
+ "ontology_id": "nearby",
586
+ "normalized_id": "nearby",
587
+ "full_label": "Location.nearby",
588
+ "template_ar_source": "{entity_1} يقع بالقرب من {entity_2}",
589
+ "answer_ar": "الأول يقع بالقرب من الثاني",
590
+ "domain": [
591
+ "GPE",
592
+ "LOC",
593
+ "ORG",
594
+ "FAC"
595
+ ],
596
+ "range": [
597
+ "GPE",
598
+ "LOC",
599
+ "ORG",
600
+ "FAC"
601
+ ],
602
+ "symmetric": true,
603
+ "direction_note": "Symmetric relation: entity_1 is near entity_2.",
604
+ "typo": null
605
+ },
606
+ "official_language": {
607
+ "ontology_id": "official_language",
608
+ "normalized_id": "official_language",
609
+ "full_label": "GPE.official_language",
610
+ "template_ar_source": "{entity_1} لغتها الرسمية {entity_2}",
611
+ "answer_ar": "الأول لغتها الرسمية الثاني",
612
+ "domain": [
613
+ "GPE",
614
+ "LOC"
615
+ ],
616
+ "range": [
617
+ "LANGUAGE"
618
+ ],
619
+ "symmetric": false,
620
+ "direction_note": "entity_1 is a place/region; entity_2 is its official language.",
621
+ "typo": null
622
+ },
623
+ "owner_of": {
624
+ "ontology_id": "owner_of",
625
+ "normalized_id": "owner_of",
626
+ "full_label": "Affiliation.owner_of",
627
+ "template_ar_source": "{entity_1} يمتلك {entity_2}",
628
+ "answer_ar": "الأول يمتلك الثاني",
629
+ "domain": [
630
+ "PERS"
631
+ ],
632
+ "range": [
633
+ "ORG",
634
+ "FAC"
635
+ ],
636
+ "symmetric": false,
637
+ "direction_note": "entity_1 is a person who owns entity_2.",
638
+ "typo": null
639
+ },
640
+ "president_of": {
641
+ "ontology_id": "president_of",
642
+ "normalized_id": "president_of",
643
+ "full_label": "Administration.president_of",
644
+ "template_ar_source": "{entity_1} هو رئيس/يتولى أعلى منصب في {entity_2}",
645
+ "answer_ar": "الأول هو رئيس/يتولى أعلى منصب في الثاني",
646
+ "domain": [
647
+ "PERS"
648
+ ],
649
+ "range": [
650
+ "ORG",
651
+ "GPE"
652
+ ],
653
+ "symmetric": false,
654
+ "direction_note": "entity_1 is a person who is president or highest office holder of entity_2.",
655
+ "typo": null
656
+ },
657
+ "student_at": {
658
+ "ontology_id": "student_at",
659
+ "normalized_id": "student_at",
660
+ "full_label": "Affiliation.student_at",
661
+ "template_ar_source": "{entity_1} طالب في/تلقى تعليمه في {entity_2}",
662
+ "answer_ar": "الأول طالب في/تلقى تعليمه في الثاني",
663
+ "domain": [
664
+ "PERS"
665
+ ],
666
+ "range": [
667
+ "ORG"
668
+ ],
669
+ "symmetric": false,
670
+ "direction_note": "entity_1 is a person who studies or studied at entity_2.",
671
+ "typo": null
672
+ },
673
+ "subsidary": {
674
+ "ontology_id": "subsidary",
675
+ "normalized_id": "subsidiary",
676
+ "full_label": "PartOf.subsidiary",
677
+ "template_ar_source": "{entity_1} فرع تابع لـ {entity_2}",
678
+ "answer_ar": "الأول فرع تابع لـ الثاني",
679
+ "domain": [
680
+ "ORG"
681
+ ],
682
+ "range": [
683
+ "ORG"
684
+ ],
685
+ "symmetric": false,
686
+ "direction_note": "entity_1 is a subsidiary/branch of entity_2.",
687
+ "typo": {
688
+ "suggested_id": "subsidiary",
689
+ "note": "Relation id appears misspelled in SinaTools; kept unchanged here."
690
+ }
691
+ }
692
+ }
resources/relation_template_ar_reverse_mapper.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "الأول وُلِد في تاريخ الثاني": {
3
+ "ontology_id": "birth_date",
4
+ "full_label": "Personal.birth_date"
5
+ },
6
+ "الأول وُلِد في/مكان الولادة الثاني": {
7
+ "ontology_id": "birth_place",
8
+ "full_label": "Personal.birth_place"
9
+ },
10
+ "الأول يضم عدد فروع قدره الثاني": {
11
+ "ontology_id": "branch_count",
12
+ "full_label": "Organization.branch_count"
13
+ },
14
+ "الأول بنى الثاني": {
15
+ "ontology_id": "builder_of",
16
+ "full_label": "Productivity.builder_of"
17
+ },
18
+ "الأول هي عاصمة الثاني": {
19
+ "ontology_id": "capital_of",
20
+ "full_label": "GPE.capital_of"
21
+ },
22
+ "الأول توفي في تاريخ الثاني": {
23
+ "ontology_id": "death_date",
24
+ "full_label": "Personal.death_date"
25
+ },
26
+ "الأول يعمل لدى الثاني": {
27
+ "ontology_id": "employee_of",
28
+ "full_label": "Affiliation.employee_of"
29
+ },
30
+ "الأول عدد مظفيه الثاني": {
31
+ "ontology_id": "employs",
32
+ "full_label": "Organization.employs"
33
+ },
34
+ "الأول تم تأسيسها بتاريخ الثاني": {
35
+ "ontology_id": "found_on",
36
+ "full_label": "Organization.found_on"
37
+ },
38
+ "الأول هو مؤسس الثاني": {
39
+ "ontology_id": "founder_of",
40
+ "full_label": "Productivity.founder_of"
41
+ },
42
+ "الأول هو تقسيم جغرافي لـ الثاني": {
43
+ "ontology_id": "geopolitical_division",
44
+ "full_label": "PartOf.geopolitical_division"
45
+ },
46
+ "الأول يُعرف أيضاً باسم الثاني": {
47
+ "ontology_id": "has_alternate_name",
48
+ "full_label": "Organization.has_alternate_name"
49
+ },
50
+ "الأول تبلغ مساحتها الثاني": {
51
+ "ontology_id": "has_area",
52
+ "full_label": "GPE.has_area"
53
+ },
54
+ "الأول لديه حدود مع الثاني": {
55
+ "ontology_id": "has_border_with",
56
+ "full_label": "Location.has_border_with"
57
+ },
58
+ "الأول منافس لـ الثاني": {
59
+ "ontology_id": "has_compititor",
60
+ "full_label": "Business.has_competitor"
61
+ },
62
+ "الأول لديه نزاع مع الثاني": {
63
+ "ontology_id": "has_conflict_with",
64
+ "full_label": "Business.has_conflict_with"
65
+ },
66
+ "الأول عملتها هي الثاني": {
67
+ "ontology_id": "has_currency",
68
+ "full_label": "GPE.has_currency"
69
+ },
70
+ "الأول يعمل كـ/مهنته الثاني": {
71
+ "ontology_id": "has_occupation",
72
+ "full_label": "Personal.has_occupation"
73
+ },
74
+ "الأول هو والد أو والدة الثاني": {
75
+ "ontology_id": "has_parent",
76
+ "full_label": "Family.has_parent"
77
+ },
78
+ "الأول شريك لـ الثاني": {
79
+ "ontology_id": "has_partner_with",
80
+ "full_label": "Business.has_partner_with"
81
+ },
82
+ "الأول يبلغ عدد سكانها الثاني": {
83
+ "ontology_id": "has_population",
84
+ "full_label": "GPE.has_population"
85
+ },
86
+ "الأول لديه ممتكات الثاني": {
87
+ "ontology_id": "has_property",
88
+ "full_label": "Organization.has_propoerty"
89
+ },
90
+ "الأول هو قريب الثاني": {
91
+ "ontology_id": "has_relative",
92
+ "full_label": "Family.has_relative"
93
+ },
94
+ "الأول يحقق إيرادات قدرها الثاني": {
95
+ "ontology_id": "has_revenue",
96
+ "full_label": "Organization.has_revenue"
97
+ },
98
+ "الأول هو أخ أو أخت الثاني": {
99
+ "ontology_id": "has_sibling",
100
+ "full_label": "Family.has_sibling"
101
+ },
102
+ "الأول هو زوج أو زوجة الثاني": {
103
+ "ontology_id": "has_spouse",
104
+ "full_label": "Family.has_spouse"
105
+ },
106
+ "الأول يقع مقره الرئيسي في الثاني": {
107
+ "ontology_id": "headquartered_in",
108
+ "full_label": "Location.headquartered_in"
109
+ },
110
+ "الأول مخترع الثاني": {
111
+ "ontology_id": "inventor_of",
112
+ "full_label": "Productivity.inventor_of"
113
+ },
114
+ "الأول هو قائد الثاني": {
115
+ "ontology_id": "leader_of",
116
+ "full_label": "Administration.leader_of"
117
+ },
118
+ "الأول يعيش في الثاني": {
119
+ "ontology_id": "lives_in",
120
+ "full_label": "Location.lives_in"
121
+ },
122
+ "الأول يقع في الثاني": {
123
+ "ontology_id": "located_in",
124
+ "full_label": "Location.located_in"
125
+ },
126
+ "الأول هو مدير الثاني": {
127
+ "ontology_id": "manager_of",
128
+ "full_label": "Administration.manager_of"
129
+ },
130
+ "الأول يصنّع الثاني": {
131
+ "ontology_id": "manufacturer_of",
132
+ "full_label": "Productivity.manufacturer_of"
133
+ },
134
+ "الأول عضو في الثاني": {
135
+ "ontology_id": "member_of",
136
+ "full_label": "Affiliation.member_of"
137
+ },
138
+ "الأول يقع بالقرب من الثاني": {
139
+ "ontology_id": "nearby",
140
+ "full_label": "Location.nearby"
141
+ },
142
+ "الأول لغتها الرسمية الثاني": {
143
+ "ontology_id": "official_language",
144
+ "full_label": "GPE.official_language"
145
+ },
146
+ "الأول يمتلك الثاني": {
147
+ "ontology_id": "owner_of",
148
+ "full_label": "Affiliation.owner_of"
149
+ },
150
+ "الأول هو رئيس/يتولى أعلى منصب في الثاني": {
151
+ "ontology_id": "president_of",
152
+ "full_label": "Administration.president_of"
153
+ },
154
+ "الأول طالب في/تلقى تعليمه في الثاني": {
155
+ "ontology_id": "student_at",
156
+ "full_label": "Affiliation.student_at"
157
+ },
158
+ "الأول فرع تابع لـ الثاني": {
159
+ "ontology_id": "subsidary",
160
+ "full_label": "PartOf.subsidiary"
161
+ }
162
+ }
resources/resource_manifest.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "manifest_version": 1,
3
+ "created_at_utc": "2026-07-13T10:12:05+00:00",
4
+ "source_uploads": {
5
+ "relation_mapper(1).json": {
6
+ "packaged_as": "relation_mapper.json",
7
+ "sha256": "98b942681b192ba24636eedae441e50e4e7f478befb73288208c98058d4b3ecd"
8
+ },
9
+ "wojood_ontology(1).json": {
10
+ "packaged_as": "wojood_ontology.json",
11
+ "sha256": "d44d581b6b3796a065a309e0a4423c63b0d06b0717e262d800317f45fdfc93d1"
12
+ }
13
+ },
14
+ "counts": {
15
+ "coarse_entity_types": 21,
16
+ "ontology_relations": 40,
17
+ "relation_mapper_entries": 41,
18
+ "entity_type_ar_entries": 21,
19
+ "relation_template_ar_entries": 40,
20
+ "relation_template_ar_reverse_entries": 40
21
+ },
22
+ "validation": {
23
+ "exactly_21_entity_types": true,
24
+ "exactly_40_positive_relations": true,
25
+ "exactly_41_full_relation_labels": true,
26
+ "arabic_relation_answers_unique": true,
27
+ "status": "passed"
28
+ },
29
+ "files": {
30
+ "entity_type_ar_mapper.json": {
31
+ "sha256": "9b8213fc1f68fe56b1b073b9576d3878e5c02513bfc30a53d5895bf7bcb731a4",
32
+ "bytes": 631
33
+ },
34
+ "relation_mapper.json": {
35
+ "sha256": "98b942681b192ba24636eedae441e50e4e7f478befb73288208c98058d4b3ecd",
36
+ "bytes": 9216
37
+ },
38
+ "relation_template_ar_mapper.json": {
39
+ "sha256": "4b8182a20cdc5273e0f487efb1666be8b6f9bc272bc7ac17e7f8cc4074a18769",
40
+ "bytes": 20072
41
+ },
42
+ "relation_template_ar_reverse_mapper.json": {
43
+ "sha256": "9f2563fa6b188eb520997e6a1dfebc848e138f461b355eec0fba396e68fefc58",
44
+ "bytes": 5436
45
+ },
46
+ "wojood_ontology.json": {
47
+ "sha256": "d44d581b6b3796a065a309e0a4423c63b0d06b0717e262d800317f45fdfc93d1",
48
+ "bytes": 49435
49
+ }
50
+ }
51
+ }
resources/wojood_ontology.json ADDED
@@ -0,0 +1,1647 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "wojood_ontology",
3
+ "status": "draft_for_review",
4
+ "sources": {
5
+ "primary": "tests/sinatools/wojood_full_ontology.json for coarse entity ids, relation ids, relation templates, and relation domain/range constraints; WojoodFine datasets for fine entity ids and parent evidence.",
6
+ "coarse_descriptions": "tests/sinatools/IEontologyv1.rdf rdfs:comment which is downloaded from the dropbox from SinaLabs",
7
+ "relations": "SinaTools relation ids, templates, domain, and range as captured in wojood_full_ontology.json ( from primary) ",
8
+ "fine_parents": "WojoodFine data-derived B/B coarse-fine evidence plus semantic overrides for sparse/noisy cases.",
9
+ "examples": "WojoodFine-Flat dataset spans; examples are observed annotation spans and should not be treated as perfect definitions.",
10
+ "description_corrections": "NORP corrected from WojoodFine dataset evidence because RDF comment matches OCC semantics.",
11
+ "relation_metadata": "Manual review of SinaTools relation ids, Arabic templates, and domain/range constraints.",
12
+ "relation_normalized_ids": "Derived from paper Tables 6/7 naming, tree aliases, and relation template semantics while preserving SinaTools ids."
13
+ },
14
+ "coarse_entity_types": [
15
+ {
16
+ "id": "CARDINAL",
17
+ "description": "Represents standalone numbers or numeric quantities that are not dates, money, measurements, percentages, or ordinal ranks. Do not tag generic words like عدد or رقم unless the numeric value itself is present.",
18
+ "description_source": "Reviewed against IEontologyv1.rdf and WojoodFine-Flat examples",
19
+ "examples": [
20
+ "3",
21
+ "واحد",
22
+ "1",
23
+ "2",
24
+ "4"
25
+ ],
26
+ "examples_source": "WojoodFine-Flat spans"
27
+ },
28
+ {
29
+ "id": "CURR",
30
+ "description": "Represents currency names, currency units, or currency symbols, such as دولار، دينار، ريال، جنيه، $، €، £. Monetary amounts with explicit numbers are MONEY.",
31
+ "description_source": "Reviewed against IEontologyv1.rdf and WojoodFine-Flat examples",
32
+ "examples": [
33
+ "الدولار",
34
+ "قرش",
35
+ "دولار أمريكي",
36
+ "دينار",
37
+ "فرنك الاتحاد المالي الإفريقي"
38
+ ],
39
+ "examples_source": "WojoodFine-Flat spans"
40
+ },
41
+ {
42
+ "id": "DATE",
43
+ "description": "Represents calendar dates or date-like temporal references, including years, months, days, historical periods, and relative date expressions such as اليوم when used as a date reference.",
44
+ "description_source": "Reviewed against IEontologyv1.rdf and WojoodFine-Flat examples",
45
+ "examples": [
46
+ "1948",
47
+ "الفترة العثمانية",
48
+ "عام ( 1325 ) هجري",
49
+ "عام 1907 ميلادي",
50
+ "اليوم"
51
+ ],
52
+ "examples_source": "WojoodFine-Flat spans"
53
+ },
54
+ {
55
+ "id": "EVENT",
56
+ "description": "Represents major public events, incidents, or actions of political, social, religious, or national importance. Tag notable events (e.g., انتخابات، حرب، انتفاضة، اغتيال فلان، مؤتمر كذا، فوز الفريق) but exclude minor or routine actions (e.g., فرز الانتخابات، كتابة مقالة). If a date is part of the event name (e.g., نكبة 1948، زلزال 1990), include the date in the EVENT. Event types include: Protests, Elections, Agreements, Crimes, Religious events, National/social events, Political/security actions, Military actions, Natural disasters, and Gatherings.",
57
+ "description_source": "IEontologyv1.rdf rdfs:comment",
58
+ "examples": [
59
+ "الانتفاضة الأولى 1987",
60
+ "النكبة",
61
+ "حرب 1948",
62
+ "انتفاضة الأقصى",
63
+ "الانتداب البريطاني على فلسطين"
64
+ ],
65
+ "examples_source": "WojoodFine-Flat spans"
66
+ },
67
+ {
68
+ "id": "FAC",
69
+ "description": "Represents named facilities, landmarks, buildings, infrastructure, roads, gates, religious sites, and other constructed places. Generic unnamed places are not FAC.",
70
+ "description_source": "Reviewed against IEontologyv1.rdf and WojoodFine-Flat examples",
71
+ "examples": [
72
+ "كنيسة المهد",
73
+ "المسجد الأقصى",
74
+ "قبة الصخرة",
75
+ "كنيسة القيامة",
76
+ "الحرم الإبراهيمي"
77
+ ],
78
+ "examples_source": "WojoodFine-Flat spans"
79
+ },
80
+ {
81
+ "id": "GPE",
82
+ "description": "Represents named geopolitical or administrative places such as countries, cities, villages, governorates, districts, camps, and neighborhoods. Include administrative prefixes when they are part of the mention, such as مدينة القدس or قرية اليامون.",
83
+ "description_source": "Reviewed against IEontologyv1.rdf and WojoodFine-Flat examples",
84
+ "examples": [
85
+ "نابلس",
86
+ "فلسطين",
87
+ "مدينة القدس",
88
+ "اليمن",
89
+ "سوريا"
90
+ ],
91
+ "examples_source": "WojoodFine-Flat spans"
92
+ },
93
+ {
94
+ "id": "LANGUAGE",
95
+ "description": "Represents explicitly mentioned languages or language varieties, including standard languages and dialectal references such as العربية، الإنجليزية، الفرنسية.",
96
+ "description_source": "Reviewed against IEontologyv1.rdf and WojoodFine-Flat examples",
97
+ "examples": [
98
+ "الانجليزية",
99
+ "العربية",
100
+ "الإنجليزية",
101
+ "الفرنسية",
102
+ "بالإنجليزية"
103
+ ],
104
+ "examples_source": "WojoodFine-Flat spans"
105
+ },
106
+ {
107
+ "id": "LAW",
108
+ "description": "Represents named laws, legal articles, regulations, legal clauses, treaties, or official legal documents.",
109
+ "description_source": "Reviewed against IEontologyv1.rdf and WojoodFine-Flat examples",
110
+ "examples": [
111
+ "قانون مكافحة الإرهاب",
112
+ "الفقرة ( 1 )",
113
+ "قانون العفو",
114
+ "القانون الدولي",
115
+ "قانون العقوبات"
116
+ ],
117
+ "examples_source": "WojoodFine-Flat spans"
118
+ },
119
+ {
120
+ "id": "LOC",
121
+ "description": "Represents named geographical or regional locations that are not primarily political administrations, including natural features, continents, broad regions, directions, borders, and celestial bodies.",
122
+ "description_source": "Reviewed against IEontologyv1.rdf and WojoodFine-Flat examples",
123
+ "examples": [
124
+ "جنوب مدينة نابلس",
125
+ "الشرق الأوسط",
126
+ "أوروبا",
127
+ "منطقة الشرق الأوسط",
128
+ "وشمال إفريقيا"
129
+ ],
130
+ "examples_source": "WojoodFine-Flat spans"
131
+ },
132
+ {
133
+ "id": "MONEY",
134
+ "description": "Represents monetary amounts: a numeric value or quantifier together with a currency name, unit, or symbol. Currency names without an amount are CURR.",
135
+ "description_source": "Reviewed against IEontologyv1.rdf and WojoodFine-Flat examples",
136
+ "examples": [
137
+ "ألف دولار أمريكي",
138
+ "شيكل",
139
+ "ثلاثة آلاف دولار أمريكي",
140
+ "دولار",
141
+ "مليار دولار"
142
+ ],
143
+ "examples_source": "WojoodFine-Flat spans"
144
+ },
145
+ {
146
+ "id": "NORP",
147
+ "description": "Represents named or explicit national, religious, political, ethnic, demographic, or other social groups. Dataset examples include nationalities, religions, refugees, voters, patients, children, and named social or political groups. Occupational roles and job titles are OCC, not NORP.",
148
+ "description_source": "Corrected from WojoodFine dataset examples; RDF comment appears to describe OCC instead.",
149
+ "examples": [
150
+ "الأطفال",
151
+ "الناخبين",
152
+ "المرضى",
153
+ "اللاجئين",
154
+ "عناصر داعش"
155
+ ],
156
+ "examples_source": "WojoodFine-Flat spans"
157
+ },
158
+ {
159
+ "id": "OCC",
160
+ "description": "Represents occupations, official roles, job titles, positions, or professional labels associated with a person or institution, such as رئيس بلدية نابلس or الحاكم العسكري الأردني. National, religious, political, ethnic, or social groups are NORP.",
161
+ "description_source": "Reviewed against IEontologyv1.rdf and WojoodFine-Flat examples",
162
+ "examples": [
163
+ "سكرتير اللجنة القومية العربية في نابلس",
164
+ "رئيس بلدية نابلس",
165
+ "الحاكم العسكري الأردني",
166
+ "الرئيس",
167
+ "قائمقام رام الله"
168
+ ],
169
+ "examples_source": "WojoodFine-Flat spans"
170
+ },
171
+ {
172
+ "id": "ORDINAL",
173
+ "description": "Represents expressions indicating order, rank, or sequence, whether numeric or textual, such as الأول، الثاني، 1، 2 when used ordinally.",
174
+ "description_source": "Reviewed against IEontologyv1.rdf and WojoodFine-Flat examples",
175
+ "examples": [
176
+ "2",
177
+ "1",
178
+ "3",
179
+ "الثاني",
180
+ "4"
181
+ ],
182
+ "examples_source": "WojoodFine-Flat spans"
183
+ },
184
+ {
185
+ "id": "ORG",
186
+ "description": "Represents named organizations, institutions, agencies, companies, media outlets, committees, parties, associations, government bodies, and other formally named groups.",
187
+ "description_source": "Reviewed against IEontologyv1.rdf and WojoodFine-Flat examples",
188
+ "examples": [
189
+ "جريدة فلسطين",
190
+ "بلدية نابلس",
191
+ "اللجنة القومية العربية",
192
+ "الهيئة",
193
+ "إذاعة صوت فلسطين"
194
+ ],
195
+ "examples_source": "WojoodFine-Flat spans"
196
+ },
197
+ {
198
+ "id": "PERCENT",
199
+ "description": "Represents any explicit percentage value, (e.g., 5%، 5 بالمئة). Do not tag numbers that imply a percentage without an explicit indicator.",
200
+ "description_source": "IEontologyv1.rdf rdfs:comment",
201
+ "examples": [
202
+ "100 %",
203
+ "10 %",
204
+ "50 %",
205
+ "80 %",
206
+ "2 %"
207
+ ],
208
+ "examples_source": "WojoodFine-Flat spans"
209
+ },
210
+ {
211
+ "id": "PERS",
212
+ "description": "Represents named people, including full names, compound names, and historical or religious figures. Attached prefixes such as بـ، و، لـ are included when written without whitespace. Do not infer missing family names, and exclude generic honorifics or job titles unless they are part of a specific named person mention.",
213
+ "description_source": "Reviewed against IEontologyv1.rdf and WojoodFine-Flat examples",
214
+ "examples": [
215
+ "خليل السكاكيني",
216
+ "عماد",
217
+ "كريم",
218
+ "منال",
219
+ "فاخر"
220
+ ],
221
+ "examples_source": "WojoodFine-Flat spans"
222
+ },
223
+ {
224
+ "id": "PRODUCT",
225
+ "description": "Represents named manufactured, developed, or branded products, including physical products, software, weapons, vehicles, vessels, and digital products. Generic product categories are not PRODUCT.",
226
+ "description_source": "Reviewed against IEontologyv1.rdf and WojoodFine-Flat examples",
227
+ "examples": [
228
+ "كلاشنيكوف",
229
+ "AKM",
230
+ "AK",
231
+ "أوشن فايكينغ",
232
+ "الكرامة 1"
233
+ ],
234
+ "examples_source": "WojoodFine-Flat spans"
235
+ },
236
+ {
237
+ "id": "QUANTITY",
238
+ "description": "Represents measured or counted quantities expressed with a number or quantifier and a non-currency unit of measure, such as distance, area, weight, volume, or length.",
239
+ "description_source": "Reviewed against IEontologyv1.rdf and WojoodFine-Flat examples",
240
+ "examples": [
241
+ "30 كيلومتر",
242
+ "60 كيلومتر",
243
+ "45 متراً مربعاً",
244
+ "50 متر",
245
+ "وخمسمائة مل"
246
+ ],
247
+ "examples_source": "WojoodFine-Flat spans"
248
+ },
249
+ {
250
+ "id": "TIME",
251
+ "description": "Represents specific times of day or short time intervals, including clock times, relative time expressions, and durations under roughly one day.",
252
+ "description_source": "Reviewed against IEontologyv1.rdf and WojoodFine-Flat examples",
253
+ "examples": [
254
+ "الآن",
255
+ "حاليا",
256
+ "هلقيت",
257
+ "ساعتين",
258
+ "ساعة"
259
+ ],
260
+ "examples_source": "WojoodFine-Flat spans"
261
+ },
262
+ {
263
+ "id": "UNIT",
264
+ "description": "Represents units of measurement or counting such as كيلو، كيلومتر، دونم، سم، كغم، لتر، طن. Numeric measured amounts are QUANTITY.",
265
+ "description_source": "Reviewed against IEontologyv1.rdf and WojoodFine-Flat examples",
266
+ "examples": [
267
+ "بقنطار",
268
+ "طن",
269
+ "كيلومتر",
270
+ "ملم",
271
+ "دونم"
272
+ ],
273
+ "examples_source": "WojoodFine-Flat spans"
274
+ },
275
+ {
276
+ "id": "WEBSITE",
277
+ "description": "Represents website names, URLs, web platforms, or online services when mentioned as web entities.",
278
+ "description_source": "Reviewed against IEontologyv1.rdf and WojoodFine-Flat examples",
279
+ "examples": [
280
+ "اليوتيوب",
281
+ "جوجل",
282
+ "youtube",
283
+ "cs50",
284
+ "يوتيوب",
285
+ "https://youtube.com/playlist?list",
286
+ "www.pcma.ps",
287
+ "https://www.guinrank.com?af",
288
+ "https://creatoracademy.youtube.com/page/home",
289
+ "https://bit.ly/3zjps9j",
290
+ "http://harmash.com",
291
+ "www.hawkama.ps",
292
+ "https://youtu.be/n1lxz4boa58"
293
+ ],
294
+ "examples_source": "WojoodFine-Flat spans"
295
+ }
296
+ ],
297
+ "fine_entity_types": [
298
+ {
299
+ "id": "AIRPORT",
300
+ "parent": "FAC",
301
+ "parent_evidence": {
302
+ "ORG": 6
303
+ },
304
+ "parent_source": "manual_semantic_override_with_flat_BB_evidence",
305
+ "note": "Flat B/B evidence is sparse and points to ORG, but AIRPORT is semantically a facility subtype.",
306
+ "examples": [
307
+ "مطار صنعاء",
308
+ "مطار اللد",
309
+ "مطار بغداد الدولي",
310
+ "لمطار ايلينيكو",
311
+ "مطار"
312
+ ],
313
+ "examples_source": "WojoodFine-Flat spans"
314
+ },
315
+ {
316
+ "id": "BOUNDARY",
317
+ "parent": "LOC",
318
+ "parent_evidence": {
319
+ "LOC": 20
320
+ },
321
+ "parent_source": "WojoodFine-Flat B/B evidence",
322
+ "examples": [
323
+ "الحدود اللبنانية",
324
+ "الحدود التركية",
325
+ "الحدود العراقية",
326
+ "الحدود البرية الأوروبية",
327
+ "الحدود اليونانية - المقدونية ،"
328
+ ],
329
+ "examples_source": "WojoodFine-Flat spans"
330
+ },
331
+ {
332
+ "id": "BUILDING-OR-GROUNDS",
333
+ "parent": "FAC",
334
+ "parent_evidence": {
335
+ "FAC": 618,
336
+ "ORG": 102
337
+ },
338
+ "parent_source": "manual_semantic_override_with_flat_BB_evidence",
339
+ "note": "Flat B/B evidence includes ORG uses for hospitals/ports, but the subtype is treated as FAC.",
340
+ "examples": [
341
+ "الأقصى",
342
+ "كنيسة المهد",
343
+ "المسجد الأقصى",
344
+ "الحرم الإبراهيمي",
345
+ "قبة الصخرة"
346
+ ],
347
+ "examples_source": "WojoodFine-Flat spans",
348
+ "parent_examples": {
349
+ "FAC": [
350
+ "معبر رفح",
351
+ "المسجد الاقصى",
352
+ "جامع مدينة البيرة"
353
+ ],
354
+ "ORG": [
355
+ "مستشفى الأمراض العقلية",
356
+ "لميناء حيفا",
357
+ "القنصلية البريطانية"
358
+ ]
359
+ }
360
+ },
361
+ {
362
+ "id": "CAMP",
363
+ "parent": "GPE",
364
+ "parent_evidence": {
365
+ "GPE": 624,
366
+ "ORG": 1
367
+ },
368
+ "parent_source": "WojoodFine-Flat B/B evidence",
369
+ "examples": [
370
+ "مخيم جنين",
371
+ "مخيم نور شمس",
372
+ "مخيم الجلزون",
373
+ "مخيم الدهيشة",
374
+ "مخيم بلاطة"
375
+ ],
376
+ "examples_source": "WojoodFine-Flat spans",
377
+ "parent_examples": {
378
+ "GPE": [
379
+ "مخيم الدهيشة",
380
+ "مخيم الشاطىء",
381
+ "مخيم البرج الشمالي"
382
+ ],
383
+ "ORG": [
384
+ "وسلطات"
385
+ ]
386
+ }
387
+ },
388
+ {
389
+ "id": "CELESTIAL",
390
+ "parent": "LOC",
391
+ "parent_evidence": {
392
+ "LOC": 4
393
+ },
394
+ "parent_source": "WojoodFine-Flat B/B evidence",
395
+ "examples": [
396
+ "هالكوكب",
397
+ "the world",
398
+ "اورانوس",
399
+ "الزهره"
400
+ ],
401
+ "examples_source": "WojoodFine-Flat spans"
402
+ },
403
+ {
404
+ "id": "CLUSTER",
405
+ "parent": "LOC",
406
+ "parent_evidence": {
407
+ "LOC": 193,
408
+ "GPE": 3
409
+ },
410
+ "parent_source": "WojoodFine-Flat B/B evidence",
411
+ "examples": [
412
+ "الشرق الأوسط",
413
+ "منطقة الشرق الأوسط",
414
+ "الوطن العربي",
415
+ "اللواء الشمالي",
416
+ "منطقة الشرق الاوسط"
417
+ ],
418
+ "examples_source": "WojoodFine-Flat spans",
419
+ "parent_examples": {
420
+ "LOC": [
421
+ "الغرب",
422
+ "والجنوب",
423
+ "منطقة الشرق الاوسط"
424
+ ],
425
+ "GPE": [
426
+ "والشام",
427
+ "الطورانية",
428
+ "للاتحاد السوفيتي"
429
+ ]
430
+ }
431
+ },
432
+ {
433
+ "id": "COM",
434
+ "parent": "ORG",
435
+ "parent_evidence": {
436
+ "ORG": 559,
437
+ "LOC": 1
438
+ },
439
+ "parent_source": "WojoodFine-Flat B/B evidence",
440
+ "examples": [
441
+ "بورصة فلسطين",
442
+ "سوق فلسطين للأوراق المالية",
443
+ "البورصة",
444
+ "الشركة",
445
+ "جوجل"
446
+ ],
447
+ "examples_source": "WojoodFine-Flat spans",
448
+ "parent_examples": {
449
+ "ORG": [
450
+ "شركة الاتصالات اليابانيه",
451
+ "جمعية استيراد مواد غذائية",
452
+ "مؤسسة السياحة والإصطياف الأردنية"
453
+ ],
454
+ "LOC": [
455
+ "أوروبا"
456
+ ]
457
+ }
458
+ },
459
+ {
460
+ "id": "CONTINENT",
461
+ "parent": "LOC",
462
+ "parent_evidence": {
463
+ "LOC": 95,
464
+ "GPE": 2
465
+ },
466
+ "parent_source": "WojoodFine-Flat B/B evidence",
467
+ "examples": [
468
+ "أوروبا",
469
+ "إفريقيا",
470
+ "وأوروبا",
471
+ "أفريقيا",
472
+ "أمريكا اللاتينية"
473
+ ],
474
+ "examples_source": "WojoodFine-Flat spans",
475
+ "parent_examples": {
476
+ "LOC": [
477
+ "إفريقيا",
478
+ "أوروبا",
479
+ "أفريقيا"
480
+ ],
481
+ "GPE": [
482
+ "اوروبا"
483
+ ]
484
+ }
485
+ },
486
+ {
487
+ "id": "COUNTRY",
488
+ "parent": "GPE",
489
+ "parent_evidence": {
490
+ "GPE": 3692,
491
+ "NORP": 1,
492
+ "ORG": 1
493
+ },
494
+ "parent_source": "WojoodFine-Flat B/B evidence",
495
+ "examples": [
496
+ "فلسطين",
497
+ "اليمن",
498
+ "سوريا",
499
+ "لبنان",
500
+ "الولايات المتحدة"
501
+ ],
502
+ "examples_source": "WojoodFine-Flat spans",
503
+ "parent_examples": {
504
+ "GPE": [
505
+ "فلسطين",
506
+ "أمريكا",
507
+ "دولة فلسطينية"
508
+ ],
509
+ "NORP": [
510
+ "فلسطين"
511
+ ],
512
+ "ORG": [
513
+ "المملكة الأردنيه الهاشمية"
514
+ ]
515
+ }
516
+ },
517
+ {
518
+ "id": "EDU",
519
+ "parent": "ORG",
520
+ "parent_evidence": {
521
+ "ORG": 554
522
+ },
523
+ "parent_source": "WojoodFine-Flat B/B evidence",
524
+ "examples": [
525
+ "جامعة بيرزيت",
526
+ "خضوري",
527
+ "جامعة فلسطين التقنية",
528
+ "الجامعة",
529
+ "الكلية"
530
+ ],
531
+ "examples_source": "WojoodFine-Flat spans"
532
+ },
533
+ {
534
+ "id": "ENT",
535
+ "parent": "ORG",
536
+ "parent_evidence": {
537
+ "ORG": 3
538
+ },
539
+ "parent_source": "WojoodFine-Flat B/B evidence",
540
+ "examples": [
541
+ "لمركز السلام",
542
+ "فرقة الفنون المسرحية في البيرة",
543
+ "الحكواتي"
544
+ ],
545
+ "examples_source": "WojoodFine-Flat spans"
546
+ },
547
+ {
548
+ "id": "GOV",
549
+ "parent": "ORG",
550
+ "parent_evidence": {
551
+ "ORG": 5000,
552
+ "GPE": 1450
553
+ },
554
+ "parent_source": "manual_semantic_override_with_flat_BB_evidence",
555
+ "note": "GOV is parented to ORG because it denotes governmental institutions, authorities, and state actors. The GPE evidence mostly reflects country or place names used metonymically as governments/states, such as Russia, Turkey, or the United States acting as political actors.",
556
+ "examples": [
557
+ "بلدية نابلس",
558
+ "الهيئة",
559
+ "بلدية مدينة البيرة",
560
+ "بلدية بيرزيت",
561
+ "هيئة سوق رأس المال"
562
+ ],
563
+ "examples_source": "WojoodFine-Flat spans",
564
+ "parent_examples": {
565
+ "ORG": [
566
+ "الشرطة",
567
+ "البرلمان الاردني",
568
+ "السلطة الفلسطينية"
569
+ ],
570
+ "GPE": [
571
+ "لقرية مزارع النوباني",
572
+ "روسيا",
573
+ "تركيا"
574
+ ]
575
+ }
576
+ },
577
+ {
578
+ "id": "GPE_ORG",
579
+ "parent": "GPE",
580
+ "parent_evidence": {
581
+ "GPE": 1447,
582
+ "ORG": 1
583
+ },
584
+ "parent_source": "WojoodFine-Flat B/B evidence",
585
+ "examples": [
586
+ "الولايات المتحدة",
587
+ "المغرب",
588
+ "روسيا",
589
+ "إيران",
590
+ "موسكو"
591
+ ],
592
+ "examples_source": "WojoodFine-Flat spans",
593
+ "parent_examples": {
594
+ "GPE": [
595
+ "لقرية مزارع النوباني",
596
+ "روسيا",
597
+ "تركيا"
598
+ ],
599
+ "ORG": [
600
+ "وإقليم كردستان"
601
+ ]
602
+ }
603
+ },
604
+ {
605
+ "id": "LAND",
606
+ "parent": "LOC",
607
+ "parent_evidence": {
608
+ "LOC": 1
609
+ },
610
+ "parent_source": "WojoodFine-Flat B/B evidence",
611
+ "examples": [
612
+ "صقلية"
613
+ ],
614
+ "examples_source": "WojoodFine-Flat spans"
615
+ },
616
+ {
617
+ "id": "LAND-REGION-NATURAL",
618
+ "parent": "LOC",
619
+ "parent_evidence": {
620
+ "LOC": 211,
621
+ "FAC": 4
622
+ },
623
+ "parent_source": "WojoodFine-Flat B/B evidence",
624
+ "examples": [
625
+ "الصحراء",
626
+ "جبل الزيتون",
627
+ "الهوتة",
628
+ "جزيرة العرب",
629
+ "الصحراء الغربية"
630
+ ],
631
+ "examples_source": "WojoodFine-Flat spans",
632
+ "parent_examples": {
633
+ "LOC": [
634
+ "إقليم النباتات الصحراوية العربية",
635
+ "النقب",
636
+ "حراج لواء القدس"
637
+ ],
638
+ "FAC": [
639
+ "جبل الزيتون",
640
+ "محمية جاحولا",
641
+ "قنان ابو الطحين"
642
+ ]
643
+ }
644
+ },
645
+ {
646
+ "id": "MED",
647
+ "parent": "ORG",
648
+ "parent_evidence": {
649
+ "ORG": 4104,
650
+ "WEBSITE": 1
651
+ },
652
+ "parent_source": "WojoodFine-Flat B/B evidence",
653
+ "examples": [
654
+ "جريدة فلسطين",
655
+ "إذاعة صوت فلسطين",
656
+ "جريدة مرﺁة الشرق",
657
+ "جريدة الدفاع",
658
+ "جريدة القدس"
659
+ ],
660
+ "examples_source": "WojoodFine-Flat spans",
661
+ "parent_examples": {
662
+ "ORG": [
663
+ "اعلام اف ام",
664
+ "إذاعة صوت فلسطين",
665
+ "الجريدة الرسمية"
666
+ ],
667
+ "WEBSITE": [
668
+ "thearabweekly"
669
+ ]
670
+ }
671
+ },
672
+ {
673
+ "id": "NEIGHBORHOOD",
674
+ "parent": "GPE",
675
+ "parent_evidence": {
676
+ "GPE": 98,
677
+ "LOC": 2
678
+ },
679
+ "parent_source": "WojoodFine-Flat B/B evidence",
680
+ "examples": [
681
+ "منطقة عرب الجهالين",
682
+ "وضاحية البريد",
683
+ "سلامات",
684
+ "البلدة القديمة من مدينة القدس",
685
+ "البلدة القديمة في مدينة الخليل"
686
+ ],
687
+ "examples_source": "WojoodFine-Flat spans",
688
+ "parent_examples": {
689
+ "GPE": [
690
+ "منطقة عين الديوك",
691
+ "المنطقة ام سعدة",
692
+ "البلدة القديمة من مدينة الخليل"
693
+ ],
694
+ "LOC": [
695
+ "مستعمرة بزغات زئيف"
696
+ ]
697
+ }
698
+ },
699
+ {
700
+ "id": "NONGOV",
701
+ "parent": "ORG",
702
+ "parent_evidence": {
703
+ "ORG": 4631
704
+ },
705
+ "parent_source": "WojoodFine-Flat B/B evidence",
706
+ "examples": [
707
+ "اللجنة القومية العربية",
708
+ "داعش",
709
+ "هيومن رايتس ووتش",
710
+ "نقابة العاملين في جامعة بيرزيت",
711
+ "حركة حماس"
712
+ ],
713
+ "examples_source": "WojoodFine-Flat spans"
714
+ },
715
+ {
716
+ "id": "ORG_FAC",
717
+ "parent": "ORG",
718
+ "parent_evidence": {
719
+ "ORG": 108
720
+ },
721
+ "parent_source": "WojoodFine-Flat B/B evidence",
722
+ "examples": [
723
+ "مستشفى أطباء بلا حدود",
724
+ "المستشفى الجمهوري",
725
+ "مستشفى الرقة الوطني",
726
+ "مركز احتجاز سوق الخميس",
727
+ "مركز احتجاز غريان"
728
+ ],
729
+ "examples_source": "WojoodFine-Flat spans"
730
+ },
731
+ {
732
+ "id": "PATH",
733
+ "parent": "FAC",
734
+ "parent_evidence": {
735
+ "FAC": 74,
736
+ "EVENT": 1
737
+ },
738
+ "parent_source": "WojoodFine-Flat B/B evidence",
739
+ "examples": [
740
+ "طريق البلقان",
741
+ "طريق الالام",
742
+ "شوارع مخيم الدهيشة",
743
+ "شوارع مدينة القدس القديمة",
744
+ "لطريق البلقان"
745
+ ],
746
+ "examples_source": "WojoodFine-Flat spans",
747
+ "parent_examples": {
748
+ "FAC": [
749
+ "طريق الالام",
750
+ "شوارع مخيم الدهيشة",
751
+ "طريق البلقان"
752
+ ],
753
+ "EVENT": [
754
+ "والخندق"
755
+ ]
756
+ }
757
+ },
758
+ {
759
+ "id": "PLANT",
760
+ "parent": "ORG",
761
+ "parent_evidence": {
762
+ "ORG": 1
763
+ },
764
+ "parent_source": "WojoodFine-Flat B/B evidence",
765
+ "examples": [
766
+ "مصنع تعبئة السجائر"
767
+ ],
768
+ "examples_source": "WojoodFine-Flat spans"
769
+ },
770
+ {
771
+ "id": "REGION-GENERAL",
772
+ "parent": "LOC",
773
+ "parent_evidence": {
774
+ "LOC": 363
775
+ },
776
+ "parent_source": "WojoodFine-Flat B/B evidence",
777
+ "examples": [
778
+ "جنوب مدينة نابلس",
779
+ "شمال شرق سوريا",
780
+ "جنوب نابلس",
781
+ "شمال غرب سوريا",
782
+ "الشمال"
783
+ ],
784
+ "examples_source": "WojoodFine-Flat spans"
785
+ },
786
+ {
787
+ "id": "REGION-INTERNATIONAL",
788
+ "parent": "LOC",
789
+ "parent_evidence": {
790
+ "LOC": 100
791
+ },
792
+ "parent_source": "WojoodFine-Flat B/B evidence",
793
+ "examples": [
794
+ "وشمال إفريقيا",
795
+ "منطقة غرب إفريقيا",
796
+ "غرب إفريقيا",
797
+ "وشمال أفريقيا",
798
+ "وشمال افريقيا"
799
+ ],
800
+ "examples_source": "WojoodFine-Flat spans"
801
+ },
802
+ {
803
+ "id": "REL",
804
+ "parent": "ORG",
805
+ "parent_evidence": {
806
+ "ORG": 49
807
+ },
808
+ "parent_source": "WojoodFine-Flat B/B evidence",
809
+ "examples": [
810
+ "المجلس الإسلامي الأعلى",
811
+ "المجلس الشرعي الإسلامي الأعلى",
812
+ "الهيئة الإسلامية في القدس",
813
+ "المجلس الإسلامي الاعلى",
814
+ "الأوقاف"
815
+ ],
816
+ "examples_source": "WojoodFine-Flat spans"
817
+ },
818
+ {
819
+ "id": "SCI",
820
+ "parent": "ORG",
821
+ "parent_evidence": {
822
+ "ORG": 128
823
+ },
824
+ "parent_source": "WojoodFine-Flat B/B evidence",
825
+ "examples": [
826
+ "وكالة أبحاث الكونغرس",
827
+ "مستشفى أطباء بلا حدود",
828
+ "المستشفى الجمهوري",
829
+ "مستشفى الرقة الوطني",
830
+ "ماس"
831
+ ],
832
+ "examples_source": "WojoodFine-Flat spans"
833
+ },
834
+ {
835
+ "id": "SPO",
836
+ "parent": "ORG",
837
+ "parent_evidence": {
838
+ "ORG": 19
839
+ },
840
+ "parent_source": "WojoodFine-Flat B/B evidence",
841
+ "examples": [
842
+ "النادي الرياضي الادبي",
843
+ "برشلونه",
844
+ "الريال مدريد",
845
+ "نادي هلال القدس",
846
+ "الريال"
847
+ ],
848
+ "examples_source": "WojoodFine-Flat spans"
849
+ },
850
+ {
851
+ "id": "SPORT",
852
+ "parent": "GPE",
853
+ "parent_evidence": {
854
+ "GPE": 7
855
+ },
856
+ "parent_source": "WojoodFine-Flat B/B evidence",
857
+ "examples": [
858
+ "تشلسي",
859
+ "وميلان",
860
+ "كوريا الشماليّه",
861
+ "فلسطين",
862
+ "البرازيل"
863
+ ],
864
+ "examples_source": "WojoodFine-Flat spans"
865
+ },
866
+ {
867
+ "id": "STATE-OR-PROVINCE",
868
+ "parent": "GPE",
869
+ "parent_evidence": {
870
+ "GPE": 1390,
871
+ "LOC": 1,
872
+ "ORG": 1
873
+ },
874
+ "parent_source": "WojoodFine-Flat B/B evidence",
875
+ "examples": [
876
+ "قضاء مدينة جنين",
877
+ "محافظة غزة",
878
+ "قطاع غزة",
879
+ "الضفة الغربية",
880
+ "قضاء مدينة عكا"
881
+ ],
882
+ "examples_source": "WojoodFine-Flat spans",
883
+ "parent_examples": {
884
+ "GPE": [
885
+ "غزة",
886
+ "الضفة",
887
+ "والضفة"
888
+ ],
889
+ "LOC": [
890
+ "وريف دمشق"
891
+ ],
892
+ "ORG": [
893
+ "وإقليم كردستان"
894
+ ]
895
+ }
896
+ },
897
+ {
898
+ "id": "SUBAREA-FACILITY",
899
+ "parent": "FAC",
900
+ "parent_evidence": {
901
+ "FAC": 127
902
+ },
903
+ "parent_source": "WojoodFine-Flat B/B evidence",
904
+ "examples": [
905
+ "باب الخليل",
906
+ "الكهف في كنيسة المهد",
907
+ "حديقة الكنيسة الجثمانية",
908
+ "باب دمشق",
909
+ "باب العامود"
910
+ ],
911
+ "examples_source": "WojoodFine-Flat spans"
912
+ },
913
+ {
914
+ "id": "TOWN",
915
+ "parent": "GPE",
916
+ "parent_evidence": {
917
+ "GPE": 5744,
918
+ "EVENT": 5,
919
+ "LOC": 1,
920
+ "ORG": 1,
921
+ "PERS": 1
922
+ },
923
+ "parent_source": "WojoodFine-Flat B/B evidence",
924
+ "examples": [
925
+ "نابلس",
926
+ "مدينة القدس",
927
+ "رام الله",
928
+ "قرية اليامون",
929
+ "مدينة بيت لحم"
930
+ ],
931
+ "examples_source": "WojoodFine-Flat spans",
932
+ "parent_examples": {
933
+ "GPE": [
934
+ "بعلبك",
935
+ "بيروت",
936
+ "القدس"
937
+ ],
938
+ "EVENT": [
939
+ "وبدر",
940
+ "اوسلو",
941
+ "حطين"
942
+ ],
943
+ "LOC": [
944
+ "مرج الزهور"
945
+ ],
946
+ "ORG": [
947
+ "إدلب"
948
+ ],
949
+ "PERS": [
950
+ "ساندفورد"
951
+ ]
952
+ }
953
+ },
954
+ {
955
+ "id": "WATER-BODY",
956
+ "parent": "LOC",
957
+ "parent_evidence": {
958
+ "LOC": 99,
959
+ "EVENT": 1
960
+ },
961
+ "parent_source": "WojoodFine-Flat B/B evidence",
962
+ "examples": [
963
+ "البحر الأبيض المتوسط",
964
+ "بحيرة طبريا",
965
+ "طبريا",
966
+ "البحر الميت",
967
+ "البحر المتوسط"
968
+ ],
969
+ "examples_source": "WojoodFine-Flat spans",
970
+ "parent_examples": {
971
+ "LOC": [
972
+ "المحيط النهدي",
973
+ "البحر الميت",
974
+ "الينابيع الحارة في مدينة طبريا"
975
+ ],
976
+ "EVENT": [
977
+ "وعين جالوت"
978
+ ]
979
+ }
980
+ }
981
+ ],
982
+ "relations": [
983
+ {
984
+ "id": "birth_date",
985
+ "domain": [
986
+ "PERS"
987
+ ],
988
+ "range": [
989
+ "DATE"
990
+ ],
991
+ "template_ar": "{entity_1} وُلِد في تاريخ {entity_2}",
992
+ "typo": null,
993
+ "symmetric": false,
994
+ "inverse_of": null,
995
+ "direction_note": "entity_1 is a person; entity_2 is the person's birth date.",
996
+ "normalized_id": "birth_date"
997
+ },
998
+ {
999
+ "id": "birth_place",
1000
+ "domain": [
1001
+ "PERS"
1002
+ ],
1003
+ "range": [
1004
+ "GPE",
1005
+ "LOC"
1006
+ ],
1007
+ "template_ar": "{entity_1} وُلِد في/مكان الولادة {entity_2}",
1008
+ "typo": null,
1009
+ "symmetric": false,
1010
+ "inverse_of": null,
1011
+ "direction_note": "entity_1 is a person; entity_2 is the person's birth place.",
1012
+ "normalized_id": "birth_place"
1013
+ },
1014
+ {
1015
+ "id": "branch_count",
1016
+ "domain": [
1017
+ "ORG"
1018
+ ],
1019
+ "range": [
1020
+ "CARDINAL"
1021
+ ],
1022
+ "template_ar": "{entity_1} يضم عدد فروع قدره {entity_2}",
1023
+ "typo": null,
1024
+ "symmetric": false,
1025
+ "inverse_of": null,
1026
+ "direction_note": "entity_1 is an organization; entity_2 is its number of branches.",
1027
+ "normalized_id": "number_of_branches"
1028
+ },
1029
+ {
1030
+ "id": "builder_of",
1031
+ "domain": [
1032
+ "PERS",
1033
+ "NORP"
1034
+ ],
1035
+ "range": [
1036
+ "FAC"
1037
+ ],
1038
+ "template_ar": "{entity_1} بنى {entity_2}",
1039
+ "typo": null,
1040
+ "symmetric": false,
1041
+ "inverse_of": null,
1042
+ "direction_note": "entity_1 is the person or group that built entity_2.",
1043
+ "normalized_id": "builder_of"
1044
+ },
1045
+ {
1046
+ "id": "capital_of",
1047
+ "domain": [
1048
+ "GPE"
1049
+ ],
1050
+ "range": [
1051
+ "GPE"
1052
+ ],
1053
+ "template_ar": "{entity_1} هي عاصمة {entity_2}",
1054
+ "typo": null,
1055
+ "symmetric": false,
1056
+ "inverse_of": null,
1057
+ "direction_note": "entity_1 is the capital city/place of entity_2.",
1058
+ "normalized_id": "capital_of"
1059
+ },
1060
+ {
1061
+ "id": "death_date",
1062
+ "domain": [
1063
+ "PERS"
1064
+ ],
1065
+ "range": [
1066
+ "DATE"
1067
+ ],
1068
+ "template_ar": "{entity_1} توفي في تاريخ {entity_2}",
1069
+ "typo": null,
1070
+ "symmetric": false,
1071
+ "inverse_of": null,
1072
+ "direction_note": "entity_1 is a person; entity_2 is the person's death date.",
1073
+ "normalized_id": "death_date"
1074
+ },
1075
+ {
1076
+ "id": "employee_of",
1077
+ "domain": [
1078
+ "PERS"
1079
+ ],
1080
+ "range": [
1081
+ "ORG",
1082
+ "FAC"
1083
+ ],
1084
+ "template_ar": "{entity_1} يعمل لدى {entity_2}",
1085
+ "typo": null,
1086
+ "symmetric": false,
1087
+ "inverse_of": null,
1088
+ "direction_note": "entity_1 is a person who works for entity_2.",
1089
+ "normalized_id": "employee_of"
1090
+ },
1091
+ {
1092
+ "id": "employs",
1093
+ "domain": [
1094
+ "ORG"
1095
+ ],
1096
+ "range": [
1097
+ "CARDINAL"
1098
+ ],
1099
+ "template_ar": "{entity_1} عدد مظفيه {entity_2}",
1100
+ "typo": {
1101
+ "suggested_id": null,
1102
+ "note": "Arabic template appears to mean employee count rather than a person/organization employs relation."
1103
+ },
1104
+ "symmetric": false,
1105
+ "inverse_of": null,
1106
+ "direction_note": "Despite the English id, the Arabic template means entity_1 has entity_2 as its employee count.",
1107
+ "note": "Not treated as inverse_of employee_of because SinaTools range is CARDINAL and the template expresses employee count, not employed person.",
1108
+ "normalized_id": "number_of_employees"
1109
+ },
1110
+ {
1111
+ "id": "found_on",
1112
+ "domain": [
1113
+ "ORG"
1114
+ ],
1115
+ "range": [
1116
+ "DATE",
1117
+ "TIME"
1118
+ ],
1119
+ "template_ar": "{entity_1} تم تأسيسها بتاريخ {entity_2}",
1120
+ "typo": null,
1121
+ "symmetric": false,
1122
+ "inverse_of": null,
1123
+ "direction_note": "entity_1 is an organization; entity_2 is its founding date/time.",
1124
+ "normalized_id": "founding_date"
1125
+ },
1126
+ {
1127
+ "id": "founder_of",
1128
+ "domain": [
1129
+ "PERS"
1130
+ ],
1131
+ "range": [
1132
+ "ORG"
1133
+ ],
1134
+ "template_ar": "{entity_1} هو مؤسس {entity_2}",
1135
+ "typo": null,
1136
+ "symmetric": false,
1137
+ "inverse_of": null,
1138
+ "direction_note": "entity_1 is a person who founded entity_2.",
1139
+ "normalized_id": "founder_of"
1140
+ },
1141
+ {
1142
+ "id": "geopolitical_division",
1143
+ "domain": [
1144
+ "GPE",
1145
+ "LOC"
1146
+ ],
1147
+ "range": [
1148
+ "GPE",
1149
+ "LOC"
1150
+ ],
1151
+ "template_ar": "{entity_1} هو تقسيم جغرافي لـ {entity_2}",
1152
+ "typo": null,
1153
+ "symmetric": false,
1154
+ "inverse_of": null,
1155
+ "direction_note": "entity_1 is a geopolitical/geographic division or subdivision of entity_2.",
1156
+ "normalized_id": "geopolitical_division"
1157
+ },
1158
+ {
1159
+ "id": "has_alternate_name",
1160
+ "domain": [
1161
+ "ORG",
1162
+ "FAC"
1163
+ ],
1164
+ "range": [
1165
+ "ORG",
1166
+ "FAC"
1167
+ ],
1168
+ "template_ar": "{entity_1} يُعرف أيضاً باسم {entity_2}",
1169
+ "typo": null,
1170
+ "symmetric": true,
1171
+ "inverse_of": null,
1172
+ "direction_note": "Symmetric alias/equivalence-style relation: entity_1 is also known as entity_2.",
1173
+ "normalized_id": "has_alternate_name"
1174
+ },
1175
+ {
1176
+ "id": "has_area",
1177
+ "domain": [
1178
+ "GPE",
1179
+ "LOC"
1180
+ ],
1181
+ "range": [
1182
+ "QUANTITY"
1183
+ ],
1184
+ "template_ar": "{entity_1} تبلغ مساحتها {entity_2}",
1185
+ "typo": null,
1186
+ "symmetric": false,
1187
+ "inverse_of": null,
1188
+ "direction_note": "entity_1 is a place/region; entity_2 is its area measurement.",
1189
+ "normalized_id": "has_area"
1190
+ },
1191
+ {
1192
+ "id": "has_border_with",
1193
+ "domain": [
1194
+ "LOC",
1195
+ "GPE"
1196
+ ],
1197
+ "range": [
1198
+ "LOC",
1199
+ "GPE"
1200
+ ],
1201
+ "template_ar": "{entity_1} لديه حدود مع {entity_2}",
1202
+ "typo": null,
1203
+ "symmetric": true,
1204
+ "inverse_of": null,
1205
+ "direction_note": "Symmetric relation: entity_1 shares a border with entity_2.",
1206
+ "normalized_id": "has_border_with"
1207
+ },
1208
+ {
1209
+ "id": "has_compititor",
1210
+ "domain": [
1211
+ "PERS",
1212
+ "ORG"
1213
+ ],
1214
+ "range": [
1215
+ "PERS",
1216
+ "ORG"
1217
+ ],
1218
+ "template_ar": "{entity_1} منافس لـ {entity_2}",
1219
+ "typo": {
1220
+ "suggested_id": "has_competitor",
1221
+ "note": "Relation id appears misspelled in SinaTools; kept unchanged here."
1222
+ },
1223
+ "symmetric": true,
1224
+ "inverse_of": null,
1225
+ "direction_note": "Symmetric relation: entity_1 competes with entity_2.",
1226
+ "normalized_id": "has_competitor"
1227
+ },
1228
+ {
1229
+ "id": "has_conflict_with",
1230
+ "domain": [
1231
+ "ORG",
1232
+ "NORP",
1233
+ "GPE"
1234
+ ],
1235
+ "range": [
1236
+ "ORG",
1237
+ "NORP",
1238
+ "GPE"
1239
+ ],
1240
+ "template_ar": "{entity_1} لديه نزاع مع {entity_2}",
1241
+ "typo": null,
1242
+ "symmetric": true,
1243
+ "inverse_of": null,
1244
+ "direction_note": "Symmetric relation: entity_1 is in conflict with entity_2.",
1245
+ "normalized_id": "has_conflict_with"
1246
+ },
1247
+ {
1248
+ "id": "has_currency",
1249
+ "domain": [
1250
+ "GPE",
1251
+ "LOC"
1252
+ ],
1253
+ "range": [
1254
+ "CURR"
1255
+ ],
1256
+ "template_ar": "{entity_1} عملتها هي {entity_2}",
1257
+ "typo": null,
1258
+ "symmetric": false,
1259
+ "inverse_of": null,
1260
+ "direction_note": "entity_1 is a place/region; entity_2 is its currency.",
1261
+ "normalized_id": "has_currency"
1262
+ },
1263
+ {
1264
+ "id": "has_occupation",
1265
+ "domain": [
1266
+ "PERS"
1267
+ ],
1268
+ "range": [
1269
+ "OCC"
1270
+ ],
1271
+ "template_ar": "{entity_1} يعمل كـ/مهنته {entity_2}",
1272
+ "typo": null,
1273
+ "symmetric": false,
1274
+ "inverse_of": null,
1275
+ "direction_note": "entity_1 is a person; entity_2 is the person's occupation or role.",
1276
+ "normalized_id": "has_occupation"
1277
+ },
1278
+ {
1279
+ "id": "has_parent",
1280
+ "domain": [
1281
+ "PERS"
1282
+ ],
1283
+ "range": [
1284
+ "PERS"
1285
+ ],
1286
+ "template_ar": "{entity_1} هو والد أو والدة {entity_2}",
1287
+ "typo": null,
1288
+ "symmetric": false,
1289
+ "inverse_of": null,
1290
+ "direction_note": "The Arabic template says entity_1 is the parent of entity_2; the English id may read as the opposite direction.",
1291
+ "note": "Keep relation id unchanged for SinaTools compatibility, but use the Arabic template direction: parent -> child.",
1292
+ "normalized_id": "has_parent"
1293
+ },
1294
+ {
1295
+ "id": "has_partner_with",
1296
+ "domain": [
1297
+ "ORG"
1298
+ ],
1299
+ "range": [
1300
+ "ORG"
1301
+ ],
1302
+ "template_ar": "{entity_1} شريك لـ {entity_2}",
1303
+ "typo": null,
1304
+ "symmetric": true,
1305
+ "inverse_of": null,
1306
+ "direction_note": "Symmetric relation: entity_1 is a partner of entity_2.",
1307
+ "normalized_id": "partner_with"
1308
+ },
1309
+ {
1310
+ "id": "has_population",
1311
+ "domain": [
1312
+ "GPE"
1313
+ ],
1314
+ "range": [
1315
+ "CARDINAL"
1316
+ ],
1317
+ "template_ar": "{entity_1} يبلغ عدد سكانها {entity_2}",
1318
+ "typo": null,
1319
+ "symmetric": false,
1320
+ "inverse_of": null,
1321
+ "direction_note": "entity_1 is a geopolitical place; entity_2 is its population count.",
1322
+ "normalized_id": "has_population"
1323
+ },
1324
+ {
1325
+ "id": "has_property",
1326
+ "domain": [
1327
+ "ORG"
1328
+ ],
1329
+ "range": [
1330
+ "PRODUCT"
1331
+ ],
1332
+ "template_ar": "{entity_1} لديه ممتكات {entity_2}",
1333
+ "typo": {
1334
+ "suggested_id": null,
1335
+ "note": "Arabic template appears to contain a spelling issue in ممتكات."
1336
+ },
1337
+ "symmetric": false,
1338
+ "inverse_of": null,
1339
+ "direction_note": "entity_1 is an organization; entity_2 is a product/property it owns or has.",
1340
+ "note": "Arabic template likely intends ممتلكات/possessions; kept as source relation pending manual review.",
1341
+ "normalized_id": "has_property"
1342
+ },
1343
+ {
1344
+ "id": "has_relative",
1345
+ "domain": [
1346
+ "PERS"
1347
+ ],
1348
+ "range": [
1349
+ "PERS"
1350
+ ],
1351
+ "template_ar": "{entity_1} هو قريب {entity_2}",
1352
+ "typo": null,
1353
+ "symmetric": true,
1354
+ "inverse_of": null,
1355
+ "direction_note": "Symmetric relation: entity_1 is a relative of entity_2.",
1356
+ "normalized_id": "has_relative"
1357
+ },
1358
+ {
1359
+ "id": "has_revenue",
1360
+ "domain": [
1361
+ "ORG"
1362
+ ],
1363
+ "range": [
1364
+ "MONEY"
1365
+ ],
1366
+ "template_ar": "{entity_1} يحقق إيرادات قدرها {entity_2}",
1367
+ "typo": null,
1368
+ "symmetric": false,
1369
+ "inverse_of": null,
1370
+ "direction_note": "entity_1 is an organization; entity_2 is its revenue amount.",
1371
+ "normalized_id": "has_revenue"
1372
+ },
1373
+ {
1374
+ "id": "has_sibling",
1375
+ "domain": [
1376
+ "PERS"
1377
+ ],
1378
+ "range": [
1379
+ "PERS"
1380
+ ],
1381
+ "template_ar": "{entity_1} هو أخ أو أخت {entity_2}",
1382
+ "typo": null,
1383
+ "symmetric": true,
1384
+ "inverse_of": null,
1385
+ "direction_note": "Symmetric relation: entity_1 is a sibling of entity_2.",
1386
+ "normalized_id": "has_sibling"
1387
+ },
1388
+ {
1389
+ "id": "has_spouse",
1390
+ "domain": [
1391
+ "PERS"
1392
+ ],
1393
+ "range": [
1394
+ "PERS"
1395
+ ],
1396
+ "template_ar": "{entity_1} هو زوج أو زوجة {entity_2}",
1397
+ "typo": null,
1398
+ "symmetric": true,
1399
+ "inverse_of": null,
1400
+ "direction_note": "Symmetric relation: entity_1 is a spouse of entity_2.",
1401
+ "normalized_id": "has_spouse"
1402
+ },
1403
+ {
1404
+ "id": "headquartered_in",
1405
+ "domain": [
1406
+ "ORG"
1407
+ ],
1408
+ "range": [
1409
+ "GPE",
1410
+ "LOC"
1411
+ ],
1412
+ "template_ar": "{entity_1} يقع مقره الرئيسي في {entity_2}",
1413
+ "typo": null,
1414
+ "symmetric": false,
1415
+ "inverse_of": null,
1416
+ "direction_note": "entity_1 is an organization; entity_2 is its headquarters location.",
1417
+ "normalized_id": "headquartered_in"
1418
+ },
1419
+ {
1420
+ "id": "inventor_of",
1421
+ "domain": [
1422
+ "PERS"
1423
+ ],
1424
+ "range": [
1425
+ "PRODUCT"
1426
+ ],
1427
+ "template_ar": "{entity_1} مخترع {entity_2}",
1428
+ "typo": null,
1429
+ "symmetric": false,
1430
+ "inverse_of": null,
1431
+ "direction_note": "entity_1 is a person who invented entity_2.",
1432
+ "normalized_id": "inventor_of"
1433
+ },
1434
+ {
1435
+ "id": "leader_of",
1436
+ "domain": [
1437
+ "PERS"
1438
+ ],
1439
+ "range": [
1440
+ "ORG"
1441
+ ],
1442
+ "template_ar": "{entity_1} هو قائد {entity_2}",
1443
+ "typo": null,
1444
+ "symmetric": false,
1445
+ "inverse_of": null,
1446
+ "direction_note": "entity_1 is a person who leads entity_2.",
1447
+ "normalized_id": "leader_of"
1448
+ },
1449
+ {
1450
+ "id": "lives_in",
1451
+ "domain": [
1452
+ "PERS",
1453
+ "NORP"
1454
+ ],
1455
+ "range": [
1456
+ "GPE",
1457
+ "LOC"
1458
+ ],
1459
+ "template_ar": "{entity_1} يعيش في {entity_2}",
1460
+ "typo": null,
1461
+ "symmetric": false,
1462
+ "inverse_of": null,
1463
+ "direction_note": "entity_1 is a person or group; entity_2 is where they live.",
1464
+ "normalized_id": "lives_in"
1465
+ },
1466
+ {
1467
+ "id": "located_in",
1468
+ "domain": [
1469
+ "GPE",
1470
+ "LOC",
1471
+ "FAC",
1472
+ "ORG"
1473
+ ],
1474
+ "range": [
1475
+ "GPE",
1476
+ "LOC",
1477
+ "FAC",
1478
+ "ORG"
1479
+ ],
1480
+ "template_ar": "{entity_1} يقع في {entity_2}",
1481
+ "typo": null,
1482
+ "symmetric": false,
1483
+ "inverse_of": null,
1484
+ "direction_note": "entity_1 is a facility or organization; entity_2 is its location.",
1485
+ "normalized_id": "located_in"
1486
+ },
1487
+ {
1488
+ "id": "manager_of",
1489
+ "domain": [
1490
+ "PERS"
1491
+ ],
1492
+ "range": [
1493
+ "ORG",
1494
+ "FAC"
1495
+ ],
1496
+ "template_ar": "{entity_1} هو مدير {entity_2}",
1497
+ "typo": null,
1498
+ "symmetric": false,
1499
+ "inverse_of": null,
1500
+ "direction_note": "entity_1 is a person who manages entity_2.",
1501
+ "normalized_id": "manager_of"
1502
+ },
1503
+ {
1504
+ "id": "manufacturer_of",
1505
+ "domain": [
1506
+ "ORG"
1507
+ ],
1508
+ "range": [
1509
+ "PRODUCT"
1510
+ ],
1511
+ "template_ar": "{entity_1} يصنّع {entity_2}",
1512
+ "typo": null,
1513
+ "symmetric": false,
1514
+ "inverse_of": null,
1515
+ "direction_note": "entity_1 is an organization that manufactures entity_2.",
1516
+ "normalized_id": "manufacturer_of"
1517
+ },
1518
+ {
1519
+ "id": "member_of",
1520
+ "domain": [
1521
+ "PERS"
1522
+ ],
1523
+ "range": [
1524
+ "ORG",
1525
+ "NORP"
1526
+ ],
1527
+ "template_ar": "{entity_1} عضو في {entity_2}",
1528
+ "typo": null,
1529
+ "symmetric": false,
1530
+ "inverse_of": null,
1531
+ "direction_note": "entity_1 is a person who belongs to entity_2.",
1532
+ "normalized_id": "member_of"
1533
+ },
1534
+ {
1535
+ "id": "nearby",
1536
+ "domain": [
1537
+ "GPE",
1538
+ "LOC",
1539
+ "ORG",
1540
+ "FAC"
1541
+ ],
1542
+ "range": [
1543
+ "GPE",
1544
+ "LOC",
1545
+ "ORG",
1546
+ "FAC"
1547
+ ],
1548
+ "template_ar": "{entity_1} يقع بالقرب من {entity_2}",
1549
+ "typo": null,
1550
+ "symmetric": true,
1551
+ "inverse_of": null,
1552
+ "direction_note": "Symmetric relation: entity_1 is near entity_2.",
1553
+ "normalized_id": "nearby"
1554
+ },
1555
+ {
1556
+ "id": "official_language",
1557
+ "domain": [
1558
+ "GPE",
1559
+ "LOC"
1560
+ ],
1561
+ "range": [
1562
+ "LANGUAGE"
1563
+ ],
1564
+ "template_ar": "{entity_1} لغتها الرسمية {entity_2}",
1565
+ "typo": null,
1566
+ "symmetric": false,
1567
+ "inverse_of": null,
1568
+ "direction_note": "entity_1 is a place/region; entity_2 is its official language.",
1569
+ "normalized_id": "official_language"
1570
+ },
1571
+ {
1572
+ "id": "owner_of",
1573
+ "domain": [
1574
+ "PERS"
1575
+ ],
1576
+ "range": [
1577
+ "ORG",
1578
+ "FAC"
1579
+ ],
1580
+ "template_ar": "{entity_1} يمتلك {entity_2}",
1581
+ "typo": null,
1582
+ "symmetric": false,
1583
+ "inverse_of": null,
1584
+ "direction_note": "entity_1 is a person who owns entity_2.",
1585
+ "normalized_id": "owner_of"
1586
+ },
1587
+ {
1588
+ "id": "president_of",
1589
+ "domain": [
1590
+ "PERS"
1591
+ ],
1592
+ "range": [
1593
+ "ORG",
1594
+ "GPE"
1595
+ ],
1596
+ "template_ar": "{entity_1} هو رئيس/يتولى أعلى منصب في {entity_2}",
1597
+ "typo": null,
1598
+ "symmetric": false,
1599
+ "inverse_of": null,
1600
+ "direction_note": "entity_1 is a person who is president or highest office holder of entity_2.",
1601
+ "normalized_id": "president_of"
1602
+ },
1603
+ {
1604
+ "id": "student_at",
1605
+ "domain": [
1606
+ "PERS"
1607
+ ],
1608
+ "range": [
1609
+ "ORG"
1610
+ ],
1611
+ "template_ar": "{entity_1} طالب في/تلقى تعليمه في {entity_2}",
1612
+ "typo": null,
1613
+ "symmetric": false,
1614
+ "inverse_of": null,
1615
+ "direction_note": "entity_1 is a person who studies or studied at entity_2.",
1616
+ "normalized_id": "student_at"
1617
+ },
1618
+ {
1619
+ "id": "subsidary",
1620
+ "domain": [
1621
+ "ORG"
1622
+ ],
1623
+ "range": [
1624
+ "ORG"
1625
+ ],
1626
+ "template_ar": "{entity_1} فرع تابع لـ {entity_2}",
1627
+ "typo": {
1628
+ "suggested_id": "subsidiary",
1629
+ "note": "Relation id appears misspelled in SinaTools; kept unchanged here."
1630
+ },
1631
+ "symmetric": false,
1632
+ "inverse_of": null,
1633
+ "direction_note": "entity_1 is a subsidiary/branch of entity_2.",
1634
+ "note": "Keep misspelled SinaTools id unchanged; normalized form is subsidiary. Direction is subsidiary/branch -> parent organization.",
1635
+ "normalized_id": "subsidiary"
1636
+ }
1637
+ ],
1638
+ "notes": [
1639
+ "Relation id is the SinaTools-compatible identifier and must be preserved exactly, even when it looks misspelled or awkward. Use normalized_id for cleaner ontology-facing names."
1640
+ ],
1641
+ "stats": {
1642
+ "coarse_entity_count": 21,
1643
+ "fine_entity_count": 31,
1644
+ "total_entity_count": 52,
1645
+ "relation_count": 40
1646
+ }
1647
+ }
train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:330308bde01f888ed5abe60fe525dc9d081435c5aae340fc1f1736ad7762af59
3
+ size 112479488
validation.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:556a0245c0a79b6203c015cd3efea5d8282440db5f62a44b16129efa2f6a3406
3
+ size 15494382