-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy patharch.rdf
289 lines (173 loc) · 10.1 KB
/
arch.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
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
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY terms "http://purl.org/dc/terms/" >
<!ENTITY foaf "http://xmlns.com/foaf/0.1/" >
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY dc "http://purl.org/dc/elements/1.1/" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
]>
<rdf:RDF xmlns="http://purl.org/archival/vocab/arch#"
xml:base="http://purl.org/archival/vocab/arch"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<owl:Ontology rdf:about="http://purl.org/archival/vocab/arch">
<dc:creator>Aaron Rubinstein</dc:creator>
<dc:description>An RDF vocabulary for describing archival collections and the names associated with them</dc:description>
<dc:title>Archival</dc:title>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:AnnotationProperty rdf:about="&dc;creator"/>
<owl:AnnotationProperty rdf:about="&dc;description"/>
<owl:AnnotationProperty rdf:about="&dc;title"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Datatypes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/archival/vocab/arch#appearsWith -->
<owl:ObjectProperty rdf:about="http://purl.org/archival/vocab/arch#appearsWith">
<rdf:type rdf:resource="&owl;SymmetricProperty"/>
<rdfs:comment>Name appears with another name in an archival collection</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="&foaf;knows"/>
</owl:ObjectProperty>
<!-- http://purl.org/archival/vocab/arch#bulkEnd -->
<owl:ObjectProperty rdf:about="http://purl.org/archival/vocab/arch#bulkEnd">
<rdfs:label>Bulk End</rdfs:label>
<rdfs:comment>The end of a collection's bulk dates</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="&terms;created"/>
</owl:ObjectProperty>
<!-- http://purl.org/archival/vocab/arch#bulkStart -->
<owl:ObjectProperty rdf:about="http://purl.org/archival/vocab/arch#bulkStart">
<rdfs:label>Bulk Start</rdfs:label>
<rdfs:comment>The beginning of a collection's bulk dates</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="&terms;created"/>
</owl:ObjectProperty>
<!-- http://purl.org/archival/vocab/arch#correspondedWith -->
<owl:ObjectProperty rdf:about="http://purl.org/archival/vocab/arch#correspondedWith">
<rdf:type rdf:resource="&owl;SymmetricProperty"/>
<rdfs:subPropertyOf rdf:resource="&foaf;knows"/>
</owl:ObjectProperty>
<!-- http://purl.org/archival/vocab/arch#hasProvenance -->
<owl:ObjectProperty rdf:about="http://purl.org/archival/vocab/arch#hasProvenance">
<rdfs:comment rdf:datatype="&xsd;string">Property relating a arch:Collection to the names that are the provenance of that collection. Inverse of arch:primaryProvenanceOf.</rdfs:comment>
<rdfs:domain rdf:resource="http://purl.org/archival/vocab/arch#Collection"/>
<owl:inverseOf rdf:resource="http://purl.org/archival/vocab/arch#primaryProvenanceOf"/>
<rdfs:range rdf:resource="&foaf;Agent"/>
</owl:ObjectProperty>
<!-- http://purl.org/archival/vocab/arch#heldBy -->
<owl:ObjectProperty rdf:about="http://purl.org/archival/vocab/arch#heldBy">
<rdfs:comment rdf:datatype="&xsd;string">Relates a arch:Collection to the archive that holds it. Inverse of arch:holds</rdfs:comment>
<rdfs:range rdf:resource="http://purl.org/archival/vocab/arch#Archive"/>
<rdfs:domain rdf:resource="http://purl.org/archival/vocab/arch#Collection"/>
<owl:inverseOf rdf:resource="http://purl.org/archival/vocab/arch#holds"/>
</owl:ObjectProperty>
<!-- http://purl.org/archival/vocab/arch#holds -->
<owl:ObjectProperty rdf:about="http://purl.org/archival/vocab/arch#holds">
<rdfs:comment rdf:datatype="&xsd;string">Relates an arch:Archive to a collection that it holds. Inverse of arch:heldBy</rdfs:comment>
<rdfs:domain rdf:resource="http://purl.org/archival/vocab/arch#Archive"/>
<rdfs:range rdf:resource="http://purl.org/archival/vocab/arch#Collection"/>
</owl:ObjectProperty>
<!-- http://purl.org/archival/vocab/arch#inclusiveEnd -->
<owl:ObjectProperty rdf:about="http://purl.org/archival/vocab/arch#inclusiveEnd">
<rdfs:label>Inclusive End</rdfs:label>
<rdfs:comment>The end of a collection's inclusive dates</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="&terms;created"/>
</owl:ObjectProperty>
<!-- http://purl.org/archival/vocab/arch#inclusiveStart -->
<owl:ObjectProperty rdf:about="http://purl.org/archival/vocab/arch#inclusiveStart">
<rdfs:label>Inclusive Start</rdfs:label>
<rdfs:comment>The beginning of a collection's inclusive dates</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="&terms;created"/>
</owl:ObjectProperty>
<!-- http://purl.org/archival/vocab/arch#primaryProvenanceOf -->
<owl:ObjectProperty rdf:about="http://purl.org/archival/vocab/arch#primaryProvenanceOf">
<rdfs:comment rdf:datatype="&xsd;string">Relates a foaf:Person, foaf:Organization, or arch:Family to the arch:Collection that they created. This might be more than one entity. Inverse of arch:hasProvenance.</rdfs:comment>
<rdfs:range rdf:resource="http://purl.org/archival/vocab/arch#Collection"/>
<rdfs:domain rdf:resource="&foaf;Agent"/>
</owl:ObjectProperty>
<!-- http://purl.org/archival/vocab/arch#referencedIn -->
<owl:ObjectProperty rdf:about="http://purl.org/archival/vocab/arch#referencedIn">
<rdfs:comment>Relates a foaf:Person, foaf:Organization, or arch:Family to a arch:Collection that they are referenced in.</rdfs:comment>
<rdfs:range rdf:resource="http://purl.org/archival/vocab/arch#Collection"/>
<rdfs:domain rdf:resource="http://purl.org/archival/vocab/arch#Family"/>
<rdfs:domain rdf:resource="&foaf;Organization"/>
<rdfs:domain rdf:resource="&foaf;Person"/>
</owl:ObjectProperty>
<!-- http://purl.org/archival/vocab/arch#relatedSubject -->
<owl:ObjectProperty rdf:about="http://purl.org/archival/vocab/arch#relatedSubject">
<rdfs:comment>Subjects related to a name in an archival collection. Usually represents the subjects from a collection that a name is the arch:primaryProvenanceOf</rdfs:comment>
<rdfs:comment>Related Subject</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="&terms;subject"/>
</owl:ObjectProperty>
<!-- http://purl.org/dc/terms/created -->
<owl:ObjectProperty rdf:about="&terms;created"/>
<!-- http://purl.org/dc/terms/subject -->
<owl:ObjectProperty rdf:about="&terms;subject"/>
<!-- http://xmlns.com/foaf/0.1/knows -->
<owl:ObjectProperty rdf:about="&foaf;knows"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/archival/vocab/arch#Archive -->
<owl:Class rdf:about="http://purl.org/archival/vocab/arch#Archive">
<rdfs:subClassOf rdf:resource="&foaf;Organization"/>
<rdfs:comment rdf:datatype="&xsd;string">An organization that holds archival collections.</rdfs:comment>
</owl:Class>
<!-- http://purl.org/archival/vocab/arch#Collection -->
<owl:Class rdf:about="http://purl.org/archival/vocab/arch#Collection">
<rdfs:comment rdf:datatype="&xsd;string">A collection of documents organized according to the principle of provenance.</rdfs:comment>
</owl:Class>
<!-- http://purl.org/archival/vocab/arch#Family -->
<owl:Class rdf:about="http://purl.org/archival/vocab/arch#Family">
<rdfs:subClassOf rdf:resource="&foaf;Group"/>
<rdfs:comment rdf:datatype="&xsd;string">For representing a family, a subclass of foaf:Group. This class might be equivalent to a similar class in genealogical vocabularies.</rdfs:comment>
</owl:Class>
<!-- http://purl.org/archival/vocab/arch#Manuscript -->
<owl:Class rdf:about="http://purl.org/archival/vocab/arch#Manuscript">
<rdfs:subClassOf rdf:resource="http://purl.org/archival/vocab/arch#Collection"/>
<rdfs:comment rdf:datatype="&xsd;string">An unpublished document in an arch:Collection</rdfs:comment>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/Agent -->
<owl:Class rdf:about="&foaf;Agent"/>
<!-- http://xmlns.com/foaf/0.1/Group -->
<owl:Class rdf:about="&foaf;Group">
<rdfs:subClassOf rdf:resource="&foaf;Agent"/>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/Organization -->
<owl:Class rdf:about="&foaf;Organization">
<rdfs:subClassOf rdf:resource="&foaf;Agent"/>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/Person -->
<owl:Class rdf:about="&foaf;Person">
<rdfs:subClassOf rdf:resource="&foaf;Agent"/>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.2.3.1824) http://owlapi.sourceforge.net -->