forked from kuehnram/GRhOOT-Ontology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
en-rhoot.owl
5268 lines (4356 loc) · 404 KB
/
en-rhoot.owl
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
<?xml version="1.0"?>
<rdf:RDF xmlns="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot#"
xml:base="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot"
xmlns:ont="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:Ontology rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#rdfs -->
<owl:AnnotationProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#rdfs">
<rdfs:label>rdfs</rdfs:label>
</owl:AnnotationProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#see -->
<owl:AnnotationProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#see">
<rdfs:label>see</rdfs:label>
</owl:AnnotationProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#AnotherElementOfDifferentMeaningIsAdded -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#AnotherElementOfDifferentMeaningIsAdded">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isAdded"/>
<rdfs:label xml:lang="en">AnotherElementOfDifferentMeaningIsAdded</rdfs:label>
<rdfs:label xml:lang="de">einWeiteresElementMitUnterschiedlicherBedeutungWirdHinzugefuegt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#AnotherElementOfFigurativeMeaningIsAdded -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#AnotherElementOfFigurativeMeaningIsAdded">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isAdded"/>
<rdfs:label xml:lang="en">AnotherElementOfFigurativeMeaningIsAdded</rdfs:label>
<rdfs:label xml:lang="de">einWeiteresElementDeruebertragenenBedeutungWirdHinzugefuegt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#AnotherElementOfGreaterImportanceIsAdded -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#AnotherElementOfGreaterImportanceIsAdded">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isAdded"/>
<rdfs:label xml:lang="en">AnotherElementOfGreaterImportanceIsAdded</rdfs:label>
<rdfs:label xml:lang="de">einWeiteresElementDerStaerkerenBedeutungWirdHinzugefuegt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#AnotherElementOfSameLanguageMatchIsAdded -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#AnotherElementOfSameLanguageMatchIsAdded">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isAdded"/>
<rdfs:label xml:lang="en">AnotherElementOfSameLanguageMatchIsAdded</rdfs:label>
<rdfs:label xml:lang="de">einWeiteresElementDerselbenSprachuebereinstimmungWirdHinzugefuegt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#AnotherElementOfSameMeaningIsAdded -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#AnotherElementOfSameMeaningIsAdded">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isAdded"/>
<rdfs:label xml:lang="en">AnotherElementOfSameMeaningIsAdded</rdfs:label>
<rdfs:label xml:lang="de">einWeiteresElementMitDerselbenBedeutungWirdHinzugefuegt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#IsReplacedByAnotherElementOfLesserImportance -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#IsReplacedByAnotherElementOfLesserImportance">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplaced"/>
<rdfs:label xml:lang="en">IsReplacedByAnotherElementOfLesserImportance</rdfs:label>
<rdfs:label xml:lang="de">WirdDurchEinAnderesElementDerMilderenBedeutungErsetzt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#anotherElementAsNegativeAnswerIsAdded -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#anotherElementAsNegativeAnswerIsAdded">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isAdded"/>
<rdfs:label xml:lang="en">anotherElementAsNegativeAnswerIsAdded</rdfs:label>
<rdfs:label xml:lang="de">einWeiteresElementWirdAlsNegativeAntwortHinzugefuegt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#anotherElementAsPositiveAnswerIsAdded -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#anotherElementAsPositiveAnswerIsAdded">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isAdded"/>
<rdfs:label xml:lang="en">anotherElementAsPositiveAnswerIsAdded</rdfs:label>
<rdfs:label xml:lang="de">einWeiteresElementWirdAlsPositiveAntwortHinzugefuegt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#anotherElementAsQuestionIsAdded -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#anotherElementAsQuestionIsAdded">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isAdded"/>
<rdfs:label xml:lang="en">anotherElementAsQuestionIsAdded</rdfs:label>
<rdfs:label xml:lang="de">einWeiteresElementAlsFrageWirdHinzugefuegt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#anotherElementOfLesserImportanceIsAdded -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#anotherElementOfLesserImportanceIsAdded">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isAdded"/>
<rdfs:label xml:lang="en">anotherElementOfLesserImportanceIsAdded</rdfs:label>
<rdfs:label xml:lang="de">einWeiteresElementVonLeichtererBedeutungWirdHinzugefuegt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#anotherElementOfNegativeMeaningIsAdded -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#anotherElementOfNegativeMeaningIsAdded">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isAdded"/>
<rdfs:label xml:lang="en">anotherElementOfNegativeMeaningIsAdded</rdfs:label>
<rdfs:label xml:lang="de">einWeiteresElementDerNegativenBedeutungWirdHinzugefuegt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#anotherElementOfOppositeMeaningIsAdded -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#anotherElementOfOppositeMeaningIsAdded">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isAdded"/>
<rdfs:label xml:lang="en">anotherElementOfOppositeMeaningIsAdded</rdfs:label>
<rdfs:label xml:lang="de">einWeiteresElementDerEntgegengesetztenBedeutungWirdHinzugefuegt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#anotherElementOfPositiveMeaningIsAdded -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#anotherElementOfPositiveMeaningIsAdded">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isAdded"/>
<rdfs:label xml:lang="en">anotherElementOfPositiveMeaningIsAdded</rdfs:label>
<rdfs:label xml:lang="de">einWeiteresElementDerPositivenBedeutungWirdHinzugefuegt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#anotherElementOfSimilarMeaningIsAdded -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#anotherElementOfSimilarMeaningIsAdded">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isAdded"/>
<rdfs:label xml:lang="en">anotherElementOfSimilarMeaningIsAdded</rdfs:label>
<rdfs:label xml:lang="de">einWeiteresElementVonaehnlicherBedeutungWirdHinzugefuegt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#anotherMilderNegativeMeaningIsAdded -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#anotherMilderNegativeMeaningIsAdded">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isAdded"/>
<rdfs:label xml:lang="en">anotherMilderNegativeMeaningIsAdded</rdfs:label>
<rdfs:label xml:lang="de">eineWeitereMildereNegativeBedeutungWirdHinzugefuegt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#anotherStrongerNegativeMeaningIsAdded -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#anotherStrongerNegativeMeaningIsAdded">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isAdded"/>
<rdfs:label xml:lang="en">anotherStrongerNegativeMeaningIsAdded</rdfs:label>
<rdfs:label xml:lang="de">eineWeitereStaerkereNegativeBedeutungWirdHinzugefuegt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#connects -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#connects">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:label xml:lang="en">connects</rdfs:label>
<rdfs:label xml:lang="de">verbindet</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isAdded -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isAdded">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:label xml:lang="en">isAdded</rdfs:label>
<rdfs:label xml:lang="de">wirdHinzugefuegt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isInObject -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isInObject">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:label xml:lang="en">isInObject</rdfs:label>
<rdfs:label xml:lang="de">istUeberObjekt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isInPosition -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isInPosition">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:label xml:lang="en">isInPosition</rdfs:label>
<rdfs:label xml:lang="de">istInPosition</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isLinguisticGroup -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isLinguisticGroup">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:label xml:lang="en">isLinguisticGroup</rdfs:label>
<rdfs:label xml:lang="de">istLinguistischeGruppe</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isMoved -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isMoved">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:label xml:lang="de">bewegtSich</rdfs:label>
<rdfs:label xml:lang="en">isMoved</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isOmitted -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isOmitted">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:label xml:lang="en">isOmitted</rdfs:label>
<rdfs:label xml:lang="de">wirdWeggelassen</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isRepeated -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isRepeated">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:label xml:lang="en">isRepeated</rdfs:label>
<rdfs:label>wirdWiederholt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isRepeatedElementOfDifferentForm -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isRepeatedElementOfDifferentForm">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isRepeated"/>
<rdfs:label xml:lang="en">isRepeatedElementOfDifferentForm</rdfs:label>
<rdfs:label xml:lang="de">istEinWiederholbaresElementEinerAnderenForm</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isRepeatedElementOfDifferentKind -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isRepeatedElementOfDifferentKind">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isRepeated"/>
<rdfs:label xml:lang="en">isRepeatedElementOfDifferentKind</rdfs:label>
<rdfs:label xml:lang="de">istEinWiederholbaresElementDerZweitenArt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isRepeatedElementOfDifferentMeaning -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isRepeatedElementOfDifferentMeaning">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isRepeated"/>
<rdfs:label xml:lang="en">isRepeatedElementOfDifferentMeaning</rdfs:label>
<rdfs:label xml:lang="de">istEinWiederholbaresElementEinerAnderenBedeutung</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isRepeatedElementOfSameForm -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isRepeatedElementOfSameForm">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isRepeated"/>
<rdfs:label xml:lang="en">isRepeatedElementOfSameForm</rdfs:label>
<rdfs:label xml:lang="de">istEinWiederholbaresElementDerselbenForm</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplaced -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplaced">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:label xml:lang="en">isReplaced</rdfs:label>
<rdfs:label xml:lang="de">wirdErsetzt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplacedByAnotherElementOfDifferentForm -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplacedByAnotherElementOfDifferentForm">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplaced"/>
<rdfs:label xml:lang="en">isReplacedByAnotherElementOfDifferentForm</rdfs:label>
<rdfs:label xml:lang="de">wirdDurchEinAnderesElementEinerAnderenFormErsetzt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplacedByAnotherElementOfDifferentKind -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplacedByAnotherElementOfDifferentKind">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplaced"/>
<rdfs:label xml:lang="en">isReplacedByAnotherElementOfDifferentKind</rdfs:label>
<rdfs:label xml:lang="de">wirdDurchEinAnderesElementDerAnderenArtErsetzt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplacedByAnotherElementOfDifferentMeaning -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplacedByAnotherElementOfDifferentMeaning">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplaced"/>
<rdfs:label xml:lang="en">isReplacedByAnotherElementOfDifferentMeaning</rdfs:label>
<rdfs:label xml:lang="de">wirdDurchEinAnderesElementDerAnderenBedeutungErsetzt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplacedByAnotherElementOfGreaterImportance -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplacedByAnotherElementOfGreaterImportance">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplaced"/>
<rdfs:label xml:lang="en">isReplacedByAnotherElementOfGreaterImportance</rdfs:label>
<rdfs:label xml:lang="de">wirdDurchEinAnderesElementDerStaerkerenBedeutungErsetzt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplacedByAnotherElementOfOppositeMeaning -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplacedByAnotherElementOfOppositeMeaning">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplaced"/>
<rdfs:label xml:lang="en">isReplacedByAnotherElementOfOppositeMeaning</rdfs:label>
<rdfs:label xml:lang="de">wirdDurchEinAnderesElementEntgegengesetzterBedeutungErsetzt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplacedByAnotherElementOfSameMeaning -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplacedByAnotherElementOfSameMeaning">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplaced"/>
<rdfs:label xml:lang="en">isReplacedByAnotherElementOfSameMeaning</rdfs:label>
<rdfs:label xml:lang="de">wirdDurchEinAnderesElementGleicherBedeutungErsetzt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplacedByAnotherElementOfSimilarMeaning -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplacedByAnotherElementOfSimilarMeaning">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplaced"/>
<rdfs:label xml:lang="en">isReplacedByAnotherElementOfSimilarMeaning</rdfs:label>
<rdfs:label xml:lang="de">wirdDurchEinAnderesElementaehnlicherBedeutungErsetzt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplacedByAnotherElementOfStrongerOppositeMeaning -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplacedByAnotherElementOfStrongerOppositeMeaning">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplaced"/>
<rdfs:label xml:lang="en">isReplacedByAnotherElementOfStrongerOppositeMeaning</rdfs:label>
<rdfs:label xml:lang="de">wirdDurchEinAnderesElementDerStaerkerenEntgegengesetztenBedeutungErsetzt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplacedByAnotherElementOfTranslatedMeaning -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplacedByAnotherElementOfTranslatedMeaning">
<rdfs:subPropertyOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isReplaced"/>
<rdfs:label xml:lang="en">isReplacedByAnotherElementOfTranslatedMeaning</rdfs:label>
<rdfs:label xml:lang="de">wirdDurchEinAnderesElementDeruebertragenenBedeutungErsetzt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isRhetoricalGroup -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isRhetoricalGroup">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:label xml:lang="en">isRhetoricalGroup</rdfs:label>
<rdfs:label xml:lang="de">istRhetorischeGruppe</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isSymetric -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isSymetric">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:label xml:lang="en">isSymetric</rdfs:label>
<rdfs:label xml:lang="de">istSymmetrisch</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isSynonym -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isSynonym">
<rdfs:label xml:lang="en">isSynonym</rdfs:label>
<rdfs:label xml:lang="de">istSynonym</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#separates -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#separates">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:label xml:lang="en">separates</rdfs:label>
<rdfs:label xml:lang="de">trennt</rdfs:label>
</owl:ObjectProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#spans -->
<owl:ObjectProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#spans">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:domain rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalFigure"/>
<rdfs:range rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticScope"/>
<rdfs:comment>rhetorical figures that have their defining element in [word | sentence | etc.]
isInAreaOf
isFoundIn
isComprisedOf
isComposedOf
isDefinedIn
isMadeUpOf
isMadeFrom
spans</rdfs:comment>
<rdfs:label xml:lang="de">liegtImBereich</rdfs:label>
<rdfs:label xml:lang="en">spans</rdfs:label>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Name -->
<owl:DatatypeProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Name">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topDataProperty"/>
<rdfs:label>Name</rdfs:label>
</owl:DatatypeProperty>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isExample -->
<owl:DatatypeProperty rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isExample">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topDataProperty"/>
<rdfs:label xml:lang="en">isExample</rdfs:label>
<rdfs:label xml:lang="de">istBeispiel</rdfs:label>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticElement -->
<owl:Class rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticElement">
<rdfs:subClassOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticEntity"/>
<rdfs:label xml:lang="en">LinguisticElement</rdfs:label>
<rdfs:label xml:lang="de">LinguistischesElement</rdfs:label>
</owl:Class>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticEntity -->
<owl:Class rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticEntity">
<rdfs:label xml:lang="en">LinguisticEntity</rdfs:label>
<rdfs:label xml:lang="de">LinguistischeEntitaet</rdfs:label>
</owl:Class>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticGroup -->
<owl:Class rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticGroup">
<rdfs:subClassOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticEntity"/>
<rdfs:label xml:lang="en">LinguisticGroup</rdfs:label>
<rdfs:label xml:lang="de">LinguistischeGruppe</rdfs:label>
</owl:Class>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticObject -->
<owl:Class rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticObject">
<rdfs:subClassOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticEntity"/>
<rdfs:label xml:lang="en">LinguisticObject</rdfs:label>
<rdfs:label xml:lang="de">LinguistischesObjekt</rdfs:label>
</owl:Class>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticOperation -->
<owl:Class rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticOperation">
<rdfs:subClassOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticEntity"/>
<rdfs:label xml:lang="en">LinguisticOperation</rdfs:label>
<rdfs:label xml:lang="de">LinguistischeOperation</rdfs:label>
</owl:Class>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticPosition -->
<owl:Class rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticPosition">
<rdfs:subClassOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticEntity"/>
<rdfs:label xml:lang="en">LinguisticPosition</rdfs:label>
<rdfs:label xml:lang="de">LinguistischePosition</rdfs:label>
</owl:Class>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticScope -->
<owl:Class rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticScope">
<rdfs:subClassOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticEntity"/>
<rdfs:label xml:lang="en">LinguisticScope</rdfs:label>
<rdfs:label xml:lang="de">LinguistischerUmfang</rdfs:label>
</owl:Class>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalEntity -->
<owl:Class rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalEntity">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdfs:label xml:lang="en">RhetoricalEntity</rdfs:label>
<rdfs:label xml:lang="de">RhetorischeEntitaet</rdfs:label>
</owl:Class>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalFigure -->
<owl:Class rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalFigure">
<rdfs:subClassOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticEntity"/>
<rdfs:subClassOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalEntity"/>
<rdfs:label xml:lang="en">RhetoricalFigure</rdfs:label>
<rdfs:label xml:lang="de">RhetorischeFigur</rdfs:label>
</owl:Class>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalGroup -->
<owl:Class rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalGroup">
<rdfs:subClassOf rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalEntity"/>
<rdfs:label xml:lang="en">RhetoricalGroup</rdfs:label>
<rdfs:label xml:lang="de">RhetorischeGruppe</rdfs:label>
</owl:Class>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Individuals
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot#Transposition -->
<owl:NamedIndividual rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot#Transposition">
<rdf:type rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticOperation"/>
<rdfs:label xml:lang="en">Transposition</rdfs:label>
<rdfs:label xml:lang="de">Umstellung</rdfs:label>
</owl:NamedIndividual>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Accismus -->
<owl:NamedIndividual rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Accismus">
<rdf:type rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalFigure"/>
<rdf:type>
<owl:Restriction>
<owl:onProperty rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isLinguisticGroup"/>
<owl:someValuesFrom rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticGroup"/>
</owl:Restriction>
</rdf:type>
<ont:isInObject rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Phraseobject"/>
<ont:isInObject rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Sentence"/>
<ont:isInObject rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Wordobject"/>
<ont:isLinguisticGroup rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Semantic"/>
<ont:isReplacedByAnotherElementOfOppositeMeaning rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Word_Element"/>
<ont:isRhetoricalGroup rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Trope"/>
<ont:spans rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Sentence"/>
<ont:Name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Accismus</ont:Name>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">“Das Geschenk kann ich wirklich nicht annehmen!”</ont:isExample>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">“Das hat er nicht wirklich gesagt.”</ont:isExample>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A form of irony in which a person feigns indifference to or pretends to refuse something he or she desires.</rdfs:comment>
<rdfs:label xml:lang="en">Accismus</rdfs:label>
<rdfs:label xml:lang="sr">Akizam</rdfs:label>
<rdfs:label xml:lang="el">Akkismós</rdfs:label>
<rdfs:label xml:lang="de">Akzismus</rdfs:label>
<rdfs:seeAlso xml:lang="en">Accism</rdfs:seeAlso>
</owl:NamedIndividual>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Accumulation -->
<owl:NamedIndividual rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Accumulation">
<rdf:type rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalFigure"/>
<rdf:type>
<owl:Restriction>
<owl:onProperty rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isLinguisticGroup"/>
<owl:someValuesFrom rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticGroup"/>
</owl:Restriction>
</rdf:type>
<rdf:type>
<owl:Restriction>
<owl:onProperty rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isRhetoricalGroup"/>
<owl:someValuesFrom rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalGroup"/>
</owl:Restriction>
</rdf:type>
<ont:AnotherElementOfGreaterImportanceIsAdded rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Phrase_Element"/>
<ont:isInObject rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Phraseobject"/>
<ont:isInPosition rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Whole-Succession"/>
<ont:isLinguisticGroup rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Semantic"/>
<ont:isRhetoricalGroup rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#FigureOfSpeech"/>
<ont:spans rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Sentence"/>
<ont:spans rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Verse"/>
<ont:Name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Akkumulatio</ont:Name>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">"Ihre Anzahl ist Legion: Staatsraete und Regierungsraete, Landraete und Kreisraete, Geistliche Raete und Schulraete, Finanzraete und Forstraete usw." (Georg Buechner: Der hessische Landbote)</ont:isExample>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">"Mord! Zeter! Jammer! Angst! Creutz! Marter! Wuerme! Plagen!" (Andreas Gryphius: Die Hoelle)</ont:isExample>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">"ein stiller, hagerer, duenner, laenglicher Mann" (Adelbert von Chamisso: Peter Schlehmihls wunderbare Geschichte)</ont:isExample>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Accumulation is a figure of speech in rhetoric that creates a list or gathers scattered ideas in a way that builds up, emphasizes, or summarizes the main point. Accumulation is an example of addition in rhetoric, using a “more the merrier” approach to illustrating the theme of a passage.</rdfs:comment>
<rdfs:label xml:lang="en">Accumulation</rdfs:label>
<rdfs:label xml:lang="de">Akkumulation</rdfs:label>
<rdfs:label xml:lang="sr">Pojacanje</rdfs:label>
</owl:NamedIndividual>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Acrostic -->
<owl:NamedIndividual rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Acrostic">
<rdf:type rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalFigure"/>
<rdf:type>
<owl:Restriction>
<owl:onProperty rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isLinguisticGroup"/>
<owl:someValuesFrom rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticGroup"/>
</owl:Restriction>
</rdf:type>
<rdf:type>
<owl:Restriction>
<owl:onProperty rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isRhetoricalGroup"/>
<owl:someValuesFrom rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalGroup"/>
</owl:Restriction>
</rdf:type>
<ont:isInObject rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Phraseobject"/>
<ont:isInObject rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Sentenceobject"/>
<ont:isInObject rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Verseobject"/>
<ont:isLinguisticGroup rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Pragmatic"/>
<ont:isLinguisticGroup rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Semantic"/>
<ont:isRhetoricalGroup rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#FigureOfConstruction"/>
<ont:spans rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Paragraph"/>
<ont:spans rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Phrase"/>
<ont:spans rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Verse"/>
<ont:Name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Akrostichon</ont:Name>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">"Wer hat mich guoter her gelesen?
Ist ez ieman gewesen
Lebende in solcher wise,
Lobe er mich, des mich prise
Ez si man oder wip,
Habe er so getriuwen lip,
Ane velsche sol er mich
Lieben – daz ist friuntlich –
Mit sueezer sinne stiure … " (Rudolf von Ems: Willehalm von Orlens; Anfangsbuchstaben ergeben "Willehalm")</ont:isExample>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An acrostic is a literary device in which the first letter of every verse consecutively forms a word or message. An acrostic is mostly applied in poetry, but can also be used in prose or word puzzle. This word or alphabet is often connected to the theme of the poem.)</rdfs:comment>
<rdfs:label xml:lang="en">Acrostic</rdfs:label>
<rdfs:label xml:lang="de">Akrostichon</rdfs:label>
</owl:NamedIndividual>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Addition -->
<owl:NamedIndividual rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Addition">
<rdf:type rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticOperation"/>
<rdfs:label xml:lang="en">Addition</rdfs:label>
<rdfs:label xml:lang="de">Hinzufuegung</rdfs:label>
</owl:NamedIndividual>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Allegory -->
<owl:NamedIndividual rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Allegory">
<rdf:type rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalFigure"/>
<rdf:type>
<owl:Restriction>
<owl:onProperty rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isLinguisticGroup"/>
<owl:someValuesFrom rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticGroup"/>
</owl:Restriction>
</rdf:type>
<rdf:type>
<owl:Restriction>
<owl:onProperty rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isRhetoricalGroup"/>
<owl:someValuesFrom rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalGroup"/>
</owl:Restriction>
</rdf:type>
<ont:isInObject rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Phrase"/>
<ont:isInObject rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Wordobject"/>
<ont:isLinguisticGroup rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Semantic"/>
<ont:isReplacedByAnotherElementOfSimilarMeaning rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Phrase_Element"/>
<ont:isReplacedByAnotherElementOfSimilarMeaning rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Word_Element"/>
<ont:isRhetoricalGroup rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Trope"/>
<ont:spans rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Sentence"/>
<ont:spans rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Verse"/>
<ont:Name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Allegory</ont:Name>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Justitia als Frau mit verbundenen Augen</ont:isExample>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taube mit oelzweig als Zeichen fuer Frieden</ont:isExample>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An abstract substituted by a concrete (Berner).
Pictorial-symbolic expression of a thought in such a way that what is actually meant can also be seen in the details (Metzler).
An allegory is the rhetorical strategy of extending a metaphor through an entire narrative. Thus, it's a longer description, illustration, analogy, or comparison than a simile or a metaphor would be.</rdfs:comment>
<rdfs:label xml:lang="sr">Alegorija</rdfs:label>
<rdfs:label xml:lang="en">Allegory</rdfs:label>
</owl:NamedIndividual>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Alliteration -->
<owl:NamedIndividual rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Alliteration">
<rdf:type rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalFigure"/>
<rdf:type>
<owl:Restriction>
<owl:onProperty rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isLinguisticGroup"/>
<owl:someValuesFrom rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticGroup"/>
</owl:Restriction>
</rdf:type>
<rdf:type>
<owl:Restriction>
<owl:onProperty rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isRhetoricalGroup"/>
<owl:someValuesFrom rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalGroup"/>
</owl:Restriction>
</rdf:type>
<ont:isInObject rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Sentenceobject"/>
<ont:isInObject rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Verseobject"/>
<ont:isInPosition rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Whole"/>
<ont:isLinguisticGroup rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Phonetic"/>
<ont:isRepeated rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Consonant"/>
<ont:isRhetoricalGroup rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#FigureOfSpeech"/>
<ont:spans rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Sentence"/>
<ont:spans rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Verse"/>
<ont:Name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Alliteration</ont:Name>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">"Beim Strahlenden Strontium" (Michael Ende: Der satanarchaeoluegenialkohoellische Wunschpunsch)</ont:isExample>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">"Deutlich. Deftig. Direkt." (Franz Josef Strauß)</ont:isExample>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">"Geiz ist geil" (Werbung)</ont:isExample>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">"Mail. Message. More" (Werbung; mit Assonanz)</ont:isExample>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">"Mut zur Muße" (Werbung; mit Assonanz)</ont:isExample>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">"Stock, der du gewesen, steh doch wieder still" (Goethe)</ont:isExample>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">"Winterwinde wichen dem Wonnemond" (Richard Wagner)</ont:isExample>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">"Zwischen zwei Zwetschgenzweigen zwitschern zwei Zwerge" (Umgangssprachlich)</ont:isExample>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The same initial sound of the stressed syllables within a group of words (Metzler).
Alliteration is a literary device that reflects repetition in two or more nearby words of initial consonant sounds</rdfs:comment>
<rdfs:label xml:lang="sr">Aliteracija</rdfs:label>
<rdfs:label xml:lang="de">Alliteration</rdfs:label>
<rdfs:label xml:lang="en">Alliteration</rdfs:label>
</owl:NamedIndividual>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Allusion -->
<owl:NamedIndividual rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Allusion">
<rdf:type rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalFigure"/>
<rdf:type>
<owl:Restriction>
<owl:onProperty rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isLinguisticGroup"/>
<owl:someValuesFrom rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticGroup"/>
</owl:Restriction>
</rdf:type>
<rdf:type>
<owl:Restriction>
<owl:onProperty rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isRhetoricalGroup"/>
<owl:someValuesFrom rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalGroup"/>
</owl:Restriction>
</rdf:type>
<ont:anotherElementOfSimilarMeaningIsAdded rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Phrase_Element"/>
<ont:anotherElementOfSimilarMeaningIsAdded rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Word_Element"/>
<ont:isInObject rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Phraseobject"/>
<ont:isInObject rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Wordobject"/>
<ont:isInPosition rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Whole"/>
<ont:isLinguisticGroup rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Semantic"/>
<ont:isRhetoricalGroup rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Trope"/>
<ont:spans rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Sentence"/>
<ont:spans rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Verse"/>
<ont:Name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Allusion</ont:Name>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">"etwas mit Argusaugen bewachen" (Sprichwort)</ont:isExample>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">“Droht Amerika ein zweites Vietnam?” (Artikel aus der FAZ)</ont:isExample>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">“Du weißt, was ich meine”</ont:isExample>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">“Ich weiß, wo du gestern gewesen bist.”</ont:isExample>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Figure of explication using a brief or casual reference to a famous person, group, historical event, place, or work of art. It is important to stress that the referent of an allusion be generally well-known.
Eine Anspielung auf kuenstlerische Werke, Personen oder historische, oft zeitgeschichtliche Ereignisse, von daher sehr stark situationsgebunden, zu ihrer Wirkung setzt sie das mitwissende Verstaendnis der Rezipienten voraus. (Berner)</rdfs:comment>
<rdfs:label xml:lang="de">Allusion</rdfs:label>
<rdfs:label xml:lang="en">Allusion</rdfs:label>
<rdfs:label xml:lang="sr">Aluzija</rdfs:label>
</owl:NamedIndividual>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Amphiboly -->
<owl:NamedIndividual rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Amphiboly">
<rdf:type rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalFigure"/>
<rdf:type>
<owl:Restriction>
<owl:onProperty rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isLinguisticGroup"/>
<owl:someValuesFrom rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticGroup"/>
</owl:Restriction>
</rdf:type>
<rdf:type>
<owl:Restriction>
<owl:onProperty rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isRhetoricalGroup"/>
<owl:someValuesFrom rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalGroup"/>
</owl:Restriction>
</rdf:type>
<ont:isInObject rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Phraseobject"/>
<ont:isInObject rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Wordobject"/>
<ont:isInPosition rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Whole"/>
<ont:isLinguisticGroup rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Semantic"/>
<ont:isMoved rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Word_Element"/>
<ont:isOmitted rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Word_Element"/>
<ont:isRhetoricalGroup rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Trope"/>
<ont:spans rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Sentence"/>
<ont:spans rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Verse"/>
<ont:Name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Amphiboly</ont:Name>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">"In keiner Sprache kann man sich so schwer verstaendigen wie in der Sprache" (Karl Kraus)</ont:isExample>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">"Mercedes - dein guter Stern auf allen Straßen" (Werbung)</ont:isExample>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ambiguitas: ambiguity, two or more meanings of a word. (Heike Mayer)
Amphiboly is a fallacy of relevance that relies on an ambiguous word or grammatical structure to confuse or mislead an audience.</rdfs:comment>
<rdfs:label xml:lang="sr">Amfibolija</rdfs:label>
<rdfs:label xml:lang="de">Amphibolie</rdfs:label>
<rdfs:label xml:lang="en">Amphiboly</rdfs:label>
</owl:NamedIndividual>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Amplification -->
<owl:NamedIndividual rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Amplification">
<rdf:type rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalFigure"/>
<rdf:type>
<owl:Restriction>
<owl:onProperty rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isLinguisticGroup"/>
<owl:someValuesFrom rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticGroup"/>
</owl:Restriction>
</rdf:type>
<rdf:type>
<owl:Restriction>
<owl:onProperty rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isRhetoricalGroup"/>
<owl:someValuesFrom rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalGroup"/>
</owl:Restriction>
</rdf:type>
<ont:AnotherElementOfGreaterImportanceIsAdded rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Phrase_Element"/>
<ont:AnotherElementOfGreaterImportanceIsAdded rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Sentence_Element"/>
<ont:isInObject rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Phraseobject"/>
<ont:isInObject rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Sentence"/>
<ont:isLinguisticGroup rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Semantic"/>
<ont:isRhetoricalGroup rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#FigureOfThought"/>
<ont:spans rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Paragraph"/>
<ont:spans rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Sentence"/>
<ont:spans rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Verse"/>
<ont:Name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Amplification</ont:Name>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">“Sie sind ganz einfach reizend [...] und ich bin ueberzeugt, daß mein Antrag dennoch annehmbar fuer Sie sein wird, sobald er sich auf die Autoritaet Ihrer beiden ausgezeichneten Eltern stuetzt.” (Jane Austen: Stolz und Vorurteil)</ont:isExample>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">enlargement, increase; a purely extensive expansion of an idea through detailed implementation beyond what is necessary for understanding is often an unnecessary exaggeration or unnecessary accumulation of content. (Berner)</rdfs:comment>
<rdfs:label xml:lang="en">Amplification</rdfs:label>
<rdfs:label xml:lang="sr">Amplifikacija</rdfs:label>
<rdfs:label xml:lang="de">Amplifikation</rdfs:label>
</owl:NamedIndividual>
<!-- https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Anacoluthon -->
<owl:NamedIndividual rdf:about="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Anacoluthon">
<rdf:type rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalFigure"/>
<rdf:type>
<owl:Restriction>
<owl:onProperty rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isLinguisticGroup"/>
<owl:someValuesFrom rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#LinguisticGroup"/>
</owl:Restriction>
</rdf:type>
<rdf:type>
<owl:Restriction>
<owl:onProperty rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#isRhetoricalGroup"/>
<owl:someValuesFrom rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#RhetoricalGroup"/>
</owl:Restriction>
</rdf:type>
<ont:isInObject rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Phraseobject"/>
<ont:isInObject rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Wordobject"/>
<ont:isInPosition rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Whole"/>
<ont:isLinguisticGroup rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Syntactic"/>
<ont:isReplacedByAnotherElementOfDifferentForm rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Wordobject"/>
<ont:isRhetoricalGroup rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#FigureOfConstruction"/>
<ont:spans rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Sentence"/>
<ont:spans rdf:resource="https://github.com/kyleiwaniec/ENRhOOT-Ontology/en-rhoot.owl#Verse"/>
<ont:Name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Anacoluthon</ont:Name>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">"Un die Frau hat bestimmt eh da is es sogar so, da… der also bei den Germanen wurde ja die Frau so unheimlich hoch eingeschaetzt" (Helmut Glueck: Metzler Lexikon der Sprache)</ont:isExample>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">"“Wenn ich dich in die Finger kriege..” (Spruch)</ont:isExample>
<ont:isExample rdf:datatype="http://www.w3.org/2001/XMLSchema#string">“ 'Wie ist das uebrigens…', begann Elizabeth, besann sich aber und fuhr fort: 'Mit den Bedingungen wirst du dich wohl einverstanden erklaeren muessen, nicht wahr?'” (Jane Austen: Stolz und Vorurteil)</ont:isExample>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Anacoluthon is derived from the Greek word anakolouthos, which means “lacking sequence.” It is a stylistic device defined as a syntactic deviation, and interruption within a sentence from one structure to another. In this interruption, the expected sequence of grammar is absent. The grammatical flow of sentences is interrupted in order to begin more sentences.
nicht folgerichtig; eine Unfolge in der Satzfuehrung, ein Herausfallen aus der Bauart des Satzanfanges, die Satzkonstruktion wird anders als begonnen fortgefuehrt, auch als absoluter Nominativ bezeichnet: ein im Nominativ stehender praedikatloser, vorausgenommener und pronominal wieder aufgenommener Satzteil oder Kasus. (Berner)</rdfs:comment>
<rdfs:label xml:lang="en">Anacoluthon</rdfs:label>
<rdfs:label xml:lang="sr">Anakolut</rdfs:label>
<rdfs:label xml:lang="de">Anakoluth</rdfs:label>
</owl:NamedIndividual>