forked from acdh-oeaw/dha-ontology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dha-ontology.owl
645 lines (626 loc) · 35.2 KB
/
dha-ontology.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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE RDF [
<!ENTITY xml "http://www.w3.org/XML/1998/namespace">
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
<!ENTITY owl "http://www.w3.org/2002/07/owl#">
<!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
<!ENTITY dc "http://purl.org/dc/elements/1.1/">
<!ENTITY dct "http://purl.org/dc/terms/">
<!ENTITY foaf "http://xmlns.com/foaf/0.1/">
<!ENTITY premis "http://www.loc.gov/premis/rdf/v1#">
<!ENTITY dha "https://digital-humanities.at/schema#">
<!ENTITY ebucore "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#">
]>
<rdf:RDF xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:xml="&xml;" xmlns:xsd="&xsd;"
xmlns:skos="&skos;" xmlns:dc="&dc;" xmlns:dct="&dct;" xmlns:foaf="&foaf;" xmlns:dha="&dha;" xmlns:premis="&premis;">
<owl:Ontology rdf:about="https://digital-humanities.at/schema" dc:title="DHA Ontology" dc:description="This is an ontology of the Digital Humanities Austria Community. It serves to describe (digital) objects in the context of DH research. It supports interoperability, reusability and central harvesting of objects from different repositories and enables long-term archiving at distributed locations with different repository infrastructures.">
<rdfs:label>DHA Ontology</rdfs:label>
<rdfs:comment xml:lang="de">Dies ist eine Ontologie der Digital Humanities Austria Community. Sie dient der Beschreibung von (digitalen) Objekten im Kontext der DH-Forschung. Sie unterstützt
die Interoperabilität, Wiederverwendbarkeit und das zentrale Harvesting von Objekten aus unterschiedlichen Repositorien und ermöglicht die Langzeitarchivierung an verteilten Standorten mit
unterschiedlichen Repositoriumsinfrastrukturen.</rdfs:comment>
<rdfs:comment xml:lang="en">
This is an ontology of the Digital Humanities Austria Community. It describes (digital) objects in the context of DH research. It supports interoperability, reusability and central harvesting of objects from different repositories and enables long-term archiving at distributed locations with different repository infrastructures.
</rdfs:comment>
<dct:modified>2019-11-29</dct:modified>
<dc:contributor>Matej Durco</dc:contributor>
<dc:contributor>Christiane Fritze</dc:contributor>
<dc:contributor>Peter Hinkelmanns</dc:contributor>
<dc:contributor>Richard Hörmann</dc:contributor>
<dc:contributor>Carina Koch</dc:contributor>
<dc:contributor>Elmar Lenhart</dc:contributor>
<dc:contributor>Ulrich Lobis</dc:contributor>
<dc:contributor>Christopher Pollin</dc:contributor>
<dc:contributor>Daniel Schlager</dc:contributor>
<dc:contributor>Daniel Schopper</dc:contributor>
<dc:contributor>Christian Steiner</dc:contributor>
<dc:contributor>Elisabeth Steiner</dc:contributor>
<dc:contributor>Christoph Steindl</dc:contributor>
<dc:contributor>Johannes Stigler</dc:contributor>
<dc:contributor>Martina Trognitz</dc:contributor>
<owl:versionInfo xml:lang="de">2019-11-29/0.4.1</owl:versionInfo>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Equivalences
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:ObjectProperty rdf:about="&dct;isPartOf">
<owl:equivalentProperty rdf:resource="&dha;isPartOf"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="&dct;hasPart">
<owl:equivalentProperty rdf:resource="&dha;hasPart"/>
</owl:ObjectProperty>
<owl:DatatypeProperty rdf:about="&dct;accessRights">
<owl:equivalentProperty rdf:resource="&dha;hasAccessRights"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="&dct;license">
<owl:equivalentProperty rdf:resource="&dha;hasLicense"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="&ebucore;hasMimeType">
<owl:equivalentProperty rdf:resource="&dha;hasMimeType"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="&dct;conformsTo">
<owl:equivalentProperty rdf:resource="&dha;conformsTo"/>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!--
///////////////////////////////////////////////////////////////////////////////////////
// Collection
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:ObjectProperty rdf:about="&dha;hasMetadataDescription">
<owl:inverseOf rdf:resource="&dha;isMetadataDescriptionOf"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="&dha;Collection"/>
<owl:Class rdf:about="&dha;Object"/>
<owl:Class rdf:about="&dha;RepoCollection"/>
<owl:Class rdf:about="&dha;RepoObject"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="&dha;MetadataDescription"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="&dha;hasRepoCollection">
<owl:inverseOf rdf:resource="&dha;isRepoCollectionOf"/>
<rdfs:domain rdf:resource="&dha;Collection"/>
<rdfs:range rdf:resource="&dha;RepoCollection"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="&dha;hasObject">
<owl:inverseOf rdf:resource="&dha;isObjectOf"/>
<rdfs:domain rdf:resource="&dha;Collection"/>
<rdfs:range rdf:resource="&dha;Object"/>
</owl:ObjectProperty>
<!-- RepoCollection; RepoObject :basedOn, isBasedOn -->
<!--
///////////////////////////////////////////////////////////////////////////////////////
// RepoObject
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:ObjectProperty rdf:about="&dha;basedOn">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="&dha;RepoObject"/>
<owl:Class rdf:about="&dha;RepoCollection"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="&dha;RepoObject"/>
<owl:Class rdf:about="&dha;Object"/>
<owl:Class rdf:about="&dha;RepoCollection"/>
<owl:Class rdf:about="&dha;Collection"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
// RepoCollection
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:ObjectProperty rdf:about="&dha;hasPreservationDescription">
<owl:inverseOf rdf:resource="&dha;isPreservationDescriptionOf"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="&dha;RepoCollection"/>
<owl:Class rdf:about="&dha;RepoObject"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="&dha;PreservationDescription"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="&dha;hasDisseminationDescription">
<owl:inverseOf rdf:resource="&dha;isDisseminationDescriptionOf"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="&dha;RepoCollection"/>
<owl:Class rdf:about="&dha;RepoObject"/>
<owl:Class rdf:about="&dha;Resource"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="&dha;DisseminationDescription"/>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
// RepoObject
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:ObjectProperty rdf:about="&dha;hasAnnotationDescription">
<owl:inverseOf rdf:resource="&dha;isAnnotationDescriptionOf"/>
<rdfs:domain rdf:resource="&dha;RepoObject"/>
<rdfs:range rdf:resource="&dha;AnnotationDescription"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="&dha;isPartOf">
<owl:inverseOf rdf:resource="&dha;hasPart"/>
<rdfs:domain rdf:resource="&dha;RepoObject"/>
<rdfs:range rdf:resource="&dha;RepoCollection"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="&dha;hasResource">
<owl:inverseOf rdf:resource="&dha;isResourceOf"/>
<rdfs:domain rdf:resource="&dha;RepoObject"/>
<rdfs:range rdf:resource="&dha;Resource"/>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
// DisseminationDescription
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:ObjectProperty rdf:about="&dha;hasDisseminationService">
<owl:inverseOf rdf:resource="&dha;isDisseminationServiceOf"/>
<rdfs:domain rdf:resource="&dha;DisseminationDescription"/>
<rdfs:range rdf:resource="&dha;DisseminationService"/>
</owl:ObjectProperty>
<!-- ///////////////////////////////////////////////////////////////////////////////////////
// AnnotationDescription
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:ObjectProperty rdf:about="&dha;hasAnnotationProperty">
<owl:inverseOf rdf:resource="&dha;isAnnotationPropertyOf"/>
<rdfs:domain rdf:resource="&dha;AnnotationDescription"/>
<rdfs:range rdf:resource="&dha;AnnotationProperty"/>
</owl:ObjectProperty>
<!-- ///////////////////////////////////////////////////////////////////////////////////////
// AnnotationProperty
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:ObjectProperty rdf:about="&dha;hasIdentifier">
<rdfs:domain rdf:resource="&dha;AnnotationProperty"/>
<rdfs:range rdf:resource="&dha;Identifier"/>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Datatype Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!--
///////////////////////////////////////////////////////////////////////////////////////
// Collection
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:DatatypeProperty rdf:about="&dha;hasType">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="&dha;Collection"/>
<owl:Class rdf:about="&dha;Object"/>
<owl:Class rdf:about="&dha;RepoCollection"/>
<owl:Class rdf:about="&dha;RepoObject"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="&xsd;anyURI"/>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
// MetadataDescription
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:DatatypeProperty rdf:about="&dc;title">
<rdfs:domain rdf:resource="&dha;MetadataDescription"/>
<rdfs:range rdf:resource="&xsd;string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="&dc;identifier">
<rdfs:domain rdf:resource="&dha;MetadataDescription"/>
<rdfs:range rdf:resource="&xsd;string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="&dc;creator">
<rdfs:domain rdf:resource="&dha;MetadataDescription"/>
<rdfs:range rdf:resource="&xsd;string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="&dc;contributor">
<rdfs:domain rdf:resource="&dha;MetadataDescription"/>
<rdfs:range rdf:resource="&xsd;string"/>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
// PreservationDescription
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:DatatypeProperty rdf:about="&premis;hasIdentifier">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="&dha;PreservationDescription"/>
<owl:Class rdf:about="&dha;DisseminationService"/>
<owl:Class rdf:about="&dha;Identifier"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="&xsd;anyURI"/>
<rdfs:comment xml:lang="en">Unique identifier given given by a persistent identifier service like Handle, PURL et al. </rdfs:comment>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="&dha;hasAccessRights">
<rdfs:domain rdf:resource="&dha;PreservationDescription"/>
<!-- public restricted academic -->
<rdfs:range rdf:resource="&xsd;anyURI"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="&dha;hasLicense">
<rdfs:domain rdf:resource="&dha;PreservationDescription"/>
<rdfs:range rdf:resource="&xsd;anyURI"/>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
// DisseminationService
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:DatatypeProperty rdf:about="&dha;hasAnchorLabel">
<rdfs:domain rdf:resource="&dha;DisseminationService"/>
<rdfs:range rdf:resource="&xsd;string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="&dha;conformsTo">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="&dha;DisseminationService"/>
<owl:Class rdf:about="&dha;Identifier"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="&xsd;anyURI"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="&dha;hasMimeType">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="&dha;DisseminationService"/>
<owl:Class rdf:about="&dha;Resource"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="&xsd;anyURI"/>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
// AnnotationProperty
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:DatatypeProperty rdf:about="&dha;hasCatchPhrase">
<rdfs:domain rdf:resource="&dha;AnnotationProperty"/>
<rdfs:range rdf:resource="&xsd;string"/>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
// Timespan
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:DatatypeProperty rdf:about="&dha;hasISODate">
<rdfs:domain rdf:resource="&dha;Timespan"/>
<rdfs:range rdf:resource="&xsd;date"/>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
// Identifier
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:DatatypeProperty rdf:about="&dha;hasParsableMetadata">
<rdfs:domain rdf:resource="&dha;Identifier"/>
<rdfs:range rdf:resource="&xsd;anyURI"/>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- owl:Class rdf:about="&dha;Class"/ -->
<owl:Class rdf:about="&dha;Collection">
<!-- rdfs:subClassOf rdf:resource="&dha;Class"/ -->
<rdfs:comment xml:lang="de">Eine Zusammenfassung von realen oder virtuellen Dingen und/oder Manifestationen kultureller Äußerungen zu einem Ganzen.</rdfs:comment>
<skos:example xml:lang="de">Die Mineraliensammlung eines Museums</skos:example>
<skos:example xml:lang="de">Der unaufgearbeitete Nachlass eines Forschenden</skos:example>
<skos:example xml:lang="de">Die Werke einer Schriftstellerin</skos:example>
<skos:example xml:lang="de">Beiträge auf einem Blog</skos:example>
<rdfs:comment xml:lang="en">An aggregation of real or virtual things and/or manifestations of cultural expressions.</rdfs:comment>
<skos:example xml:lang="en">The mineral collection of a museum</skos:example>
<skos:example xml:lang="en">The unprocessed estate of a researcher</skos:example>
<skos:example xml:lang="en">The works of a writer</skos:example>
<skos:example xml:lang="en">Posts on a blog</skos:example>
</owl:Class>
<owl:Class rdf:about="&dha;Object">
<!-- rdfs:subClassOf rdf:resource="&dha;Class"/ -->
<rdfs:comment xml:lang="de">Eine konzeptionell abgegrenzte Entität eines realen oder virtuellen Dinges und/oder eine Manifestation einer kulturellen Äußerung.</rdfs:comment>
<skos:example xml:lang="de">Ein Manuskript</skos:example>
<skos:example xml:lang="de">Eine Mineralie</skos:example>
<skos:example xml:lang="de">Ein Tagebuch oder ein Tagbucheintrag</skos:example>
<skos:example xml:lang="de">Ein Blogeintrag</skos:example>
<rdfs:comment xml:lang="en">A conceptually delimited entity of a real or virtual thing and/or a manifestation of a cultural expression.</rdfs:comment>
<skos:example xml:lang="en">A manuscript</skos:example>
<skos:example xml:lang="en">A mineral</skos:example>
<skos:example xml:lang="en">A diary or a diary entry</skos:example>
<skos:example xml:lang="en">A blog entry</skos:example>
</owl:Class>
<owl:Class rdf:about="&dha;RepoCollection">
<!-- rdfs:subClassOf rdf:resource="&dha;Class"/ -->
<rdfs:comment xml:lang="de">Eine digital repräsentierte Zusammenfassung von Objekten der Klasse RepoObject zu einem Ganzen in einem vertrauenswürdigen Langzeitarchiv.</rdfs:comment>
<rdfs:comment xml:lang="en">A digitally represented aggregation of objects of the class RepoObject in a trustworthy long-term archive.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&dha;RepoObject">
<!-- rdfs:subClassOf rdf:resource="&dha;Class"/ -->
<rdfs:comment xml:lang="de">Digital repräsentierte, konzeptionell abgegrenzte Entität realer oder virtueller Dinge und/oder Manifestationen kultureller Äußerungen in einem vertrauenswürdigen
Langzeitarchiv, bestehend aus einer oder mehreren Resource(n), zugeordneten Disseminatoren, Metadatenbeschreibungen und Annotationen.</rdfs:comment>
<rdfs:comment xml:lang="en">A digitally represented, conceptually delimited entity of a real or virtual thing and/or a manifestation of a cultural expression, consisting of one or more resources, assigned disseminators, metadata descriptions and annotations.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&dha;MetadataDescription">
<!-- rdfs:subClassOf rdf:resource="&dha;Class"/ -->
<rdfs:comment xml:lang="de">Deskriptive Metadaten zu den Klassen Collection, Object, RepoCollection, RepoObject mittels qualifiziertem Dublin Core.</rdfs:comment>
<skos:example xml:lang="de">Bibliographische Metadaten zu einem Werk</skos:example>
<skos:example xml:lang="de">Beschreibende Metadaten zu einer Sammlung wie Sammlungsort, -umfang, -bildner, Zeitraum der Sammlungserstellung</skos:example>
<skos:example xml:lang="de">Beschreibende Metadaten zur digitalen Repräsentation einer Sammlung, wie Angaben zum Metadatenmanagement, Bezeichnung der hostenden Institution, Veröffentlichungsdatum
uvm.</skos:example>
<rdfs:comment xml:lang="en">Descriptive metadata for the classes Collection, Object, RepoCollection, RepoObject using qualified Dublin Core.</rdfs:comment>
<skos:example xml:lang="en">Bibliographical metadata of a work</skos:example>
<skos:example xml:lang="en">Descriptive metadata of a collection such as collection location, collection size, collection creator, collection creation time </skos:example>
<skos:example xml:lang="en">Descriptive metadata for the digital representation of a collection, such as metadata management details, name of hosting institution, publication date
etc.</skos:example>
</owl:Class>
<owl:Class rdf:about="&dha;PreservationDescription">
<!-- rdfs:subClassOf rdf:resource="&dha;Class"/ -->
<rdfs:comment xml:lang="de">Technische Metadaten und Angaben zu Nutzungsrechten zu den Klassen RepoCollection und RepoObject in Form von URIs. Verpflichtend sind die Angabe einer persistenten
Referenz mittels der Klasse dha:Identifier und Angaben zu Nutzungsrechten mittels dha:hasLicence.</rdfs:comment>
<rdfs:comment xml:lang="en">Technical metadata and usage rights information for the classes RepoCollection and RepoObject in the form of URIs. It is mandatory to provide a persistent reference using the class dha:Identifier and information on usage rights using dha:hasLicence.</rdfs:comment>
<skos:example>
<![CDATA[
<dha:PreservationDescription>
<dha:Identifier>
<premis:hasIdentifier rdf:resource="http://hdl.handle.net/example/org"/>
</dha:Identifier>
<dha:hasLicense rdf:resource="https://creativecommons.org/licenses/by-nc/4.0/"/>
<dha:hasAccessRights rdf:resource="http://www.w3.org/ns/auth/acl#group"/>
</dha:PreservationDescription>
]]>
</skos:example>
</owl:Class>
<owl:Class rdf:about="&dha;AnnotationDescription">
<!-- rdfs:subClassOf rdf:resource="&dha;Class"/ -->
<rdfs:comment xml:lang="de">Wrapper für Instanzen der Klasse dha:AnnotationProperty.</rdfs:comment>
<rdfs:comment xml:lang="en">Wrapper for instances of the class dha:AnnotationProperty.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&dha;AnnotationProperty">
<!-- rdfs:subClassOf rdf:resource="&dha;Class"/ -->
<rdfs:comment xml:lang="de">Für die Resource Discovery wichtige beschreibende Daten aus den Inhalten von Objekten mittels der Subklassen dha:NamedEntity, dha:Concept und
dha:Timespan.</rdfs:comment>
<skos:example xml:lang="de">Im Text eines Werkes genannte Personen, Ortangaben, Werke, Artefakte ua.</skos:example>
<skos:example xml:lang="de">Klassifizierung eines Bildinhaltes auf Basis von IconClass</skos:example>
<rdfs:comment xml:lang="en">Important descriptive data for resource discovery coming from the contents of objects using the subclasses dha:NamedEntity, dha:Concept and dha:Timespan.</rdfs:comment>
<skos:example xml:lang="en">People, locations, works, artifacts etc. named in the text of a work</skos:example>
<skos:example xml:lang="en">Classification of image content based on IconClass</skos:example>
</owl:Class>
<owl:Class rdf:about="&dha;NamedEntity">
<rdfs:subClassOf rdf:resource="&dha;AnnotationProperty"/>
<rdfs:comment xml:lang="de">Wrapper für Instanzen der dha:AnnotationProperty-Subklassen: dha:Person, dha:Place, dha:Work, dha:Organization, dha:Artefact.</rdfs:comment>
<rdfs:comment xml:lang="en">Wrapper for instances of the dha:AnnotationProperty subclasses: dha:Person, dha:Place, dha:Work, dha:Organization, dha:Artefact.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&dha;Person">
<rdfs:subClassOf rdf:resource="&dha;NamedEntity"/>
<skos:example>
<![CDATA[
<dha:Person>
<dha:hasCatchPhrase>Max Mustermann</dha:hasCatchPhrase>
<dha:Identifier>
<premis:hasIdentifier>http://wikidata.org/entity/Q1354453</premis:hasIdentifier>
<dha:hasParsableMetadata rdf:resource="http://wikidata.org/wiki/Special:EntityData/Q1354453.json"/>
</dha:Identifier>
</dha:Person>
]]>
</skos:example>
</owl:Class>
<owl:Class rdf:about="&dha;Place">
<rdfs:subClassOf rdf:resource="&dha;NamedEntity"/>
<skos:example>
<![CDATA[
<dha:Place>
<dha:hasCatchPhrase>Graz</dha:hasCatchPhrase>
</dha:Place>
<dha:Place>
<dha:hasCatchPhrase>Klagenfurt</dha:hasCatchPhrase>
</dha:Place>
<dha:Place>
<dha:hasCatchPhrase>Innsbruck</dha:hasCatchPhrase>
</dha:Place>
<dha:Place>
<dha:hasCatchPhrase>Salzburg</dha:hasCatchPhrase>
<dha:Identifier>
<premis:hasIdentifier>https://sws.geonames.org/2766824</premis:hasIdentifier>
<dha:conformsTo rdf:resource="https://sws.geonames.org"/>
<dha:hasParsableMetadata rdf:resource="https://sws.geonames.org/2766824/about.rdf"/>
</dha:Identifier>
</dha:Place>
<dha:Place>
<dha:hasCatchPhrase>Wien</dha:hasCatchPhrase>
</dha:Place>
]]>
</skos:example>
</owl:Class>
<owl:Class rdf:about="&dha;Work">
<rdfs:subClassOf rdf:resource="&dha;NamedEntity"/>
<skos:example>
<![CDATA[#
<dha:Work>
<dha:hasCatchPhrase>Der Mann ohne Eigenschaften</dha:hasCatchPhrase>
</dha:Work>
]]>
</skos:example>
</owl:Class>
<owl:Class rdf:about="&dha;Organization">
<rdfs:subClassOf rdf:resource="&dha;NamedEntity"/>
<skos:example>
<![CDATA[
<dha:Organization>
<dha:hasCatchPhrase>Österreichische Akademie der Wissenschaften</dha:hasCatchPhrase>
<dha:Identifier>
<premis:hasIdentifier>http://d-nb.info/gnd/1083300504</premis:hasIdentifier>
<dha:conformsTo rdf:resource="http://d-nb.info/gnd"/>
<dha:hasParsableMetadata rdf:resource="http://d-nb.info/gnd/1083300504/about/lds.rdf"/>
</dha:Identifier>
</dha:Organization>
]]>
</skos:example>
</owl:Class>
<owl:Class rdf:about="&dha;Artefact">
<rdfs:subClassOf rdf:resource="&dha;NamedEntity"/>
<skos:example>
<![CDATA[#
<dha:Artefact>
<dha:hasCatchPhrase>Mona Lisa</dha:hasCatchPhrase>
<dha:Identifier>
<premis:hasIdentifier>https://www.wikidata.org/entity/Q12418</premis:hasIdentifier>
<dha:hasParsableMetadata rdf:resource="https://www.wikidata.org/wiki/Special:EntityData/Q12418.json"/>
</dha:Identifier>
</dha:Artefact>
]]>
</skos:example>
</owl:Class>
<owl:Class rdf:about="&dha;Concept">
<rdfs:subClassOf rdf:resource="&dha;AnnotationProperty"/>
<skos:example>
<![CDATA[#
<dha:Concept>
<dha:hasCatchPhrase>Trusted Repository</dha:hasCatchPhrase>
</dha:Concept>
]]>
</skos:example>
</owl:Class>
<owl:Class rdf:about="&dha;Timespan">
<rdfs:subClassOf rdf:resource="&dha;AnnotationProperty"/>
<skos:example>
<![CDATA[
<dha:Timespan>
<dha:hasCatchPhrase>2003 TO 2019</dha:hasCatchPhrase>
</dha:Timespan>
]]>
</skos:example>
</owl:Class>
<owl:Class rdf:about="&dha;DisseminationDescription">
<!-- rdfs:subClassOf rdf:resource="&dha;Class"/ -->
<rdfs:comment xml:lang="de">Wrapper für Instanzen der Klasse dha:DisseminationService.</rdfs:comment>
<rdfs:comment xml:lang="en">Wrapper for instances of the class dha:DisseminationService.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&dha;DisseminationService">
<!-- rdfs:subClassOf rdf:resource="&dha;Class"/ -->
<rdfs:comment xml:lang="de">Formale Beschreibung von Diensten (Services), die zur Präsentation von Objektinhalten dienen. Sie erzeugen verschiedene Präsentationsformen von Instanzen der Klassen
dha:RepoCollection, dha:RepoObject und dha:Resource.</rdfs:comment>
<skos:example xml:lang="de">Druckversion eines TEI-Dokuments im PDF-Format</skos:example>
<rdfs:comment xml:lang="en">Formal description of services that are used to present object content. They create different forms of presentation of instances of the classes dha:RepoCollection, dha:RepoObject and dha:Resource.</rdfs:comment>
<skos:example xml:lang="en">Print version of a TEI document in PDF format</skos:example>
<skos:example>
<![CDATA[
<dha:DisseminationService>
<premis:hasIdentifier>http://digitale-edition.at/o:obj.1/sdef:TEI/getPDF</premis:hasIdentifier>
<dha:conformsTo rdf:resource="&dha;/service/api/getpdf"/>
<dha:hasMimeType rdf:resource="https://www.iana.org/assignments/media-types/application/pdf"/>
</dha:DisseminationService>
]]>
</skos:example>
<skos:example xml:lang="de">Service zur Auslieferung von (einem oder mehreren) Bildern eines Objekts der Klassen dha:RepoCollection, dha:RepoObject und dha:Resource über das IIIF-Protokoll</skos:example>
<skos:example xml:lang="en">Service for delivering (one or more) images of an object of the classes dha:RepoCollection, dha:RepoObject and dha:Resource via the IIIF protocol</skos:example>
<skos:example>
<![CDATA[
<dha:DisseminationService>
<premis:hasIdentifier>http://digitale-edition.at/o:obj.1/iiif/IMAGE</premis:hasIdentifier>
<dha:conformsTo rdf:resource="http://iiif.io/api/image"/>
</dha:DisseminationService>
]]>
</skos:example>
</owl:Class>
<owl:Class rdf:about="&dha;Resource">
<!-- rdfs:subClassOf rdf:resource="&dha;Class"/ -->
<rdfs:comment xml:lang="de">Kleinste kohärente über einen URL referenzierbare Einheit einer Instanz der Klasse dha:RepoObject in einem vertrauenswürdigen Repositorium, technisch repräsentiert durch eine Bytesequenz.</rdfs:comment>
<skos:example xml:lang="de">Bytesequenz eines Bildes</skos:example>
<skos:example xml:lang="de">URL, die auf die Bytesequenz eines Bildes in einem externen vertrauenswürdigen Repositorium verweist</skos:example>
<skos:example xml:lang="de">URL, die auf die Bytesequenz eines Bildes in einer anderen Instanz der Klasse dha:RepoObject im selben Repositorium verweist</skos:example>
<rdfs:comment xml:lang="en">The smallest coherent unit of an instance of the class dha:RepoObject in a trusted repository that can be referenced via a URL, technically represented by a byte sequence.</rdfs:comment>
<skos:example xml:lang="en">Byte sequence of an image</skos:example>
<skos:example xml:lang="en">URL that refers to the byte sequence of an image in an external trusted repository</skos:example>
<skos:example xml:lang="de">URL that refers to the byte sequence of an image in another instance of the class dha:RepoObject in the same repository</skos:example>
</owl:Class>
<owl:Class rdf:about="&dha;Identifier">
<!-- rdfs:subClassOf rdf:resource="&dha;Class"/ -->
<rdfs:comment xml:lang="de">Eine URI, die eine Entität eindeutig, persistent und optional maschinenlesbar referenziert. </rdfs:comment>
<skos:example xml:lang="de">URL einer Instanz der Klasse dha:RepoCollection oder dha:RepoObject</skos:example>
<skos:example xml:lang="de">GND-Identifikator für eine Person, die in einem Text erwähnt wird</skos:example>
<skos:example xml:lang="de">URL eines Konzepts aus einer Taxonomie, einem kontrollierten Vokabular oder einer Ontologie</skos:example>
<rdfs:comment xml:lang="en">A URI that references an entity uniquely, persistently and optionally machine-readable.</rdfs:comment>
<skos:example xml:lang="en">URL of an instance of the class dha:RepoCollection or dha:RepoObject</skos:example>
<skos:example xml:lang="en">GND identifier for a person mentioned in a text</skos:example>
<skos:example xml:lang="en">URL of a concept from a taxonomy, a controlled vocabulary or an ontology</skos:example>
<skos:example>
<![CDATA[
<dha:Identifier>
<premis:hasIdentifier>http://d-nb.info/gnd/1083300504</premis:hasIdentifier>
<dha:conformsTo rdf:resource="http://d-nb.info/gnd"/>
<dha:hasParsableMetadata rdf:resource="http://d-nb.info/gnd/1083300504/about/lds.rdf"/>
</dha:Identifier>
]]>
</skos:example>
</owl:Class>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Subclasses of Collection
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:Class rdf:about="&dha;ImageCollection">
<rdfs:subClassOf rdf:resource="&dha;Collection"/>
</owl:Class>
<owl:Class rdf:about="&dha;DigitalScholarlyEdition">
<rdfs:subClassOf rdf:resource="&dha;Collection"/>
</owl:Class>
<owl:Class rdf:about="&dha;LinguisticCorpus">
<rdfs:subClassOf rdf:resource="&dha;Collection"/>
</owl:Class>
<owl:Class rdf:about="&dha;ManuscriptEdition">
<rdfs:subClassOf rdf:resource="&dha;Collection"/>
</owl:Class>
<owl:Class rdf:about="&dha;EditionOfLetters">
<rdfs:subClassOf rdf:resource="&dha;Collection"/>
</owl:Class>
<owl:Class rdf:about="&dha;Ontology">
<rdfs:subClassOf rdf:resource="&dha;Collection"/>
</owl:Class>
<owl:Class rdf:about="&dha;CollectionOfArtefacts">
<rdfs:subClassOf rdf:resource="&dha;Collection"/>
</owl:Class>
<owl:Class rdf:about="&dha;ResearchDataCollection">
<rdfs:subClassOf rdf:resource="&dha;Collection"/>
</owl:Class>
</rdf:RDF>