forked from acdh-oeaw/dha-ontology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
examples.rdf
139 lines (132 loc) · 7.29 KB
/
examples.rdf
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE RDF [
<!ENTITY dha "https://digital-humanities.at/schema#">
<!ENTITY ex "https://example.org/">
<!ENTITY premis "http://www.loc.gov/premis/rdf/v1#">
]>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dha="&dha;" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dct="http://purl.org/dc/terms/"
xmlns:svcs="http://rdfs.org/sioc/services#" xmlns:doap="http://usefulinc.com/ns/doap#" xmlns:premis="&premis;">
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Beispiel 1
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<dha:RepoObject rdf:about="http://digitale-edition.at/o:obj.1">
<dha:MetadataDescription rdf:parseType="Resource">
<dc:title>Beispielobjekt 1</dc:title>
<dc:identifier>o:obj.1</dc:identifier>
<dc:creator>Johannes Stigler</dc:creator>
</dha:MetadataDescription>
<dha:PreservationDescription rdf:parseType="Resource">
<premis:hasIdentifier rdf:resource="http://hdl.handle.net/11741/500.1"/>
<dha:hasLicense rdf:resource="https://creativecommons.org/licenses/by-nc/4.0/"/>
</dha:PreservationDescription>
<dha:AnnotationDescription rdf:parseType="Resource">
<dha:AnnotationProperty rdf:parseType="Resource">
<dha:Place rdf:parseType="Resource">
<dha:hasCatchPhrase>Wien</dha:hasCatchPhrase>
</dha:Place>
</dha:AnnotationProperty>
<dha:AnnotationProperty rdf:parseType="Resource">
<dha:Person rdf:parseType="Resource">
<dha:hasCatchPhrase>Matej Durco</dha:hasCatchPhrase>
</dha:Person>
</dha:AnnotationProperty>
<dha:AnnotationProperty rdf:parseType="Resource">
<dha:NamedEntity rdf:parseType="Resource">
<dha:hasCatchPhrase>Österreichische Akademie der Wissenschaften</dha:hasCatchPhrase>
<dha:Identifier rdf:parseType="Resource">
<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:NamedEntity>
</dha:AnnotationProperty>
</dha:AnnotationDescription>
<dha:DisseminationDescription rdf:parseType="Resource">
<dha:DisseminationService rdf:parseType="Resource">
<premis:hasIdentifier>http://digitale-edition.at/o:obj.1</premis:hasIdentifier>>
<dha:conformsTo rdf:resource="&dha;/service/api/get"/>
<dha:hasMimeType rdf:resource="https://www.iana.org/assignments/media-types/text/html"/>
</dha:DisseminationService>
<dha:DisseminationService rdf:parseType="Resource">
<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>
<dha:DisseminationService rdf:parseType="Resource">
<premis:hasIdentifier>http://digitale-edition.at/o:obj.1/iiif/IMAGE</premis:hasIdentifier>
<dha:conformsTo rdf:resource="http://iiif.io/api/image"/>
</dha:DisseminationService>
</dha:DisseminationDescription>
</dha:RepoObject>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Beispiel 2
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<dha:RepoObject rdf:about="http://digitale-edition.at/o:obj.2">
<dha:MetadataDescription rdf:parseType="Resource">
<dc:title>Beispielobjekt 2</dc:title>
<dc:identifier>o:obj.2</dc:identifier>
<dc:creator>Gunter Vasold</dc:creator>
</dha:MetadataDescription>
<dha:PreservationDescription rdf:parseType="Resource">
<premis:hasIdentifier rdf:resource="http://hdl.handle.net/11741/500.2"/>
<dha:hasLicense rdf:resource="https://creativecommons.org/licenses/by-nc/4.0/"/>
</dha:PreservationDescription>
<dha:AnnotationDescription rdf:parseType="Resource">
<dha:AnnotationProperty rdf:parseType="Resource">
<dha:Place rdf:parseType="Resource">
<dha:hasCatchPhrase>Graz</dha:hasCatchPhrase>
</dha:Place>
</dha:AnnotationProperty>
<dha:AnnotationProperty rdf:parseType="Resource">
<dha:Timespan rdf:parseType="Resource">
<dha:hasCatchPhrase>2003 TO 2019</dha:hasCatchPhrase>
</dha:Timespan>
</dha:AnnotationProperty>
<dha:AnnotationProperty rdf:parseType="Resource">
<dha:Concept rdf:parseType="Resource">
<dha:hasCatchPhrase>Trusted Repository</dha:hasCatchPhrase>
</dha:Concept>
</dha:AnnotationProperty>
</dha:AnnotationDescription>
<dha:DisseminationDescription rdf:parseType="Resource">
<dha:DisseminationService rdf:parseType="Resource">
<premis:hasIdentifier>http://digitale-edition.at/o:obj.2</premis:hasIdentifier>>
<dha:conformsTo rdf:resource="&dha;/service/api/get"/>
<dha:hasMimeType rdf:resource="https://www.iana.org/assignments/media-types/text/html"/>
</dha:DisseminationService>
<dha:DisseminationService rdf:parseType="Resource">
<premis:hasIdentifier>http://digitale-edition.at/o:obj.2/sdef:Ontology/get</premis:hasIdentifier>
<dha:conformsTo rdf:resource="&dha;/service/api/getpdf"/>
<dha:hasMimeType rdf:resource="https://www.iana.org/assignments/media-types/text/xml"/>
</dha:DisseminationService>
</dha:DisseminationDescription>
</dha:RepoObject>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Beispiel 3
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<dha:Collection rdf:about="http://digitale-edition.at/context:dse">
<dha:hasType rdf:resource="&dha;CollectionType/DigitalScholarlyEdition"/>
<dha:MetadataDescription rdf:parseType="Resource">
<dc:title>Beispielsammlung</dc:title>
<dc:identifier>context:dse</dc:identifier>
<dc:creator>Johannes Stigler</dc:creator>
<dc:rights>Creative Commons NonCommercial 4.0 International (CC BY-NC 4.0)</dc:rights>
</dha:MetadataDescription>
<dha:RepoCollection rdf:parseType="Resource">
<dha:hasRepoObject rdf:resource="http://digitale-edition.at/o:obj.1"/>
<dha:hasRepoObject rdf:resource="http://digitale-edition.at/o:obj.2"/>
</dha:RepoCollection>
</dha:Collection>
</rdf:RDF>