-
Notifications
You must be signed in to change notification settings - Fork 5
/
INTRO_beta202210.owl
2457 lines (1690 loc) · 120 KB
/
INTRO_beta202210.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://w3id.org/lso/intro/beta202210#"
xml:base="https://w3id.org/lso/intro/beta202210"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:frbroo="https://cidoc-crm.org/frbroo/sites/default/files/FRBR2.4-draft.rdfs#"
xmlns:crm="http://www.cidoc-crm.org/cidoc-crm/">
<owl:Ontology rdf:about="https://w3id.org/lso/intro/beta202210">
<dc:title xml:lang="en">INTRO - the Intertextual Relationships Ontology</dc:title>
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">INTRO</rdfs:label>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">BETA 2022-10</owl:versionInfo>
<owl:priorVersion rdf:datatype="http://www.w3.org/2001/XMLSchema#string">BETA Jan 2020</owl:priorVersion>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">WHAT IS INTRO?
INTRO is an ontology for the field of literary studies for representing intertextual relations. The term ‘intertextual relations' is to be understood in the broadest sense. The domain of the ontology includes everything from the identification and characterization of concrete acts of literary (or scholarly) citations or allusions (etc.) to the identification of features that allow to include a text into a larger context (e.g. an epoch, a discourse, an oeuvre ...). INTRO also provides classes and properties necessary to link these findings to their theoretical background or to findings in other research literature, thus covering a large number of scholarly acts.
INTRO Version IRI: https://w3id.org/lso/intro/beta202210
INTRO on GitHub:
https://github.com/BOberreither/INTRO Version info: BETA - Subclasses are subject to refinement and addition; provisional state indicated by "INT"-IRIs/Labels without number.
Special Thanks to: Ingo Börner
################
Changelog from 201901 on:
2020-01 Turns out, some classes and relations could be resolved into types of intertextual relations; this concerned in particular the class INT5 Characteristic and adherent object relations.
- Deleted class INT5 Characteristic, accordingly: deleted relations R1, R2, R14-16; changes on relations: R21, R23, R24
- Deleted relations R5, R6, R7
- Added class INT17 Functional Relation as a subclass of INT11 Type of Intertextual Relation.
2022-10 After close examination it became clear that "r10 has text passage" (as well as the inversion) cannot be meaningfully related to "F1 Work", since "Work" cannot have text passages.
- As a result, "Work" was deleted from the domain of "r10 has text passage".
- "r10" is now also no longer related to "F2 Expression", but to the parent class "E73 Information Object". This allows the modeling of text passages assigned to entities outside the narrow definition of the class "Expression" - since " Expression" by no means covers all written documents.
- Throughout the model, "F2 Expression" was replaced with "E73 Information Object".
Also,
- Erlangen-CRM and the related serialization of FRBRoo were replaced.
- "INT0" in labels was replaced with "INT".
Additionally, some efforts were made to declutter the whole thing:
- owl:import was deleted.
- All named individuals were deleted.</rdfs:comment>
<dc:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#string"> Bernhard Oberreither </dc:creator>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/elements/1.1/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/description"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/terms/hasPart -->
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/hasPart"/>
<!-- http://purl.org/dc/terms/isPartOf -->
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/isPartOf"/>
<!-- http://purl.org/dc/terms/relation -->
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/relation"/>
<!-- http://www.cidoc-crm.org/cidoc-crm/P2_has_type -->
<owl:ObjectProperty rdf:about="http://www.cidoc-crm.org/cidoc-crm/P2_has_type"/>
<!-- http://www.cidoc-crm.org/cidoc-crm/P2i_is_type_of -->
<owl:ObjectProperty rdf:about="http://www.cidoc-crm.org/cidoc-crm/P2i_is_type_of"/>
<!-- http://www.cidoc-crm.org/cidoc-crm/P67_refers_to -->
<owl:ObjectProperty rdf:about="http://www.cidoc-crm.org/cidoc-crm/P67_refers_to"/>
<!-- http://www.cidoc-crm.org/cidoc-crm/P67i_is_referred_to_by -->
<owl:ObjectProperty rdf:about="http://www.cidoc-crm.org/cidoc-crm/P67i_is_referred_to_by"/>
<!-- http://www.essepuntato.it/2008/12/pattern#contains -->
<owl:ObjectProperty rdf:about="http://www.essepuntato.it/2008/12/pattern#contains"/>
<!-- http://www.essepuntato.it/2008/12/pattern#isContainedBy -->
<owl:ObjectProperty rdf:about="http://www.essepuntato.it/2008/12/pattern#isContainedBy"/>
<!-- https://w3id.org/lso/intro/beta202210#R10_has_Text_Passage -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R10_has_Text_Passage">
<owl:inverseOf rdf:resource="https://w3id.org/lso/intro/beta202210#R10_is_Text_Passage_of"/>
<rdfs:domain rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object"/>
<rdfs:range rdf:resource="https://w3id.org/lso/intro/beta202210#INT1_TextPassage"/>
<rdfs:comment>Links a work or an expression (ideally: a F24 Publication Expression) to a INT1 Text passage from that text, e.g. the book with the ISBN 978-0307278630 to a passage on page three of this book.</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R10_is_Text_Passage_of -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R10_is_Text_Passage_of">
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT1_TextPassage"/>
<rdfs:range rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object"/>
<rdfs:comment>Links an INT1 Text Passage from a text to that text (work or expression, ideally: a F24 Publication Expression), e.g. a passage on page three of the book with the ISBN 978-0307278630 to that book.</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R11_has_fragment -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R11_has_fragment">
<owl:inverseOf rdf:resource="https://w3id.org/lso/intro/beta202210#R11_is_fragment_of"/>
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT1_TextPassage"/>
<rdfs:range rdf:resource="https://w3id.org/lso/intro/beta202210#INT1_TextPassage"/>
<rdfs:comment>Links an INT1 Text Passage to shorter INT1 Text Passages it contains.</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R11_is_fragment_of -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R11_is_fragment_of">
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT1_TextPassage"/>
<rdfs:range rdf:resource="https://w3id.org/lso/intro/beta202210#INT1_TextPassage"/>
<rdfs:comment>Links an INT1 Text Passage to a larger INT1 Text Passage it is a part of.</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R12_has_referred_to_entity -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R12_has_referred_to_entity">
<rdfs:subPropertyOf rdf:resource="https://w3id.org/lso/intro/beta202210#R24_has_related_entity"/>
<owl:inverseOf rdf:resource="https://w3id.org/lso/intro/beta202210#R12_is_referred_to_entity"/>
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT3_IntertextualRelationship"/>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object"/>
<rdf:Description rdf:about="https://cidoc-crm.org/frbroo/sites/default/files/FRBR2.4-draft.rdfs#F1_Work"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT2_ActualizationOfFeature"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT6_ArchitextualEntity"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<rdfs:comment>Links an INT3 Intertextual Relationship to the entity referred to in the intertextual relationship (a text on any ontological level or a feature actualized in the text in question).</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R12_is_referred_to_entity -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R12_is_referred_to_entity">
<rdfs:subPropertyOf rdf:resource="https://w3id.org/lso/intro/beta202210#R24_is_related_entity"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object"/>
<rdf:Description rdf:about="https://cidoc-crm.org/frbroo/sites/default/files/FRBR2.4-draft.rdfs#F1_Work"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT2_ActualizationOfFeature"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT6_ArchitextualEntity"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="https://w3id.org/lso/intro/beta202210#INT3_IntertextualRelationship"/>
<rdfs:comment>Links the referred tp entity (a text on any ontological level or a feature actualized in a text) to the INT3 Intertextual Relationship it is a part of.</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R13_has_referring_entity -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R13_has_referring_entity">
<rdfs:subPropertyOf rdf:resource="https://w3id.org/lso/intro/beta202210#R24_has_related_entity"/>
<owl:inverseOf rdf:resource="https://w3id.org/lso/intro/beta202210#R13_is_referring_entity"/>
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT3_IntertextualRelationship"/>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object"/>
<rdf:Description rdf:about="https://cidoc-crm.org/frbroo/sites/default/files/FRBR2.4-draft.rdfs#F1_Work"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT2_ActualizationOfFeature"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT6_ArchitextualEntity"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<rdfs:comment>Links an INT3 Intertextual Relationship to a referring entity (a text on any ontological level or a feature actualized in the text in question).</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R13_is_referring_entity -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R13_is_referring_entity">
<rdfs:subPropertyOf rdf:resource="https://w3id.org/lso/intro/beta202210#R24_is_related_entity"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object"/>
<rdf:Description rdf:about="https://cidoc-crm.org/frbroo/sites/default/files/FRBR2.4-draft.rdfs#F1_Work"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT2_ActualizationOfFeature"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT6_ArchitextualEntity"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="https://w3id.org/lso/intro/beta202210#INT3_IntertextualRelationship"/>
<rdfs:comment>Links the referring entity (a text on any ontological level or a feature actualized in a text) to the INT3 Intertextual Relationship it is a part of.</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R17_actualizes_feature -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R17_actualizes_feature">
<owl:inverseOf rdf:resource="https://w3id.org/lso/intro/beta202210#R17_feature_actualized_in"/>
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT2_ActualizationOfFeature"/>
<rdfs:range rdf:resource="https://w3id.org/lso/intro/beta202210#INT4_ReceptionalEntity"/>
<rdfs:comment>Links the specific INT2 Actualization of Feature to the (abstract concept of the) feature it actualizes, a INT4 Receptional Entity.</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R17_feature_actualized_in -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R17_feature_actualized_in">
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT4_ReceptionalEntity"/>
<rdfs:range rdf:resource="https://w3id.org/lso/intro/beta202210#INT2_ActualizationOfFeature"/>
<rdfs:comment>Links the INT4 Receptional Entity, the feature, to an INT2 Actualization of Feature (that is itself linked to a specific text).</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R18_actualization_found_on -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R18_actualization_found_on">
<owl:inverseOf rdf:resource="https://w3id.org/lso/intro/beta202210#R18_shows_actualization"/>
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT2_ActualizationOfFeature"/>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object"/>
<rdf:Description rdf:about="https://cidoc-crm.org/frbroo/sites/default/files/FRBR2.4-draft.rdfs#F1_Work"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT2_ActualizationOfFeature"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT6_ArchitextualEntity"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<rdfs:comment>Links an INT2 Actualization of Feature to the text (on any ontological level) or another INT2 Actualization of Feature it is found on. (Actualizations found on actualizations - in cases where, e.g., the actualization of the feature "Individual Character" can be read
as the actualization of the feature "Character Type".)</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R18_shows_actualization -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R18_shows_actualization">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object"/>
<rdf:Description rdf:about="https://cidoc-crm.org/frbroo/sites/default/files/FRBR2.4-draft.rdfs#F1_Work"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT2_ActualizationOfFeature"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT6_ArchitextualEntity"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="https://w3id.org/lso/intro/beta202210#INT2_ActualizationOfFeature"/>
<rdfs:comment>Links a text (on any ontological level) or an INT2 Actualization of Feature to an INT2 Actualization of Feature found on it. (Actualizations found on actualizations - in cases where, e.g., the actualization of the feature "Individual Character" can be read as the
actualization of the feature "Character Type".)</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R19_has_type -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R19_has_type">
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P2_has_type"/>
<owl:inverseOf rdf:resource="https://w3id.org/lso/intro/beta202210#R19_is_type_of"/>
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT3_IntertextualRelationship"/>
<rdfs:range rdf:resource="https://w3id.org/lso/intro/beta202210#INT11_TypeOfIntertextualRelationship"/>
<rdfs:comment>Links an INT3 Intertextual Relationship to its INT22 Type of Intertextual Relationship.</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R19_is_type_of -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R19_is_type_of">
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P2i_is_type_of"/>
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT11_TypeOfIntertextualRelationship"/>
<rdfs:range rdf:resource="https://w3id.org/lso/intro/beta202210#INT3_IntertextualRelationship"/>
<rdfs:comment>Links a INT22 Type of Intertextual Relationship to the INT3 Intertextual Relationship of that Type.</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R20_discusses -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R20_discusses">
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P67_refers_to"/>
<owl:inverseOf rdf:resource="https://w3id.org/lso/intro/beta202210#R20_is_discussed_in"/>
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT7_Interpretament"/>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object"/>
<rdf:Description rdf:about="https://cidoc-crm.org/frbroo/sites/default/files/FRBR2.4-draft.rdfs#F1_Work"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT6_ArchitextualEntity"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<rdfs:comment>Links an INT7 Interpretament to the textual instance (on any ontological level) it discusses.</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R20_is_discussed_in -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R20_is_discussed_in">
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P67i_is_referred_to_by"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object"/>
<rdf:Description rdf:about="https://cidoc-crm.org/frbroo/sites/default/files/FRBR2.4-draft.rdfs#F1_Work"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT6_ArchitextualEntity"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="https://w3id.org/lso/intro/beta202210#INT7_Interpretament"/>
<rdfs:comment>Links a textual instance (on any ontological level) to the INT7 Interpretament it is discussed in.</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R21_identifies -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R21_identifies">
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P67_refers_to"/>
<owl:inverseOf rdf:resource="https://w3id.org/lso/intro/beta202210#R21_is_identified_by"/>
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT7_Interpretament"/>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT2_ActualizationOfFeature"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT3_IntertextualRelationship"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<rdfs:comment>Links an INT7 Interpretament to the INT5 Characteristic, the INT3 Intertextual Relationship or the INT2 Actualization of Feature it identifies.</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R21_is_identified_by -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R21_is_identified_by">
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P67i_is_referred_to_by"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT2_ActualizationOfFeature"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT3_IntertextualRelationship"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="https://w3id.org/lso/intro/beta202210#INT7_Interpretament"/>
<rdfs:comment>Links an INT3 Intertextual Relationship or an INT2 Actualization of Featurea to the INT7 Interpretament it is identified in.</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R22_provides_similarity_for_reference -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R22_provides_similarity_for_reference">
<owl:inverseOf rdf:resource="https://w3id.org/lso/intro/beta202210#R22_reference_is_based_on_similarity"/>
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT4_ReceptionalEntity"/>
<rdfs:range rdf:resource="https://w3id.org/lso/intro/beta202210#INT3_IntertextualRelationship"/>
<rdfs:comment>Links an INT4 Receptional Entity to a INT3 Intertextual Relationship it provides the similarity for, the similarity being necessary for the detection of the INT3 Intertextual Relationship. States that an INT3 Intertextual Relationship is based on a similarity, i.e. the
actualization of the same INT4 Receptional Entity in two different texts.</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R22_reference_is_based_on_similarity -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R22_reference_is_based_on_similarity">
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT3_IntertextualRelationship"/>
<rdfs:range rdf:resource="https://w3id.org/lso/intro/beta202210#INT4_ReceptionalEntity"/>
<rdfs:comment>Links an INT3 Intertextual Relationship to an INT4 Receptional Entity that provides the similarity necessary for the detection of the INT3 Intertextual Relationship. States that an INT3 Intertextual Relationship is based on a similarity, i.e. the actualization of the same
receptional entity in two different texts.</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R23_provides_support_for -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R23_provides_support_for">
<owl:inverseOf rdf:resource="https://w3id.org/lso/intro/beta202210#R23_support_provided_by"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object"/>
<rdf:Description rdf:about="https://cidoc-crm.org/frbroo/sites/default/files/FRBR2.4-draft.rdfs#F1_Work"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT2_ActualizationOfFeature"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT6_ArchitextualEntity"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT2_ActualizationOfFeature"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT3_IntertextualRelationship"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT4_ReceptionalEntity"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT7_Interpretament"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<rdfs:comment>Relates a source (a text on any ontological level or an actualization of a feature on said source) to the outcome of a receptional or interpretative act (an INT2 Actualization of Feature, a INT4 Receptional Entity, an INT3 Intertextual Relationship, an INT7 Interpretament)
to support it.</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R23_support_provided_by -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R23_support_provided_by">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT2_ActualizationOfFeature"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT3_IntertextualRelationship"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT4_ReceptionalEntity"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT7_Interpretament"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object"/>
<rdf:Description rdf:about="https://cidoc-crm.org/frbroo/sites/default/files/FRBR2.4-draft.rdfs#F1_Work"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT2_ActualizationOfFeature"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT6_ArchitextualEntity"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<rdfs:comment>Relates the decision made in any receptional or interpretative act - an INT2 Actualization of Feature, a INT4 Receptional Entity, an INT3 Intertextual Relationship, an INT7 Interpretament - to a source that can support this decision (a text on any ontological level or one
of its features).</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R24_has_related_entity -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R24_has_related_entity">
<owl:inverseOf rdf:resource="https://w3id.org/lso/intro/beta202210#R24_is_related_entity"/>
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT3_IntertextualRelationship"/>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object"/>
<rdf:Description rdf:about="https://cidoc-crm.org/frbroo/sites/default/files/FRBR2.4-draft.rdfs#F1_Work"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT2_ActualizationOfFeature"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT6_ArchitextualEntity"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<rdfs:comment>Links any INT3 Intertextual Relationship to a text (on any ontological level) or INT2 Actualization of Feature that is part of the INT3 Intertextual Relationship.</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R24_is_related_entity -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R24_is_related_entity">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object"/>
<rdf:Description rdf:about="https://cidoc-crm.org/frbroo/sites/default/files/FRBR2.4-draft.rdfs#F1_Work"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT2_ActualizationOfFeature"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT6_ArchitextualEntity"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="https://w3id.org/lso/intro/beta202210#INT3_IntertextualRelationship"/>
<rdfs:comment>Links any text (on any ontological level) or INT2 Actualization of Feature to the INT3 Intertextual Relationship it is a part of.</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R25_has_section -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R25_has_section">
<owl:inverseOf rdf:resource="https://w3id.org/lso/intro/beta202210#R25_is_section_of"/>
<rdfs:domain rdf:resource="https://cidoc-crm.org/frbroo/sites/default/files/FRBR2.4-draft.rdfs#F24_Publication_Expression"/>
<rdfs:range rdf:resource="https://w3id.org/lso/intro/beta202210#INT16_PublicationExpressionSection"/>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R25_is_section_of -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R25_is_section_of">
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT16_PublicationExpressionSection"/>
<rdfs:range rdf:resource="https://cidoc-crm.org/frbroo/sites/default/files/FRBR2.4-draft.rdfs#F24_Publication_Expression"/>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R3_constellates -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R3_constellates">
<owl:inverseOf rdf:resource="https://w3id.org/lso/intro/beta202210#R3_is_constellated_by"/>
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT_Constellation"/>
<rdfs:range rdf:resource="https://w3id.org/lso/intro/beta202210#INT2_ActualizationOfFeature"/>
<rdfs:comment>Links an INT Constellation to the elements (INT2 Actualizations of Feature) that together form that INT Constellation.</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R3_is_constellated_by -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R3_is_constellated_by">
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT2_ActualizationOfFeature"/>
<rdfs:range rdf:resource="https://w3id.org/lso/intro/beta202210#INT_Constellation"/>
<rdfs:comment>Links INT2 Actualizations of Feature of at least two INT4 Receptional Entitiess with the INT Constellation they form (i.e. stating that they do so).</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R4_defines -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R4_defines">
<owl:inverseOf rdf:resource="https://w3id.org/lso/intro/beta202210#R4_is_defined_in"/>
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT2_ActualizationOfFeature"/>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT11_TypeOfIntertextualRelationship"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT4_ReceptionalEntity"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT6_ArchitextualEntity"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<rdfs:comment>Relates an actualization (usually: of the semantic feature 'INT Definition') to a type of intertextual relationship and to receptional and architextual entities and thereby links a concept - e.g. 'discourse' - to a definition - e.g. a text passage in
Foucault's writings.</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R4_is_defined_in -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R4_is_defined_in">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT11_TypeOfIntertextualRelationship"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT4_ReceptionalEntity"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT6_ArchitextualEntity"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="https://w3id.org/lso/intro/beta202210#INT2_ActualizationOfFeature"/>
<rdfs:comment>Relates an INT11 Type of Intertextual Relationship or an INT4 Receptional, or INT6 Architextual Entity to the INT2 Actualization of a Feature (usually: of the semantic feature 'definition') in order to link a definition - e.g. a text passage in Foucault's
writings - to the concept it defines - e.g. 'discourse'.</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R8_has_opinion_object -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R8_has_opinion_object">
<owl:inverseOf rdf:resource="https://w3id.org/lso/intro/beta202210#R8_is_opinion_object_of"/>
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT_Opinion"/>
<rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdfs:comment>Links an INT Opinion to its object - for example an opinion with the theme fashion (to make it an opinion about fashion).</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R8_is_opinion_object_of -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R8_is_opinion_object_of">
<rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdfs:range rdf:resource="https://w3id.org/lso/intro/beta202210#INT_Opinion"/>
<rdfs:comment>Links an object with an INT Opinion about it.</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R9_has_preceding_interpretament -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R9_has_preceding_interpretament">
<owl:inverseOf rdf:resource="https://w3id.org/lso/intro/beta202210#R9_has_subsequent_interpretament"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT7_Interpretament"/>
<rdfs:range rdf:resource="https://w3id.org/lso/intro/beta202210#INT7_Interpretament"/>
<rdfs:comment>Links an INT7 Interpretamet to another INT7 Interpretament preceding it (logically or chronologically).</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#R9_has_subsequent_interpretament -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#R9_has_subsequent_interpretament">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT7_Interpretament"/>
<rdfs:range rdf:resource="https://w3id.org/lso/intro/beta202210#INT7_Interpretament"/>
<rdfs:comment>Links an INT7 Interpretamet to another INT7 Interpretament following it (logically or chronologically).</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#r26_consists_in_Interpretation -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#r26_consists_in_Interpretation">
<owl:inverseOf rdf:resource="https://w3id.org/lso/intro/beta202210#r26_constitutes_Interpretament"/>
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT7_Interpretament"/>
<rdfs:range rdf:resource="https://w3id.org/lso/intro/beta202210#INT2_ActualizationOfFeature"/>
<rdfs:comment>Used to link an INT7 Interpretament to the INT2 Actualization of a semantic feature INT Interpretation the INT7 Interpretament consists in.</rdfs:comment>
</owl:ObjectProperty>
<!-- https://w3id.org/lso/intro/beta202210#r26_constitutes_Interpretament -->
<owl:ObjectProperty rdf:about="https://w3id.org/lso/intro/beta202210#r26_constitutes_Interpretament">
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT2_ActualizationOfFeature"/>
<rdfs:range rdf:resource="https://w3id.org/lso/intro/beta202210#INT7_Interpretament"/>
<rdfs:comment>Used to state that the actualization of the semantic feature INT_Interpretation can be seen as an INT7 Interpretament and thus identify INT3 Intertextual Relationships and so on.</rdfs:comment>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- https://w3id.org/lso/intro/beta202210#R40_has_bibliographical_data -->
<owl:DatatypeProperty rdf:about="https://w3id.org/lso/intro/beta202210#R40_has_bibliographical_data">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object"/>
<rdf:Description rdf:about="https://cidoc-crm.org/frbroo/sites/default/files/FRBR2.4-draft.rdfs#F1_Work"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>Links a text (work, expression, ...) to its bibliographical data, represented as a data string. (A shortcut for modelling bibliographical data with FRBRoo.)</rdfs:comment>
</owl:DatatypeProperty>
<!-- https://w3id.org/lso/intro/beta202210#R41_has_location -->
<owl:DatatypeProperty rdf:about="https://w3id.org/lso/intro/beta202210#R41_has_location">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT16_PublicationExpressionSection"/>
<rdf:Description rdf:about="https://w3id.org/lso/intro/beta202210#INT1_TextPassage"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>Defines the location of an INT1 Text Passage or an INT16 Publication Expression Section in a F24 Publication Expression, e.g. by giving page or paragraph numbers.</rdfs:comment>
</owl:DatatypeProperty>
<!-- https://w3id.org/lso/intro/beta202210#R42_has_paraphrase_or_definition -->
<owl:DatatypeProperty rdf:about="https://w3id.org/lso/intro/beta202210#R42_has_paraphrase_or_definition">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>Links pretty much everything to a data string providing a definition for it. (A shortcut for modelling the definition as an INT2 Actualization of Feature.)</rdfs:comment>
</owl:DatatypeProperty>
<!-- https://w3id.org/lso/intro/beta202210#R43_has_specification -->
<owl:DatatypeProperty rdf:about="https://w3id.org/lso/intro/beta202210#R43_has_specification">
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT_Constellation"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>Links an INT Constellation to a data string defining or describing it more closely.</rdfs:comment>
</owl:DatatypeProperty>
<!-- https://w3id.org/lso/intro/beta202210#R44_has_wording -->
<owl:DatatypeProperty rdf:about="https://w3id.org/lso/intro/beta202210#R44_has_wording">
<rdfs:domain rdf:resource="https://w3id.org/lso/intro/beta202210#INT1_TextPassage"/>
<rdfs:comment>Links an INT1 Text Passage to a data string providing the exact wording of the text passage.</rdfs:comment>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/orb/1.0/Header -->
<owl:Class rdf:about="http://purl.org/orb/1.0/Header">
<owl:equivalentClass rdf:resource="http://purl.org/spar/doco/FrontMatter"/>
<rdfs:subClassOf rdf:resource="https://w3id.org/lso/intro/beta202210#INT10_FormalFeature"/>
</owl:Class>
<!-- http://purl.org/spar/deo/BibliographicReference -->
<owl:Class rdf:about="http://purl.org/spar/deo/BibliographicReference">
<rdfs:subClassOf rdf:resource="https://w3id.org/lso/intro/beta202210#INT10_FormalFeature"/>
</owl:Class>
<!-- http://purl.org/spar/deo/Caption -->
<owl:Class rdf:about="http://purl.org/spar/deo/Caption">
<rdfs:subClassOf rdf:resource="https://w3id.org/lso/intro/beta202210#INT10_FormalFeature"/>
</owl:Class>
<!-- http://purl.org/spar/deo/DiscourseElement -->
<owl:Class rdf:about="http://purl.org/spar/deo/DiscourseElement">
<rdfs:subClassOf rdf:resource="https://w3id.org/lso/intro/beta202210#INT10_FormalFeature"/>
</owl:Class>
<!-- http://purl.org/spar/deo/Reference -->
<owl:Class rdf:about="http://purl.org/spar/deo/Reference">
<rdfs:subClassOf rdf:resource="https://w3id.org/lso/intro/beta202210#INT10_FormalFeature"/>
</owl:Class>
<!-- http://purl.org/spar/doco/Abstract -->
<owl:Class rdf:about="http://purl.org/spar/doco/Abstract">
<rdfs:subClassOf rdf:resource="https://w3id.org/lso/intro/beta202210#INT_Pragmatic_Feature"/>
</owl:Class>
<!-- http://purl.org/spar/doco/Afterword -->
<owl:Class rdf:about="http://purl.org/spar/doco/Afterword">
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.org/spar/doco/Section"/>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/dc/terms/isPartOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/doco/BackMatter"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">A literary device that is often found at the end of a piece of literature. It generally covers the story of how the book came into being, or how the idea for the book was developed. Alternatively, it may be written by someone other than the author of the book, and
may discuss the work's historical or cultural context, if the work is being reissued many years after its original publication.</rdfs:comment>
<rdfs:label xml:lang="en">afterword</rdfs:label>
</owl:Class>
<!-- http://purl.org/spar/doco/Appendix -->
<owl:Class rdf:about="http://purl.org/spar/doco/Appendix">
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.org/spar/doco/Section"/>
<rdf:Description rdf:about="http://www.essepuntato.it/2008/12/pattern#HeadedContainer"/>
</owl:intersectionOf>
</owl:Class>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/dc/terms/isPartOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/doco/BackMatter"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">A supplemental addition to the main work. It may contain data, more detailed information about methods and materials, or provide additional detail concerning the information found in the main work.</rdfs:comment>
<rdfs:label xml:lang="en">appendix</rdfs:label>
</owl:Class>
<!-- http://purl.org/spar/doco/BackMatter -->
<owl:Class rdf:about="http://purl.org/spar/doco/BackMatter">
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.org/spar/deo/DiscourseElement"/>
<rdf:Description rdf:about="http://www.essepuntato.it/2008/12/pattern#Container"/>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.essepuntato.it/2008/12/pattern#isContainedBy"/>
<owl:allValuesFrom>
<owl:Class>
<owl:complementOf>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.org/spar/doco/BackMatter"/>
<rdf:Description rdf:about="http://purl.org/spar/doco/BodyMatter"/>
<rdf:Description rdf:about="http://purl.org/spar/doco/FrontMatter"/>
</owl:unionOf>
</owl:Class>
</owl:complementOf>
</owl:Class>
</owl:allValuesFrom>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">The final principle part of a document, in which is usually found the bibliography, index, appendixes, etc.</rdfs:comment>
<rdfs:label xml:lang="en">back matter</rdfs:label>
</owl:Class>
<!-- http://purl.org/spar/doco/Bibliography -->
<owl:Class rdf:about="http://purl.org/spar/doco/Bibliography">
<rdfs:subClassOf rdf:resource="https://w3id.org/lso/intro/beta202210#INT10_FormalFeature"/>
</owl:Class>
<!-- http://purl.org/spar/doco/BodyMatter -->
<owl:Class rdf:about="http://purl.org/spar/doco/BodyMatter">
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.org/spar/deo/DiscourseElement"/>
<rdf:Description rdf:about="http://www.essepuntato.it/2008/12/pattern#Container"/>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.essepuntato.it/2008/12/pattern#isContainedBy"/>
<owl:allValuesFrom>
<owl:Class>
<owl:complementOf>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.org/spar/doco/BackMatter"/>
<rdf:Description rdf:about="http://purl.org/spar/doco/BodyMatter"/>
<rdf:Description rdf:about="http://purl.org/spar/doco/FrontMatter"/>
</owl:unionOf>
</owl:Class>
</owl:complementOf>
</owl:Class>
</owl:allValuesFrom>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">The central principle part of a document, that contains the real content. It may be subdivided hierarchically by the use of chapters and sections.</rdfs:comment>
<rdfs:label xml:lang="en">body matter</rdfs:label>
</owl:Class>
<!-- http://purl.org/spar/doco/Chapter -->
<owl:Class rdf:about="http://purl.org/spar/doco/Chapter">
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.org/spar/deo/DiscourseElement"/>
<rdf:Description rdf:about="http://www.essepuntato.it/2008/12/pattern#HeadedContainer"/>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.essepuntato.it/2008/12/pattern#contains"/>
<owl:someValuesFrom>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.org/spar/doco/Paragraph"/>
<rdf:Description rdf:about="http://purl.org/spar/doco/Section"/>
</owl:unionOf>
</owl:Class>
</owl:someValuesFrom>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.essepuntato.it/2008/12/pattern#contains"/>
<owl:someValuesFrom>
<owl:Class>
<owl:complementOf rdf:resource="http://purl.org/spar/doco/Chapter"/>
</owl:Class>
</owl:someValuesFrom>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">A principle division of the body matter of a large document, such as a book, a report or a legislative document.</rdfs:comment>
<rdfs:label xml:lang="en">chapter</rdfs:label>
</owl:Class>
<!-- http://purl.org/spar/doco/ChapterLabel -->
<owl:Class rdf:about="http://purl.org/spar/doco/ChapterLabel">
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.org/spar/doco/Label"/>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/dc/terms/isPartOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/doco/Chapter"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<owl:disjointWith rdf:resource="http://purl.org/spar/doco/SectionLabel"/>
<rdfs:comment xml:lang="en">A block containing a label for the chapter, that may include the chapter number.</rdfs:comment>
<rdfs:label xml:lang="en">chapter label</rdfs:label>
</owl:Class>