summaryrefslogtreecommitdiff
path: root/debian/libnepomuk4.symbols
blob: 349f4622f4cc552e5e3617d5995b025ecc968c29 (plain)
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
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
# SymbolsHelper-Confirmed: 4:4.10.5 amd64
libnepomuk.so.4 libnepomuk4 #MINVER#
* Build-Depends-Package: kdelibs5-dev
 _ZN15KTagCloudWidget10tagClickedERK7QString@Base 4:4.3.4
 _ZN15KTagCloudWidget11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:4.3.4
 _ZN15KTagCloudWidget11qt_metacastEPKc@Base 4:4.3.4
 _ZN15KTagCloudWidget11resizeEventEP12QResizeEvent@Base 4:4.3.4
 _ZN15KTagCloudWidget13buildTagCloudEv@Base 4:4.3.4
 _ZN15KTagCloudWidget14setMaxFontSizeEi@Base 4:4.3.4
 _ZN15KTagCloudWidget14setMinFontSizeEi@Base 4:4.3.4
 _ZN15KTagCloudWidget16staticMetaObjectE@Base 4:4.3.4
 _ZN15KTagCloudWidget5clearEv@Base 4:4.3.4
 _ZN15KTagCloudWidget6addTagERK7QStringi@Base 4:4.3.4
 _ZN15KTagCloudWidget7addTagsERK4QMapI7QStringiE@Base 4:4.3.4
 _ZN15KTagCloudWidgetC1EP7QWidget@Base 4:4.3.4
 _ZN15KTagCloudWidgetC2EP7QWidget@Base 4:4.3.4
 _ZN15KTagCloudWidgetD0Ev@Base 4:4.3.4
 _ZN15KTagCloudWidgetD1Ev@Base 4:4.3.4
 _ZN15KTagCloudWidgetD2Ev@Base 4:4.3.4
 _ZN17KTagDisplayWidget10tagClickedERK7QString@Base 4:4.3.4
 _ZN17KTagDisplayWidget11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:4.3.4
 _ZN17KTagDisplayWidget11qt_metacastEPKc@Base 4:4.3.4
 _ZN17KTagDisplayWidget16staticMetaObjectE@Base 4:4.3.4
 _ZN17KTagDisplayWidget5clearEv@Base 4:4.3.4
 _ZN17KTagDisplayWidget6addTagERK7QString@Base 4:4.3.4
 _ZN17KTagDisplayWidget7addTagsERK11QStringList@Base 4:4.3.4
 _ZN17KTagDisplayWidget7setTagsERK11QStringList@Base 4:4.3.4
 _ZN17KTagDisplayWidgetC1EP7QWidget@Base 4:4.3.4
 _ZN17KTagDisplayWidgetC2EP7QWidget@Base 4:4.3.4
 _ZN17KTagDisplayWidgetD0Ev@Base 4:4.3.4
 _ZN17KTagDisplayWidgetD1Ev@Base 4:4.3.4
 _ZN17KTagDisplayWidgetD2Ev@Base 4:4.3.4
 _ZN7Nepomuk10Vocabulary3NCO10IsdnNumberEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO10contactUIDEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO10departmentEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO10imNicknameEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO10nameFamilyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO10postalcodeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO10websiteUrlEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO11AffiliationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO11ContactListEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO11ModemNumberEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO11PagerNumberEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO11PhoneNumberEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO11contributorEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO11hasLocationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO11phoneNumberEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO12ContactGroupEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO12EmailAddressEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO12IMCapabilityEv@Base 4:4.6.1
 _ZN7Nepomuk10Vocabulary3NCO12IMStatusTypeEv@Base 4:4.7.1
 _ZN7Nepomuk10Vocabulary3NCO12emailAddressEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO12hasIMAccountEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO12imStatusTypeEv@Base 4:4.7.1
 _ZN7Nepomuk10Vocabulary3NCO12isAccessedByEv@Base 4:4.6.1
 _ZN7Nepomuk10Vocabulary3NCO12ncoNamespaceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO13ContactMediumEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO13PersonContactEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO13PostalAddressEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO13imAccountTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO13streetAddressEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO14AudioIMAccountEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO14CarPhoneNumberEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO14VideoIMAccountEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO14belongsToGroupEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO14hasAffiliationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO14hasPhoneNumberEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO14nameAdditionalEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO14representativeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO15CellPhoneNumberEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO15MessagingNumberEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO15addressLocationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO15containsContactEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO15extendedAddressEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO15hasEmailAddressEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO15hasIMCapabilityEv@Base 4:4.6.1
 _ZN7Nepomuk10Vocabulary3NCO15imStatusMessageEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO16IMStatusTypeAwayEv@Base 4:4.7.1
 _ZN7Nepomuk10Vocabulary3NCO16IMStatusTypeBusyEv@Base 4:4.7.1
 _ZN7Nepomuk10Vocabulary3NCO16VoicePhoneNumberEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO16contactGroupNameEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO16hasContactMediumEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO16hasPostalAddressEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO16imCapabilityTextEv@Base 4:4.6.1
 _ZN7Nepomuk10Vocabulary3NCO16nrlOntologyGraphEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO17imCapabilityAudioEv@Base 4:4.6.1
 _ZN7Nepomuk10Vocabulary3NCO17imCapabilityVideoEv@Base 4:4.6.1
 _ZN7Nepomuk10Vocabulary3NCO18IMStatusTypeHiddenEv@Base 4:4.7.1
 _ZN7Nepomuk10Vocabulary3NCO19IMStatusTypeOfflineEv@Base 4:4.7.1
 _ZN7Nepomuk10Vocabulary3NCO19IMStatusTypeUnknownEv@Base 4:4.7.1
 _ZN7Nepomuk10Vocabulary3NCO19OrganizationContactEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO19nameHonorificPrefixEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO19nameHonorificSuffixEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO19publishesPresenceToEv@Base 4:4.6.1
 _ZN7Nepomuk10Vocabulary3NCO20VideoTelephoneNumberEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO20contactMediumCommentEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO21ContactListDataObjectEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO21IMStatusTypeAvailableEv@Base 4:4.7.1
 _ZN7Nepomuk10Vocabulary3NCO21ParcelDeliveryAddressEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO23DomesticDeliveryAddressEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO24IMStatusTypeExtendedAwayEv@Base 4:4.7.1
 _ZN7Nepomuk10Vocabulary3NCO28InternationalDeliveryAddressEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO31requestedPresenceSubscriptionToEv@Base 4:4.6.1
 _ZN7Nepomuk10Vocabulary3NCO3endEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO3keyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO3orgEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO3urlEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO4RoleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO4imIDEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO4logoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO4maleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO4noteEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO4roleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO5hobbyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO5photoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO5poboxEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO5soundEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO5startEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO5titleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO6GenderEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO6femaleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO6genderEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO6regionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO7ContactEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO7blogUrlEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO7countryEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO7creatorEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO7foafUrlEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO8fullnameEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO8imStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO8localityEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO8nicknameEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO9BbsNumberEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO9FaxNumberEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO9IMAccountEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO9PcsNumberEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO9birthDateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO9isBlockedEv@Base 4:4.6.1
 _ZN7Nepomuk10Vocabulary3NCO9nameGivenEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO9publisherEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NCO9voiceMailEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NDO10copiedFromEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NDO12ndoNamespaceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NDO13DownloadEventEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NDO13TorrentedFileEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NDO7P2PFileEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NDO7TorrentEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NDO8metadataEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NDO8referrerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO10AttachmentEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO10ExecutableEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO10FilesystemEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO10SourceCodeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO10colorCountEv@Base 4:4.7.1
 _ZN7Nepomuk10Vocabulary3NFO10colorDepthEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO10fontFamilyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO10frameCountEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO10pageNumberEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO10sampleRateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO10supercedesEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO10totalSpaceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO11ApplicationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO11ArchiveItemEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO11MediaStreamEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO11RasterImageEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO11SpreadsheetEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO11VectorImageEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO11aspectRatioEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO11bitrateTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO11fileCreatedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO11lfeChannelsEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO11paletteSizeEv@Base 4:4.7.1
 _ZN7Nepomuk10Vocabulary3NFO11permissionsEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO11sampleCountEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO12HtmlDocumentEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO12PresentationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO12SoftwareItemEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO12TextDocumentEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO12definesClassEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO12deletionDateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO12nfoNamespaceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO12rearChannelsEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO12sideChannelsEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO13DataContainerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO13WebDataObjectEv@Base 4:4.7.1
 _ZN7Nepomuk10Vocabulary3NFO13bitsPerSampleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO13frontChannelsEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO13hashAlgorithmEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO13interlaceModeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO13occupiedSpaceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO14BookmarkFolderEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO14FileDataObjectEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO14averageBitrateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO14characterCountEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO14filesystemTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO14hasMediaStreamEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO14streamPositionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO15CompressionTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO15DeletedResourceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO15FilesystemImageEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO15OperatingSystemEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO15SoftwareServiceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO15compressionTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO15decryptedStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO15definesFunctionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO15encryptedStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO16EncryptionStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO16RemoteDataObjectEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO16containsBookmarkEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO16encryptionStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO16fileLastAccessedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO16fileLastModifiedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO16nrlOntologyGraphEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO16originalLocationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO16uncompressedSizeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO17HardDiskPartitionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO17PlainTextDocumentEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO17RemotePortAddressEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO17characterPositionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO18MediaFileListEntryEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO18belongsToContainerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO18verticalResolutionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO19LocalFileDataObjectEv@Base 4:4.7.4
 _ZN7Nepomuk10Vocabulary3NFO19isPasswordProtectedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO19programmingLanguageEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO20horizontalResolutionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO20lossyCompressionTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO21PaginatedTextDocumentEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO21commentCharacterCountEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO21definesGlobalVariableEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO21hasMediaFileListEntryEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO22EmbeddedFileDataObjectEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO22containsBookmarkFolderEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO23losslessCompressionTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO4FontEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO4IconEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO4rateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO4uuidEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO5AudioEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO5ImageEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO5MediaEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO5TrashEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO5VideoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO5codecEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO5countEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO5widthEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO6CursorEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO6FolderEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO6VisualEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO6heightEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO7ArchiveEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO7MindMapEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO7WebsiteEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO7depictsEv@Base 4:4.7.4
 _ZN7Nepomuk10Vocabulary3NFO7fileUrlEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO7foundryEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO7hasHashEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO8BookmarkEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO8DocumentEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO8FileHashEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO8SoftwareEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO8bitDepthEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO8channelsEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO8durationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO8encodingEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO8fileNameEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO8fileSizeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO9MediaListEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO9bookmarksEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO9conflictsEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO9depictionEv@Base 4:4.7.4
 _ZN7Nepomuk10Vocabulary3NFO9fileOwnerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO9frameRateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO9freeSpaceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO9hashValueEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO9lineCountEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO9pageCountEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NFO9wordCountEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE10DataObjectEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE10DataSourceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE10dataSourceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE10disclaimerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE10identifierEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE10isStoredAsEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE11contentSizeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE11descriptionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE11htmlContentEv@Base 4:4.7.0
 _ZN7Nepomuk10Vocabulary3NIE11licenseTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE12characterSetEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE12lastModifiedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE12nieNamespaceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE13interpretedAsEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE13lastRefreshedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE13rootElementOfEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE14contentCreatedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE14hasLogicalPartEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE15contentModifiedEv@Base 4:4.7.1
 _ZN7Nepomuk10Vocabulary3NIE15generatorOptionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE15isLogicalPartOfEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE16nrlOntologyGraphEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE16plainTextContentEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE18InformationElementEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE19contentLastModifiedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE22informationElementDateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE3urlEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE5legalEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE5linksEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE5titleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE7commentEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE7createdEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE7dependsEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE7hasPartEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE7keywordEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE7licenseEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE7subjectEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE7versionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE8byteSizeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE8isPartOfEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE8languageEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE8mimeTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE8modifiedEv@Base 4:4.7.1
 _ZN7Nepomuk10Vocabulary3NIE9copyrightEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE9coreGraphEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE9generatorEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NIE9relatedToEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM10MusicAlbumEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM10MusicPieceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM10hasEpisodeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM10musicAlbumEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM11albumArtistEv@Base 4:4.10.5
 _ZN7Nepomuk10Vocabulary3NMM11releaseDateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM11trackNumberEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM12nmmNamespaceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM12seasonNumberEv@Base 4:4.8.4
 _ZN7Nepomuk10Vocabulary3NMM13albumPeakGainEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM13albumProducerEv@Base 4:4.10.5
 _ZN7Nepomuk10Vocabulary3NMM13episodeNumberEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM13trackPeakGainEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM14albumConductorEv@Base 4:4.10.5
 _ZN7Nepomuk10Vocabulary3NMM14audienceRatingEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM14beatsPerMinuteEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM14isPartOfSeasonEv@Base 4:4.8.4
 _ZN7Nepomuk10Vocabulary3NMM15albumTrackCountEv@Base 4:4.7.1
 _ZN7Nepomuk10Vocabulary3NMM15cinematographerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM16hasSeasonEpisodeEv@Base 4:4.8.4
 _ZN7Nepomuk10Vocabulary3NMM16nrlOntologyGraphEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM17assistantDirectorEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM17musicCDIdentifierEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM18musicBrainzAlbumIDEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM18musicBrainzTrackIDEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM34internationalStandardRecordingCodeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM5MovieEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM5actorEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM5genreEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM6TVShowEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM6seasonEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM6seriesEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM6writerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM7artworkEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM7setSizeEv@Base 4:4.7.1
 _ZN7Nepomuk10Vocabulary3NMM8TVSeasonEv@Base 4:4.8.4
 _ZN7Nepomuk10Vocabulary3NMM8TVSeriesEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM8composerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM8directorEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM8lyricistEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM8metadataEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM8producerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM8seasonOfEv@Base 4:4.8.4
 _ZN7Nepomuk10Vocabulary3NMM8synopsisEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM9albumGainEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM9hasSeasonEv@Base 4:4.8.4
 _ZN7Nepomuk10Vocabulary3NMM9performerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMM9setNumberEv@Base 4:4.7.1
 _ZN7Nepomuk10Vocabulary3NMM9trackGainEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO10MimeEntityEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO10headerNameEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO10referencesEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO11headerValueEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO11messageFromEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO12nmoNamespaceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO12receivedDateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO13MessageHeaderEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO13hasAttachmentEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO13messageHeaderEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO13messageSenderEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO14messageReplyToEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO14messageSubjectEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO15contentMimeTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO16messageRecipientEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO16nrlOntologyGraphEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO16primaryRecipientEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO17MailboxDataObjectEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO18htmlMessageContentEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO18secondaryRecipientEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO23plainTextMessageContentEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO23primaryMessageRecipientEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO25secondaryMessageRecipientEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO2ccEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO2toEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO3bccEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO4fromEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO5EmailEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO6isReadEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO6senderEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO7MailboxEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO7MessageEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO7emailCcEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO7emailToEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO7replyToEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO8emailBccEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO8sentDateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO9IMMessageEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO9inReplyToEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO9messageIdEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3NMO9recipientEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO10AttachmentEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO10ImportanceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO10actualTimeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO10attachmentEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO10dependencyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO10importanceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO10targetTimeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO10taskSourceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO11contextTaskEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO12DelegabilityEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO12containsTaskEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO12delegabilityEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO12sendDateTimeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO12tmoNamespaceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO13StateTypeRoleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO13TaskContainerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO13actualEndTimeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO13contextThreadEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO13indexPositionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO13stateTypeRoleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO13targetEndTimeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO13taskReferenceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO14AbilityCarrierEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO14AttachmentRoleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO14TaskDependencyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO14abilityCarrierEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO14attachmentRoleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO14attachmentTaskEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO14dependencyTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO14involvedPersonEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO14lastReviewDateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO14timemanagementEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO14transmissionToEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO15InterdependenceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO15actualStartTimeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO15involvedPersonsEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO15receiveDateTimeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO15subTaskOrderingEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO15targetStartTimeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO15taskDescriptionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO16TaskPrivacyStateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO16TaskTransmissionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO16TransmissionTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO16actualCompletionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO16nrlOntologyGraphEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO16targetCompletionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO16taskPrivacyStateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO16taskTransmissionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO16transmissionFromEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO16transmissionTaskEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO16transmissionTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO17PersonInvolvementEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO17TransmissionStateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO17dependencyMemberAEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO17dependencyMemberBEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO17transmissionStateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO18AbilityCarrierRoleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO18abilityCarrierRoleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO18abilityCarrierTaskEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO18involvedPersonRoleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO18involvedPersonTaskEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO18taskStateChangesToEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO19AgentAbilityCarrierEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO19SuccessorDependencyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO19attachmentReferenceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO19nextReviewIntervallEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO20SimilarityDependenceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO20UndirectedDependencyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO20taskStateChangesFromEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO21AssociationDependencyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO21PersonInvolvementRoleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO21PredecessorDependencyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO21dependencyDescriptionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO21dependencyOrderNumberEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO22SuperSubTaskDependencyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO23TMO_Instance_Urgency_01Ev@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO23TMO_Instance_Urgency_02Ev@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO23TMO_Instance_Urgency_03Ev@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO23TMO_Instance_Urgency_04Ev@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO23TMO_Instance_Urgency_05Ev@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO23TMO_Instance_Urgency_06Ev@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO23TMO_Instance_Urgency_07Ev@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO23TMO_Instance_Urgency_08Ev@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO23TMO_Instance_Urgency_09Ev@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO23TMO_Instance_Urgency_10Ev@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO25AbilityCarrierInvolvementEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO25TMO_Instance_Priority_LowEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO25abilityCarrierInvolvementEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO26TMO_Instance_Importance_01Ev@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO26TMO_Instance_Importance_02Ev@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO26TMO_Instance_Importance_03Ev@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO26TMO_Instance_Importance_04Ev@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO26TMO_Instance_Importance_05Ev@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO26TMO_Instance_Importance_06Ev@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO26TMO_Instance_Importance_07Ev@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO26TMO_Instance_Importance_08Ev@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO26TMO_Instance_Importance_09Ev@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO26TMO_Instance_Importance_10Ev@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO26TMO_Instance_Priority_HighEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO26TMO_Instance_TaskState_NewEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO26transmissionStateChangesToEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO28TMO_Instance_Priority_MediumEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO28transmissionStateChangesFromEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO29TMO_Instance_Delegability_LowEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO30PredecessorSuccessorDependencyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO30TMO_Instance_Delegability_HighEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO30TMO_Instance_TaskState_DeletedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO30TMO_Instance_TaskState_RunningEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO31TMO_Instance_Delegability_NeverEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO31TMO_Instance_TaskState_ArchivedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO32TMO_Instance_AttachmentRole_UsedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO32TMO_Instance_Delegability_MediumEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO32TMO_Instance_TaskContainer_inboxEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO32TMO_Instance_TaskPrivacy_PrivateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO32TMO_Instance_TaskState_CompletedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO32TMO_Instance_TaskState_FinalizedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO32TMO_Instance_TaskState_SuspendedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO33TMO_Instance_TaskContainer_outboxEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO33TMO_Instance_TaskState_TerminatedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO34TMO_Instance_TaskContainer_archiveEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO34TMO_Instance_TransmissionType_JoinEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO35TMO_Instance_AttachmentRole_RelatedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO36TMO_Instance_AbilityCarrierRole_UsedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO36TMO_Instance_AttachmentRole_RequiredEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO37TMO_Instance_TaskContainer_trashtasksEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO37TMO_Instance_TaskPrivacy_ProfessionalEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO38TMO_Instance_Delegability_UnrestrictedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO38TMO_Instance_TaskContainer_activetasksEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO38TMO_Instance_TransmissionType_TransferEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO40TMO_Instance_AbilityCarrierRole_RequiredEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO40TMO_Instance_PersonInvolvementRole_OwnerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO40TMO_Instance_TransmissionType_DelegationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO41TMO_Instance_AbilityCarrierRole_RequestedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO42TMO_Instance_PersonInvolvementRole_AnalystEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO42TMO_Instance_PersonInvolvementRole_CreatorEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO42TMO_Instance_PersonInvolvementRole_RelatedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO42TMO_Instance_TransmissionState_TransmittedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO43TMO_Instance_PersonInvolvementRole_CoworkerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO43TMO_Instance_PersonInvolvementRole_DelegateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO43TMO_Instance_PersonInvolvementRole_ExecutorEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO43TMO_Instance_PersonInvolvementRole_InvolvedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO43TMO_Instance_PersonInvolvementRole_ObserverEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO43TMO_Instance_PersonInvolvementRole_ReceiverEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO43TMO_Instance_PersonInvolvementRole_ReviewerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO44TMO_Instance_PersonInvolvementRole_InitiatorEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO44TMO_Instance_PersonInvolvementRole_SuggestedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO45TMO_Instance_AttachmentRole_Desired_RequestedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO45TMO_Instance_PersonInvolvementRole_ControllerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO45TMO_Instance_TransmissionState_NotTransmittedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO47TMO_Instance_PersonInvolvementRole_CollaboratorEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO4RoleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO4TaskEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO51TMO_Instance_PersonInvolvementRole_ExternalObserverEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO51TMO_Instance_PersonInvolvementRole_InternalObserverEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO51TMO_Instance_TransmissionState_Accepted_TransmittedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO51TMO_Instance_TransmissionState_Rejected_TransmittedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO54TMO_Instance_TransmissionState_Accepted_NotTransmittedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO54TMO_Instance_TransmissionState_Rejected_NotTransmittedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO5SkillEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO6taskIdEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO7UrgencyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO7dueDateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO7endTimeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO7subTaskEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO7urgencyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO8PriorityEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO8dateTimeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO8logEntryEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO8priorityEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO8progressEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO8taskGoalEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO8taskNameEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO9TaskStateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO9createdByEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO9startTimeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO9superTaskEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary3TMO9taskStateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL10AttachmentEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL10NcalPeriodEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL10TodoStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL10bymonthdayEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL10categoriesEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL10todoStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL10tzoffsettoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL11AlarmActionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL11EventStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL11audioActionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL11delegatedToEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL11descriptionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL11draftStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL11emailActionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL11eventStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL11finalStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL11periodBeginEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL12AttendeeRoleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL12FreebusyTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL12NcalDateTimeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL12bydayWeekdayEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL12lastModifiedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL12ncalRelationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL12ncalTimezoneEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL12recurrenceIdEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL12returnStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL12roomUserTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL12tzoffsetfromEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL13BydayRulePartEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL13CalendarScaleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL13JournalStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL13RequestStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL13_8bitEncodingEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL13attachmentUriEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL13bydayModifierEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL13commentAltRepEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL13contactAltRepEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL13delegatedFromEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL13displayActionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL13groupUserTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL13journalStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL13ncalNamespaceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL13requestStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL13summaryAltRepEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL14FreebusyPeriodEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL14NcalTimeEntityEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL14RecurrenceRuleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL14base64EncodingEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL14locationAltRepEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL14periodDurationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL14relatedToChildEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL15TriggerRelationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL15completedStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL15confirmedStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL15inProcessStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL15involvedContactEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL15percentCompleteEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL15procedureActionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL15relatedToParentEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL15resourcesAltRepEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL15tentativeStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL15triggerDateTimeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL15triggerDurationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL15unknownUserTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL16CalendarUserTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL16TimeTransparencyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL16UnionOfEventTodoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL16UnionParentClassEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL16busyFreebusyTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL16freeFreebusyTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL16nrlOntologyGraphEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL16relatedToSiblingEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL16resourceUserTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL17attachmentContentEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL17descriptionAltRepEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL17needsActionStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL17requestStatusDataEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL17statusDescriptionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL17thisAndPriorRangeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL18AttachmentEncodingEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL18CalendarDataObjectEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL18TimezoneObservanceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL18endTriggerRelationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL18individualUserTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL18nonParticipantRoleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL18opaqueTransparencyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL18optParticipantRoleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL18reqParticipantRoleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL18thisAndFutureRangeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL19AttendeeOrOrganizerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL19ParticipationStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL19RecurrenceFrequencyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL19cancelledTodoStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL20AccessClassificationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL20RecurrenceIdentifierEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL20UnionOfEventFreebusyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL20cancelledEventStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL20publicClassificationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL20recurrenceIdDateTimeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL20startTriggerRelationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL21UnionOfAlarmEventTodoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL21privateClassificationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL22cancelledJournalStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL22gregorianCalendarScaleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL23UnionOfEventJournalTodoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL23transparentTransparencyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL25RecurrenceIdentifierRangeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL25busyTentativeFreebusyTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL26confidentialClassificationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL27acceptedParticipationStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL27busyUnavailableFreebusyTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL27declinedParticipationStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL28UnionOfAlarmEventJournalTodoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL28completedParticipationStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL28delegatedParticipationStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL28inProcessParticipationStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL28tentativeParticipationStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL29UnionOfAlarmEventFreebusyTodoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL30needsActionParticipationStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL31UnionOfEventFreebusyJournalTodoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL31UnionOfEventJournalTimezoneTodoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL36UnionOfAlarmEventFreebusyJournalTodoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL3dirEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL3dueEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL3geoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL3uidEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL3urlEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL49UnionOfTimezoneObservanceEventJournalTimezoneTodoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL4TodoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL4dateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL4freqEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL4roleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL4rsvpEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL4tzidEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL4wkstEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL50UnionOfTimezoneObservanceEventFreebusyTimezoneTodoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL57UnionOfTimezoneObservanceEventFreebusyJournalTimezoneTodoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL5AlarmEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL5EventEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL5bydayEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL5countEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL5dailyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL5dtendEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL5rangeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL5rdateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL5rruleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL5tzurlEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL5untilEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL6actionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL6attachEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL6byhourEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL6cutypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL6exdateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL6exruleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL6fbtypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL6fridayEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL6hourlyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL6memberEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL6methodEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL6mondayEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL6prodidEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL6repeatEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL6sentByEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL6sundayEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL6transpEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL6tznameEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL6weeklyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL6yearlyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL7JournalEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL7TriggerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL7WeekdayEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL7bymonthEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL7commentEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL7contactEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL7createdEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL7dtstampEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL7dtstartEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL7fmttypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL7monthlyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL7relatedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL7summaryEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL7triggerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL7tuesdayEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL7versionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8AttendeeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8CalendarEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8FreebusyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8TimezoneEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8attendeeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8byminuteEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8bysecondEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8bysetposEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8byweeknoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8calscaleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8dateTimeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8daylightEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8durationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8encodingEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8freebusyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8hasAlarmEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8intervalEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8locationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8minutelyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8partstatEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8priorityEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8saturdayEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8secondlyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8sequenceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8standardEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL8thursdayEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL9OrganizerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL9byyeardayEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL9chairRoleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL9completedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL9componentEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL9ncalClassEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL9organizerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL9periodEndEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL9resourcesEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NCAL9wednesdayEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NUAO10FocusEventEv@Base 4:4.7.1
 _ZN7Nepomuk10Vocabulary4NUAO10UsageEventEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NUAO10eventCountEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NUAO10firstEventEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NUAO10firstUsageEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NUAO10usageCountEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NUAO12DesktopEventEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NUAO13nuaoNamespaceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NUAO15initiatingAgentEv@Base 4:4.7.1
 _ZN7Nepomuk10Vocabulary4NUAO16lastModificationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NUAO17ModificationEventEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NUAO17firstModificationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NUAO17modificationCountEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NUAO17targettedResourceEv@Base 4:4.7.1
 _ZN7Nepomuk10Vocabulary4NUAO18totalEventDurationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NUAO18totalFocusDurationEv@Base 4:4.7.1
 _ZN7Nepomuk10Vocabulary4NUAO18totalUsageDurationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NUAO25totalModificationDurationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NUAO3endEv@Base 4:4.6.1
 _ZN7Nepomuk10Vocabulary4NUAO5EventEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NUAO5startEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NUAO8durationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NUAO8involvesEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NUAO8metadataEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NUAO9lastEventEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4NUAO9lastUsageEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO10CollectionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO10PersonRoleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO10occurrenceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO10roleHolderEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO10superTopicEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO11AssociationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO11PersonGroupEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO11SocialEventEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO11createdPimoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO11hasLocationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO11isDefinedByEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO11isWriteableEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO11roleContextEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO11taskDueTimeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO12ClassOrThingEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO12FullPimoViewEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO12OrganizationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO12hasOtherSlotEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO12hasRootTopicEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO12isLocationOfEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO12organizationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO13AbstractClassEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO13ConcreteClassEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO13locatedWithinEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO13pimoNamespaceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO14ProcessConceptEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO14objectPropertyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO16GroundingClosureEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO16InferOccurrencesEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO16LogicalMediaTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO16attendingMeetingEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO16containsLocationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO16datatypePropertyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO16nrlOntologyGraphEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO17OccurrenceClosureEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO17associationMemberEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO17hasLocalNamespaceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO18OrganizationMemberEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO18hasGlobalNamespaceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO19groundingOccurrenceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO20associationEffectualEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO21hasOrganizationMemberEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO21referencingOccurrenceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO22hasOtherRepresentationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO22isOrganizationMemberOfEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO24PersonalInformationModelEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO24groundingForDeletedThingEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO25hasOtherConceptualizationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO27hasDeprecatedRepresentationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO35ClassOrThingOrPropertyOrAssociationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO37RuleViewSpecificationGroundingClosureEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO37RuleViewSpecificationInferOccurrencesEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO38RuleViewSpecificationOccurrenceClosureEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO3TagEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO3altEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO3latEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO4CityEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO4NoteEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO4RoomEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO4TaskEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO5AgentEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO5EventEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO5StateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO5ThingEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO5TopicEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO5dtendEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO6PersonEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO6hasTagEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO6partOfEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO7CountryEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO7MeetingEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO7ProjectEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO7attendsEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO7creatorEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO7dtstartEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO7hasPartEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO8AttendeeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO8BlogPostEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO8BuildingEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO8ContractEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO8DocumentEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO8LocationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO8attendeeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO8durationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO8isTagForEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO8jabberIdEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO8pimoLongEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO8subTopicEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO8tagLabelEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO8wikiTextEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO9ClassRoleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO9LocatableEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO9classRoleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO9hasFolderEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary4PIMO9isRelatedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF10cfaPatternEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF10colorSpaceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF10fileSourceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF10ifdPointerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF10imageWidthEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF10pictTakingEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF10resolutionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF10saturationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF10subSecTimeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF10subsecondsEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF10whitePointEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF11compressionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF11exifVersionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF11flashEnergyEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF11focalLengthEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF11gainControlEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF11gpsMapDatumEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF11gpsSpeedRefEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF11gpsTrackRefEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF11imageConfigEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF11imageLengthEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF11interopInfoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF11lightSourceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF11orientationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF11pimContrastEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF11relatedFileEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF11subjectAreaEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF11userCommentEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF11versionInfoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF11xResolutionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF11yResolutionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF12exposureModeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF12exposureTimeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF12gpsDateStampEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF12gpsTimeStampEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF12gpsVersionIDEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF12meteringModeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF12pimSharpnessEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF12rowsPerStripEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF12stripOffsetsEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF12whiteBalanceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF13apertureValueEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF13bitsPerSampleEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF13dateAndOrTimeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF13exifAttributeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF13exposureIndexEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF13gpsSatellitesEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF13imageUniqueIDEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF13pimBrightnessEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF13pimSaturationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF13sensingMethodEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF14customRenderedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF14exifIFDPointerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF14gpsAltitudeRefEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF14gpsDestBearingEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF14gpsLatitudeRefEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF14gpsMeasureModeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF14nexifNamespaceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF14resolutionUnitEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF15brightnessValueEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF15exposureProgramEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF15flashpixVersionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF15gpsDestDistanceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF15gpsDifferentialEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF15gpsImgDirectionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF15gpsLongitudeRefEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF15imageDataStructEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF15isoSpeedRatingsEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF15pimColorBalanceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF15pixelXDimensionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF15pixelYDimensionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF15samplesPerPixelEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF15stripByteCountsEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF15subjectDistanceEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF15subjectLocationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF16dateTimeOriginalEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF16digitalZoomRatioEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF16imageDescriptionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF16maxApertureValueEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF16nrlOntologyGraphEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF16relatedSoundFileEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF16sceneCaptureTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF16transferFunctionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF16yCbCrPositioningEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF16yCbCrSubSamplingEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF17dateTimeDigitizedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF17exposureBiasValueEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF17gpsDestBearingRefEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF17gpsInfoIFDPointerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF17relatedImageWidthEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF17shutterSpeedValueEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF17yCbCrCoefficientsEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF18gpsAreaInformationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF18gpsDestDistanceRefEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF18gpsDestLatitudeRefEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF18gpsImgDirectionRefEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF18imageDataCharacterEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF18relatedImageLengthEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF18subSecTimeOriginalEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF19gpsDestLongitudeRefEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF19gpsProcessingMethodEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF19planarConfigurationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF19referenceBlackWhiteEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF19spectralSensitivityEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF19subSecTimeDigitizedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF20subjectDistanceRangeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF21focalLengthIn35mmFilmEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF21focalPlaneXResolutionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF21focalPlaneYResolutionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF21interoperabilityIndexEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF21jpegInterchangeFormatEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF21primaryChromaticitiesEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF22compressedBitsPerPixelEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF22relatedImageFileFormatEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF23componentsConfigurationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF23interoperabilityVersionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF24deviceSettingDescriptionEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF24focalPlaneResolutionUnitEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF24spatialFrequencyResponseEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF25photometricInterpretationEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF26interoperabilityIFDPointerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF27jpegInterchangeFormatLengthEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF28printImageMatchingIFDPointerEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF2mmEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF3geoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF3gpsEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF4dateEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF4makeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF4oecfEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF5PhotoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF5flashEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF5meterEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF5modelEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF5tagidEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF5widthEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF6artistEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF6gpsDOPEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF6heightEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF6lengthEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF7fNumberEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF7gpsDestEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF7gpsInfoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF7pimInfoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF7secondsEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF7unknownEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF8contrastEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF8datatypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF8dateTimeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF8exifdataEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF8gpsSpeedEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF8gpsTrackEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF8softwareEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF8userInfoEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF9copyrightEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF9gpsStatusEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF9makerNoteEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF9recOffsetEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF9sceneTypeEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF9sharpnessEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF9subsecondEv@Base 4:4.5.85
 _ZN7Nepomuk10Vocabulary5NEXIF9tagNumberEv@Base 4:4.5.85
 _ZN7Nepomuk11errorStringENS_9ErrorCodeE@Base 4:4.3.4
 _ZN7Nepomuk11rdfNamepaceEv@Base 4:4.3.4
 _ZN7Nepomuk12defaultGraphEv@Base 4:4.3.4
 _ZN7Nepomuk12naoNamespaceEv@Base 4:4.3.4
 _ZN7Nepomuk12nrlNamespaceEv@Base 4:4.3.4
 _ZN7Nepomuk13MassUpdateJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:4.4.95
 _ZN7Nepomuk13MassUpdateJob11qt_metacastEPKc@Base 4:4.4.95
 _ZN7Nepomuk13MassUpdateJob12setResourcesERK5QListINS_8ResourceEE@Base 4:4.4.95
 _ZN7Nepomuk13MassUpdateJob12tagResourcesERK5QListINS_8ResourceEERKS1_INS_3TagEE@Base 4:4.4.95
 _ZN7Nepomuk13MassUpdateJob13rateResourcesERK5QListINS_8ResourceEEi@Base 4:4.4.95
 _ZN7Nepomuk13MassUpdateJob13setPropertiesERK5QListI5QPairI4QUrlNS_7VariantEEE@Base 4:4.4.95
 _ZN7Nepomuk13MassUpdateJob16commentResourcesERK5QListINS_8ResourceEERK7QString@Base 4:4.4.95
 _ZN7Nepomuk13MassUpdateJob16staticMetaObjectE@Base 4:4.4.95
 _ZN7Nepomuk13MassUpdateJob5startEv@Base 4:4.4.95
 _ZN7Nepomuk13MassUpdateJob6doKillEv@Base 4:4.4.95
 _ZN7Nepomuk13MassUpdateJob8doResumeEv@Base 4:4.4.95
 _ZN7Nepomuk13MassUpdateJob8setFilesERKN4KUrl4ListE@Base 4:4.4.95
 _ZN7Nepomuk13MassUpdateJob8slotNextEv@Base 4:4.4.95
 _ZN7Nepomuk13MassUpdateJob9doSuspendEv@Base 4:4.4.95
 _ZN7Nepomuk13MassUpdateJobC1EP7QObject@Base 4:4.4.95
 _ZN7Nepomuk13MassUpdateJobC2EP7QObject@Base 4:4.4.95
 _ZN7Nepomuk13MassUpdateJobD0Ev@Base 4:4.4.95
 _ZN7Nepomuk13MassUpdateJobD1Ev@Base 4:4.4.95
 _ZN7Nepomuk13MassUpdateJobD2Ev@Base 4:4.4.95
 _ZN7Nepomuk13rdfsNamespaceEv@Base 4:4.3.4
 _ZN7Nepomuk13typePredicateEv@Base 4:4.3.4
 _ZN7Nepomuk14OntologyLoaderC1Ev@Base 4:4.3.4
 _ZN7Nepomuk14OntologyLoaderC2Ev@Base 4:4.3.4
 _ZN7Nepomuk14OntologyLoaderD0Ev@Base 4:4.3.4
 _ZN7Nepomuk14OntologyLoaderD1Ev@Base 4:4.3.4
 _ZN7Nepomuk14OntologyLoaderD2Ev@Base 4:4.3.4
 _ZN7Nepomuk14valueToRDFNodeERKNS_7VariantE@Base 4:4.3.4
 _ZN7Nepomuk15OntologyManager11getOntologyERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk15OntologyManager17constructOntologyERK4QUrlRK5QListIN7Soprano9StatementEE@Base 4:4.3.4
 _ZN7Nepomuk15OntologyManager17setOntologyLoaderEPNS_14OntologyLoaderE@Base 4:4.3.4
 _ZN7Nepomuk15OntologyManager8instanceEv@Base 4:4.3.4
 _ZN7Nepomuk15OntologyManagerC1Ev@Base 4:4.3.4
 _ZN7Nepomuk15OntologyManagerC2Ev@Base 4:4.3.4
 _ZN7Nepomuk15OntologyManagerD1Ev@Base 4:4.3.4
 _ZN7Nepomuk15OntologyManagerD2Ev@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManager10clearCacheEv@Base 4:4.4.0
 _ZN7Nepomuk15ResourceManager10s_instanceE@Base 4:4.7.0
 _ZN7Nepomuk15ResourceManager11notifyErrorERK7QStringi@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManager11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManager11qt_metacastEPKc@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManager12allResourcesEv@Base 4:4.4.0
 _ZN7Nepomuk15ResourceManager14deleteInstanceEv@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManager14removeResourceERK7QString@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManager16resourceModifiedERK7QString@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManager16staticMetaObjectE@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManager17generateUniqueUriERK7QString@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManager17generateUniqueUriEv@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManager17slotPropertyAddedERKNS_8ResourceERKNS_5Types8PropertyERK8QVariant@Base 4:4.8.1
 _ZN7Nepomuk15ResourceManager18allResourcesOfTypeERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManager18allResourcesOfTypeERK7QString@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManager19slotPropertyRemovedERKNS_8ResourceERKNS_5Types8PropertyERK8QVariant@Base 4:4.8.1
 _ZN7Nepomuk15ResourceManager20nepomukSystemStartedEv@Base 4:4.4.0
 _ZN7Nepomuk15ResourceManager20nepomukSystemStoppedEv@Base 4:4.4.0
 _ZN7Nepomuk15ResourceManager20setOverrideMainModelEPN7Soprano5ModelE@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManager21createManagerForModelEPN7Soprano5ModelE@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManager21createResourceFromUriERK7QString@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManager24allResourcesWithPropertyERK4QUrlRKNS_7VariantE@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManager24allResourcesWithPropertyERK7QStringRKNS_7VariantE@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManager4initEv@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManager5errorERK7QStringi@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManager8instanceEv@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManager9mainModelEv@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManagerC1Ev@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManagerC2Ev@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManagerD0Ev@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManagerD1Ev@Base 4:4.3.4
 _ZN7Nepomuk15ResourceManagerD2Ev@Base 4:4.3.4
 _ZN7Nepomuk16extractNamespaceERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk16valuesToRDFNodesERKNS_7VariantE@Base 4:4.3.4
 _ZN7Nepomuk17RDFLiteralToValueERKN7Soprano4NodeE@Base 4:4.3.4
 _ZN7Nepomuk18FileOntologyLoader11setFileNameERK7QString@Base 4:4.3.4
 _ZN7Nepomuk18FileOntologyLoader12loadOntologyERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk18FileOntologyLoader16setSerializationEN7Soprano16RdfSerializationE@Base 4:4.3.4
 _ZN7Nepomuk18FileOntologyLoaderC1ERK7QStringN7Soprano16RdfSerializationE@Base 4:4.3.4
 _ZN7Nepomuk18FileOntologyLoaderC1Ev@Base 4:4.3.4
 _ZN7Nepomuk18FileOntologyLoaderC2ERK7QStringN7Soprano16RdfSerializationE@Base 4:4.3.4
 _ZN7Nepomuk18FileOntologyLoaderC2Ev@Base 4:4.3.4
 _ZN7Nepomuk18FileOntologyLoaderD0Ev@Base 4:4.3.4
 _ZN7Nepomuk18FileOntologyLoaderD1Ev@Base 4:4.3.4
 _ZN7Nepomuk18FileOntologyLoaderD2Ev@Base 4:4.3.4
 _ZN7Nepomuk20setDefaultRepositoryERK7QString@Base 4:4.3.4
 _ZN7Nepomuk21DesktopOntologyLoader12loadOntologyERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk21DesktopOntologyLoader13allOntologiesEv@Base 4:4.3.4
 _ZN7Nepomuk21DesktopOntologyLoaderC1Ev@Base 4:4.3.4
 _ZN7Nepomuk21DesktopOntologyLoaderC2Ev@Base 4:4.3.4
 _ZN7Nepomuk21DesktopOntologyLoaderD0Ev@Base 4:4.3.4
 _ZN7Nepomuk21DesktopOntologyLoaderD1Ev@Base 4:4.3.4
 _ZN7Nepomuk21DesktopOntologyLoaderD2Ev@Base 4:4.3.4
 _ZN7Nepomuk21NepomukOntologyLoader12loadOntologyERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk21NepomukOntologyLoaderC1Ev@Base 4:4.3.4
 _ZN7Nepomuk21NepomukOntologyLoaderC2Ev@Base 4:4.3.4
 _ZN7Nepomuk21NepomukOntologyLoaderD0Ev@Base 4:4.3.4
 _ZN7Nepomuk21NepomukOntologyLoaderD1Ev@Base 4:4.3.4
 _ZN7Nepomuk21NepomukOntologyLoaderD2Ev@Base 4:4.3.4
 _ZN7Nepomuk3Tag15resourceTypeUriEv@Base 4:4.3.4
 _ZN7Nepomuk3Tag7allTagsEv@Base 4:4.3.4
 _ZN7Nepomuk3TagC1EPNS_15ResourceManagerE@Base 4:4.3.4
 _ZN7Nepomuk3TagC1ERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk3TagC1ERK4QUrlPNS_15ResourceManagerE@Base 4:4.3.4
 _ZN7Nepomuk3TagC1ERK4QUrlS3_@Base 4:4.3.4
 _ZN7Nepomuk3TagC1ERK4QUrlS3_PNS_15ResourceManagerE@Base 4:4.3.4
 _ZN7Nepomuk3TagC1ERK7QString@Base 4:4.3.4
 _ZN7Nepomuk3TagC1ERK7QStringPNS_15ResourceManagerE@Base 4:4.3.4
 _ZN7Nepomuk3TagC1ERK7QStringRK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk3TagC1ERK7QStringRK4QUrlPNS_15ResourceManagerE@Base 4:4.3.4
 _ZN7Nepomuk3TagC1ERKNS_8ResourceE@Base 4:4.3.4
 _ZN7Nepomuk3TagC1ERKS0_@Base 4:4.3.4
 _ZN7Nepomuk3TagC1Ev@Base 4:4.3.4
 _ZN7Nepomuk3TagC2EPNS_15ResourceManagerE@Base 4:4.3.4
 _ZN7Nepomuk3TagC2ERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk3TagC2ERK4QUrlPNS_15ResourceManagerE@Base 4:4.3.4
 _ZN7Nepomuk3TagC2ERK4QUrlS3_@Base 4:4.3.4
 _ZN7Nepomuk3TagC2ERK4QUrlS3_PNS_15ResourceManagerE@Base 4:4.3.4
 _ZN7Nepomuk3TagC2ERK7QString@Base 4:4.3.4
 _ZN7Nepomuk3TagC2ERK7QStringPNS_15ResourceManagerE@Base 4:4.3.4
 _ZN7Nepomuk3TagC2ERK7QStringRK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk3TagC2ERK7QStringRK4QUrlPNS_15ResourceManagerE@Base 4:4.3.4
 _ZN7Nepomuk3TagC2ERKNS_8ResourceE@Base 4:4.3.4
 _ZN7Nepomuk3TagC2ERKS0_@Base 4:4.3.4
 _ZN7Nepomuk3TagC2Ev@Base 4:4.3.4
 _ZN7Nepomuk3TagD0Ev@Base 4:4.3.4
 _ZN7Nepomuk3TagD1Ev@Base 4:4.3.4
 _ZN7Nepomuk3TagD2Ev@Base 4:4.3.4
 _ZN7Nepomuk3TagaSERKS0_@Base 4:4.3.4
 _ZN7Nepomuk4DBus10convertUriERK4QUrl@Base 4:4.8.1
 _ZN7Nepomuk4DBus14convertUriListERK5QListI4QUrlE@Base 4:4.8.1
 _ZN7Nepomuk4DBus17registerDBusTypesEv@Base 4:4.8.1
 _ZN7Nepomuk4DBus20resolveDBusArgumentsERK5QListI8QVariantE@Base 4:4.8.1
 _ZN7Nepomuk4DBus20resolveDBusArgumentsERK8QVariant@Base 4:4.8.1
 _ZN7Nepomuk4FileC1ERK4KUrlPNS_15ResourceManagerE@Base 4:4.5.85
 _ZN7Nepomuk4FileC1ERKNS_8ResourceE@Base 4:4.5.85
 _ZN7Nepomuk4FileC2ERK4KUrlPNS_15ResourceManagerE@Base 4:4.5.85
 _ZN7Nepomuk4FileC2ERKNS_8ResourceE@Base 4:4.5.85
 _ZN7Nepomuk4FileD0Ev@Base 4:4.5.85
 _ZN7Nepomuk4FileD1Ev@Base 4:4.5.85
 _ZN7Nepomuk4FileD2Ev@Base 4:4.5.85
 _ZN7Nepomuk4FileaSERK4KUrl@Base 4:4.5.85
 _ZN7Nepomuk5Class4loadERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk5ClassC1ERKS0_@Base 4:4.3.4
 _ZN7Nepomuk5ClassC1Ev@Base 4:4.3.4
 _ZN7Nepomuk5ClassC2ERKS0_@Base 4:4.3.4
 _ZN7Nepomuk5ClassC2Ev@Base 4:4.3.4
 _ZN7Nepomuk5ClassD1Ev@Base 4:4.3.4
 _ZN7Nepomuk5ClassD2Ev@Base 4:4.3.4
 _ZN7Nepomuk5ClassaSERKS0_@Base 4:4.3.4
 _ZN7Nepomuk5Thing22addGroundingOccurrenceERKNS_8ResourceE@Base 4:4.4.0
 _ZN7Nepomuk5ThingC1EPNS_12ResourceDataE@Base 4:4.3.4
 _ZN7Nepomuk5ThingC1ERK4QUrlS3_@Base 4:4.3.4
 _ZN7Nepomuk5ThingC1ERK4QUrlS3_PNS_15ResourceManagerE@Base 4:4.3.4
 _ZN7Nepomuk5ThingC1ERK7QStringRK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk5ThingC1ERK7QStringRK4QUrlPNS_15ResourceManagerE@Base 4:4.3.4
 _ZN7Nepomuk5ThingC1ERKNS_8ResourceE@Base 4:4.3.4
 _ZN7Nepomuk5ThingC1ERKS0_@Base 4:4.3.4
 _ZN7Nepomuk5ThingC2EPNS_12ResourceDataE@Base 4:4.3.4
 _ZN7Nepomuk5ThingC2ERK4QUrlS3_@Base 4:4.3.4
 _ZN7Nepomuk5ThingC2ERK4QUrlS3_PNS_15ResourceManagerE@Base 4:4.3.4
 _ZN7Nepomuk5ThingC2ERK7QStringRK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk5ThingC2ERK7QStringRK4QUrlPNS_15ResourceManagerE@Base 4:4.3.4
 _ZN7Nepomuk5ThingC2ERKNS_8ResourceE@Base 4:4.3.4
 _ZN7Nepomuk5ThingC2ERKS0_@Base 4:4.3.4
 _ZN7Nepomuk5ThingD0Ev@Base 4:4.3.4
 _ZN7Nepomuk5ThingD1Ev@Base 4:4.3.4
 _ZN7Nepomuk5ThingD2Ev@Base 4:4.3.4
 _ZN7Nepomuk5ThingaSERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk5ThingaSERKNS_8ResourceE@Base 4:4.3.4
 _ZN7Nepomuk5ThingaSERKS0_@Base 4:4.3.4
 _ZN7Nepomuk5Types5Class10isParentOfERKS1_@Base 4:4.3.4
 _ZN7Nepomuk5Types5Class10subClassesEv@Base 4:4.3.4
 _ZN7Nepomuk5Types5Class12isSubClassOfERKS1_@Base 4:4.3.4
 _ZN7Nepomuk5Types5Class13allSubClassesEv@Base 4:4.3.4
 _ZN7Nepomuk5Types5Class13parentClassesEv@Base 4:4.3.4
 _ZN7Nepomuk5Types5Class16allParentClassesEv@Base 4:4.3.4
 _ZN7Nepomuk5Types5Class18findPropertyByNameERK7QString@Base 4:4.3.4
 _ZN7Nepomuk5Types5Class19findPropertyByLabelERK7QStringS4_@Base 4:4.3.4
 _ZN7Nepomuk5Types5Class7rangeOfEv@Base 4:4.3.4
 _ZN7Nepomuk5Types5Class8domainOfEv@Base 4:4.3.4
 _ZN7Nepomuk5Types5ClassC1ERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk5Types5ClassC1ERKS1_@Base 4:4.3.4
 _ZN7Nepomuk5Types5ClassC1Ev@Base 4:4.3.4
 _ZN7Nepomuk5Types5ClassC2ERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk5Types5ClassC2ERKS1_@Base 4:4.3.4
 _ZN7Nepomuk5Types5ClassC2Ev@Base 4:4.3.4
 _ZN7Nepomuk5Types5ClassD0Ev@Base 4:4.3.4
 _ZN7Nepomuk5Types5ClassD1Ev@Base 4:4.3.4
 _ZN7Nepomuk5Types5ClassD2Ev@Base 4:4.3.4
 _ZN7Nepomuk5Types5ClassaSERKS1_@Base 4:4.3.4
 _ZN7Nepomuk5Types6Entity11isAvailableEv@Base 4:4.3.4
 _ZN7Nepomuk5Types6Entity4iconEv@Base 4:4.3.4
 _ZN7Nepomuk5Types6Entity5labelERK7QString@Base 4:4.3.4
 _ZN7Nepomuk5Types6Entity5resetEb@Base 4:4.3.4
 _ZN7Nepomuk5Types6Entity7commentERK7QString@Base 4:4.3.4
 _ZN7Nepomuk5Types6EntityC1ERKS1_@Base 4:4.3.4
 _ZN7Nepomuk5Types6EntityC1Ev@Base 4:4.3.4
 _ZN7Nepomuk5Types6EntityC2ERKS1_@Base 4:4.3.4
 _ZN7Nepomuk5Types6EntityC2Ev@Base 4:4.3.4
 _ZN7Nepomuk5Types6EntityD0Ev@Base 4:4.3.4
 _ZN7Nepomuk5Types6EntityD1Ev@Base 4:4.3.4
 _ZN7Nepomuk5Types6EntityD2Ev@Base 4:4.3.4
 _ZN7Nepomuk5Types6EntityaSERKS1_@Base 4:4.3.4
 _ZN7Nepomuk5Types7LiteralC1ERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk5Types7LiteralC1ERKS1_@Base 4:4.3.4
 _ZN7Nepomuk5Types7LiteralC1Ev@Base 4:4.3.4
 _ZN7Nepomuk5Types7LiteralC2ERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk5Types7LiteralC2ERKS1_@Base 4:4.3.4
 _ZN7Nepomuk5Types7LiteralC2Ev@Base 4:4.3.4
 _ZN7Nepomuk5Types7LiteralD1Ev@Base 4:4.3.4
 _ZN7Nepomuk5Types7LiteralD2Ev@Base 4:4.3.4
 _ZN7Nepomuk5Types7LiteralaSERKS1_@Base 4:4.3.4
 _ZN7Nepomuk5Types8Ontology10allClassesEv@Base 4:4.3.4
 _ZN7Nepomuk5Types8Ontology13allPropertiesEv@Base 4:4.3.4
 _ZN7Nepomuk5Types8Ontology15findClassByNameERK7QString@Base 4:4.3.4
 _ZN7Nepomuk5Types8Ontology16findClassByLabelERK7QStringS4_@Base 4:4.3.4
 _ZN7Nepomuk5Types8Ontology18findPropertyByNameERK7QString@Base 4:4.3.4
 _ZN7Nepomuk5Types8Ontology19findPropertyByLabelERK7QStringS4_@Base 4:4.3.4
 _ZN7Nepomuk5Types8OntologyC1ERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk5Types8OntologyC1ERKS1_@Base 4:4.3.4
 _ZN7Nepomuk5Types8OntologyC1Ev@Base 4:4.3.4
 _ZN7Nepomuk5Types8OntologyC2ERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk5Types8OntologyC2ERKS1_@Base 4:4.3.4
 _ZN7Nepomuk5Types8OntologyC2Ev@Base 4:4.3.4
 _ZN7Nepomuk5Types8OntologyD0Ev@Base 4:4.3.4
 _ZN7Nepomuk5Types8OntologyD1Ev@Base 4:4.3.4
 _ZN7Nepomuk5Types8OntologyD2Ev@Base 4:4.3.4
 _ZN7Nepomuk5Types8OntologyaSERKS1_@Base 4:4.3.4
 _ZN7Nepomuk5Types8Property10isParentOfERKS1_@Base 4:4.3.4
 _ZN7Nepomuk5Types8Property11cardinalityEv@Base 4:4.3.4
 _ZN7Nepomuk5Types8Property13subPropertiesEv@Base 4:4.3.4
 _ZN7Nepomuk5Types8Property14maxCardinalityEv@Base 4:4.3.4
 _ZN7Nepomuk5Types8Property14minCardinalityEv@Base 4:4.3.4
 _ZN7Nepomuk5Types8Property15inversePropertyEv@Base 4:4.3.4
 _ZN7Nepomuk5Types8Property15isSubPropertyOfERKS1_@Base 4:4.3.4
 _ZN7Nepomuk5Types8Property16literalRangeTypeEv@Base 4:4.3.4
 _ZN7Nepomuk5Types8Property16parentPropertiesEv@Base 4:4.3.4
 _ZN7Nepomuk5Types8Property5rangeEv@Base 4:4.3.4
 _ZN7Nepomuk5Types8Property6domainEv@Base 4:4.3.4
 _ZN7Nepomuk5Types8PropertyC1ERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk5Types8PropertyC1ERKS1_@Base 4:4.3.4
 _ZN7Nepomuk5Types8PropertyC1Ev@Base 4:4.3.4
 _ZN7Nepomuk5Types8PropertyC2ERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk5Types8PropertyC2ERKS1_@Base 4:4.3.4
 _ZN7Nepomuk5Types8PropertyC2Ev@Base 4:4.3.4
 _ZN7Nepomuk5Types8PropertyD0Ev@Base 4:4.3.4
 _ZN7Nepomuk5Types8PropertyD1Ev@Base 4:4.3.4
 _ZN7Nepomuk5Types8PropertyD2Ev@Base 4:4.3.4
 _ZN7Nepomuk5Types8PropertyaSERKS1_@Base 4:4.3.4
 _ZN7Nepomuk5qHashERKNS_8ResourceE@Base 4:4.4.0
 _ZN7Nepomuk6EntityC1ERKS0_@Base 4:4.3.4
 _ZN7Nepomuk6EntityC1Ev@Base 4:4.3.4
 _ZN7Nepomuk6EntityC2ERKS0_@Base 4:4.3.4
 _ZN7Nepomuk6EntityC2Ev@Base 4:4.3.4
 _ZN7Nepomuk6EntityD1Ev@Base 4:4.3.4
 _ZN7Nepomuk6EntityD2Ev@Base 4:4.3.4
 _ZN7Nepomuk6EntityaSERKS0_@Base 4:4.3.4
 _ZN7Nepomuk7LiteralC1ERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk7LiteralC1ERKS0_@Base 4:4.3.4
 _ZN7Nepomuk7LiteralC1Ev@Base 4:4.3.4
 _ZN7Nepomuk7LiteralC2ERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk7LiteralC2ERKS0_@Base 4:4.3.4
 _ZN7Nepomuk7LiteralC2Ev@Base 4:4.3.4
 _ZN7Nepomuk7LiteralD1Ev@Base 4:4.3.4
 _ZN7Nepomuk7LiteralD2Ev@Base 4:4.3.4
 _ZN7Nepomuk7LiteralaSERKS0_@Base 4:4.3.4
 _ZN7Nepomuk7Service11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:4.3.4
 _ZN7Nepomuk7Service11qt_metacastEPKc@Base 4:4.3.4
 _ZN7Nepomuk7Service16staticMetaObjectE@Base 4:4.3.4
 _ZN7Nepomuk7Service21setServiceInitializedEb@Base 4:4.3.4
 _ZN7Nepomuk7Service9mainModelEv@Base 4:4.3.4
 _ZN7Nepomuk7ServiceC1EP7QObjectb@Base 4:4.3.4
 _ZN7Nepomuk7ServiceC2EP7QObjectb@Base 4:4.3.4
 _ZN7Nepomuk7ServiceD0Ev@Base 4:4.3.4
 _ZN7Nepomuk7ServiceD1Ev@Base 4:4.3.4
 _ZN7Nepomuk7ServiceD2Ev@Base 4:4.3.4
 _ZN7Nepomuk7Variant10fromStringERK7QStringi@Base 4:4.3.4
 _ZN7Nepomuk7Variant12fromNodeListERK5QListIN7Soprano4NodeEE@Base 4:4.5.85
 _ZN7Nepomuk7Variant6appendERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk7Variant6appendERK5QDate@Base 4:4.3.4
 _ZN7Nepomuk7Variant6appendERK5QTime@Base 4:4.3.4
 _ZN7Nepomuk7Variant6appendERK7QString@Base 4:4.3.4
 _ZN7Nepomuk7Variant6appendERK9QDateTime@Base 4:4.3.4
 _ZN7Nepomuk7Variant6appendERKNS_8ResourceE@Base 4:4.3.4
 _ZN7Nepomuk7Variant6appendERKS0_@Base 4:4.3.4
 _ZN7Nepomuk7Variant6appendEb@Base 4:4.3.4
 _ZN7Nepomuk7Variant6appendEd@Base 4:4.3.4
 _ZN7Nepomuk7Variant6appendEi@Base 4:4.3.4
 _ZN7Nepomuk7Variant6appendEj@Base 4:4.3.4
 _ZN7Nepomuk7Variant6appendEx@Base 4:4.3.4
 _ZN7Nepomuk7Variant6appendEy@Base 4:4.3.4
 _ZN7Nepomuk7Variant8fromNodeERKN7Soprano4NodeE@Base 4:4.4.95
 _ZN7Nepomuk7VariantC1EPKc@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1ERK11QStringList@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1ERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1ERK5QDate@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1ERK5QListI4QUrlE@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1ERK5QListI5QDateE@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1ERK5QListI5QTimeE@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1ERK5QListI9QDateTimeE@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1ERK5QListINS_8ResourceEE@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1ERK5QListIS0_E@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1ERK5QListIbE@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1ERK5QListIdE@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1ERK5QListIiE@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1ERK5QListIjE@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1ERK5QListIxE@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1ERK5QListIyE@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1ERK5QTime@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1ERK7QString@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1ERK8QVariant@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1ERK9QDateTime@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1ERKNS_8ResourceE@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1ERKS0_@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1Eb@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1Ed@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1Ei@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1Ej@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1Ev@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1Ex@Base 4:4.3.4
 _ZN7Nepomuk7VariantC1Ey@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2EPKc@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2ERK11QStringList@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2ERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2ERK5QDate@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2ERK5QListI4QUrlE@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2ERK5QListI5QDateE@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2ERK5QListI5QTimeE@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2ERK5QListI9QDateTimeE@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2ERK5QListINS_8ResourceEE@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2ERK5QListIS0_E@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2ERK5QListIbE@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2ERK5QListIdE@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2ERK5QListIiE@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2ERK5QListIjE@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2ERK5QListIxE@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2ERK5QListIyE@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2ERK5QTime@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2ERK7QString@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2ERK8QVariant@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2ERK9QDateTime@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2ERKNS_8ResourceE@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2ERKS0_@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2Eb@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2Ed@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2Ei@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2Ej@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2Ev@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2Ex@Base 4:4.3.4
 _ZN7Nepomuk7VariantC2Ey@Base 4:4.3.4
 _ZN7Nepomuk7VariantD1Ev@Base 4:4.3.4
 _ZN7Nepomuk7VariantD2Ev@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSERK11QStringList@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSERK5QDate@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSERK5QListI4QUrlE@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSERK5QListI5QDateE@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSERK5QListI5QTimeE@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSERK5QListI9QDateTimeE@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSERK5QListINS_8ResourceEE@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSERK5QListIbE@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSERK5QListIdE@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSERK5QListIiE@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSERK5QListIjE@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSERK5QListIxE@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSERK5QListIyE@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSERK5QTime@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSERK7QString@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSERK9QDateTime@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSERKNS_8ResourceE@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSERKS0_@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSEb@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSEd@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSEi@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSEj@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSEx@Base 4:4.3.4
 _ZN7Nepomuk7VariantaSEy@Base 4:4.3.4
 _ZN7Nepomuk8Ontology4loadERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk8OntologyC1ERKS0_@Base 4:4.3.4
 _ZN7Nepomuk8OntologyC1Ev@Base 4:4.3.4
 _ZN7Nepomuk8OntologyC2ERKS0_@Base 4:4.3.4
 _ZN7Nepomuk8OntologyC2Ev@Base 4:4.3.4
 _ZN7Nepomuk8OntologyD1Ev@Base 4:4.3.4
 _ZN7Nepomuk8OntologyD2Ev@Base 4:4.3.4
 _ZN7Nepomuk8OntologyaSERKS0_@Base 4:4.3.4
 _ZN7Nepomuk8Property4loadERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk8PropertyC1ERKS0_@Base 4:4.3.4
 _ZN7Nepomuk8PropertyC1Ev@Base 4:4.3.4
 _ZN7Nepomuk8PropertyC2ERKS0_@Base 4:4.3.4
 _ZN7Nepomuk8PropertyC2Ev@Base 4:4.3.4
 _ZN7Nepomuk8PropertyD1Ev@Base 4:4.3.4
 _ZN7Nepomuk8PropertyD2Ev@Base 4:4.3.4
 _ZN7Nepomuk8PropertyaSERKS0_@Base 4:4.3.4
 _ZN7Nepomuk8Resource10setSymbolsERK11QStringList@Base 4:4.3.4
 _ZN7Nepomuk8Resource11addAltLabelERK7QString@Base 4:4.3.4
 _ZN7Nepomuk8Resource11addPropertyERK4QUrlRKNS_7VariantE@Base 4:4.3.4
 _ZN7Nepomuk8Resource11altLabelUriEv@Base 4:4.3.4
 _ZN7Nepomuk8Resource11setPropertyERK4QUrlRKNS_7VariantE@Base 4:4.3.4
 _ZN7Nepomuk8Resource11setPropertyERK7QStringRKNS_7VariantE@Base 4:4.3.4
 _ZN7Nepomuk8Resource12addIsRelatedERKS0_@Base 4:4.3.4
 _ZN7Nepomuk8Resource12addIsTopicOfERKS0_@Base 4:4.3.4
 _ZN7Nepomuk8Resource12allResourcesEv@Base 4:4.3.4
 _ZN7Nepomuk8Resource12isRelatedUriEv@Base 4:4.3.4
 _ZN7Nepomuk8Resource12isTopicOfUriEv@Base 4:4.3.4
 _ZN7Nepomuk8Resource12setAltLabelsERK11QStringList@Base 4:4.3.4
 _ZN7Nepomuk8Resource13addAnnotationERKS0_@Base 4:4.3.4
 _ZN7Nepomuk8Resource13addIdentifierERK7QString@Base 4:4.3.4
 _ZN7Nepomuk8Resource13annotationUriEv@Base 4:4.3.4
 _ZN7Nepomuk8Resource13identifierUriEv@Base 4:4.3.4
 _ZN7Nepomuk8Resource13setIsRelatedsERK5QListIS0_E@Base 4:4.3.4
 _ZN7Nepomuk8Resource13setIsTopicOfsERK5QListIS0_E@Base 4:4.3.4
 _ZN7Nepomuk8Resource14descriptionUriEv@Base 4:4.3.4
 _ZN7Nepomuk8Resource14removePropertyERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk8Resource14removePropertyERK4QUrlRKNS_7VariantE@Base 4:4.3.4
 _ZN7Nepomuk8Resource14removePropertyERK7QString@Base 4:4.3.4
 _ZN7Nepomuk8Resource14setAnnotationsERK5QListIS0_E@Base 4:4.3.4
 _ZN7Nepomuk8Resource14setDescriptionERK7QString@Base 4:4.3.4
 _ZN7Nepomuk8Resource14setIdentifiersERK11QStringList@Base 4:4.3.4
 _ZN7Nepomuk8Resource15fromResourceUriERK4KUrlRKNS_5Types5ClassEPNS_15ResourceManagerE@Base 4:4.4.95
 _ZN7Nepomuk8Resource18increaseUsageCountEv@Base 4:4.4.95
 _ZN7Nepomuk8Resource6addTagERKNS_3TagE@Base 4:4.3.4
 _ZN7Nepomuk8Resource6removeEv@Base 4:4.3.4
 _ZN7Nepomuk8Resource6tagUriEv@Base 4:4.3.4
 _ZN7Nepomuk8Resource7addTypeERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk8Resource7setTagsERK5QListINS_3TagEE@Base 4:4.3.4
 _ZN7Nepomuk8Resource8addTopicERKS0_@Base 4:4.3.4
 _ZN7Nepomuk8Resource8labelUriEv@Base 4:4.3.4
 _ZN7Nepomuk8Resource8setLabelERK7QString@Base 4:4.3.4
 _ZN7Nepomuk8Resource8setTypesERK5QListI4QUrlE@Base 4:4.3.4
 _ZN7Nepomuk8Resource8topicUriEv@Base 4:4.3.4
 _ZN7Nepomuk8Resource9addSymbolERK7QString@Base 4:4.3.4
 _ZN7Nepomuk8Resource9pimoThingEv@Base 4:4.3.4
 _ZN7Nepomuk8Resource9ratingUriEv@Base 4:4.3.4
 _ZN7Nepomuk8Resource9setRatingERKj@Base 4:4.3.4
 _ZN7Nepomuk8Resource9setTopicsERK5QListIS0_E@Base 4:4.3.4
 _ZN7Nepomuk8Resource9symbolUriEv@Base 4:4.3.4
 _ZN7Nepomuk8ResourceC1EPNS_12ResourceDataE@Base 4:4.3.4
 _ZN7Nepomuk8ResourceC1EPNS_15ResourceManagerE@Base 4:4.3.4
 _ZN7Nepomuk8ResourceC1ERK4QUrlS3_@Base 4:4.3.4
 _ZN7Nepomuk8ResourceC1ERK4QUrlS3_PNS_15ResourceManagerE@Base 4:4.3.4
 _ZN7Nepomuk8ResourceC1ERK7QStringRK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk8ResourceC1ERK7QStringRK4QUrlPNS_15ResourceManagerE@Base 4:4.3.4
 _ZN7Nepomuk8ResourceC1ERK7QStringS3_@Base 4:4.3.4
 _ZN7Nepomuk8ResourceC1ERKS0_@Base 4:4.3.4
 _ZN7Nepomuk8ResourceC1Ev@Base 4:4.3.4
 _ZN7Nepomuk8ResourceC2EPNS_12ResourceDataE@Base 4:4.3.4
 _ZN7Nepomuk8ResourceC2EPNS_15ResourceManagerE@Base 4:4.3.4
 _ZN7Nepomuk8ResourceC2ERK4QUrlS3_@Base 4:4.3.4
 _ZN7Nepomuk8ResourceC2ERK4QUrlS3_PNS_15ResourceManagerE@Base 4:4.3.4
 _ZN7Nepomuk8ResourceC2ERK7QStringRK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk8ResourceC2ERK7QStringRK4QUrlPNS_15ResourceManagerE@Base 4:4.3.4
 _ZN7Nepomuk8ResourceC2ERK7QStringS3_@Base 4:4.3.4
 _ZN7Nepomuk8ResourceC2ERKS0_@Base 4:4.3.4
 _ZN7Nepomuk8ResourceC2Ev@Base 4:4.3.4
 _ZN7Nepomuk8ResourceD0Ev@Base 4:4.3.4
 _ZN7Nepomuk8ResourceD1Ev@Base 4:4.3.4
 _ZN7Nepomuk8ResourceD2Ev@Base 4:4.3.4
 _ZN7Nepomuk8ResourceaSERK4QUrl@Base 4:4.3.4
 _ZN7Nepomuk8ResourceaSERKS0_@Base 4:4.3.4
 _ZN7Nepomuk8TagCloud10tagClickedENS_3TagE@Base 4:4.3.4
 _ZN7Nepomuk8TagCloud10updateTagsEv@Base 4:4.3.4
 _ZN7Nepomuk8TagCloud11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:4.3.4
 _ZN7Nepomuk8TagCloud11qt_metacastEPKc@Base 4:4.3.4
 _ZN7Nepomuk8TagCloud13setAutoUpdateEb@Base 4:4.3.4
 _ZN7Nepomuk8TagCloud14slotTagClickedERK7QString@Base 4:4.3.4
 _ZN7Nepomuk8TagCloud16staticMetaObjectE@Base 4:4.3.4
 _ZN7Nepomuk8TagCloudC1EP7QWidget@Base 4:4.3.4
 _ZN7Nepomuk8TagCloudC2EP7QWidget@Base 4:4.3.4
 _ZN7Nepomuk8TagCloudD0Ev@Base 4:4.3.4
 _ZN7Nepomuk8TagCloudD1Ev@Base 4:4.3.4
 _ZN7Nepomuk8TagCloudD2Ev@Base 4:4.3.4
 _ZN7Nepomuk9TagWidget10tagClickedENS_3TagE@Base 4:4.3.4
 _ZN7Nepomuk9TagWidget11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:4.3.4
 _ZN7Nepomuk9TagWidget11qt_metacastEPKc@Base 4:4.3.4
 _ZN7Nepomuk9TagWidget11slotShowAllEv@Base 4:4.4.95
 _ZN7Nepomuk9TagWidget12setAlignmentE6QFlagsIN2Qt13AlignmentFlagEE@Base 4:4.4.95
 _ZN7Nepomuk9TagWidget12setModeFlagsE6QFlagsINS0_8ModeFlagEE@Base 4:4.4.95
 _ZN7Nepomuk9TagWidget15setAssignedTagsERK5QListINS_3TagEE@Base 4:4.3.4
 _ZN7Nepomuk9TagWidget15setMaxTagsShownEi@Base 4:4.4.95
 _ZN7Nepomuk9TagWidget15setSelectedTagsERK5QListINS_3TagEE@Base 4:4.4.95
 _ZN7Nepomuk9TagWidget16selectionChangedERK5QListINS_3TagEE@Base 4:4.4.95
 _ZN7Nepomuk9TagWidget16staticMetaObjectE@Base 4:4.3.4
 _ZN7Nepomuk9TagWidget17setTaggedResourceERKNS_8ResourceE@Base 4:4.3.4
 _ZN7Nepomuk9TagWidget17slotTagUpdateDoneEv@Base 4:4.3.4
 _ZN7Nepomuk9TagWidget18setTaggedResourcesERK5QListINS_8ResourceEE@Base 4:4.3.4
 _ZN7Nepomuk9TagWidget19slotTagStateChangedERKNS_3TagEi@Base 4:4.4.95
 _ZN7Nepomuk9TagWidget26slotKEditTagDialogFinishedEi@Base 4:4.10.4
 _ZN7Nepomuk9TagWidgetC1EP7QWidget@Base 4:4.3.4
 _ZN7Nepomuk9TagWidgetC1ERKNS_8ResourceEP7QWidget@Base 4:4.3.4
 _ZN7Nepomuk9TagWidgetC2EP7QWidget@Base 4:4.3.4
 _ZN7Nepomuk9TagWidgetC2ERKNS_8ResourceEP7QWidget@Base 4:4.3.4
 _ZN7Nepomuk9TagWidgetD0Ev@Base 4:4.3.4
 _ZN7Nepomuk9TagWidgetD1Ev@Base 4:4.3.4
 _ZN7Nepomuk9TagWidgetD2Ev@Base 4:4.3.4
 _ZNK15KTagCloudWidget10metaObjectEv@Base 4:4.3.4
 _ZNK15KTagCloudWidget9tagWeightERK7QString@Base 4:4.3.4
 _ZNK17KTagDisplayWidget10metaObjectEv@Base 4:4.3.4
 _ZNK7Nepomuk13MassUpdateJob10metaObjectEv@Base 4:4.4.95
 _ZNK7Nepomuk15ResourceManager10metaObjectEv@Base 4:4.3.4
 _ZNK7Nepomuk15ResourceManager11initializedEv@Base 4:4.3.4
 _ZNK7Nepomuk18FileOntologyLoader8fileNameEv@Base 4:4.3.4
 _ZNK7Nepomuk3Tag5tagOfEv@Base 4:4.3.4
 _ZNK7Nepomuk4File11dirResourceEv@Base 4:4.5.85
 _ZNK7Nepomuk4File3urlEv@Base 4:4.5.85
 _ZNK7Nepomuk5Class10isParentOfEPKS0_@Base 4:4.3.4
 _ZNK7Nepomuk5Class10subClassesEv@Base 4:4.3.4
 _ZNK7Nepomuk5Class12isSubClassOfEPKS0_@Base 4:4.3.4
 _ZNK7Nepomuk5Class13allPropertiesEv@Base 4:4.3.4
 _ZNK7Nepomuk5Class13parentClassesEv@Base 4:4.3.4
 _ZNK7Nepomuk5Class17findPropertyByUriERK4QUrl@Base 4:4.3.4
 _ZNK7Nepomuk5Class18findPropertyByNameERK7QString@Base 4:4.3.4
 _ZNK7Nepomuk5Class19findPropertyByLabelERK7QStringS3_@Base 4:4.3.4
 _ZNK7Nepomuk5Thing11occurrencesEv@Base 4:4.3.4
 _ZNK7Nepomuk5Thing20groundingOccurrencesEv@Base 4:4.3.4
 _ZNK7Nepomuk5Thing22referencingOccurrencesEv@Base 4:4.3.4
 _ZNK7Nepomuk5Types5Class10isParentOfERKS1_@Base 4:4.4.0
 _ZNK7Nepomuk5Types5Class10subClassesEv@Base 4:4.4.0
 _ZNK7Nepomuk5Types5Class12isSubClassOfERKS1_@Base 4:4.4.0
 _ZNK7Nepomuk5Types5Class13allSubClassesEv@Base 4:4.4.0
 _ZNK7Nepomuk5Types5Class13parentClassesEv@Base 4:4.4.0
 _ZNK7Nepomuk5Types5Class16allParentClassesEv@Base 4:4.4.0
 _ZNK7Nepomuk5Types5Class18findPropertyByNameERK7QString@Base 4:4.4.0
 _ZNK7Nepomuk5Types5Class19findPropertyByLabelERK7QStringS4_@Base 4:4.4.0
 _ZNK7Nepomuk5Types5Class7rangeOfEv@Base 4:4.4.0
 _ZNK7Nepomuk5Types5Class8domainOfEv@Base 4:4.4.0
 _ZNK7Nepomuk5Types6Entity11isAvailableEv@Base 4:4.4.0
 _ZNK7Nepomuk5Types6Entity11userVisibleEv@Base 4:4.5.85
 _ZNK7Nepomuk5Types6Entity3uriEv@Base 4:4.3.4
 _ZNK7Nepomuk5Types6Entity4iconEv@Base 4:4.4.0
 _ZNK7Nepomuk5Types6Entity4nameEv@Base 4:4.3.4
 _ZNK7Nepomuk5Types6Entity5labelERK7QString@Base 4:4.4.0
 _ZNK7Nepomuk5Types6Entity7commentERK7QString@Base 4:4.4.0
 _ZNK7Nepomuk5Types6Entity7isValidEv@Base 4:4.3.4
 _ZNK7Nepomuk5Types6EntityeqERK4QUrl@Base 4:4.4.95
 _ZNK7Nepomuk5Types6EntityeqERKS1_@Base 4:4.3.4
 _ZNK7Nepomuk5Types6EntityneERK4QUrl@Base 4:4.4.95
 _ZNK7Nepomuk5Types6EntityneERKS1_@Base 4:4.3.4
 _ZNK7Nepomuk5Types7Literal11dataTypeUriEv@Base 4:4.3.4
 _ZNK7Nepomuk5Types7Literal7isValidEv@Base 4:4.3.4
 _ZNK7Nepomuk5Types7Literal8dataTypeEv@Base 4:4.3.4
 _ZNK7Nepomuk5Types8Property10isParentOfERKS1_@Base 4:4.4.0
 _ZNK7Nepomuk5Types8Property11cardinalityEv@Base 4:4.4.0
 _ZNK7Nepomuk5Types8Property13subPropertiesEv@Base 4:4.4.0
 _ZNK7Nepomuk5Types8Property14maxCardinalityEv@Base 4:4.4.0
 _ZNK7Nepomuk5Types8Property14minCardinalityEv@Base 4:4.4.0
 _ZNK7Nepomuk5Types8Property15inversePropertyEv@Base 4:4.4.0
 _ZNK7Nepomuk5Types8Property15isSubPropertyOfERKS1_@Base 4:4.4.0
 _ZNK7Nepomuk5Types8Property16literalRangeTypeEv@Base 4:4.4.0
 _ZNK7Nepomuk5Types8Property16parentPropertiesEv@Base 4:4.4.0
 _ZNK7Nepomuk5Types8Property5rangeEv@Base 4:4.4.0
 _ZNK7Nepomuk5Types8Property6domainEv@Base 4:4.4.0
 _ZNK7Nepomuk6Entity16definingOntologyEv@Base 4:4.3.4
 _ZNK7Nepomuk6Entity3uriEv@Base 4:4.3.4
 _ZNK7Nepomuk6Entity4nameEv@Base 4:4.3.4
 _ZNK7Nepomuk6Entity5labelERK7QString@Base 4:4.3.4
 _ZNK7Nepomuk6Entity7commentERK7QString@Base 4:4.3.4
 _ZNK7Nepomuk7Literal11dataTypeUriEv@Base 4:4.3.4
 _ZNK7Nepomuk7Literal8dataTypeEv@Base 4:4.3.4
 _ZNK7Nepomuk7Service10metaObjectEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant10isBoolListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant10isDateListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant10isDateTimeEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant10isResourceEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant10isTimeListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant10simpleTypeEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant10toBoolListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant10toDateListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant10toDateTimeEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant10toNodeListEv@Base 4:4.5.85
 _ZNK7Nepomuk7Variant10toResourceEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant10toTimeListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant11isInt64ListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant11toInt64ListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant12isDoubleListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant12isStringListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant12toDoubleListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant12toStringListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant13isUnsignedIntEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant13toUnsignedIntEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant13toVariantListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant14isDateTimeListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant14isResourceListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant14toDateTimeListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant14toResourceListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant15isUnsignedInt64Ev@Base 4:4.3.4
 _ZNK7Nepomuk7Variant15toUnsignedInt64Ev@Base 4:4.3.4
 _ZNK7Nepomuk7Variant17isUnsignedIntListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant17toUnsignedIntListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant19isUnsignedInt64ListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant19toUnsignedInt64ListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant4typeEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant5isIntEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant5isUrlEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant5toIntEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant5toUrlEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant6isBoolEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant6isDateEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant6isListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant6isTimeEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant6toBoolEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant6toDateEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant6toNodeEv@Base 4:4.5.85
 _ZNK7Nepomuk7Variant6toTimeEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant7isInt64Ev@Base 4:4.3.4
 _ZNK7Nepomuk7Variant7isValidEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant7toInt64Ev@Base 4:4.3.4
 _ZNK7Nepomuk7Variant7variantEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant8isDoubleEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant8isStringEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant8toDoubleEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant8toStringEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant9isIntListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant9isUrlListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant9toIntListEv@Base 4:4.3.4
 _ZNK7Nepomuk7Variant9toUrlListEv@Base 4:4.3.4
 _ZNK7Nepomuk7VarianteqERKS0_@Base 4:4.3.4
 _ZNK7Nepomuk7VariantneERKS0_@Base 4:4.3.4
 _ZNK7Nepomuk8Ontology10allClassesEv@Base 4:4.3.4
 _ZNK7Nepomuk8Ontology13allPropertiesEv@Base 4:4.3.4
 _ZNK7Nepomuk8Ontology14findClassByUriERK4QUrl@Base 4:4.3.4
 _ZNK7Nepomuk8Ontology15findClassByNameERK7QString@Base 4:4.3.4
 _ZNK7Nepomuk8Ontology16findClassByLabelERK7QStringS3_@Base 4:4.3.4
 _ZNK7Nepomuk8Ontology17findPropertyByUriERK4QUrl@Base 4:4.3.4
 _ZNK7Nepomuk8Ontology18findPropertyByNameERK7QString@Base 4:4.3.4
 _ZNK7Nepomuk8Ontology19findPropertyByLabelERK7QStringS3_@Base 4:4.3.4
 _ZNK7Nepomuk8Ontology3uriEv@Base 4:4.3.4
 _ZNK7Nepomuk8Property11cardinalityEv@Base 4:4.3.4
 _ZNK7Nepomuk8Property14maxCardinalityEv@Base 4:4.3.4
 _ZNK7Nepomuk8Property14minCardinalityEv@Base 4:4.3.4
 _ZNK7Nepomuk8Property15inversePropertyEv@Base 4:4.3.4
 _ZNK7Nepomuk8Property16literalRangeTypeEv@Base 4:4.3.4
 _ZNK7Nepomuk8Property16parentPropertiesEv@Base 4:4.3.4
 _ZNK7Nepomuk8Property5rangeEv@Base 4:4.3.4
 _ZNK7Nepomuk8Property6domainEv@Base 4:4.3.4
 _ZNK7Nepomuk8Property8parentOfEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource10isRelatedsEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource10isTopicOfsEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource10propertiesEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource10usageCountEv@Base 4:4.4.95
 _ZNK7Nepomuk8Resource11annotationsEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource11descriptionEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource11genericIconEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource11hasPropertyERK4QUrl@Base 4:4.3.4
 _ZNK7Nepomuk8Resource11hasPropertyERK7QString@Base 4:4.3.4
 _ZNK7Nepomuk8Resource11hasPropertyERKNS_5Types8PropertyERKNS_7VariantE@Base 4:4.4.95
 _ZNK7Nepomuk8Resource11identifiersEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource11isRelatedOfEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource11resourceUriEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource12annotationOfEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource12genericLabelEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource12resourceTypeEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource13allPropertiesEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource18genericDescriptionEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource26determineFinalResourceDataEv@Base 4:4.4.95
 _ZNK7Nepomuk8Resource3uriEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource4tagsEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource4typeEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource5labelEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource5typesEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource6existsEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource6isFileEv@Base 4:4.5.85
 _ZNK7Nepomuk8Resource6ratingEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource6toFileEv@Base 4:4.5.85
 _ZNK7Nepomuk8Resource6topicsEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource7hasTypeERK4QUrl@Base 4:4.3.4
 _ZNK7Nepomuk8Resource7isValidEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource7managerEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource7symbolsEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource8propertyERK4QUrl@Base 4:4.3.4
 _ZNK7Nepomuk8Resource8propertyERK7QString@Base 4:4.3.4
 _ZNK7Nepomuk8Resource9altLabelsEv@Base 4:4.3.4
 _ZNK7Nepomuk8Resource9classNameEv@Base 4:4.3.4
 _ZNK7Nepomuk8ResourceeqERKS0_@Base 4:4.3.4
 _ZNK7Nepomuk8ResourceneERKS0_@Base 4:4.4.0
 _ZNK7Nepomuk8TagCloud10autoUpdateEv@Base 4:4.3.4
 _ZNK7Nepomuk8TagCloud10metaObjectEv@Base 4:4.3.4
 _ZNK7Nepomuk9TagWidget10metaObjectEv@Base 4:4.3.4
 _ZNK7Nepomuk9TagWidget12assignedTagsEv@Base 4:4.3.4
 _ZNK7Nepomuk9TagWidget12maxTagsShownEv@Base 4:4.4.95
 _ZNK7Nepomuk9TagWidget12selectedTagsEv@Base 4:4.4.95
 _ZNK7Nepomuk9TagWidget15taggedResourcesEv@Base 4:4.3.4
 _ZNK7Nepomuk9TagWidget9alignmentEv@Base 4:4.4.95
 _ZNK7Nepomuk9TagWidget9modeFlagsEv@Base 4:4.4.95
 _ZTI15KTagCloudWidget@Base 4:4.3.4
 _ZTI17KTagDisplayWidget@Base 4:4.3.4
 _ZTIN7Nepomuk13MassUpdateJobE@Base 4:4.4.95
 _ZTIN7Nepomuk14OntologyLoaderE@Base 4:4.3.4
 _ZTIN7Nepomuk15ResourceManagerE@Base 4:4.3.4
 _ZTIN7Nepomuk18FileOntologyLoaderE@Base 4:4.3.4
 _ZTIN7Nepomuk21DesktopOntologyLoaderE@Base 4:4.3.4
 _ZTIN7Nepomuk21NepomukOntologyLoaderE@Base 4:4.3.4
 _ZTIN7Nepomuk3TagE@Base 4:4.3.4
 _ZTIN7Nepomuk4FileE@Base 4:4.5.85
 _ZTIN7Nepomuk5ThingE@Base 4:4.3.4
 _ZTIN7Nepomuk5Types5ClassE@Base 4:4.3.4
 _ZTIN7Nepomuk5Types6EntityE@Base 4:4.3.4
 _ZTIN7Nepomuk5Types8OntologyE@Base 4:4.3.4
 _ZTIN7Nepomuk5Types8PropertyE@Base 4:4.3.4
 _ZTIN7Nepomuk7ServiceE@Base 4:4.3.4
 _ZTIN7Nepomuk8ResourceE@Base 4:4.3.4
 _ZTIN7Nepomuk8TagCloudE@Base 4:4.3.4
 _ZTIN7Nepomuk9TagWidgetE@Base 4:4.3.4
 _ZTS15KTagCloudWidget@Base 4:4.3.4
 _ZTS17KTagDisplayWidget@Base 4:4.3.4
 _ZTSN7Nepomuk13MassUpdateJobE@Base 4:4.4.95
 _ZTSN7Nepomuk14OntologyLoaderE@Base 4:4.3.4
 _ZTSN7Nepomuk15ResourceManagerE@Base 4:4.3.4
 _ZTSN7Nepomuk18FileOntologyLoaderE@Base 4:4.3.4
 _ZTSN7Nepomuk21DesktopOntologyLoaderE@Base 4:4.3.4
 _ZTSN7Nepomuk21NepomukOntologyLoaderE@Base 4:4.3.4
 _ZTSN7Nepomuk3TagE@Base 4:4.3.4
 _ZTSN7Nepomuk4FileE@Base 4:4.5.85
 _ZTSN7Nepomuk5ThingE@Base 4:4.3.4
 _ZTSN7Nepomuk5Types5ClassE@Base 4:4.3.4
 _ZTSN7Nepomuk5Types6EntityE@Base 4:4.3.4
 _ZTSN7Nepomuk5Types8OntologyE@Base 4:4.3.4
 _ZTSN7Nepomuk5Types8PropertyE@Base 4:4.3.4
 _ZTSN7Nepomuk7ServiceE@Base 4:4.3.4
 _ZTSN7Nepomuk8ResourceE@Base 4:4.3.4
 _ZTSN7Nepomuk8TagCloudE@Base 4:4.3.4
 _ZTSN7Nepomuk9TagWidgetE@Base 4:4.3.4
 _ZTV15KTagCloudWidget@Base 4:4.3.4
 _ZTV17KTagDisplayWidget@Base 4:4.3.4
 _ZTVN7Nepomuk13MassUpdateJobE@Base 4:4.4.95
 _ZTVN7Nepomuk14OntologyLoaderE@Base 4:4.3.4
 _ZTVN7Nepomuk15ResourceManagerE@Base 4:4.3.4
 _ZTVN7Nepomuk18FileOntologyLoaderE@Base 4:4.3.4
 _ZTVN7Nepomuk21DesktopOntologyLoaderE@Base 4:4.3.4
 _ZTVN7Nepomuk21NepomukOntologyLoaderE@Base 4:4.3.4
 _ZTVN7Nepomuk3TagE@Base 4:4.3.4
 _ZTVN7Nepomuk4FileE@Base 4:4.5.85
 _ZTVN7Nepomuk5ThingE@Base 4:4.3.4
 _ZTVN7Nepomuk5Types5ClassE@Base 4:4.3.4
 _ZTVN7Nepomuk5Types6EntityE@Base 4:4.3.4
 _ZTVN7Nepomuk5Types8OntologyE@Base 4:4.3.4
 _ZTVN7Nepomuk5Types8PropertyE@Base 4:4.3.4
 _ZTVN7Nepomuk7ServiceE@Base 4:4.3.4
 _ZTVN7Nepomuk8ResourceE@Base 4:4.3.4
 _ZTVN7Nepomuk8TagCloudE@Base 4:4.3.4
 _ZTVN7Nepomuk9TagWidgetE@Base 4:4.3.4
 _Zls6QDebugRKN7Nepomuk7VariantE@Base 4:4.3.4
 (c++)"non-virtual thunk to KTagCloudWidget::~KTagCloudWidget()@Base" 4:4.3.4
 (c++)"non-virtual thunk to KTagDisplayWidget::~KTagDisplayWidget()@Base" 4:4.3.4
 (c++)"non-virtual thunk to Nepomuk::TagCloud::~TagCloud()@Base" 4:4.3.4
 (c++)"non-virtual thunk to Nepomuk::TagWidget::~TagWidget()@Base" 4:4.3.4