-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhto.ttl
961 lines (691 loc) · 40.1 KB
/
hto.ttl
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
@prefix : <https://w3id.org/eb#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix hto: <https://w3id.org/hto#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@base <https://w3id.org/eb#> .
<https://w3id.org/hto#> rdf:type owl:Ontology ;
owl:versionIRI <https://w3id.org/hto/0.0.2> ;
dc:contributor "Rosa Filgueira" ;
dc:creator "Lilin Yu" ;
dc:description "An ontology designed to represent heritage textual data"@en ;
dc:license <https://opensource.org/licenses/MIT> ;
dc:title "Heritage Text Ontology" ;
vann:preferredNamespacePrefix "hto"@en ;
vann:preferredNamespaceUri <https://w3id.org/hto> ;
owl:backwardCompatibleWith <https://w3id.org/hto/0.0.1> ;
owl:priorVersion <https://w3id.org/hto/0.0.1> ;
owl:versionInfo "0.0.2" .
#################################################################
# Annotation properties
#################################################################
### http://purl.org/dc/elements/1.1/contributor
dc:contributor rdf:type owl:AnnotationProperty .
### http://purl.org/dc/elements/1.1/creator
dc:creator rdf:type owl:AnnotationProperty .
### http://purl.org/dc/elements/1.1/description
dc:description rdf:type owl:AnnotationProperty .
### http://purl.org/dc/elements/1.1/license
dc:license rdf:type owl:AnnotationProperty .
### http://purl.org/dc/elements/1.1/title
dc:title rdf:type owl:AnnotationProperty .
### http://purl.org/vocab/vann/preferredNamespacePrefix
vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty .
### http://purl.org/vocab/vann/preferredNamespaceUri
vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
#################################################################
# Datatypes
#################################################################
### http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .
#################################################################
# Object Properties
#################################################################
### http://schema.org/editor
<http://schema.org/editor> rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf owl:topObjectProperty .
### http://schema.org/publisher
<http://schema.org/publisher> rdf:type owl:ObjectProperty .
### http://www.w3.org/ns/prov#atLocation
prov:atLocation rdf:type owl:ObjectProperty .
### http://www.w3.org/ns/prov#hadMember
prov:hadMember rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf prov:wasInfluencedBy .
### http://www.w3.org/ns/prov#wasAssociatedWith
prov:wasAssociatedWith rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf prov:wasInfluencedBy .
### http://www.w3.org/ns/prov#wasAttributedTo
prov:wasAttributedTo rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf prov:wasInfluencedBy ;
rdfs:comment "Attribution is the ascribing of an entity to an agent." .
### http://www.w3.org/ns/prov#wasDerivedFrom
prov:wasDerivedFrom rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf prov:wasInfluencedBy ;
rdfs:comment "A derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity." .
### http://www.w3.org/ns/prov#wasInfluencedBy
prov:wasInfluencedBy rdf:type owl:ObjectProperty .
### http://www.w3.org/ns/prov#wasRevisionOf
prov:wasRevisionOf rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf prov:wasDerivedFrom .
### https://w3id.org/hto#editor
hto:editor rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://schema.org/editor> ;
rdfs:domain hto:Work ;
rdfs:range hto:Person ;
rdfs:comment "The editor of a work"@en ;
rdfs:label "editor"@en .
### https://w3id.org/hto#endsAtPage
hto:endsAtPage rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf hto:wasRecordedIn ;
rdf:type owl:FunctionalProperty ;
rdfs:domain hto:InternalRecord ;
rdfs:range hto:Page ;
rdfs:comment "is the page in which the description of a concept record finishes."@en ;
rdfs:label "ends at page"@en .
### https://w3id.org/hto#hadConceptRecord
hto:hadConceptRecord rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf owl:topObjectProperty ;
owl:inverseOf hto:wasConceptRecordOf ;
rdfs:domain hto:Concept ;
rdfs:range hto:ConceptRecord ;
rdfs:label "had concept record"@en .
### https://w3id.org/hto#hadMember
hto:hadMember rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf prov:hadMember ;
owl:inverseOf hto:wasMemberOf ;
rdf:type owl:TransitiveProperty ;
rdfs:domain prov:Collection ;
rdfs:range hto:EntityWithProvenance .
### https://w3id.org/hto#hadRecord
hto:hadRecord rdf:type owl:ObjectProperty ;
owl:inverseOf hto:wasRecordedIn .
### https://w3id.org/hto#hadSupplement
hto:hadSupplement rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf owl:topObjectProperty ;
owl:inverseOf hto:wasSupplementOf ;
rdf:type owl:AsymmetricProperty ;
rdfs:domain hto:Work ;
rdfs:range hto:Work ;
rdfs:comment "A work had a another work as supplement"@en ;
rdfs:label "had supplement"@en .
### https://w3id.org/hto#hasDescription
hto:hasDescription rdf:type owl:ObjectProperty ;
owl:inverseOf hto:isDescriptionOf ;
rdfs:domain hto:EntityWithProvenance ;
rdfs:range hto:Description .
### https://w3id.org/hto#hasOriginalDescription
hto:hasOriginalDescription rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf hto:hasDescription ;
owl:inverseOf hto:isOriginalDescriptionOf ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( hto:InternalRecord
hto:Work
)
] ;
rdfs:range hto:OriginalDescription .
### https://w3id.org/hto#hasSummary
hto:hasSummary rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf hto:hasDescription ;
owl:inverseOf hto:isSummaryOf ;
rdfs:domain hto:OriginalDescription ;
rdfs:range hto:Summary ;
rdfs:comment "A orginal descripton has a summary, to summarise original text content"@en ;
rdfs:label "has summary"@en .
### https://w3id.org/hto#hasTextQuality
hto:hasTextQuality rdf:type owl:ObjectProperty ;
rdfs:domain hto:Description ;
rdfs:range hto:TextQuality ;
rdfs:comment "a description has a certain lelvel of text quality. The difference in text quality can be the result of different digitalisation technologies when digitalisation process is involved to get the description."@en ;
rdfs:label "has text quality"@en .
### https://w3id.org/hto#isDescriptionOf
hto:isDescriptionOf rdf:type owl:ObjectProperty .
### https://w3id.org/hto#isOriginalDescriptionOf
hto:isOriginalDescriptionOf rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf hto:isDescriptionOf .
### https://w3id.org/hto#isSummaryOf
hto:isSummaryOf rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf hto:isDescriptionOf .
### https://w3id.org/hto#isTextQualityHigherThan
hto:isTextQualityHigherThan rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf owl:topObjectProperty ;
owl:inverseOf hto:isTextQualityLowerThan ;
rdf:type owl:TransitiveProperty ;
rdfs:domain hto:TextQuality ;
rdfs:range hto:TextQuality .
### https://w3id.org/hto#isTextQualityLowerThan
hto:isTextQualityLowerThan rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf owl:topObjectProperty ;
rdf:type owl:TransitiveProperty .
### https://w3id.org/hto#permanentURL
hto:permanentURL rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf prov:atLocation ;
rdfs:domain hto:EntityWithProvenance ;
rdfs:range hto:Location ;
rdfs:comment "an permanent URL of an entity"@en ;
rdfs:label "permanent URL"@en .
### https://w3id.org/hto#printedAt
hto:printedAt rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf prov:atLocation ;
rdfs:domain hto:Work ;
rdfs:range hto:Location ;
rdfs:comment "physical location where a work was printed"@en ;
rdfs:label "printed at"@en .
### https://w3id.org/hto#publisher
hto:publisher rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://schema.org/publisher> ;
rdfs:domain hto:Work ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( hto:Organization
hto:Person
)
] ;
rdfs:comment "The publisher of a work"@en ;
rdfs:label "publisher"@en .
### https://w3id.org/hto#referencedBy
hto:referencedBy rdf:type owl:ObjectProperty ;
owl:inverseOf hto:refersTo ;
rdfs:comment "an entity was refererenced by other entity"@en ;
rdfs:label "referenced by"@en .
### https://w3id.org/hto#refersTo
hto:refersTo rdf:type owl:ObjectProperty ;
rdfs:domain hto:EntityWithProvenance ;
rdfs:range hto:EntityWithProvenance ;
rdfs:comment "one entity refers to other entity."@en ;
rdfs:label "refers to"@en .
### https://w3id.org/hto#shelfLocator
hto:shelfLocator rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf prov:atLocation ;
rdfs:domain hto:Work ;
rdfs:range hto:Location ;
rdfs:comment "physical shelf locator where a work was placed"@en ;
rdfs:label "shelf locator"@en .
### https://w3id.org/hto#similarTo
hto:similarTo rdf:type owl:ObjectProperty ,
owl:SymmetricProperty ;
rdfs:domain hto:ConceptRecord ;
rdfs:range hto:ConceptRecord ;
rdfs:comment "if one concept recortd is similar to concept record, it means their descriptions are semantically simlar."@en ;
rdfs:label "siimilar to"@en .
### https://w3id.org/hto#startsAtPage
hto:startsAtPage rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf hto:wasRecordedIn ;
rdf:type owl:FunctionalProperty ;
rdfs:domain hto:InternalRecord ;
rdfs:range hto:Page ;
rdfs:comment "is the page in which the description of a concept record starts."@en ;
rdfs:label "starts at page"@en .
### https://w3id.org/hto#wasConceptRecordOf
hto:wasConceptRecordOf rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf owl:topObjectProperty .
### https://w3id.org/hto#wasExtractedFrom
hto:wasExtractedFrom rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf prov:wasDerivedFrom ;
rdfs:domain hto:EntityWithProvenance ;
rdfs:range hto:EntityWithProvenance .
### https://w3id.org/hto#wasMemberOf
hto:wasMemberOf rdf:type owl:ObjectProperty .
### https://w3id.org/hto#wasRecordedIn
hto:wasRecordedIn rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf prov:wasDerivedFrom ;
rdfs:domain hto:InternalRecord ;
rdfs:range hto:Work .
### https://w3id.org/hto#wasSupplementOf
hto:wasSupplementOf rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf owl:topObjectProperty .
#################################################################
# Data properties
#################################################################
### http://schema.org/abstract
<http://schema.org/abstract> rdf:type owl:DatatypeProperty .
### http://schema.org/birthDate
<http://schema.org/birthDate> rdf:type owl:DatatypeProperty .
### http://schema.org/datePublished
<http://schema.org/datePublished> rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf owl:topDataProperty .
### http://schema.org/deathDate
<http://schema.org/deathDate> rdf:type owl:DatatypeProperty .
### http://schema.org/genre
<http://schema.org/genre> rdf:type owl:DatatypeProperty .
### http://schema.org/identifier
<http://schema.org/identifier> rdf:type owl:DatatypeProperty .
### http://schema.org/inLanguage
<http://schema.org/inLanguage> rdf:type owl:DatatypeProperty .
### http://www.w3.org/ns/prov#value
prov:value rdf:type owl:DatatypeProperty .
### http://xmlns.com/foaf/0.1/name
foaf:name rdf:type owl:DatatypeProperty .
### https://w3id.org/hto#abstract
hto:abstract rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf <http://schema.org/abstract> ;
rdfs:domain hto:Work ;
rdfs:range xsd:string ;
rdfs:comment "An abstract is a short description that summarizes a Work."@en ,
"abstract"@en .
### https://w3id.org/hto#birthYear
hto:birthYear rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf <http://schema.org/birthDate> ;
rdfs:domain hto:Person ;
rdfs:range xsd:int ;
rdfs:comment "Year of birth"@en ;
rdfs:label "birth year"@en .
### https://w3id.org/hto#deathYear
hto:deathYear rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf <http://schema.org/deathDate> ;
rdfs:domain hto:Person ;
rdfs:range xsd:int .
### https://w3id.org/hto#genre
hto:genre rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf <http://schema.org/genre> ;
rdfs:domain hto:Work ;
rdfs:range xsd:string ;
rdfs:comment "is the genre of a work"@en ;
rdfs:label "genre"@en .
### https://w3id.org/hto#header
hto:header rdf:type owl:DatatypeProperty ;
rdfs:domain hto:Page ;
rdfs:range xsd:string ;
rdfs:comment "is the header of a page"@en ;
rdfs:label "header"@en .
### https://w3id.org/hto#language
hto:language rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf <http://schema.org/inLanguage> ;
rdfs:domain hto:Work ;
rdfs:range xsd:string ;
rdfs:comment "is the language used to write the work. For example, a book can be written in Chinese, a file can be written in Python."@en ;
rdfs:label "language"@en .
### https://w3id.org/hto#letters
hto:letters rdf:type owl:DatatypeProperty ;
rdfs:domain hto:Volume ;
rdfs:range xsd:string ;
rdfs:comment "is the range from which the term records are splitted across volumes."@en ;
rdfs:label "letters"@en .
### https://w3id.org/hto#mmsid
hto:mmsid rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf <http://schema.org/identifier> ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( hto:Edition
hto:Series
)
] ;
rdfs:range xsd:string ;
rdfs:comment "is the Metadata Management System identifier of an edition or series"@en ;
rdfs:label "mmsid"@en .
### https://w3id.org/hto#name
hto:name rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf prov:value ;
rdfs:domain hto:EntityWithProvenance ;
rdfs:range xsd:string ;
rdfs:comment "is the name of an entity"@en ;
rdfs:label "name"@en .
### https://w3id.org/hto#note
hto:note rdf:type owl:DatatypeProperty ;
rdfs:domain hto:TermRecord ;
rdfs:range xsd:string ;
rdfs:comment "Additonal description of a term record."@en ;
rdfs:label "note"@en .
### https://w3id.org/hto#number
hto:number rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf <http://schema.org/identifier> ;
rdfs:domain hto:EntityWithProvenance ;
rdfs:range xsd:int ;
rdfs:comment "is the number of an entity"@en ;
rdfs:label "number"@en .
### https://w3id.org/hto#numberOfPages
hto:numberOfPages rdf:type owl:DatatypeProperty ;
rdfs:domain hto:Volume ;
rdfs:range xsd:int ;
rdfs:comment "The number of pages of a volume."@en ;
rdfs:label "Number of Pages"@en .
### https://w3id.org/hto#part
hto:part rdf:type owl:DatatypeProperty ;
rdfs:domain hto:EntityWithProvenance ;
rdfs:range xsd:int ;
rdfs:comment "is the number representing the part of a collection"@en ;
rdfs:label "part" .
### https://w3id.org/hto#physicalDescription
hto:physicalDescription rdf:type owl:DatatypeProperty ;
rdfs:domain hto:Work ;
rdfs:range xsd:string ;
rdfs:comment "is the physical description of a work."@en ;
rdfs:label "physical description"@en .
### https://w3id.org/hto#position
hto:position rdf:type owl:DatatypeProperty ;
rdfs:domain hto:InternalRecord ;
rdfs:range xsd:integer ;
rdfs:comment "Number representing the position in which a record appears in a work."@en ;
rdfs:label "position"@en .
### https://w3id.org/hto#subtitle
hto:subtitle rdf:type owl:DatatypeProperty ;
rdfs:domain hto:Work ;
rdfs:range xsd:string ;
rdfs:comment "is the subtitle of a work."@en ;
rdfs:label "subtitle"@en .
### https://w3id.org/hto#termsOfAddress
hto:termsOfAddress rdf:type owl:DatatypeProperty ;
rdfs:domain hto:Person ;
rdfs:range xsd:string ;
rdfs:comment "is the terms of address of a person."@en ;
rdfs:label "terms of address"@en .
### https://w3id.org/hto#text
hto:text rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf prov:value ;
rdfs:domain hto:Description ;
rdfs:range xsd:string ;
rdfs:comment "the textual content of the description"@en ;
rdfs:label "text" .
### https://w3id.org/hto#title
hto:title rdf:type owl:DatatypeProperty ;
rdfs:domain hto:Work ;
rdfs:range xsd:string ;
rdfs:comment "is the title of a work."@en ;
rdfs:label "title"@en .
### https://w3id.org/hto#volumeId
hto:volumeId rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf <http://schema.org/identifier> ;
rdfs:domain hto:Volume ;
rdfs:range xsd:string ;
rdfs:comment "is the identifier of a volume."@en ;
rdfs:label "volume id"@en .
### https://w3id.org/hto#yearPublished
hto:yearPublished rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf <http://schema.org/datePublished> ;
rdfs:domain <https://schema.org/CreativeWork> ;
rdfs:range xsd:int .
#################################################################
# Classes
#################################################################
### http://www.cidoc-crm.org/cidoc-crm/E21_Person
<http://www.cidoc-crm.org/cidoc-crm/E21_Person> rdf:type owl:Class ;
owl:equivalentClass hto:Person ;
rdfs:subClassOf <http://www.cidoc-crm.org/cidoc-crm/E39_Actor> .
### http://www.cidoc-crm.org/cidoc-crm/E39_Actor
<http://www.cidoc-crm.org/cidoc-crm/E39_Actor> rdf:type owl:Class .
### http://www.cidoc-crm.org/cidoc-crm/E53_Place
<http://www.cidoc-crm.org/cidoc-crm/E53_Place> rdf:type owl:Class ;
owl:equivalentClass hto:Location .
### http://www.cidoc-crm.org/cidoc-crm/E55_Type
<http://www.cidoc-crm.org/cidoc-crm/E55_Type> rdf:type owl:Class ;
owl:equivalentClass hto:Type .
### http://www.cidoc-crm.org/cidoc-crm/E58_Measurement_Unit
<http://www.cidoc-crm.org/cidoc-crm/E58_Measurement_Unit> rdf:type owl:Class ;
rdfs:subClassOf hto:Type .
### http://www.cidoc-crm.org/cidoc-crm/E5_Event
<http://www.cidoc-crm.org/cidoc-crm/E5_Event> rdf:type owl:Class ;
owl:equivalentClass hto:Event .
### http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object
<http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object> rdf:type owl:Class ;
owl:equivalentClass hto:InformationResource ;
rdfs:subClassOf hto:PropositionalResource .
### http://www.cidoc-crm.org/cidoc-crm/E74_Group
<http://www.cidoc-crm.org/cidoc-crm/E74_Group> rdf:type owl:Class ;
owl:equivalentClass hto:Group ;
rdfs:subClassOf <http://www.cidoc-crm.org/cidoc-crm/E39_Actor> .
### http://www.cidoc-crm.org/cidoc-crm/E7_Activity
<http://www.cidoc-crm.org/cidoc-crm/E7_Activity> rdf:type owl:Class ;
owl:equivalentClass hto:Activity ;
rdfs:subClassOf hto:Event .
### http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object
<http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object> rdf:type owl:Class ;
owl:equivalentClass hto:PropositionalResource .
### http://www.w3.org/2004/02/skos/core#Concept
<http://www.w3.org/2004/02/skos/core#Concept> rdf:type owl:Class ;
owl:equivalentClass hto:Concept .
### http://www.w3.org/ns/prov#Activity
prov:Activity rdf:type owl:Class ;
owl:equivalentClass hto:Activity ;
rdfs:comment "An activity is something that occurs over a period of time and acts upon or with provenance entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities."@en ;
rdfs:label "Activity"@en .
### http://www.w3.org/ns/prov#Agent
prov:Agent rdf:type owl:Class .
### http://www.w3.org/ns/prov#Collection
prov:Collection rdf:type owl:Class ;
rdfs:subClassOf hto:EntityWithProvenance ;
rdfs:comment "A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections." .
### http://www.w3.org/ns/prov#Entity
prov:Entity rdf:type owl:Class ;
owl:equivalentClass hto:EntityWithProvenance .
### http://www.w3.org/ns/prov#Location
prov:Location rdf:type owl:Class ;
owl:equivalentClass hto:Location .
### http://www.w3.org/ns/prov#Organization
prov:Organization rdf:type owl:Class ;
owl:equivalentClass hto:Organization ;
rdfs:subClassOf prov:Agent .
### http://www.w3.org/ns/prov#Person
prov:Person rdf:type owl:Class ;
owl:equivalentClass hto:Person ;
rdfs:subClassOf prov:Agent .
### http://www.w3.org/ns/prov#SoftwareAgent
prov:SoftwareAgent rdf:type owl:Class ;
owl:equivalentClass hto:SoftwareAgent ;
rdfs:subClassOf prov:Agent .
### https://schema.org/Book
<https://schema.org/Book> rdf:type owl:Class ;
rdfs:subClassOf hto:Work .
### https://schema.org/Collection
<https://schema.org/Collection> rdf:type owl:Class ;
owl:equivalentClass hto:WorkCollection ;
rdfs:subClassOf <https://schema.org/CreativeWork> .
### https://schema.org/CreativeWork
<https://schema.org/CreativeWork> rdf:type owl:Class ;
owl:equivalentClass hto:Work .
### https://schema.org/Person
<https://schema.org/Person> rdf:type owl:Class ;
owl:equivalentClass hto:Person .
### https://w3id.org/hto#Activity
hto:Activity rdf:type owl:Class ;
rdfs:subClassOf hto:Event ;
rdfs:comment "This class comprises actions intentionally carried out by instances of E39 Actor that result in changes of state in the cultural, social, or physical systems documented."@en ;
rdfs:label "Activity"@en .
### https://w3id.org/hto#Agent
hto:Agent rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Class ;
owl:unionOf ( <http://www.cidoc-crm.org/cidoc-crm/E39_Actor>
prov:Agent
)
] ;
rdfs:comment "An agent is something that bears some form of responsibility for some actions. Note that it does not have to be people, it can be tools, such as software as well."@en ;
rdfs:label "Agent"@en .
### https://w3id.org/hto#ArticleTermRecord
hto:ArticleTermRecord rdf:type owl:Class ;
rdfs:subClassOf hto:TermRecord ;
rdfs:comment "any term record that is not a topic record"@en ;
rdfs:label "Article Term Record"@en .
### https://w3id.org/hto#Concept
hto:Concept rdf:type owl:Class ;
owl:disjointWith hto:EntityWithProvenance ;
rdfs:comment "A concept \"can be viewed as an idea or notion; a unit of thought. However, what constitutes a unit of thought is subjective, and this definition is meant to be suggestive, rather than restrictive.\" (schema:Concept). The concept in this ontology mainly focuses on any idea or notion which can have a record."@en ;
rdfs:label "Concept"@en .
### https://w3id.org/hto#ConceptRecord
hto:ConceptRecord rdf:type owl:Class ;
rdfs:subClassOf hto:EntityWithProvenance ;
owl:disjointWith hto:Description ;
rdfs:comment "A Concept Record is a specific record of a concept with provenance information. One concept might have multiple concept records." ;
rdfs:label "Concept Record"@en .
### https://w3id.org/hto#Description
hto:Description rdf:type owl:Class ;
rdfs:subClassOf hto:InformationResource ;
rdfs:comment "This class comprises textual descriptions whose provenance information could be tracked. It is used to present entity which has multiple descriptions from different data providers. For example, an article in a specific page of Encyclopaedia Britannica could have multple descriptions, each description reflects text extracted from the different datasets which are the result of different digitalisation or text cleaning methods."@en ;
rdfs:label "Description"@en .
### https://w3id.org/hto#Edition
hto:Edition rdf:type owl:Class ;
rdfs:subClassOf hto:Work ;
rdfs:comment "An edition is a particular version or iteration of a specific work. For example, the encyclopaedia collection has serveral editions, each representing a revised or updated version of the original work."@en ;
rdfs:label "Edition"@en .
### https://w3id.org/hto#EntityWithProvenance
hto:EntityWithProvenance rdf:type owl:Class ;
rdfs:comment "An entity is \"a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary.\" (prov:Entity)"@en ;
rdfs:label "Entity With Provenance"@en .
### https://w3id.org/hto#Event
hto:Event rdf:type owl:Class ;
rdfs:comment "An event is a change \"of states in cultural, social or physical systems, regardless of scale, brought about by a series or group of coherent physical, cultural, technological or legal phenomena\" (E5 Event in CIDOC CRM)" ;
rdfs:label "Event" .
### https://w3id.org/hto#ExternalRecord
hto:ExternalRecord rdf:type owl:Class ;
rdfs:subClassOf hto:ConceptRecord ;
rdfs:comment "Record which is a not internal record. This class used to represent external record from external data providers, such as wikidata."@en ;
rdfs:label "External Record"@en .
### https://w3id.org/hto#Group
hto:Group rdf:type owl:Class ;
rdfs:subClassOf hto:Agent ;
rdfs:comment """This class comprises any gatherings or organizations of human individuals or groups that act collectively or in a similar way due to any form of unifying relationship. In the wider sense this class also comprises official positions which used to be regarded in certain contexts as one actor, independent of the current holder of the office, such as the president of a country. In such cases, it may happen that the group never had more than one member. A joint pseudonym (i.e., a name that seems indicative of an individual but that is actually used as a persona by two or more people) is a particular case of E74 Group.
A gathering of people becomes an instance of E74 Group when it exhibits organizational characteristics usually typified by a set of ideas or beliefs held in common, or actions performed together. These might be communication, creating some common artifact, a common purpose such as study, worship, business, sports, etc. Nationality can be modelled as membership in an instance of E74 Group. Married couples and other concepts of family are regarded as particular examples of E74 Group."""@en ;
rdfs:label "Group"@en .
### https://w3id.org/hto#InformationResource
hto:InformationResource rdf:type owl:Class ;
rdfs:subClassOf hto:PropositionalResource ;
rdfs:comment "This class comprises \"identifiable immaterial items, such as poems, jokes, data sets, images, texts, multimedia objects, procedural prescriptions, computer program code, algorithm or mathematical formulae, that have an objectively recognizable structure and are documented as single units.\" (E73 Information Object in CIDOC CRM)"@en ;
rdfs:label "Information Resource"@en .
### https://w3id.org/hto#InternalRecord
hto:InternalRecord rdf:type owl:Class ;
rdfs:subClassOf hto:ConceptRecord ,
[ rdf:type owl:Restriction ;
owl:onProperty hto:hasOriginalDescription ;
owl:someValuesFrom hto:OriginalDescription
] ,
[ rdf:type owl:Restriction ;
owl:onProperty hto:wasRecordedIn ;
owl:someValuesFrom hto:Work
] ;
rdfs:comment "this class comprises a record which was mentioned or described in a work"@en ;
rdfs:label "Internal Record"@en .
### https://w3id.org/hto#Location
hto:Location rdf:type owl:Class ;
rdfs:comment "A location can be \"an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth.\" (Prov:Location)" ;
rdfs:label "Location"@en .
### https://w3id.org/hto#Organization
hto:Organization rdf:type owl:Class ;
rdfs:subClassOf hto:Group ;
rdfs:comment "An organization is a social or legal institution such as a company, society, etc."@en ;
rdfs:label "Organization"@en .
### https://w3id.org/hto#OriginalDescription
hto:OriginalDescription rdf:type owl:Class ;
rdfs:subClassOf hto:Description ,
[ rdf:type owl:Restriction ;
owl:onProperty hto:hasTextQuality ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass hto:TextQuality
] ;
owl:disjointWith hto:Summary ;
rdfs:comment "This class comprises original content of an texual entity, such as the text content of a page, or description of a term."@en ;
rdfs:label "Original Description"@en .
### https://w3id.org/hto#Page
hto:Page rdf:type owl:Class ;
rdfs:subClassOf hto:Work ,
[ rdf:type owl:Restriction ;
owl:onProperty hto:wasMemberOf ;
owl:someValuesFrom hto:Work
] ;
rdfs:comment "is an page of a work"@en ;
rdfs:label "Page"@en .
### https://w3id.org/hto#Person
hto:Person rdf:type owl:Class ;
rdfs:subClassOf hto:Agent ;
rdfs:comment """This class comprises \"real persons who live or are assumed to have lived.
Legendary figures that may have existed, such as Ulysses and King Arthur, fall into this class if the documentation refers to them as historical figures.\" (E21 Person in CIDOC CRM)"""@en ;
rdfs:label "Person"@en .
### https://w3id.org/hto#PropositionalResource
hto:PropositionalResource rdf:type owl:Class ;
rdfs:subClassOf hto:EntityWithProvenance ;
rdfs:comment """This class comprises \"immaterial items, including but not limited to stories, plots, procedural prescriptions, algorithms, laws of physics or images that are, or represent in some sense, sets of propositions about real or imaginary things and that are documented as single units or serve as topic of discourse.
This class also comprises items that are “about” something in the sense of a subject. In the wider sense, this class includes expressions of psychological value such as non-figural art and musical themes.\" (E89 Propositional Object in CIDOC CRM)"""@en ;
rdfs:label "Propositional Resource"@en .
### https://w3id.org/hto#Series
hto:Series rdf:type owl:Class ;
rdfs:subClassOf hto:WorkCollection ;
rdfs:comment "A series is a sequence or grouping of related works or items that share common characteristics, themes, or connections. These works are often linked together by a common thread, storyline, characters, or overarching concept." ;
rdfs:label "Series" .
### https://w3id.org/hto#SoftwareAgent
hto:SoftwareAgent rdf:type owl:Class ;
rdfs:subClassOf hto:Agent ;
rdfs:comment "\"A software agent is running software.\" (prov:SoftwareAgent)"@en ;
rdfs:label "Software Agent"@en .
### https://w3id.org/hto#Summary
hto:Summary rdf:type owl:Class ;
rdfs:subClassOf hto:Description ;
rdfs:comment "This class comprises summary of an original description."@en ;
rdfs:label "Summary" .
### https://w3id.org/hto#TermRecord
hto:TermRecord rdf:type owl:Class ;
rdfs:subClassOf hto:InternalRecord ,
[ rdf:type owl:Restriction ;
owl:onProperty hto:wasMemberOf ;
owl:someValuesFrom hto:Page
] ,
[ rdf:type owl:Restriction ;
owl:onProperty hto:endsAtPage ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass hto:Page
] ,
[ rdf:type owl:Restriction ;
owl:onProperty hto:startsAtPage ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass hto:Page
] ;
rdfs:comment "is the article in the encyclopaedia, or an entry in a dictionary."@en ;
rdfs:label "Term Record"@en .
### https://w3id.org/hto#TextQuality
hto:TextQuality rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Class ;
owl:oneOf ( hto:Clean
hto:High
hto:Low
hto:Moderate
)
] ;
rdfs:subClassOf <http://www.cidoc-crm.org/cidoc-crm/E58_Measurement_Unit> ;
rdfs:comment "This class comprises the categories of text quality. Note that, the measurement of text quality might be better represented in future version, now it is described within limited text quality instances (Low, Moderate, High, Clean)."@en ;
rdfs:label "Text Quality"@en .
### https://w3id.org/hto#TopicTermRecord
hto:TopicTermRecord rdf:type owl:Class ;
rdfs:subClassOf hto:TermRecord ;
rdfs:comment "is article which has some description which covers more than three whole pages"@en ;
rdfs:label "Topic Term Record"@en .
### https://w3id.org/hto#Type
hto:Type rdf:type owl:Class ;
rdfs:comment "This class comprises concepts denoted by terms from thesauri and controlled vocabularies used to characterize and classify instances of CIDOC CRM classes."@en ;
rdfs:label "Type"@en .
### https://w3id.org/hto#Volume
hto:Volume rdf:type owl:Class ;
rdfs:subClassOf hto:Work ,
[ rdf:type owl:Restriction ;
owl:onProperty hto:wasMemberOf ;
owl:allValuesFrom [ rdf:type owl:Class ;
owl:unionOf ( <https://schema.org/Collection>
hto:Edition
hto:Series
)
]
] ;
rdfs:comment "a work forming part of an edition, a series, or a collection ."@en ;
rdfs:label "Volume"@en .
### https://w3id.org/hto#Work
hto:Work rdf:type owl:Class ;
rdfs:subClassOf hto:PropositionalResource ;
rdfs:comment "The most generic kind of creative work, including books, movies, photographs, software programs, etc. (schema:CreativeWork)"@en ;
rdfs:label "Work"@en .
### https://w3id.org/hto#WorkCollection
hto:WorkCollection rdf:type owl:Class ;
rdfs:subClassOf prov:Collection ,
hto:Work ;
rdfs:comment "\"A collection of items, e.g. creative works or products\" (shema:Collection)"@en ;
rdfs:label "Work Collection"@en .
#################################################################
# Individuals
#################################################################
### https://w3id.org/hto#Clean
hto:Clean rdf:type owl:NamedIndividual .
### https://w3id.org/hto#High
hto:High rdf:type owl:NamedIndividual .
### https://w3id.org/hto#Low
hto:Low rdf:type owl:NamedIndividual .
### https://w3id.org/hto#Moderate
hto:Moderate rdf:type owl:NamedIndividual ,
hto:TextQuality .
### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi