File size: 25,045 Bytes
a1f5016
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
{
    "name": "developer",
    "prompt_templates": [
        "Welk bedrijf is de ontwikkelaar van <subject>? Het antwoord is: <mask>",
        "Wie heeft <subject> ontwikkeld? Het antwoord is: <mask>",
        "Welk bedrijf is verantwoordelijk voor het ontwikkelen van <subject>? Het antwoord is: <mask>",
        "Door wie is <subject> ontwikkeld? Het antwoord is: <mask>",
        "Welke organisatie wordt gecrediteerd voor de ontwikkeling van <subject>? Het antwoord is: <mask>"
    ],
    "samples": [
        {
            "subject": "macOS",
            "object": "Apple Inc.",
            "object_candidates": "Boeing, IBM, Google Inc., Adobe, Nokia, Intel, Nintendo, Microsoft, Airbus, Apple Inc.",
            "index": 3674,
            "subject_en": "macOS",
            "object_en": "Apple Inc."
        },
        {
            "subject": "iOS",
            "object": "Apple Inc.",
            "object_candidates": "IBM, Google Inc., Adobe, Nintendo, Boeing, Airbus, Nokia, Intel, Microsoft, Apple Inc.",
            "index": 3675,
            "subject_en": "iOS",
            "object_en": "Apple Inc."
        },
        {
            "subject": "Safari",
            "object": "Apple Inc.",
            "object_candidates": "Nokia, Airbus, Boeing, Nintendo, Adobe, Google Inc., Intel, IBM, Microsoft, Apple Inc.",
            "index": 3676,
            "subject_en": "Safari",
            "object_en": "Apple Inc."
        },
        {
            "subject": "PostScript",
            "object": "Adobe",
            "object_candidates": "Intel, Airbus, Boeing, Nokia, Google Inc., IBM, Apple Inc., Microsoft, Nintendo, Adobe",
            "index": 3677,
            "subject_en": "PostScript",
            "object_en": "Adobe"
        },
        {
            "subject": "Windows Vista",
            "object": "Microsoft",
            "object_candidates": "Nintendo, Nokia, Google Inc., Adobe, Apple Inc., Boeing, Intel, Airbus, IBM, Microsoft",
            "index": 3678,
            "subject_en": "Windows Vista",
            "object_en": "Microsoft"
        },
        {
            "subject": "Windows Internet Explorer",
            "object": "Microsoft",
            "object_candidates": "Apple Inc., Google Inc., Boeing, IBM, Nintendo, Airbus, Adobe, Nokia, Intel, Microsoft",
            "index": 3679,
            "subject_en": "Internet Explorer",
            "object_en": "Microsoft"
        },
        {
            "subject": "B-17 Flying Fortress",
            "object": "Boeing",
            "object_candidates": "Apple Inc., Airbus, Nintendo, Nokia, Google Inc., Intel, Microsoft, Adobe, IBM, Boeing",
            "index": 3680,
            "subject_en": "B-17 Flying Fortress",
            "object_en": "Boeing"
        },
        {
            "subject": "Microsoft DirectX",
            "object": "Microsoft",
            "object_candidates": "Apple Inc., Nintendo, Boeing, Adobe, IBM, Google Inc., Airbus, Nokia, Intel, Microsoft",
            "index": 3681,
            "subject_en": "DirectX",
            "object_en": "Microsoft"
        },
        {
            "subject": "Microsoft Windows",
            "object": "Microsoft",
            "object_candidates": "Nintendo, Intel, Adobe, Airbus, Apple Inc., Google Inc., Nokia, IBM, Boeing, Microsoft",
            "index": 3682,
            "subject_en": "Microsoft Windows",
            "object_en": "Microsoft"
        },
        {
            "subject": "Xbox 360",
            "object": "Microsoft",
            "object_candidates": "Apple Inc., Google Inc., Nintendo, Adobe, Airbus, Nokia, Boeing, IBM, Intel, Microsoft",
            "index": 3683,
            "subject_en": "Xbox 360",
            "object_en": "Microsoft"
        },
        {
            "subject": "Xbox One",
            "object": "Microsoft",
            "object_candidates": "Airbus, Adobe, Boeing, Nokia, Nintendo, Apple Inc., Intel, Google Inc., IBM, Microsoft",
            "index": 3684,
            "subject_en": "Xbox One",
            "object_en": "Microsoft"
        },
        {
            "subject": "MS-DOS",
            "object": "Microsoft",
            "object_candidates": "Adobe, Nokia, Apple Inc., Google Inc., Boeing, Airbus, Nintendo, IBM, Intel, Microsoft",
            "index": 3685,
            "subject_en": "MS-DOS",
            "object_en": "Microsoft"
        },
        {
            "subject": "Fortran",
            "object": "IBM",
            "object_candidates": "Adobe, Airbus, Google Inc., Apple Inc., Intel, Nintendo, Microsoft, Nokia, Boeing, IBM",
            "index": 3686,
            "subject_en": "Fortran",
            "object_en": "IBM"
        },
        {
            "subject": "Windows 1.0",
            "object": "Microsoft",
            "object_candidates": "Boeing, Nintendo, Nokia, Intel, Google Inc., IBM, Apple Inc., Airbus, Adobe, Microsoft",
            "index": 3687,
            "subject_en": "Windows 1.0",
            "object_en": "Microsoft"
        },
        {
            "subject": "Nintendo 3DS",
            "object": "Nintendo",
            "object_candidates": "Nokia, Airbus, Boeing, Microsoft, Intel, Apple Inc., Adobe, IBM, Google Inc., Nintendo",
            "index": 3688,
            "subject_en": "Nintendo 3DS",
            "object_en": "Nintendo"
        },
        {
            "subject": "Intel 80386",
            "object": "Intel",
            "object_candidates": "Apple Inc., IBM, Nokia, Airbus, Nintendo, Google Inc., Microsoft, Boeing, Adobe, Intel",
            "index": 3689,
            "subject_en": "Intel 80386",
            "object_en": "Intel"
        },
        {
            "subject": "Windows 10",
            "object": "Microsoft",
            "object_candidates": "Nokia, Nintendo, IBM, Apple Inc., Intel, Boeing, Airbus, Adobe, Google Inc., Microsoft",
            "index": 3690,
            "subject_en": "Windows 10",
            "object_en": "Microsoft"
        },
        {
            "subject": "Microsoft Office Excel",
            "object": "Microsoft",
            "object_candidates": "Nokia, Intel, Boeing, Apple Inc., Adobe, Nintendo, IBM, Google Inc., Airbus, Microsoft",
            "index": 3691,
            "subject_en": "Microsoft Excel",
            "object_en": "Microsoft"
        },
        {
            "subject": "Microsoft Office",
            "object": "Microsoft",
            "object_candidates": "Intel, Apple Inc., Adobe, Google Inc., Nintendo, Boeing, Airbus, Nokia, IBM, Microsoft",
            "index": 3692,
            "subject_en": "Microsoft Office",
            "object_en": "Microsoft"
        },
        {
            "subject": "Microsoft Word",
            "object": "Microsoft",
            "object_candidates": "Adobe, Boeing, Intel, Airbus, IBM, Nintendo, Nokia, Google Inc., Apple Inc., Microsoft",
            "index": 3693,
            "subject_en": "Microsoft Word",
            "object_en": "Microsoft"
        },
        {
            "subject": "Mac OS",
            "object": "Apple Inc.",
            "object_candidates": "Nokia, Nintendo, Microsoft, Airbus, IBM, Adobe, Intel, Boeing, Google Inc., Apple Inc.",
            "index": 3694,
            "subject_en": "Mac OS",
            "object_en": "Apple Inc."
        },
        {
            "subject": "Windows 95",
            "object": "Microsoft",
            "object_candidates": "IBM, Adobe, Intel, Google Inc., Nokia, Airbus, Apple Inc., Nintendo, Boeing, Microsoft",
            "index": 3695,
            "subject_en": "Windows 95",
            "object_en": "Microsoft"
        },
        {
            "subject": "Microsoft Visual Studio",
            "object": "Microsoft",
            "object_candidates": "Apple Inc., Adobe, IBM, Boeing, Nintendo, Intel, Google Inc., Airbus, Nokia, Microsoft",
            "index": 3696,
            "subject_en": "Microsoft Visual Studio",
            "object_en": "Microsoft"
        },
        {
            "subject": "Windows 98",
            "object": "Microsoft",
            "object_candidates": "Boeing, IBM, Apple Inc., Nintendo, Nokia, Airbus, Adobe, Google Inc., Intel, Microsoft",
            "index": 3697,
            "subject_en": "Windows 98",
            "object_en": "Microsoft"
        },
        {
            "subject": "Adobe Acrobat",
            "object": "Adobe",
            "object_candidates": "Nokia, Apple Inc., Microsoft, Boeing, Airbus, IBM, Google Inc., Intel, Nintendo, Adobe",
            "index": 3698,
            "subject_en": "Adobe Acrobat",
            "object_en": "Adobe"
        },
        {
            "subject": "Portable Document Format",
            "object": "Adobe",
            "object_candidates": "IBM, Nintendo, Intel, Microsoft, Nokia, Google Inc., Apple Inc., Boeing, Airbus, Adobe",
            "index": 3699,
            "subject_en": "Portable Document Format",
            "object_en": "Adobe"
        },
        {
            "subject": "Intel Core 2",
            "object": "Intel",
            "object_candidates": "Nokia, Boeing, Google Inc., Nintendo, Adobe, Apple Inc., IBM, Airbus, Microsoft, Intel",
            "index": 3700,
            "subject_en": "Core 2",
            "object_en": "Intel"
        },
        {
            "subject": "Adobe Flash",
            "object": "Adobe",
            "object_candidates": "Airbus, Apple Inc., Boeing, Nintendo, Nokia, Intel, IBM, Google Inc., Microsoft, Adobe",
            "index": 3701,
            "subject_en": "Adobe Flash",
            "object_en": "Adobe"
        },
        {
            "subject": "Symbian",
            "object": "Nokia",
            "object_candidates": "Airbus, Microsoft, Apple Inc., IBM, Intel, Google Inc., Nintendo, Boeing, Adobe, Nokia",
            "index": 3702,
            "subject_en": "Symbian",
            "object_en": "Nokia"
        },
        {
            "subject": "Windows Phone",
            "object": "Microsoft",
            "object_candidates": "Google Inc., Airbus, IBM, Nintendo, Boeing, Apple Inc., Intel, Adobe, Nokia, Microsoft",
            "index": 3703,
            "subject_en": "Windows Phone",
            "object_en": "Microsoft"
        },
        {
            "subject": "Pentium",
            "object": "Intel",
            "object_candidates": "Microsoft, IBM, Boeing, Google Inc., Nintendo, Airbus, Apple Inc., Adobe, Nokia, Intel",
            "index": 3704,
            "subject_en": "Pentium",
            "object_en": "Intel"
        },
        {
            "subject": "Adobe Photoshop",
            "object": "Adobe",
            "object_candidates": "Apple Inc., Intel, Boeing, Nintendo, Nokia, Microsoft, Airbus, IBM, Google Inc., Adobe",
            "index": 3705,
            "subject_en": "Adobe Photoshop",
            "object_en": "Adobe"
        },
        {
            "subject": "QuickTime",
            "object": "Apple Inc.",
            "object_candidates": "Boeing, IBM, Intel, Adobe, Google Inc., Airbus, Nintendo, Nokia, Microsoft, Apple Inc.",
            "index": 3706,
            "subject_en": "QuickTime",
            "object_en": "Apple Inc."
        },
        {
            "subject": "Wii U",
            "object": "Nintendo",
            "object_candidates": "IBM, Apple Inc., Google Inc., Boeing, Intel, Nokia, Microsoft, Airbus, Adobe, Nintendo",
            "index": 3707,
            "subject_en": "Wii U",
            "object_en": "Nintendo"
        },
        {
            "subject": "Windows XP",
            "object": "Microsoft",
            "object_candidates": "Nokia, Boeing, Nintendo, Intel, Google Inc., IBM, Apple Inc., Airbus, Adobe, Microsoft",
            "index": 3708,
            "subject_en": "Windows XP",
            "object_en": "Microsoft"
        },
        {
            "subject": "Windows 2000",
            "object": "Microsoft",
            "object_candidates": "Adobe, Nintendo, Intel, Airbus, Nokia, Apple Inc., Google Inc., Boeing, IBM, Microsoft",
            "index": 3709,
            "subject_en": "Windows 2000",
            "object_en": "Microsoft"
        },
        {
            "subject": "New Technology File System",
            "object": "Microsoft",
            "object_candidates": "Intel, Boeing, Apple Inc., Adobe, Nintendo, Airbus, Nokia, Google Inc., IBM, Microsoft",
            "index": 3710,
            "subject_en": "NTFS",
            "object_en": "Microsoft"
        },
        {
            "subject": "Windows 8",
            "object": "Microsoft",
            "object_candidates": "Intel, Google Inc., Adobe, Nokia, Nintendo, Airbus, Boeing, Apple Inc., IBM, Microsoft",
            "index": 3711,
            "subject_en": "Windows 8",
            "object_en": "Microsoft"
        },
        {
            "subject": "iPod",
            "object": "Apple Inc.",
            "object_candidates": "Microsoft, Google Inc., IBM, Intel, Adobe, Airbus, Nokia, Nintendo, Boeing, Apple Inc.",
            "index": 3712,
            "subject_en": "iPod",
            "object_en": "Apple Inc."
        },
        {
            "subject": "Gmail",
            "object": "Google Inc.",
            "object_candidates": "Boeing, Airbus, Microsoft, Nokia, Apple Inc., Intel, IBM, Adobe, Nintendo, Google Inc.",
            "index": 3713,
            "subject_en": "Gmail",
            "object_en": "Google"
        },
        {
            "subject": "Google Maps",
            "object": "Google Inc.",
            "object_candidates": "Apple Inc., Nokia, IBM, Airbus, Nintendo, Microsoft, Adobe, Boeing, Intel, Google Inc.",
            "index": 3714,
            "subject_en": "Google Maps",
            "object_en": "Google"
        },
        {
            "subject": "Windows Live Messenger",
            "object": "Microsoft",
            "object_candidates": "Boeing, Intel, Adobe, Apple Inc., IBM, Google Inc., Airbus, Nintendo, Nokia, Microsoft",
            "index": 3715,
            "subject_en": "Windows Live Messenger",
            "object_en": "Microsoft"
        },
        {
            "subject": "Google Street View",
            "object": "Google Inc.",
            "object_candidates": "Boeing, Adobe, Nokia, Microsoft, Airbus, Intel, IBM, Nintendo, Apple Inc., Google Inc.",
            "index": 3716,
            "subject_en": "Google Street View",
            "object_en": "Google"
        },
        {
            "subject": "Windows Media Player",
            "object": "Microsoft",
            "object_candidates": "Intel, Nintendo, Airbus, Adobe, Boeing, IBM, Nokia, Apple Inc., Google Inc., Microsoft",
            "index": 3717,
            "subject_en": "Windows Media Player",
            "object_en": "Microsoft"
        },
        {
            "subject": ".NET Framework",
            "object": "Microsoft",
            "object_candidates": "Adobe, Intel, Google Inc., Nokia, Airbus, Nintendo, IBM, Boeing, Apple Inc., Microsoft",
            "index": 3718,
            "subject_en": ".NET Framework",
            "object_en": "Microsoft"
        },
        {
            "subject": "Windows Update",
            "object": "Microsoft",
            "object_candidates": "Boeing, Adobe, Intel, Apple Inc., Airbus, IBM, Nokia, Nintendo, Google Inc., Microsoft",
            "index": 3719,
            "subject_en": "Windows Update",
            "object_en": "Microsoft"
        },
        {
            "subject": "B-52 Stratofortress",
            "object": "Boeing",
            "object_candidates": "Airbus, Apple Inc., Nintendo, IBM, Microsoft, Adobe, Intel, Google Inc., Nokia, Boeing",
            "index": 3720,
            "subject_en": "B-52 Stratofortress",
            "object_en": "Boeing"
        },
        {
            "subject": "iTunes",
            "object": "Apple Inc.",
            "object_candidates": "Nintendo, Microsoft, Intel, Google Inc., Nokia, IBM, Airbus, Adobe, Boeing, Apple Inc.",
            "index": 3721,
            "subject_en": "iTunes",
            "object_en": "Apple Inc."
        },
        {
            "subject": "Windows 2.0",
            "object": "Microsoft",
            "object_candidates": "Apple Inc., Nintendo, Nokia, Boeing, IBM, Intel, Airbus, Adobe, Google Inc., Microsoft",
            "index": 3722,
            "subject_en": "Windows 2.0",
            "object_en": "Microsoft"
        },
        {
            "subject": "Google AdSense",
            "object": "Google Inc.",
            "object_candidates": "Adobe, Microsoft, Airbus, Apple Inc., Nokia, IBM, Intel, Nintendo, Boeing, Google Inc.",
            "index": 3723,
            "subject_en": "Google AdSense",
            "object_en": "Google"
        },
        {
            "subject": "Windows 7",
            "object": "Microsoft",
            "object_candidates": "Adobe, Nokia, Airbus, Apple Inc., Nintendo, IBM, Google Inc., Boeing, Intel, Microsoft",
            "index": 3724,
            "subject_en": "Windows 7",
            "object_en": "Microsoft"
        },
        {
            "subject": "Airbus A350",
            "object": "Airbus",
            "object_candidates": "Apple Inc., Adobe, Nintendo, Intel, Nokia, Google Inc., Boeing, IBM, Microsoft, Airbus",
            "index": 3725,
            "subject_en": "Airbus A350",
            "object_en": "Airbus basic"
        },
        {
            "subject": "Google Picasa",
            "object": "Google Inc.",
            "object_candidates": "Nokia, Nintendo, Boeing, Airbus, IBM, Adobe, Intel, Microsoft, Apple Inc., Google Inc.",
            "index": 3726,
            "subject_en": "Picasa",
            "object_en": "Google"
        },
        {
            "subject": "Google Earth",
            "object": "Google Inc.",
            "object_candidates": "Nintendo, Boeing, Microsoft, IBM, Airbus, Nokia, Adobe, Intel, Apple Inc., Google Inc.",
            "index": 3727,
            "subject_en": "Google Earth",
            "object_en": "Google"
        },
        {
            "subject": "Google Play",
            "object": "Google Inc.",
            "object_candidates": "Airbus, Intel, IBM, Nokia, Adobe, Apple Inc., Microsoft, Nintendo, Boeing, Google Inc.",
            "index": 3728,
            "subject_en": "Google Play",
            "object_en": "Google"
        },
        {
            "subject": "iCloud",
            "object": "Apple Inc.",
            "object_candidates": "Nokia, Nintendo, Microsoft, Google Inc., Adobe, Intel, Airbus, IBM, Boeing, Apple Inc.",
            "index": 3729,
            "subject_en": "iCloud",
            "object_en": "Apple Inc."
        },
        {
            "subject": "Siri",
            "object": "Apple Inc.",
            "object_candidates": "Intel, IBM, Nokia, Microsoft, Adobe, Nintendo, Boeing, Airbus, Google Inc., Apple Inc.",
            "index": 3730,
            "subject_en": "Siri",
            "object_en": "Apple Inc."
        },
        {
            "subject": "App Store",
            "object": "Apple Inc.",
            "object_candidates": "Intel, IBM, Adobe, Boeing, Nintendo, Google Inc., Nokia, Microsoft, Airbus, Apple Inc.",
            "index": 3731,
            "subject_en": "App Store",
            "object_en": "Apple Inc."
        },
        {
            "subject": "Microsoft Office Access",
            "object": "Microsoft",
            "object_candidates": "Intel, Nintendo, Airbus, Apple Inc., Boeing, Adobe, Google Inc., IBM, Nokia, Microsoft",
            "index": 3732,
            "subject_en": "Microsoft Access",
            "object_en": "Microsoft"
        },
        {
            "subject": "Apple Watch",
            "object": "Apple Inc.",
            "object_candidates": "Google Inc., Microsoft, Airbus, Intel, Nokia, Adobe, Nintendo, IBM, Boeing, Apple Inc.",
            "index": 3733,
            "subject_en": "Apple Watch",
            "object_en": "Apple Inc."
        },
        {
            "subject": "IBooks",
            "object": "Apple Inc.",
            "object_candidates": "Microsoft, Airbus, Boeing, IBM, Nintendo, Adobe, Intel, Google Inc., Nokia, Apple Inc.",
            "index": 3734,
            "subject_en": "Apple Books",
            "object_en": "Apple Inc."
        },
        {
            "subject": "Google Drive",
            "object": "Google Inc.",
            "object_candidates": "Nintendo, IBM, Boeing, Adobe, Nokia, Microsoft, Apple Inc., Intel, Airbus, Google Inc.",
            "index": 3735,
            "subject_en": "Google Drive",
            "object_en": "Google"
        },
        {
            "subject": "Google Hangouts",
            "object": "Google Inc.",
            "object_candidates": "Airbus, Microsoft, Adobe, Nokia, IBM, Nintendo, Intel, Apple Inc., Boeing, Google Inc.",
            "index": 3736,
            "subject_en": "Google Hangouts",
            "object_en": "Google"
        },
        {
            "subject": "Google Agenda",
            "object": "Google Inc.",
            "object_candidates": "Microsoft, Apple Inc., IBM, Adobe, Nintendo, Nokia, Boeing, Intel, Airbus, Google Inc.",
            "index": 3737,
            "subject_en": "Google Calendar",
            "object_en": "Google"
        },
        {
            "subject": "Skype",
            "object": "Microsoft",
            "object_candidates": "Google Inc., IBM, Intel, Airbus, Apple Inc., Nintendo, Boeing, Nokia, Adobe, Microsoft",
            "index": 3738,
            "subject_en": "Skype",
            "object_en": "Microsoft"
        },
        {
            "subject": "Adobe InDesign",
            "object": "Adobe",
            "object_candidates": "Google Inc., Apple Inc., IBM, Airbus, Microsoft, Nintendo, Intel, Boeing, Nokia, Adobe",
            "index": 3739,
            "subject_en": "Adobe InDesign",
            "object_en": "Adobe"
        },
        {
            "subject": "Microsoft Store",
            "object": "Microsoft",
            "object_candidates": "Airbus, Nokia, Google Inc., IBM, Adobe, Nintendo, Boeing, Apple Inc., Intel, Microsoft",
            "index": 3740,
            "subject_en": "Microsoft Store",
            "object_en": "Microsoft"
        },
        {
            "subject": "8051-microcontroller",
            "object": "Intel",
            "object_candidates": "IBM, Airbus, Nokia, Nintendo, Microsoft, Apple Inc., Google Inc., Adobe, Boeing, Intel",
            "index": 3741,
            "subject_en": "Intel MCS-51",
            "object_en": "Intel"
        },
        {
            "subject": "Blogger",
            "object": "Google Inc.",
            "object_candidates": "Apple Inc., Adobe, Nokia, Boeing, Microsoft, Intel, Nintendo, Airbus, IBM, Google Inc.",
            "index": 3742,
            "subject_en": "Blogger",
            "object_en": "Google"
        },
        {
            "subject": "Google Chrome",
            "object": "Google Inc.",
            "object_candidates": "IBM, Microsoft, Boeing, Nintendo, Apple Inc., Intel, Nokia, Airbus, Adobe, Google Inc.",
            "index": 3743,
            "subject_en": "Google Chrome",
            "object_en": "Google"
        },
        {
            "subject": "Google Translate",
            "object": "Google Inc.",
            "object_candidates": "Boeing, Adobe, Apple Inc., IBM, Microsoft, Airbus, Nokia, Intel, Nintendo, Google Inc.",
            "index": 3744,
            "subject_en": "Google Translate",
            "object_en": "Google"
        },
        {
            "subject": "Google Glass",
            "object": "Google Inc.",
            "object_candidates": "Microsoft, Boeing, IBM, Nokia, Adobe, Nintendo, Apple Inc., Intel, Airbus, Google Inc.",
            "index": 3745,
            "subject_en": "Google Glass",
            "object_en": "Google"
        },
        {
            "subject": "Windows Mobile",
            "object": "Microsoft",
            "object_candidates": "Airbus, Adobe, Apple Inc., Nintendo, Boeing, Nokia, Intel, IBM, Google Inc., Microsoft",
            "index": 3746,
            "subject_en": "Windows Mobile",
            "object_en": "Microsoft"
        },
        {
            "subject": "Windows Me",
            "object": "Microsoft",
            "object_candidates": "Nintendo, Intel, Boeing, Apple Inc., Nokia, Airbus, IBM, Adobe, Google Inc., Microsoft",
            "index": 3747,
            "subject_en": "Windows Me",
            "object_en": "Microsoft"
        },
        {
            "subject": "Minecraft",
            "object": "Microsoft",
            "object_candidates": "Google Inc., Boeing, Nintendo, IBM, Airbus, Nokia, Apple Inc., Intel, Adobe, Microsoft",
            "index": 3748,
            "subject_en": "Minecraft",
            "object_en": "Microsoft"
        },
        {
            "subject": "Microsoft Security Essentials",
            "object": "Microsoft",
            "object_candidates": "Adobe, Apple Inc., Boeing, IBM, Nokia, Google Inc., Airbus, Nintendo, Intel, Microsoft",
            "index": 3749,
            "subject_en": "Microsoft Security Essentials",
            "object_en": "Microsoft"
        }
    ],
    "relation_id": "P178"
}