File size: 69,807 Bytes
4bb803b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
event_type,template,arg1,arg2,arg3,arg4,arg5
artifactexistence.artifactfailure.mechanicalfailure,what is the <arg1> mechanical artifact failed due to instrument in <trg>,evt152arg01mechanicalartifact,,,,
artifactexistence.artifactfailure.mechanicalfailure,what is the <arg2> cause of  mechanical artifact failure in <trg>,,evt152arg02instrument,,,
artifactexistence.artifactfailure.mechanicalfailure,where is the <arg3>  in <trg>,,,evt152arg03place,,
artifactexistence.damagedestroy.unspecified,who is the <arg1> damaging something in <trg>,evt001arg01damagerdestroyer,,,,
artifactexistence.damagedestroy.unspecified,what is the <arg2> being damaged in <trg>,,evt001arg02artifact,,,
artifactexistence.damagedestroy.unspecified,what is the <arg3> being used to damage in <trg>,,,evt001arg03instrument,,
artifactexistence.damagedestroy.unspecified,where is the <arg4> in <trg>,,,,evt001arg04place,
artifactexistence.damagedestroy.damage,who is the <arg1> damaging something in <trg>,evt002arg01damager,,,,
artifactexistence.damagedestroy.damage,what is the <arg2> being damaged in <trg>,,evt002arg02artifact,,,
artifactexistence.damagedestroy.damage,what is the <arg3> being used to damage in <trg>,,,evt002arg03instrument,,
artifactexistence.damagedestroy.damage,where is the <arg4> in <trg>,,,,evt002arg04place,
artifactexistence.damagedestroy.destroy,who is the <arg1> damaging something in <trg>,evt003arg01destroyer,,,,
artifactexistence.damagedestroy.destroy,what is the <arg2> being damaged in <trg>,,evt003arg02artifact,,,
artifactexistence.damagedestroy.destroy,what is the <arg3> being used to damage in <trg>,,,evt003arg03instrument,,
artifactexistence.damagedestroy.destroy,where is the <arg4> in <trg>,,,,evt003arg04place,
artifactexistence.shortage.shortage,who is the <arg1> experiencing a shortage of something in <trg>,evt149arg01experiencer ,,,,
artifactexistence.shortage.shortage,what is the <arg2> in shortage in <trg>,,evt149arg02supply ,,,
artifactexistence.shortage.shortage,where is the <arg3> in <trg>,,,evt149arg03place ,,
conflict.attack.unspecified,what is the <arg1> attacking target in <trg>,evt004arg01attacker,,,,
conflict.attack.unspecified,what is the <arg2> being attacked in <trg>,,evt004arg02target,,,
conflict.attack.unspecified,what is the <arg3> being used to attack something in <trg>,,,evt004arg03instrument,,
conflict.attack.unspecified,where is the <arg4> in <trg>,,,,evt004arg04place,
conflict.attack.airstrikemissilestrike,what is the <arg1> attacking target in <trg>,evt005arg01attacker,,,,
conflict.attack.airstrikemissilestrike,what is the <arg2> being attacked in <trg>,,evt005arg02target,,,
conflict.attack.airstrikemissilestrike,what is the <arg3> being used to attack something in <trg>,,,evt005arg03instrument,,
conflict.attack.airstrikemissilestrike,where is the <arg4> in <trg>,,,,evt005arg04place,
conflict.attack.biologicalchemicalpoisonattack,what is the <arg1> attacking target in <trg>,evt006arg01attacker,,,,
conflict.attack.biologicalchemicalpoisonattack,what is the <arg2> being attacked in <trg>,,evt006arg02target,,,
conflict.attack.biologicalchemicalpoisonattack,what is the <arg3> being used to attack something in <trg>,,,evt006arg03instrument,,
conflict.attack.biologicalchemicalpoisonattack,where is the <arg4> in <trg>,,,,evt006arg04place,
conflict.attack.bombing,what is the <arg1> attacking target in <trg>,evt007arg01attacker,,,,
conflict.attack.bombing,what is the <arg2> being attacked in <trg>,,evt007arg02target,,,
conflict.attack.bombing,what is the <arg3> being used to attack something in <trg>,,,evt007arg03instrument,,
conflict.attack.bombing,where is the <arg4> in <trg>,,,,evt007arg04place,
conflict.attack.firearmattack,what is the <arg1> attacking target in <trg>,evt008arg01attacker,,,,
conflict.attack.firearmattack,what is the <arg2> being attacked in <trg>,,evt008arg02target,,,
conflict.attack.firearmattack,what is the <arg3> being used to attack something in <trg>,,,evt008arg03instrument,,
conflict.attack.firearmattack,where is the <arg4> in <trg>,,,,evt008arg04place,
conflict.attack.hanging,what is the <arg1> attacking target in <trg>,evt009arg01attacker,,,,
conflict.attack.hanging,what is the <arg2> being attacked in <trg>,,evt009arg02target,,,
conflict.attack.hanging,what is the <arg3> being used to attack something in <trg>,,,evt009arg03instrument,,
conflict.attack.hanging,where is the <arg4> in <trg>,,,,evt009arg04place,
conflict.attack.invade,what is the <arg1> attacking target in <trg>,evt010arg01attacker,,,,
conflict.attack.invade,what is the <arg2> being attacked in <trg>,,evt010arg02target,,,
conflict.attack.invade,what is the <arg3> being used to attack something in <trg>,,,evt010arg03instrument,,
conflict.attack.invade,where is the <arg4> in <trg>,,,,evt010arg04place,
conflict.attack.selfdirectedbattle,what is the <arg1> attacking target in <trg>,evt011arg01attacker,,,,
conflict.attack.selfdirectedbattle,what is the <arg2> being attacked in <trg>,,evt011arg02target,,,
conflict.attack.selfdirectedbattle,what is the <arg3> being used to attack something in <trg>,,,evt011arg03instrument,,
conflict.attack.selfdirectedbattle,where is the <arg4> in <trg>,,,,evt011arg04place,
conflict.attack.setfire,what is the <arg1> attacking target in <trg>,evt012arg01attacker,,,,
conflict.attack.setfire,what is the <arg2> being attacked in <trg>,,evt012arg02target,,,
conflict.attack.setfire,what is the <arg3> being used to attack something in <trg>,,,evt012arg03instrument,,
conflict.attack.setfire,where is the <arg4> in <trg>,,,,evt012arg04place,
conflict.attack.stabbing,what is the <arg1> attacking target in <trg>,evt013arg01attacker,,,,
conflict.attack.stabbing,what is the <arg2> being attacked in <trg>,,evt013arg02target,,,
conflict.attack.stabbing,what is the <arg3> being used to attack something in <trg>,,,evt013arg03instrument,,
conflict.attack.stabbing,where is the <arg4> in <trg>,,,,evt013arg04place,
conflict.attack.stealrobhijack,what is the <arg1> attacking target in <trg>,evt014arg01attacker,,,,
conflict.attack.stealrobhijack,what is the <arg2> being attacked in <trg>,,evt014arg02target,,,
conflict.attack.stealrobhijack,what is the <arg3> being used to attack something in <trg>,,,evt014arg03instrument,,
conflict.attack.stealrobhijack,where is the <arg4> in <trg>,,,,evt014arg04place,
conflict.attack.stealrobhijack,what is the <arg5>  target artifact of attacker in <trg>,,,,,evt014arg05artifact
conflict.attack.strangling,what is the <arg1> attacking target in <trg>,evt015arg01attacker,,,,
conflict.attack.strangling,what is the <arg2> being attacked in <trg>,,evt015arg02target,,,
conflict.attack.strangling,what is the <arg3> being used to attack something in <trg>,,,evt015arg03instrument,,
conflict.attack.strangling,where is the <arg4> in <trg>,,,,evt015arg04place,
conflict.coup.coup,what is the <arg1> being deposed by somebody at place in <trg>,evt151arg01deposedentity ,,,,
conflict.coup.coup,who is the <arg2> deposingentity  in <trg>,,evt151arg02deposingentity ,,,
conflict.coup.coup,where is the <arg3> in <trg>,,,evt151arg03place ,,
conflict.demonstrate.unspecified,who is the <arg1> in a demonstration in <trg>,evt016arg01demonstrator,,,,
conflict.demonstrate.unspecified,where is the <arg2> in <trg>,,evt016arg02place,,,
conflict.demonstrate.marchprotestpoliticalgathering,who is the <arg1> in a demonstration in <trg>,evt017arg01demonstrator,,,,
conflict.demonstrate.marchprotestpoliticalgathering,where is the <arg2> in <trg>,,evt017arg02place,,,
conflict.yield.unspecified,what is the <arg1> yielder yielding to recipient in <trg>,evt018arg01yielder,,,,
conflict.yield.unspecified,what is the <arg2> being yielded in <trg>,,evt018arg02recipient,,,
conflict.yield.unspecified,where is the <arg3> in <trg>,,,evt018arg03place,,
conflict.yield.retreat,who is the <arg1> retreater retreating from original place to target place in <trg>,evt019arg01retreater,,,,
conflict.yield.retreat,where is the original <arg2> place in <trg>,,evt019arg02origin,,,
conflict.yield.retreat,where is the target <arg3> place in <trg>,,,evt019arg03destination,,
conflict.yield.surrender,who is the <arg1> surrenderring to recipient at place in <trg>,evt020arg01surrenderer,,,,
conflict.yield.surrender,who is the <arg2> being surrenderred to at place in <trg>,,evt020arg02recipient,,,
conflict.yield.surrender,where is the <arg3> in <trg>,,,evt020arg03place,,
contact.collaborate.unspecified,who is the <arg1> communicating with participant at place in <trg>,evt021arg01participant,,,,
contact.collaborate.unspecified,who is the <arg2> communicating with participant at place in <trg>,,evt021arg02participant,,,
contact.collaborate.unspecified,where is the <arg3> in <trg>,,,evt021arg03place,,
contact.collaborate.correspondence,who is the <arg1> communicating remotely with participant at place in <trg>,evt022arg01participant,,,,
contact.collaborate.correspondence,who is the <arg2> communicating remotely with participant at place in <trg>,,evt022arg02participant,,,
contact.collaborate.correspondence,where is the <arg3> in <trg>,,,evt022arg03place,,
contact.collaborate.meet,who is the <arg1> met face-to-face with participant at place in <trg>,evt023arg01participant,,,,
contact.collaborate.meet,who is the <arg2> met face-to-face with participant at place in <trg>,,evt023arg02participant,,,
contact.collaborate.meet,where is the <arg3> in <trg>,,,evt023arg03place,,
contact.commandorder.unspecified,who is the <arg1> communicating with participant at place in <trg>,evt024arg01communicator,,,,
contact.commandorder.unspecified,who is the <arg2> communicating with participant at place in <trg>,,evt024arg02recipient,,,
contact.commandorder.unspecified,where is the <arg3> in <trg>,,,evt024arg03place,,
contact.commandorder.unspecified,what is the <arg4> topic in <trg>,,,,evt024arg04topic,
contact.commandorder.broadcast,who is the <arg1> communicating with participant at place in <trg>,evt025arg01communicator,,,,
contact.commandorder.broadcast,who is the <arg2> communicating with participant at place in <trg>,,evt025arg02recipient,,,
contact.commandorder.broadcast,where is the <arg3> in <trg>,,,evt025arg03place,,
contact.commandorder.broadcast,what is the <arg4> topic in <trg>,,,,evt025arg04topic,
contact.commandorder.correspondence,who is the <arg1> communicating remotely with participant at place in <trg>,evt026arg01communicator,,,,
contact.commandorder.correspondence,who is the <arg2> communicating remotely with participant at place in <trg>,,evt026arg02recipient,,,
contact.commandorder.correspondence,where is the <arg3> in <trg>,,,evt026arg03place,,
contact.commandorder.correspondence,what is the <arg4> topic in <trg>,,,,evt026arg04topic,
contact.commandorder.meet,who is the <arg1> met face-to-face with participant at place in <trg>,evt027arg01communicator,,,,
contact.commandorder.meet,who is the <arg2> met face-to-face with participant at place in <trg>,,evt027arg02recipient,,,
contact.commandorder.meet,where is the <arg3> in <trg>,,,evt027arg03place,,
contact.commandorder.meet,what is the <arg4> topic in <trg>,,,,evt027arg04topic,
contact.commitmentpromiseexpressintent.unspecified,who is the <arg1> communicating with participant at place in <trg>,evt028arg01communicator,,,,
contact.commitmentpromiseexpressintent.unspecified,who is the <arg2> communicating with participant at place in <trg>,,evt028arg02recipient,,,
contact.commitmentpromiseexpressintent.unspecified,where is the <arg3> in <trg>,,,evt028arg03place,,
contact.commitmentpromiseexpressintent.unspecified,what is the <arg4> topic in <trg>,,,,evt028arg04topic,
contact.commitmentpromiseexpressintent.broadcast,who is the <arg1> communicating with participant at place in <trg>,evt029arg01communicator,,,,
contact.commitmentpromiseexpressintent.broadcast,who is the <arg2> communicating with participant at place in <trg>,,evt029arg02recipient,,,
contact.commitmentpromiseexpressintent.broadcast,where is the <arg3> in <trg>,,,evt029arg03place,,
contact.commitmentpromiseexpressintent.broadcast,what is the <arg4> topic in <trg>,,,,evt029arg04topic,
contact.commitmentpromiseexpressintent.correspondence,who is the <arg1> communicating remotely with participant at place in <trg>,evt030arg01communicator,,,,
contact.commitmentpromiseexpressintent.correspondence,who is the <arg2> communicating remotely with participant at place in <trg>,,evt030arg02recipient,,,
contact.commitmentpromiseexpressintent.correspondence,where is the <arg3> in <trg>,,,evt030arg03place,,
contact.commitmentpromiseexpressintent.correspondence,what is the <arg4> topic in <trg>,,,,evt030arg04topic,
contact.commitmentpromiseexpressintent.meet,who is the <arg1> met face-to-face with participant at place in <trg>,evt031arg01communicator,,,,
contact.commitmentpromiseexpressintent.meet,who is the <arg2> met face-to-face with participant at place in <trg>,,evt031arg02recipient,,,
contact.commitmentpromiseexpressintent.meet,where is the <arg3> in <trg>,,,evt031arg03place,,
contact.commitmentpromiseexpressintent.meet,what is the <arg4> topic in <trg>,,,,evt031arg04topic,
contact.discussion.unspecified,who is the <arg1> communicating with participant at place in <trg>,evt032arg01participant,,,,
contact.discussion.unspecified,who is the <arg2> communicating with participant at place in <trg>,,evt032arg02participant,,,
contact.discussion.unspecified,where is the <arg3> in <trg>,,,evt032arg03place,,
contact.discussion.correspondence,who is the <arg1> communicating remotely with participant at place in <trg>,evt033arg01participant,,,,
contact.discussion.correspondence,who is the <arg2> communicating remotely with participant at place in <trg>,,evt033arg02participant,,,
contact.discussion.correspondence,where is the <arg3> in <trg>,,,evt033arg03place,,
contact.discussion.meet,who is the <arg1> met face-to-face with participant at place in <trg>,evt034arg01participant,,,,
contact.discussion.meet,who is the <arg2> met face-to-face with participant at place in <trg>,,evt034arg02participant,,,
contact.discussion.meet,where is the <arg3> in <trg>,,,evt034arg03place,,
contact.funeralvigil.unspecified,who is the <arg1> communicating with participant during a funeral or vigil at place in <trg>,evt035arg01participant,,,,
contact.funeralvigil.unspecified,who is the <arg2> communicating with participant during a funeral or vigil at place in <trg>,,evt035arg02participant,,,
contact.funeralvigil.unspecified,what is the <arg3> in <trg>,,,evt035arg03deceased,,
contact.funeralvigil.unspecified,where is the <arg4> in <trg>,,,,evt035arg04place,
contact.funeralvigil.meet,who is the <arg1> met face-to-face with participant during a funeral or vigil at place in <trg>,evt036arg01participant,,,,
contact.funeralvigil.meet,who is the <arg2> met face-to-face with participant during a funeral or vigil at place in <trg>,,evt036arg02participant,,,
contact.funeralvigil.meet,what is the <arg3> in <trg>,,,evt036arg03deceased,,
contact.funeralvigil.meet,where is the <arg4> in <trg>,,,,evt036arg04place,
contact.mediastatement.unspecified,who is the <arg1> communicating with participant at place in <trg>,evt037arg01communicator,,,,
contact.mediastatement.unspecified,who is the <arg2> communicating with participant at place in <trg>,,evt037arg02recipient,,,
contact.mediastatement.unspecified,where is the <arg3> in <trg>,,,evt037arg03place,,
contact.mediastatement.broadcast,who is the <arg1> communicated to at place (one-way communication) in <trg>,evt038arg01communicator,,,,
contact.mediastatement.broadcast,who is the <arg2> communicated to at place (one-way communication) in <trg>,,evt038arg02recipient,,,
contact.mediastatement.broadcast,where is the <arg3> in <trg>,,,evt038arg03place,,
contact.negotiate.unspecified,who is the <arg1> communicating with participant at place in <trg>,evt039arg01participant,,,,
contact.negotiate.unspecified,who is the <arg2> communicating with participant at place in <trg>,,evt039arg02participant,,,
contact.negotiate.unspecified,where is the <arg3> in <trg>,,,evt039arg03place,,
contact.negotiate.unspecified,what is the <arg4> topic in <trg>,,,,evt039arg04topic,
contact.negotiate.correspondence,who is the <arg1> communicating remotely with participant at place in <trg>,evt040arg01participant,,,,
contact.negotiate.correspondence,who is the <arg2> communicating remotely with participant at place in <trg>,,evt040arg02participant,,,
contact.negotiate.correspondence,where is the <arg3> in <trg>,,,evt040arg03place,,
contact.negotiate.correspondence,what is the <arg4> topic in <trg>,,,,evt040arg04topic,
contact.negotiate.meet,who is the <arg1> met face-to-face with participant at place in <trg>,evt041arg01participant,,,,
contact.negotiate.meet,who is the <arg2> met face-to-face with participant at place in <trg>,,evt041arg02participant,,,
contact.negotiate.meet,where is the <arg3> in <trg>,,,evt041arg03place,,
contact.negotiate.meet,what is the <arg4> topic in <trg>,,,,evt041arg04topic,
contact.prevarication.unspecified,who is the <arg1> communicating with participant at place in <trg>,evt042arg01communicator,,,,
contact.prevarication.unspecified,who is the <arg2> communicating with participant at place in <trg>,,evt042arg02recipient,,,
contact.prevarication.unspecified,where is the <arg3> in <trg>,,,evt042arg03place,,
contact.prevarication.unspecified,what is the <arg4> topic in <trg>,,,,evt042arg04topic,
contact.prevarication.broadcast,who is the <arg1> communicated to at place (one-way communication) in <trg>,evt043arg01communicator,,,,
contact.prevarication.broadcast,who is the <arg2> communicated to at place (one-way communication) in <trg>,,evt043arg02recipient,,,
contact.prevarication.broadcast,where is the <arg3> in <trg>,,,evt043arg03place,,
contact.prevarication.broadcast,what is the <arg4> topic in <trg>,,,,evt043arg04topic,
contact.prevarication.correspondence,who is the <arg1> communicating remotely with participant at place in <trg>,evt044arg01communicator,,,,
contact.prevarication.correspondence,who is the <arg2> communicating remotely with participant at place in <trg>,,evt044arg02recipient,,,
contact.prevarication.correspondence,where is the <arg3> in <trg>,,,evt044arg03place,,
contact.prevarication.correspondence,what is the <arg4> topic in <trg>,,,,evt044arg04topic,
contact.prevarication.meet,who is the <arg1> met face-to-face with participant at place in <trg>,evt045arg01communicator,,,,
contact.prevarication.meet,who is the <arg2> met face-to-face with participant at place in <trg>,,evt045arg02recipient,,,
contact.prevarication.meet,where is the <arg3> in <trg>,,,evt045arg03place,,
contact.prevarication.meet,what is the <arg4> topic in <trg>,,,,evt045arg04topic,
contact.publicstatementinperson.unspecified,who is the <arg1> communicating with participant at place in <trg>,evt046arg01communicator,,,,
contact.publicstatementinperson.unspecified,who is the <arg2> communicating with participant at place in <trg>,,evt046arg02recipient,,,
contact.publicstatementinperson.unspecified,where is the <arg3> in <trg>,,,evt046arg03place,,
contact.publicstatementinperson.broadcast,who is the <arg1> communicated to at place (one-way communication) in <trg>,evt047arg01communicator,,,,
contact.publicstatementinperson.broadcast,who is the <arg2> communicated to at place (one-way communication) in <trg>,,evt047arg02recipient,,,
contact.publicstatementinperson.broadcast,where is the <arg3> in <trg>,,,evt047arg03place,,
contact.requestadvise.unspecified,who is the <arg1> communicating with recipient at place in <trg>,evt048arg01communicator,,,,
contact.requestadvise.unspecified,who is the <arg2> communicating with recipient at place in <trg>,,evt048arg02recipient,,,
contact.requestadvise.unspecified,where is the <arg3> in <trg>,,,evt048arg03place,,
contact.requestadvise.unspecified,what is the <arg4> topic in <trg>,,,,evt048arg04topic,
contact.requestadvise.broadcast,who is the <arg1> communicated to at place (one-way communication) in <trg>,evt049arg01communicator,,,,
contact.requestadvise.broadcast,who is the <arg2> communicated to at place (one-way communication) in <trg>,,evt049arg02recipient,,,
contact.requestadvise.broadcast,where is the <arg3> in <trg>,,,evt049arg03place,,
contact.requestadvise.broadcast,what is the <arg4> topic in <trg>,,,,evt049arg04topic,
contact.requestadvise.correspondence,who is the <arg1> communicating remotely with participant at place in <trg>,evt050arg01communicator,,,,
contact.requestadvise.correspondence,who is the <arg2> communicating remotely with participant at place in <trg>,,evt050arg02recipient,,,
contact.requestadvise.correspondence,where is the <arg3> in <trg>,,,evt050arg03place,,
contact.requestadvise.correspondence,what is the <arg4> topic in <trg>,,,,evt050arg04topic,
contact.requestadvise.meet,who is the <arg1> met face-to-face with participant at place in <trg>,evt051arg01communicator,,,,
contact.requestadvise.meet,who is the <arg2> met face-to-face with participant at place in <trg>,,evt051arg02recipient,,,
contact.requestadvise.meet,where is the <arg3> in <trg>,,,evt051arg03place,,
contact.requestadvise.meet,what is the <arg4> topic in <trg>,,,,evt051arg04topic,
contact.threatencoerce.unspecified,who is the <arg1> communicating with recipient at place in <trg>,evt052arg01communicator,,,,
contact.threatencoerce.unspecified,who is the <arg2> communicating with recipient at place in <trg>,,evt052arg02recipient,,,
contact.threatencoerce.unspecified,where is the <arg3> in <trg>,,,evt052arg03place,,
contact.threatencoerce.unspecified,what is the <arg4> topic in <trg>,,,,evt052arg04topic,
contact.threatencoerce.broadcast,who is the <arg1> communicated to at place (one-way communication) in <trg>,evt053arg01communicator,,,,
contact.threatencoerce.broadcast,who is the <arg2> communicated to at place (one-way communication) in <trg>,,evt053arg02recipient,,,
contact.threatencoerce.broadcast,where is the <arg3> in <trg>,,,evt053arg03place,,
contact.threatencoerce.broadcast,what is the <arg4> topic in <trg>,,,,evt053arg04topic,
contact.threatencoerce.correspondence,who is the <arg1> communicating remotely with participant at place in <trg>,evt054arg01communicator,,,,
contact.threatencoerce.correspondence,who is the <arg2> communicating remotely with participant at place in <trg>,,evt054arg02recipient,,,
contact.threatencoerce.correspondence,where is the <arg3> in <trg>,,,evt054arg03place,,
contact.threatencoerce.correspondence,what is the <arg4> topic in <trg>,,,,evt054arg04topic,
contact.threatencoerce.meet,who is the <arg1> met face-to-face with participant at place in <trg>,evt055arg01communicator,,,,
contact.threatencoerce.meet,who is the <arg2> met face-to-face with participant at place in <trg>,,evt055arg02recipient,,,
contact.threatencoerce.meet,where is the <arg3> in <trg>,,,evt055arg03place,,
contact.threatencoerce.meet,what is the <arg4> topic in <trg>,,,,evt055arg04topic,
disaster.accidentcrash.accidentcrash,who is the <arg1> in vehicle crashing into something at place in <trg>,evt057arg01driverpassenger,,,,
disaster.accidentcrash.accidentcrash,what is the <arg2> in <trg>,,evt057arg02vehicle,,,
disaster.accidentcrash.accidentcrash,what is the <arg3> being crashed into in <trg>,,,evt057arg03crashobject,,
disaster.accidentcrash.accidentcrash,where is the <arg4> in <trg>,,,,evt057arg04place,
disaster.diseaseoutbreak.diseaseoutbreak,what is the <arg1> broking out amoing victims or population at place in <trg>,evt148arg01disease ,,,,
disaster.diseaseoutbreak.diseaseoutbreak,what is the <arg2>  in <trg>,,evt148arg02victim ,,,
disaster.diseaseoutbreak.diseaseoutbreak,where is the <arg3> in <trg>,,,evt148arg03place ,,
disaster.fireexplosion.fireexplosion,what is the <arg1> catching fire or exploding from instrument at place in <trg>,evt059arg01fireexplosionobject,,,,
disaster.fireexplosion.fireexplosion,what is the <arg2> being exploded from in <trg>,,evt059arg02instrument,,,
disaster.fireexplosion.fireexplosion,where is the <arg3> in <trg>,,,evt059arg03place,,
genericcrime.genericcrime.genericcrime,who is the <arg1> committing a crime against victim in <trg>,evt154arg01perpetrator ,,,,
genericcrime.genericcrime.genericcrime,who is the <arg2> being committed against in <trg>,,evt154arg02victim ,,,
genericcrime.genericcrime.genericcrime,where is the <arg3> in <trg>,,,evt154arg03place ,,
government.agreements.unspecified,who is the <arg1> signing an agreement in <trg>,evt060arg01participant,,,,
government.agreements.unspecified,who is the <arg2> signing an agreement in <trg>,,evt060arg02participant,,,
government.agreements.unspecified,where is the <arg3> in <trg>,,,evt060arg03place,,
government.agreements.acceptagreementcontractceasefire,who is the <arg1> signing an agreement in <trg>,evt061arg01participant,,,,
government.agreements.acceptagreementcontractceasefire,who is the <arg2> signing an agreement in <trg>,,evt061arg02participant,,,
government.agreements.acceptagreementcontractceasefire,where is the <arg3> in <trg>,,,evt061arg03place,,
government.agreements.rejectnullifyagreementcontractceasefire,who is the <arg1> rejecting or nullifying an agreement with participant in place,evt062arg01rejecternullifier,,,,
government.agreements.rejectnullifyagreementcontractceasefire,who is the <arg2> being rejected in <trg>,,evt062arg02otherparticipant,,,
government.agreements.rejectnullifyagreementcontractceasefire,where is the <arg3> in <trg>,,,evt062arg03place,,
government.agreements.violateagreement,who is the <arg1> violating an agreement with participant in place in <trg>e,evt063arg01violator,,,,
government.agreements.violateagreement,who is the <arg2> being violated with an agreement by violator in <trg>,,evt063arg02otherparticipant,,,
government.agreements.violateagreement,where is the <arg3> in <trg>,,,evt063arg03place,,
government.convene.convene,who is the <arg1> convening somebody in <trg>,evt145arg01convener ,,,,
government.convene.convene,who is the <arg2> being convened in <trg>,,evt145arg02convenedthing ,,,
government.convene.convene,where is the <arg3> in <trg>,,,evt145arg03place ,,
government.formation.unspecified,what is the <arg1> being formed by founder in place in <trg>,evt064arg01gpe,,,,
government.formation.unspecified,who is the <arg2> forming something  in <trg>,,evt064arg02founder,,,
government.formation.unspecified,where is the <arg3> in <trg>,,,evt064arg03place,,
government.formation.mergegpe,who is the <arg1> merging with participant in <trg>,evt065arg01participant,,,,
government.formation.mergegpe,who is the <arg2> being merged with in <trg>,,evt065arg02participant,,,
government.formation.mergegpe,where is the <arg3> in <trg>,,,evt065arg03place,,
government.formation.startgpe,what is the <arg1> started by founder in <trg>,evt066arg01gpe,,,,
government.formation.startgpe,who is the <arg2> starting something in <trg>,,evt066arg02founder,,,
government.formation.startgpe,where is the <arg3> in <trg>,,,evt066arg03place,,
government.legislate.legislate,what is the <arg1> enacted law in <trg>,evt068arg01governmentbody,,,,
government.legislate.legislate,what is the <arg2> being enacted by government in <trg>,,evt068arg02law,,,
government.legislate.legislate,where is the <arg3> in <trg>,,,evt068arg03place,,
government.spy.spy,who is the <arg1> spying on something to the benefit of beneficiary in <trg>,evt070arg01spy,,,,
government.spy.spy,what is the <arg2> being spied on to the benefit of beneficiary in <trg>,,evt070arg02observedentity,,,
government.spy.spy,what is the target <arg3> benefit in <trg>,,,evt070arg03beneficiary,,
government.spy.spy,where is the <arg4> in <trg>,,,,evt070arg04place,
government.vote.unspecified,who is the <arg1> voting for candidate on ballot with results in <trg>,evt071arg01voter,,,,
government.vote.unspecified,what is the <arg2> being voted for on ballot with results in <trg>,,evt071arg02candidate,,,
government.vote.unspecified,what is the <arg3> voter voting for on in <trg>,,,evt071arg03ballot,,
government.vote.unspecified,what is the <arg4> voter voting for with in <trg>,,,,evt071arg04result,
government.vote.unspecified,where is the <arg5> in <trg>,,,,,evt071arg05place
government.vote.castvote,who is the <arg1> voting for candidate on ballot with results in <trg>,evt072arg01voter,,,,
government.vote.castvote,what is the <arg2> being voted for on ballot with results in <trg>,,evt072arg02candidate,,,
government.vote.castvote,what is the <arg3> voter voting for on in <trg>,,,evt072arg03ballot,,
government.vote.castvote,what is the <arg4> voter voting for with in <trg>,,,,evt072arg04result,
government.vote.castvote,where is the <arg5> in <trg>,,,,,evt072arg05place
government.vote.violationspreventvote,who is the <arg1> preventing voter from voting for candidate on ballot in <trg>,evt073arg01preventer,,,,
government.vote.violationspreventvote,who is the <arg2> being prevented from voting for candidate on ballot in <trg>,,evt073arg02voter,,,
government.vote.violationspreventvote,who is the <arg3> being prevented from voting for in <trg>,,,evt073arg03candidate,,
government.vote.violationspreventvote,what is the <arg4> in <trg>,,,,evt073arg04ballot,
government.vote.violationspreventvote,where is the <arg5> in <trg>,,,,,evt073arg05place
inspection.sensoryobserve.unspecified,who is the <arg1> observing something in <trg>,evt074arg01observer,,,,
inspection.sensoryobserve.unspecified,what is the <arg2> being observed in <trg>,,evt074arg02observedentity,,,
inspection.sensoryobserve.unspecified,where is the <arg3> in <trg>,,,evt074arg03place,,
inspection.sensoryobserve.inspectpeopleorganization,who is the <arg1> inspecting something in <trg>,evt075arg01inspector,,,,
inspection.sensoryobserve.inspectpeopleorganization,what is the <arg2> being inspected in <trg>,,evt075arg02inspectedentity,,,
inspection.sensoryobserve.inspectpeopleorganization,where is the <arg3> in <trg>,,,evt075arg03place,,
inspection.sensoryobserve.monitorelection,who is the <arg1> monitoring something taking part in an election in <trg>,evt076arg01monitor,,,,
inspection.sensoryobserve.monitorelection,what is the <arg2> being monitored taking part in an election in <trg>,,evt076arg02monitoredentity,,,
inspection.sensoryobserve.monitorelection,where is the <arg3> in <trg>,,,evt076arg03place,,
inspection.sensoryobserve.physicalinvestigateinspect,who is the <arg1> inspecting something in <trg>,evt077arg01inspector,,,,
inspection.sensoryobserve.physicalinvestigateinspect,what is the <arg2> being inspected in <trg>,,evt077arg02inspectedentity,,,
inspection.sensoryobserve.physicalinvestigateinspect,where is the <arg3> in <trg>,,,evt077arg03place,,
inspection.targetaimat.targetaimat,who is the <arg1> physically targeted target with instrument in <trg>,evt153arg01targeter ,,,,
inspection.targetaimat.targetaimat,what is the <arg2> being physically targeted in <trg>,,evt153arg02target ,,,
inspection.targetaimat.targetaimat,what is the <arg3> targeter physically targeted with in <trg>,,,evt153arg03instrument ,,
inspection.targetaimat.targetaimat,where is the <arg4> in <trg>,,,,evt153arg04place ,
justice.arrestjaildetain.arrestjaildetain,who is the <arg1> arresting or jailing detainee for crime in <trg>,evt079arg01jailer,,,,
justice.arrestjaildetain.arrestjaildetain,who is the <arg2> being arrested or jailed by jailer in <trg>,,evt079arg02detainee,,,
justice.arrestjaildetain.arrestjaildetain,what is the <arg3> jailer jailed or arrested for in <trg>,,,evt079arg03crime,,
justice.arrestjaildetain.arrestjaildetain,where is the <arg4> in <trg>,,,,evt079arg04place,
justice.initiatejudicialprocess.unspecified,who is the <arg1> initiating judicial process pertaining to defendant before court or judge for crime in <trg>,evt080arg01prosecutor,,,,
justice.initiatejudicialprocess.unspecified,what is the <arg2> prosecutor initiated judicial process pertaining to in <trg>,,evt080arg02defendant,,,
justice.initiatejudicialprocess.unspecified,what is the <arg3> prosecutor initiated judicial process pertaining to defendant before in <trg>,,,evt080arg03judgecourt,,
justice.initiatejudicialprocess.unspecified,what is the <arg4> prosecutor initiated judicial process pertaining to defendant before court or judge for in <trg>,,,,evt080arg04crime,
justice.initiatejudicialprocess.unspecified,where is the <arg5> in <trg>,,,,,evt080arg05place
justice.initiatejudicialprocess.chargeindict,who is the <arg1> charging or indicting defendant before court or judge for crime in <trg>,evt081arg01prosecutor,,,,
justice.initiatejudicialprocess.chargeindict,who is the <arg2> being charged or indicted before court or judge for crime in <trg>,,evt081arg02defendant,,,
justice.initiatejudicialprocess.chargeindict,what is the <arg3> prosecutor charging or indicting defendant before in <trg>,,,evt081arg03judgecourt,,
justice.initiatejudicialprocess.chargeindict,what is the <arg4> prosecutor charging or indicting defendant before court or judge for in <trg>,,,,evt081arg04crime,
justice.initiatejudicialprocess.chargeindict,where is the <arg5> in <trg>,,,,,evt081arg05place
justice.initiatejudicialprocess.trialhearing,who is the <arg1> trying defendant before court or judge for crime in <trg>,evt082arg01prosecutor,,,,
justice.initiatejudicialprocess.trialhearing,who is the <arg2> tried by prosecutor before court or judge for crime in <trg>,,evt082arg02defendant,,,
justice.initiatejudicialprocess.trialhearing,what is the <arg3> prosecutor tried defendant before in <trg>,,,evt082arg03judgecourt,,
justice.initiatejudicialprocess.trialhearing,what is the <arg4> prosecutor tried defendant before court or judge for in <trg> ,,,,evt082arg04crime,
justice.initiatejudicialprocess.trialhearing,where is the <arg5> in <trg>,,,,,evt082arg05place
justice.investigate.unspecified,who is the <arg1> investigating defendant in <trg>,evt083arg01investigator,,,,
justice.investigate.unspecified,what is the <arg2> being investigated in <trg>,,evt083arg02defendant,,,
justice.investigate.unspecified,where is the <arg3> in <trg>,,,evt083arg03place,,
justice.investigate.investigatecrime,who is the <arg1> investigating defendant for crime in <trg>,evt084arg01investigator,,,,
justice.investigate.investigatecrime,what is the <arg2> being investigated for crime in <trg>,,evt084arg02defendant,,,
justice.investigate.investigatecrime,what is the <arg3> investigator investigated defendant for in <trg>,,,evt084arg03crime,,
justice.investigate.investigatecrime,where is the <arg4> in <trg>,,,,evt084arg04place,
justice.judicialconsequences.unspecified,what is the <arg1> deciding consequences of crime committed by defendant in <trg>,evt085arg01judgecourt,,,,
justice.judicialconsequences.unspecified,what is the <arg2> court or judge decided consequences of crime committed by in <trg>,,evt085arg02defendant,,,
justice.judicialconsequences.unspecified,what is the <arg3> court or judge decided consequences of in <trg>,,,evt085arg03crime,,
justice.judicialconsequences.unspecified,where is the <arg4> in <trg>,,,,evt085arg04place,
justice.judicialconsequences.convict,what is the <arg1> convicting  defendant of crime in <trg>,evt086arg01judgecourt,,,,
justice.judicialconsequences.convict,what is the <arg2> convicted by court or judge in <trg>,,evt086arg02defendant,,,
justice.judicialconsequences.convict,what is the <arg3> court or judge convicted defendant of in <trg>,,,evt086arg03crime,,
justice.judicialconsequences.convict,where is the <arg4> in <trg>,,,,evt086arg04place,
justice.judicialconsequences.execute,who is the <arg1> executing defendant for crime in <trg>,evt087arg01executioner,,,,
justice.judicialconsequences.execute,what is the <arg2> executed by excutioner for crime in <trg>,,evt087arg02defendant,,,
justice.judicialconsequences.execute,what is the <arg3> executioner executed defendant for in <trg>,,,evt087arg03crime,,
justice.judicialconsequences.execute,where is the <arg4> in <trg>,,,,evt087arg04place,
justice.judicialconsequences.extradite,who is the <arg1> extraditing defendant for crime from place to place in <trg>,evt088arg01extraditer,,,,
justice.judicialconsequences.extradite,what is the <arg2> extradited by extraditer for crime from place to place in <trg>,,evt088arg02defendant,,,
justice.judicialconsequences.extradite,what is the <arg3> extraditer extradited for from place to place in <trg>,,,evt088arg03crime,,
justice.judicialconsequences.extradite,where is the original <arg4> place in <trg>,,,,evt088arg04origin,
justice.judicialconsequences.extradite,where is the target <arg5> place in <trg>,,,,,evt088arg05destination
life.die.unspecified,who is the <arg1> dying at place from medical issue killed by killer in <trg>,evt089arg01victim,,,,
life.die.unspecified,where is the <arg2> in <trg>,,evt089arg02place,,,
life.die.unspecified,who is the <arg3> killing victime in <trg>,,,evt089arg03killer,,
life.die.unspecified,what is the <arg4> victim died from in <trg>,,,,evt089arg04medicalissue,
life.die.deathcausedbyviolentevents,who is the <arg1> killing victim using instrument or medical issue in <trg>,evt090arg01killer,,,,
life.die.deathcausedbyviolentevents,what is the <arg2> being killed using instrument or medical issue in <trg>,,evt090arg02victim,,,
life.die.deathcausedbyviolentevents,what is the <arg3> killer killed victim using in <trg>,,,evt090arg03instrument,,
life.die.deathcausedbyviolentevents,where is the <arg4> in <trg>,,,,evt090arg04place,
life.die.deathcausedbyviolentevents,what is the <arg5> killer killed victim using in <trg>,,,,,evt090arg05medicalissue
life.die.nonviolentdeath,who is the <arg1> dying at place from medical issue killed by killer in <trg>,evt091arg01victim,,,,
life.die.nonviolentdeath,where is the <arg2> in <trg>,,evt091arg02place,,,
life.die.nonviolentdeath,who is the <arg3> killing victime in <trg>,,,evt091arg03killer,,
life.die.nonviolentdeath,what is the <arg4> victim died from in <trg>,,,,evt091arg04medicalissue,
life.injure.unspecified,who is the <arg1> being injured by injurer with medical issue in <trg>,evt092arg01victim,,,,
life.injure.unspecified,who is the <arg2> injuring victims with medical issue in <trg>,,evt092arg02injurer,,,
life.injure.unspecified,where is the <arg3> in <trg>,,,evt092arg03place,,
life.injure.unspecified,what is the <arg4> victim was injured by injurer with in <trg>,,,,evt092arg04medicalissue,
life.injure.illnessdegradationhungerthirst,who is the <arg1> having extreme hunger or thirst from medical issue imposed by injurer in <trg>,evt093arg01victim,,,,
life.injure.illnessdegradationhungerthirst,where is the <arg2> in <trg>,,evt093arg02place,,,
life.injure.illnessdegradationhungerthirst,what is the <arg3> imposed by injurer in <trg>,,,evt093arg03injurer,,
life.injure.illnessdegradationhungerthirst,what is the <arg4> victim has extreme hunger or thirst from in <trg>,,,,evt093arg04medicalissue,
life.injure.illnessdegradationphysical,who is the <arg1> having some physical degradation form medical issue imposed by injurer in <trg>,evt094arg01victim,,,,
life.injure.illnessdegradationphysical,where is the <arg2> in <trg>,,evt094arg02place,,,
life.injure.illnessdegradationphysical,who is the <arg3> imposing physical degradation in <trg>,,,evt094arg03injurer,,
life.injure.illnessdegradationphysical,what is the <arg4> victim has some physical degradation from in <trg>,,,,evt094arg04medicalissue,
life.injure.illnessdegredationsickness,who is the <arg1> having sickness or illness in <trg>,evt150arg01victim ,,,,
life.injure.illnessdegredationsickness,what is the <arg2> infecting victim in <trg>,,evt150arg02injurer ,,,
life.injure.illnessdegredationsickness,what is the <arg3> victim having infected by injurer in <trg>,,,evt150arg03disease ,,
life.injure.illnessdegredationsickness,where is the <arg4> in <trg>,,,,evt150arg04place ,
life.injure.injurycausedbyviolentevents,who is the <arg1> injuring victim in <trg>,evt095arg01injurer,,,,
life.injure.injurycausedbyviolentevents,who is the <arg2> injured by injurer in <trg>,,evt095arg02victim,,,
life.injure.injurycausedbyviolentevents,what is the <arg3> injurer injured victim using in <trg>,,,evt095arg03instrument,,
life.injure.injurycausedbyviolentevents,where is the <arg4> in <trg>,,,,evt095arg04place,
life.injure.injurycausedbyviolentevents,what is the <arg5> injurer injured victim using in <trg>,,,,,evt095arg05medicalissue
manufacture.artifact.unspecified,who is the <arg1> manufacturing or creating producing artifact using instrument in <trg>,evt096arg01manufacturer,,,,
manufacture.artifact.unspecified,what is the <arg2> manufactured or created or produced by manufacturer in <trg>,,evt096arg02artifact,,,
manufacture.artifact.unspecified,what is the <arg3> manufacturer manufactured or created or produced artifact using in <trg>,,,evt096arg03instrument,,
manufacture.artifact.unspecified,where is the <arg4> in <trg>,,,,evt096arg04place,
manufacture.artifact.build,who is the <arg1> manufacturing or creating producing artifact using instrument in <trg>,evt097arg01manufacturer,,,,
manufacture.artifact.build,what is the <arg2> manufactured or created or produced by manufacturer in <trg>,,evt097arg02artifact,,,
manufacture.artifact.build,what is the <arg3> manufacturer manufactured or created or produced artifact using in <trg>,,,evt097arg03instrument,,
manufacture.artifact.build,where is the <arg4> in <trg>,,,,evt097arg04place,
manufacture.artifact.createintellectualproperty,who is the <arg1> manufacturing or creating producing artifact using instrument in <trg>,evt098arg01manufacturer,,,,
manufacture.artifact.createintellectualproperty,what is the <arg2> manufactured or created or produced by manufacturer in <trg>,,evt098arg02artifact,,,
manufacture.artifact.createintellectualproperty,what is the <arg3> manufacturer manufactured or created or produced artifact using in <trg>,,,evt098arg03instrument,,
manufacture.artifact.createintellectualproperty,where is the <arg4> in <trg>,,,,evt098arg04place,
manufacture.artifact.createmanufacture,who is the <arg1> manufacturing or creating producing artifact using instrument in <trg>,evt099arg01manufacturer,,,,
manufacture.artifact.createmanufacture,what is the <arg2> manufactured or created or produced by manufacturer in <trg>,,evt099arg02artifact,,,
manufacture.artifact.createmanufacture,what is the <arg3> manufacturer manufactured or created or produced artifact using in <trg>,,,evt099arg03instrument,,
manufacture.artifact.createmanufacture,where is the <arg4> in <trg>,,,,evt099arg04place,
medical.intervention.intervention,who is the <arg1> treating patient for medical issue with means in <trg>,evt147arg01treater ,,,,
medical.intervention.intervention,who is the <arg2> being treated by treater for medical with means in <trg> ,,evt147arg02patient ,,,
medical.intervention.intervention,what is the <arg3> treater treated patient for in <trg>,,,evt147arg03medicalissue ,,
medical.intervention.intervention,what is the <arg4> treater treated patient for medical issue with in <trg>,,,,evt147arg04instrument ,
medical.intervention.intervention,where is the <arg5> in <trg>,,,,,evt147arg05place 
movement.transportartifact.unspecified,who is the <arg1> transporting artifact in vehicle from place to place in <trg>,evt100arg01transporter,,,,
movement.transportartifact.unspecified,what is the <arg2> being transported by transporter in vehicle from place to place in <trg>,,evt100arg02artifact,,,
movement.transportartifact.unspecified,what is the <arg3> transporter transporting artifact in from place to place in <trg>,,,evt100arg03vehicle,,
movement.transportartifact.unspecified,where is the original <arg4> place in <trg>,,,,evt100arg04origin,
movement.transportartifact.unspecified,where is the target <arg5> place in <trg>,,,,,evt100arg05destination
movement.transportartifact.bringcarryunload,who is the <arg1> transporting artifact in vehicle from place to place in <trg>,evt101arg01transporter,,,,
movement.transportartifact.bringcarryunload,what is the <arg2> being transported by transporter in vehicle from place to place in <trg>,,evt101arg02artifact,,,
movement.transportartifact.bringcarryunload,what is the <arg3> transporter transporting artifact in from place to place in <trg>,,,evt101arg03vehicle,,
movement.transportartifact.bringcarryunload,where is the original <arg4> place in <trg>,,,,evt101arg04origin,
movement.transportartifact.bringcarryunload,where is the target <arg5> place in <trg>,,,,,evt101arg05destination
movement.transportartifact.disperseseparate,who is the <arg1> transporting artifact in vehicle from place to place in <trg>,evt102arg01transporter,,,,
movement.transportartifact.disperseseparate,what is the <arg2> being transported by transporter in vehicle from place to place in <trg>,,evt102arg02artifact,,,
movement.transportartifact.disperseseparate,what is the <arg3> transporter transporting artifact in from place to place in <trg>,,,evt102arg03vehicle,,
movement.transportartifact.disperseseparate,where is the original <arg4> place in <trg>,,,,evt102arg04origin,
movement.transportartifact.disperseseparate,where is the target <arg5> place in <trg>,,,,,evt102arg05destination
movement.transportartifact.fall,what is the <arg1> falling from place to place in <trg>,evt103arg01artifact,,,,
movement.transportartifact.fall,where is the original <arg2> place in <trg>,,evt103arg02origin,,,
movement.transportartifact.fall,where is the target <arg3> place in <trg>,,,evt103arg03destination,,
movement.transportartifact.grantentry,who is the <arg1> granting artifact entry from place to place in <trg>,evt104arg01transporter,,,,
movement.transportartifact.grantentry,what is the <arg2> granted by transporter from place to place in <trg>,,evt104arg02artifact,,,
movement.transportartifact.grantentry,where is the original <arg3> place in <trg>,,,evt104arg03origin,,
movement.transportartifact.grantentry,where is the target <arg4> place in <trg>,,,,evt104arg04destination,
movement.transportartifact.hide,who is the <arg1> concealing artifact in place transported in vehicle from place in <trg>,evt105arg01transporter,,,,
movement.transportartifact.hide,what is the <arg2> concealed by transporter in place transported in vehicle from place in <trg>,,evt105arg02artifact,,,
movement.transportartifact.hide,where is the target <arg3> place in <trg>,,,evt105arg03hidingplace,,
movement.transportartifact.hide,what is the <arg4> transporter concealing artifact in place transported in from place in <trg>,,,,evt105arg04vehicle,
movement.transportartifact.hide,where is the original <arg5> place in <trg>,,,,,evt105arg05origin
movement.transportartifact.lossofcontrol,who is the <arg1> losing control of moving something in place in <trg>,evt146arg01controller ,,,,
movement.transportartifact.lossofcontrol,what is the <arg2> controller losing control of moving in <trg>,,evt146arg02controlledthing ,,,
movement.transportartifact.lossofcontrol,where is the <arg3> in <trg>,,,evt146arg03place ,,
movement.transportartifact.nonviolentthrowlaunch,who is the <arg1> transporting artifact in vehicle from place to place in <trg>,evt106arg01transporter,,,,
movement.transportartifact.nonviolentthrowlaunch,what is the <arg2> being trangsported in vehicle from place to place in <trg>,,evt106arg02artifact,,,
movement.transportartifact.nonviolentthrowlaunch,what is the <arg3> transporter transporting artifact in from place to place in <trg>,,,evt106arg03vehicle,,
movement.transportartifact.nonviolentthrowlaunch,where is the original <arg4> place in <trg>,,,,evt106arg04origin,
movement.transportartifact.nonviolentthrowlaunch,where is the target <arg5> place in <trg>,,,,,evt106arg05destination
movement.transportartifact.prevententry,who is the <arg1> preventing transporter from transporting artifact from place to place in <trg>,evt107arg01preventer,,,,
movement.transportartifact.prevententry,who is the <arg2> prevented by preventer from transporting artifact from place to place in <trg>,,evt107arg02transporter,,,
movement.transportartifact.prevententry,what is the <arg3> preventer prevented transporter from transporting in <trg>,,,evt107arg03artifact,,
movement.transportartifact.prevententry,where is the original <arg4> place in <trg>,,,,evt107arg04origin,
movement.transportartifact.prevententry,where is the target <arg5> place in <trg>,,,,,evt107arg05destination
movement.transportartifact.preventexit,who is the <arg1> preventing transporter from transporting artifact from place to place in <trg>,evt108arg01preventer,,,,
movement.transportartifact.preventexit,who is the <arg2> prevented by preventer from transporting artifact from place to place in <trg>,,evt108arg02transporter,,,
movement.transportartifact.preventexit,what is the <arg3> preventer prevented transporter from transporting in <trg>,,,evt108arg03artifact,,
movement.transportartifact.preventexit,where is the original <arg4> place in <trg>,,,,evt108arg04origin,
movement.transportartifact.preventexit,where is the target <arg5> place in <trg>,,,,,evt108arg05destination
movement.transportartifact.receiveimport,who is the <arg1> transporting artifact in vehicle from place to place in <trg>,evt109arg01transporter,,,,
movement.transportartifact.receiveimport,what is the <arg2> being trangsported in vehicle from place to place in <trg>,,evt109arg02artifact,,,
movement.transportartifact.receiveimport,what is the <arg3> transporter transporting artifact in from place to place in <trg>,,,evt109arg03vehicle,,
movement.transportartifact.receiveimport,where is the original <arg4> place in <trg>,,,,evt109arg04origin,
movement.transportartifact.receiveimport,where is the target <arg5> place in <trg>,,,,,evt109arg05destination
movement.transportartifact.sendsupplyexport,who is the <arg1> transporting artifact in vehicle from place to place in <trg>,evt110arg01transporter,,,,
movement.transportartifact.sendsupplyexport,what is the <arg2> being trangsported in vehicle from place to place in <trg>,,evt110arg02artifact,,,
movement.transportartifact.sendsupplyexport,what is the <arg3> transporter transporting artifact in from place to place in <trg>,,,evt110arg03vehicle,,
movement.transportartifact.sendsupplyexport,where is the original <arg4> place in <trg>,,,,evt110arg04origin,
movement.transportartifact.sendsupplyexport,where is the target <arg5> place in <trg>,,,,,evt110arg05destination
movement.transportartifact.smuggleextract,who is the <arg1> transporting artifact in vehicle from place to place in <trg>,evt111arg01transporter,,,,
movement.transportartifact.smuggleextract,what is the <arg2> being trangsported in vehicle from place to place in <trg>,,evt111arg02artifact,,,
movement.transportartifact.smuggleextract,what is the <arg3> transporter transporting artifact in from place to place in <trg>,,,evt111arg03vehicle,,
movement.transportartifact.smuggleextract,where is the original <arg4> place in <trg>,,,,evt111arg04origin,
movement.transportartifact.smuggleextract,where is the target <arg5> place in <trg>,,,,,evt111arg05destination
movement.transportperson.unspecified,who is the <arg1> transporting artifact in vehicle from place to place in <trg>,evt112arg01transporter,,,,
movement.transportperson.unspecified,what is the <arg2> being trangsported in vehicle from place to place in <trg>,,evt112arg02passenger,,,
movement.transportperson.unspecified,what is the <arg3> transporter transporting artifact in from place to place in <trg>,,,evt112arg03vehicle,,
movement.transportperson.unspecified,where is the original <arg4> place in <trg>,,,,evt112arg04origin,
movement.transportperson.unspecified,where is the target <arg5> place in <trg>,,,,,evt112arg05destination
movement.transportperson.bringcarryunload,who is the <arg1> transporting artifact in vehicle from place to place in <trg>,evt113arg01transporter,,,,
movement.transportperson.bringcarryunload,what is the <arg2> being trangsported in vehicle from place to place in <trg>,,evt113arg02passenger,,,
movement.transportperson.bringcarryunload,what is the <arg3> transporter transporting artifact in from place to place in <trg>,,,evt113arg03vehicle,,
movement.transportperson.bringcarryunload,where is the original <arg4> place in <trg>,,,,evt113arg04origin,
movement.transportperson.bringcarryunload,where is the target <arg5> place in <trg>,,,,,evt113arg05destination
movement.transportperson.disperseseparate,who is the <arg1> transporting artifact in vehicle from place to place in <trg>,evt114arg01transporter,,,,
movement.transportperson.disperseseparate,what is the <arg2> being trangsported in vehicle from place to place in <trg>,,evt114arg02passenger,,,
movement.transportperson.disperseseparate,what is the <arg3> transporter transporting artifact in from place to place in <trg>,,,evt114arg03vehicle,,
movement.transportperson.disperseseparate,where is the original <arg4> place in <trg>,,,,evt114arg04origin,
movement.transportperson.disperseseparate,where is the target <arg5> place in <trg>,,,,,evt114arg05destination
movement.transportperson.evacuationrescue,who is the <arg1> transporting artifact in vehicle from place to place in <trg>,evt115arg01transporter,,,,
movement.transportperson.evacuationrescue,what is the <arg2> being trangsported in vehicle from place to place in <trg>,,evt115arg02passenger,,,
movement.transportperson.evacuationrescue,what is the <arg3> transporter transporting artifact in from place to place in <trg>,,,evt115arg03vehicle,,
movement.transportperson.evacuationrescue,where is the original <arg4> place in <trg>,,,,evt115arg04origin,
movement.transportperson.evacuationrescue,where is the target <arg5> place in <trg>,,,,,evt115arg05destination
movement.transportperson.fall,what is the <arg1> falling from place to place in <trg>,evt116arg01passenger,,,,
movement.transportperson.fall,where is the original <arg2> place in <trg>,,evt116arg02origin,,,
movement.transportperson.fall,where is the target <arg3> place in <trg>,,,evt116arg03destination,,
movement.transportperson.grantentryasylum,who is the <arg1> granting entry to transporter transporting passenger from place to place in <trg>,evt117arg01granter,,,,
movement.transportperson.grantentryasylum,who is the <arg2> granter grants entry to in <trg>,,evt117arg02transporter,,,
movement.transportperson.grantentryasylum,what is the <arg3> granter grants entry to transporter transporting in <trg>,,,evt117arg03passenger,,
movement.transportperson.grantentryasylum,where is the original <arg4> place in <trg>,,,,evt117arg04origin,
movement.transportperson.grantentryasylum,where is the target <arg5> place in <trg>,,,,,evt117arg05destination
movement.transportperson.hide,who is the <arg1> concealing artifact in place transported in vehicle from place in <trg>,evt118arg01transporter,,,,
movement.transportperson.hide,what is the <arg2> concealed by transporter in place transported in vehicle from place in <trg>,,evt118arg02passenger,,,
movement.transportperson.hide,where is the <arg3> transporter concealing artifact in transported in vehicle from place in <trg>,,,evt118arg03hidingplace,,
movement.transportperson.hide,what is the <arg4> transporter concealing artifact in place transported in from place in <trg>,,,,evt118arg04vehicle,
movement.transportperson.hide,where is the original <arg5> place in <trg>,,,,,evt118arg05origin
movement.transportperson.prevententry,who is the <arg1> preventing transporter from transporting artifact from place to place in <trg>,evt119arg01preventer,,,,
movement.transportperson.prevententry,who is the <arg2> prevented by preventer from transporting artifact from place to place in <trg>,,evt119arg02transporter,,,
movement.transportperson.prevententry,what is the <arg3> preventer prevented transporter from transporting in <trg>,,,evt119arg03passenger,,
movement.transportperson.prevententry,where is the original <arg4> place in <trg>,,,,evt119arg04origin,
movement.transportperson.prevententry,where is the target <arg5> place in <trg>,,,,,evt119arg05destination
movement.transportperson.preventexit,who is the <arg1> preventing transporter from transporting artifact from place to place in <trg>,evt120arg01preventer,,,,
movement.transportperson.preventexit,who is the <arg2> prevented by preventer from transporting artifact from place to place in <trg>,,evt120arg02transporter,,,
movement.transportperson.preventexit,what is the <arg3> preventer prevented transporter from transporting in <trg>,,,evt120arg03passenger,,
movement.transportperson.preventexit,where is the original <arg4> place in <trg>,,,,evt120arg04origin,
movement.transportperson.preventexit,where is the target <arg5> place in <trg>,,,,,evt120arg05destination
movement.transportperson.selfmotion,who is the <arg1> moving in vehicle from place to place in <trg>,evt121arg01transporter,,,,
movement.transportperson.selfmotion,what is the <arg2> transporter moved in from place to place in <trg>,,evt121arg02vehicle,,,
movement.transportperson.selfmotion,where is the original <arg3> place in <trg>,,,evt121arg03origin,,
movement.transportperson.selfmotion,where is the target <arg4> place in <trg>,,,,evt121arg04destination,
movement.transportperson.smuggleextract,who is the <arg1> transporting passenger in vehicle from place to place in <trg>,evt122arg01transporter,,,,
movement.transportperson.smuggleextract,who is the <arg2> transported by transporter in vehicle from place to place in <trg>,,evt122arg02passenger,,,
movement.transportperson.smuggleextract,what is the <arg3> transporter transporting passenger in from place to place in <trg>,,,evt122arg03vehicle,,
movement.transportperson.smuggleextract,where is the original <arg4> place in <trg>,,,,evt122arg04origin,
movement.transportperson.smuggleextract,where is the target <arg5> place in <trg>,,,,,evt122arg05destination
personnel.elect.unspecified,who is the <arg1> electing candidate in place in <trg>,evt123arg01voter,,,,
personnel.elect.unspecified,who is the <arg2> elected by voter in place in <trg>,,evt123arg02candidate,,,
personnel.elect.unspecified,where is the <arg3> place in <trg>,,,evt123arg03place,,
personnel.elect.winelection,who is the <arg1> electing candidate in place in <trg>,evt124arg01voter,,,,
personnel.elect.winelection,who is the <arg2> elected by voter in place in <trg>,,evt124arg02candidate,,,
personnel.elect.winelection,where is the <arg3> place in <trg>,,,evt124arg03place,,
personnel.endposition.unspecified,who is the <arg1> stopping working at place of employment in <trg>,evt125arg01employee,,,,
personnel.endposition.unspecified,what is the <arg2> employee stopping working at in <trg>,,evt125arg02placeofemployment,,,
personnel.endposition.unspecified,where is the <arg3>  in <trg>,,,evt125arg03place,,
personnel.endposition.firinglayoff,who is the <arg1> stopping working at place of employment in <trg>,evt126arg01employee,,,,
personnel.endposition.firinglayoff,what is the <arg2> employee stopping working at in <trg>,,evt126arg02placeofemployment,,,
personnel.endposition.firinglayoff,where is the <arg3>  in <trg>,,,evt126arg03place,,
personnel.endposition.quitretire,who is the <arg1> stopping working at place of employment in <trg>,evt127arg01employee,,,,
personnel.endposition.quitretire,what is the <arg2> employee stopping working at in <trg>,,evt127arg02placeofemployment,,,
personnel.endposition.quitretire,where is the <arg3>  in <trg>,,,evt127arg03place,,
personnel.startposition.unspecified,who is the <arg1> starting working at place of employment in <trg>,evt128arg01employee,,,,
personnel.startposition.unspecified,what is the <arg2> employee starting working at in <trg>,,evt128arg02placeofemployment,,,
personnel.startposition.unspecified,where is the <arg3> in <trg>,,,evt128arg03place,,
personnel.startposition.hiring,who is the <arg1> starting working at place of employment in <trg>,evt129arg01employee,,,,
personnel.startposition.hiring,what is the <arg2> employee starting working at in <trg>,,evt129arg02placeofemployment,,,
personnel.startposition.hiring,where is the <arg3> in <trg>,,,evt129arg03place,,
transaction.transaction.unspecified,who is the <arg1> in a transaction for the benefit of beneficiary in <trg>,evt130arg01participant,,,,
transaction.transaction.unspecified,who is the <arg2> in a transaction for the benefit of beneficiary in <trg>,,evt130arg02participant,,,
transaction.transaction.unspecified,what is the <arg3> the benefit of beneficiary in <trg>,,,evt130arg03beneficiary,,
transaction.transaction.unspecified,where is the <arg4> in <trg>,,,,evt130arg04place,
transaction.transaction.embargosanction,who is the <arg1> preventing giver from giving artifact money to recipient in <trg>,evt131arg01preventer,,,,
transaction.transaction.embargosanction,who is the <arg2> prevented by preventer from giving money to recipient in <trg>,,evt131arg02giver,,,
transaction.transaction.embargosanction,who is the <arg3> preventer prevented giver from giving artifact money to in <trg>,,,evt131arg03recipient,,
transaction.transaction.embargosanction,what is the <arg4> preventer prevented giver from giving to recipient in <trg>,,,,evt131arg04artifactmoney,
transaction.transaction.embargosanction,where is the <arg5> in <trg>,,,,,evt131arg05place
transaction.transaction.giftgrantprovideaid,who is the <arg1> giving something to recipient for the benefit of beneficiary in <trg>,evt132arg01giver,,,,
transaction.transaction.giftgrantprovideaid,who is the <arg2> giver gave something to for the benefit of beneficiary in <trg>,,evt132arg02recipient,,,
transaction.transaction.giftgrantprovideaid,what is the <arg3> giver gave something to recipient for the benefit of in <trg>,,,evt132arg03beneficiary,,
transaction.transaction.giftgrantprovideaid,where is the <arg4> in <trg>,,,,evt132arg04place,
transaction.transfermoney.unspecified,who is the <arg1> giving money to recipient for the benefit of beneficiary in <trg>,evt133arg01giver,,,,
transaction.transfermoney.unspecified,who is the <arg2> giver gave money to for the benefit of beneficiary in <trg>,,evt133arg02recipient,,,
transaction.transfermoney.unspecified,what is the <arg3> giver gave money to recipient for the benefit of  in <trg>,,,evt133arg03beneficiary,,
transaction.transfermoney.unspecified,what is the <arg4> giver gave to recipient for the benefit of beneficiary in <trg<>,,,,evt133arg04money,
transaction.transfermoney.unspecified,where is the <arg5> in <trg>,,,,,evt133arg05place
transaction.transfermoney.borrowlend,who is the <arg1> giving money to recipient for the benefit of beneficiary in <trg>,evt134arg01giver,,,,
transaction.transfermoney.borrowlend,who is the <arg2> giver gave money to for the benefit of beneficiary in <trg>,,evt134arg02recipient,,,
transaction.transfermoney.borrowlend,what is the <arg3> giver gave money to recipient for the benefit of  in <trg>,,,evt134arg03beneficiary,,
transaction.transfermoney.borrowlend,what is the <arg4> giver gave to recipient for the benefit of beneficiary in <trg<>,,,,evt134arg04money,
transaction.transfermoney.borrowlend,where is the <arg5> in <trg>,,,,,evt134arg05place
transaction.transfermoney.embargosanction,who is the <arg1> preventing giver from giving artifact money to recipient in <trg>,evt135arg01preventer,,,,
transaction.transfermoney.embargosanction,who is the <arg2> prevented by preventer from giving money to recipient in <trg>,,evt135arg02giver,,,
transaction.transfermoney.embargosanction,who is the <arg3> preventer prevented giver from giving artifact money to in <trg>,,,evt135arg03recipient,,
transaction.transfermoney.embargosanction,what is the <arg4> preventer prevented giver from giving to recipient in <trg>,,,,evt135arg04money,
transaction.transfermoney.embargosanction,where is the <arg5> in <trg>,,,,,evt135arg05place
transaction.transfermoney.giftgrantprovideaid,who is the <arg1> giving money to recipient for the benefit of beneficiary in <trg>,evt136arg01giver,,,,
transaction.transfermoney.giftgrantprovideaid,who is the <arg2> giver gave money to for the benefit of beneficiary in <trg>,,evt136arg02recipient,,,
transaction.transfermoney.giftgrantprovideaid,what is the <arg3> giver gave money to recipient for the benefit of  in <trg>,,,evt136arg03beneficiary,,
transaction.transfermoney.giftgrantprovideaid,what is the <arg4> giver gave to recipient for the benefit of beneficiary in <trg<>,,,,evt136arg04money,
transaction.transfermoney.giftgrantprovideaid,where is the <arg5> in <trg>,,,,,evt136arg05place
transaction.transfermoney.payforservice,who is the <arg1> giving money to recipient for the benefit of beneficiary in <trg>,evt137arg01giver,,,,
transaction.transfermoney.payforservice,who is the <arg2> giver gave money to for the benefit of beneficiary in <trg>,,evt137arg02recipient,,,
transaction.transfermoney.payforservice,what is the <arg3> giver gave money to recipient for the benefit of  in <trg>,,,evt137arg03beneficiary,,
transaction.transfermoney.payforservice,what is the <arg4> giver gave to recipient for the benefit of beneficiary in <trg<>,,,,evt137arg04money,
transaction.transfermoney.payforservice,where is the <arg5> in <trg>,,,,,evt137arg05place
transaction.transfermoney.purchase,who is the <arg1> giving money to recipient for the benefit of beneficiary in <trg>,evt138arg01giver,,,,
transaction.transfermoney.purchase,who is the <arg2> giver gave money to for the benefit of beneficiary in <trg>,,evt138arg02recipient,,,
transaction.transfermoney.purchase,what is the <arg3> giver gave money to recipient for the benefit of  in <trg>,,,evt138arg03beneficiary,,
transaction.transfermoney.purchase,what is the <arg4> giver gave to recipient for the benefit of beneficiary in <trg>,,,,evt138arg04money,
transaction.transfermoney.purchase,where is the <arg5> in <trg>,,,,,evt138arg05place
transaction.transferownership.unspecified,who is the <arg1> giving artifact to recipient for the benefit of beneficiary in <trg>,evt139arg01giver,,,,
transaction.transferownership.unspecified,who is the <arg2> giver artifact to for the benefit of beneficiary in <trg>,,evt139arg02recipient,,,
transaction.transferownership.unspecified,what is the <arg3> giver artifact to recipient for the benefit of in <trg>,,,evt139arg03beneficiary,,
transaction.transferownership.unspecified,what is the <arg4> giver gaving to recipient for the benefit of beneficiart in <trg>,,,,evt139arg04artifact,
transaction.transferownership.unspecified,where is the <arg5> in <trg>,,,,,evt139arg05place
transaction.transferownership.borrowlend,who is the <arg1> giving artifact to recipient for the benefit of beneficiary in <trg>,evt140arg01giver,,,,
transaction.transferownership.borrowlend,who is the <arg2> giver artifact to for the benefit of beneficiary in <trg>,,evt140arg02recipient,,,
transaction.transferownership.borrowlend,what is the <arg3> giver artifact to recipient for the benefit of in <trg>,,,evt140arg03beneficiary,,
transaction.transferownership.borrowlend,what is the <arg4> giver gaving to recipient for the benefit of beneficiart in <trg>,,,,evt140arg04artifact,
transaction.transferownership.borrowlend,where is the <arg5> in <trg>,,,,,evt140arg05place
transaction.transferownership.embargosanction,who is the <arg1> preventing giver from giving artifact money to recipient in <trg>,evt141arg01preventer,,,,
transaction.transferownership.embargosanction,who is the <arg2> prevented by preventer from giving money to recipient in <trg>,,evt141arg02giver,,,
transaction.transferownership.embargosanction,who is the <arg3> preventer prevented giver from giving artifact money to in <trg>,,,evt141arg03recipient,,
transaction.transferownership.embargosanction,what is the <arg4> preventer prevented giver from giving to recipient in <trg>,,,,evt141arg04artifact,
transaction.transferownership.embargosanction,where is the <arg5> in <trg>,,,,,evt141arg05place
transaction.transferownership.giftgrantprovideaid,who is the <arg1> giving artifact to recipient for the benefit of beneficiary in <trg>,evt142arg01giver,,,,
transaction.transferownership.giftgrantprovideaid,who is the <arg2> giver artifact to for the benefit of beneficiary in <trg>,,evt142arg02recipient,,,
transaction.transferownership.giftgrantprovideaid,what is the <arg3> giver artifact to recipient for the benefit of in <trg>,,,evt142arg03beneficiary,,
transaction.transferownership.giftgrantprovideaid,what is the <arg4> giver gaving to recipient for the benefit of beneficiart in <trg>,,,,evt142arg04artifact,
transaction.transferownership.giftgrantprovideaid,where is the <arg5> in <trg>,,,,,evt142arg05place
transaction.transferownership.purchase,who is the <arg1> giving artifact to recipient for the benefit of beneficiary in <trg>,evt143arg01giver,,,,
transaction.transferownership.purchase,who is the <arg2> giver artifact to for the benefit of beneficiary in <trg>,,evt143arg02recipient,,,
transaction.transferownership.purchase,what is the <arg3> giver artifact to recipient for the benefit of in <trg>,,,evt143arg03beneficiary,,
transaction.transferownership.purchase,what is the <arg4> giver gaving to recipient for the benefit of beneficiart in <trg>,,,,evt143arg04artifact,
transaction.transferownership.purchase,where is the <arg5> in <trg>,,,,,evt143arg05place
transaction.transaction.transfercontrol,who is the <arg1> transferring control of something to recipient for the benefit of beneficiary in <trg>,evt144arg01giver,,,,
transaction.transaction.transfercontrol,who is the <arg2> giver transferred control of something to for the benefit of beneficiary in <trg>,,evt144arg02recipient,,,
transaction.transaction.transfercontrol,what is the <arg3> giver transferred control of something to recipient for the benefit of in <trg>,,,evt144arg03beneficiary,,
transaction.transaction.transfercontrol,what is the <arg4> giver transferred control of in <trg>,,,,evt144arg04territoryorfacility,
transaction.transaction.transfercontrol,where is the <arg5> in <trg>,,,,,evt144arg05place