-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdri_vocabulary.ttl
602 lines (600 loc) · 12.7 KB
/
dri_vocabulary.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
# baseURI: http://nationalarchives.gov.uk/terms/dri
# prefix: dri
@prefix central-government: <http://reference.data.gov.uk/def/central-government/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dri: <http://nationalarchives.gov.uk/terms/dri#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tna: <http://nationalarchives.gov.uk/metadata/tna#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://nationalarchives.gov.uk/terms/dri>
a owl:Ontology ;
owl:versionIRI <http://nationalarchives.gov.uk/terms/dri/4.0> ;
.
dri:Accumulation
a owl:Class ;
rdfs:label "Accumulation" ;
.
dri:Batch
a owl:Class ;
rdfs:label "Batch" ;
.
dri:BatchStatus
a owl:Class ;
rdfs:label "Batch status" ;
rdfs:subClassOf owl:Thing ;
.
dri:BornDigitalCollection
a owl:Class ;
rdfs:label "Born-digital collection" ;
rdfs:subClassOf dri:Collection ;
.
dri:Closure
a owl:Class ;
rdfs:label "Closure" ;
.
dri:ClosureType
a owl:Class ;
rdfs:label "Closure type" ;
.
dri:Collection
a owl:Class ;
rdfs:label "Collection" ;
.
dri:DeliverableUnit
a owl:Class ;
rdfs:label "Deliverable unit" ;
rdfs:subClassOf dri:Item ;
.
dri:Delivery
a owl:Class ;
rdfs:label "Delivery" ;
.
dri:DigitisedRecordCollection
a owl:Class ;
rdfs:label "Digitised record collection" ;
rdfs:subClassOf dri:Collection ;
.
dri:DigitisedSurrogateCollection
a owl:Class ;
rdfs:label "Digitised surrogate collection" ;
rdfs:subClassOf dri:Collection ;
.
dri:Directory
a owl:Class ;
rdfs:label "Directory" ;
rdfs:subClassOf dri:Resource ;
.
dri:DiscoveryItem
a owl:Class ;
rdfs:label "Discovery Item" ;
.
dri:ElectronicAssembly
a owl:Class ;
rdfs:label "Electronic Assembly" ;
rdfs:subClassOf dri:Medium ;
.
dri:Exceptionlist
a owl:Class ;
rdfs:label "Exceptionlist" ;
.
dri:ExemptionCode
a owl:Class ;
rdfs:label "FOI exemption code" ;
.
dri:Export
a owl:Class ;
rdfs:label "Export" ;
.
dri:ExportStatus
a owl:Class ;
rdfs:label "Export status" ;
.
dri:File
a owl:Class ;
rdfs:label "File" ;
rdfs:subClassOf dri:Resource ;
.
dri:Item
a owl:Class ;
rdfs:label "Item" ;
.
dri:LiteralMap
a owl:Class ;
rdfs:label "Literal map" ;
rdfs:subClassOf dri:Map ;
.
dri:Manifestation
a owl:Class ;
rdfs:label "Manifestation" ;
rdfs:subClassOf dri:Item ;
.
dri:Map
a owl:Class ;
rdfs:label "Map" ;
.
dri:MapEntry
a owl:Class ;
rdfs:label "Map entry" ;
.
dri:Medium
a owl:Class ;
rdfs:label "Medium" ;
rdfs:subClassOf dct:MediaType ;
.
dri:PaperManifestation
a owl:Class ;
rdfs:label "Paper manifestation" ;
rdfs:subClassOf dri:Manifestation ;
.
dri:Part
a owl:Class ;
rdfs:label "Part" ;
.
dri:PartStatus
a owl:Class ;
rdfs:label "Part status" ;
.
dri:PhysicalMedia
a owl:Class ;
rdfs:label "Physical Media" ;
rdfs:subClassOf dri:Medium ;
.
dri:PresentationManifestation
a owl:Class ;
rdfs:label "Presentation manifestation" ;
rdfs:subClassOf dri:Manifestation ;
.
dri:PreservationManifestation
a owl:Class ;
rdfs:label "Preservation manifestation" ;
rdfs:subClassOf dri:Manifestation ;
.
dri:RecordList
a owl:Class ;
rdfs:label "Record list" ;
.
dri:Resource
a owl:Class ;
rdfs:label "Resource" ;
.
dri:ResourceMap
a owl:Class ;
rdfs:label "Resource map" ;
rdfs:subClassOf dri:Map ;
.
dri:RetentionJustificationType
a owl:Class ;
rdfs:label "Retention justification type" ;
.
dri:SchemaMapping
a owl:Class ;
rdfs:label "SchemaMapping" ;
.
dri:Series
a owl:Class ;
rdfs:label "Series" ;
.
dri:Transfer
a owl:Class ;
rdfs:label "Transfer" ;
.
dri:TransferAgreement
a owl:Class ;
rdfs:label "Transfer agreement" ;
.
dri:TransferAsset
a owl:Class ;
rdfs:label "Transfer asset" ;
.
dri:TransferAssetStatus
a owl:Class ;
rdfs:label "Transfer asset status" ;
.
dri:TransferConfig
a owl:Class ;
rdfs:label "TransferConfig" ;
.
dri:TransferStatus
a owl:Class ;
rdfs:label "Transfer status" ;
.
dri:Unit
a owl:Class ;
rdfs:label "Unit" ;
.
dri:UnitStatus
a owl:Class ;
rdfs:label "Unit status" ;
.
dri:Whitelist
a owl:Class ;
rdfs:label "Whitelist" ;
.
dri:XsltConfig
a owl:Class ;
rdfs:label "XsltConfig" ;
.
dri:XsltParameter
a owl:Class ;
rdfs:label "XsltParameter" ;
.
dri:XsltTransform
a owl:Class ;
rdfs:label "XsltTransform" ;
.
dri:accumulation
a owl:ObjectProperty ;
rdfs:domain dri:TransferAgreement ;
rdfs:label "accumulation" ;
rdfs:range dri:Accumulation ;
.
dri:batch
a owl:ObjectProperty ;
rdfs:domain dri:DeliverableUnit ;
rdfs:domain dri:PreservationManifestation ;
rdfs:label "batch" ;
rdfs:range dri:Batch ;
.
dri:batchStatus
a owl:ObjectProperty ;
rdfs:domain dri:Batch ;
rdfs:label "Batch Status" ;
rdfs:range dri:BatchStatus ;
.
dri:canTransferToDiscovery
a owl:DatatypeProperty ;
rdfs:domain dri:Series ;
rdfs:label "can transfer to Discovery" ;
rdfs:range xsd:boolean ;
.
dri:checksum
a owl:DatatypeProperty ;
rdfs:domain dri:ElectronicAssembly ;
rdfs:label "checksum" ;
rdfs:range xsd:string ;
.
dri:closurePeriod
a owl:DatatypeProperty ;
rdfs:domain dri:Closure ;
rdfs:label "closure period" ;
rdfs:range xsd:decimal ;
.
dri:closureType
a owl:ObjectProperty ;
rdfs:domain dri:Closure ;
rdfs:label "closure type" ;
rdfs:range dri:ClosureType ;
.
dri:counter
a owl:DatatypeProperty ;
rdfs:domain dri:MapEntry ;
rdfs:domain dri:Series ;
rdfs:label "counter" ;
rdfs:range xsd:integer ;
.
dri:creatingBody
a owl:ObjectProperty ;
rdfs:domain dri:TransferAgreement ;
rdfs:label "creating body" ;
rdfs:range <http://www.w3.org/ns/org#FormalOrganization> ;
.
dri:curatedLabel
a owl:DatatypeProperty ;
rdfs:domain dri:Directory ;
rdfs:label "curated Label" ;
rdfs:range xsd:string ;
.
dri:descriptionStatus
a owl:DatatypeProperty ;
rdfs:domain dri:Closure ;
rdfs:label "description status" ;
rdfs:range xsd:decimal ;
.
dri:directory
a owl:DatatypeProperty ;
a owl:ObjectProperty ;
rdfs:domain dri:Resource ;
rdfs:domain dri:xsltTransform ;
rdfs:label "Directory" ;
rdfs:label "directory" ;
rdfs:range dri:Directory ;
rdfs:range xsd:string ;
.
dri:documentStatus
a owl:DatatypeProperty ;
rdfs:domain dri:Closure ;
rdfs:label "document status" ;
rdfs:range xsd:decimal ;
.
dri:exemptionAsserted
a owl:DatatypeProperty ;
rdfs:domain dri:Closure ;
rdfs:label "FOI exemption asserted" ;
rdfs:range xsd:dateTime ;
.
dri:exemptionCode
a owl:ObjectProperty ;
rdfs:domain dri:Closure ;
rdfs:label "FOI exemption code" ;
rdfs:range dri:ExemptionCode ;
.
dri:exportMember
a owl:ObjectProperty ;
rdfs:domain dri:Export ;
rdfs:label "export member" ;
rdfs:range dri:Item ;
rdfs:range dri:Resource ;
rdfs:subPropertyOf rdfs:member ;
.
dri:exportStatus
a owl:ObjectProperty ;
rdfs:domain dri:Export ;
rdfs:label "export status" ;
rdfs:range dri:ExportStatus ;
.
dri:file
a owl:ObjectProperty ;
rdfs:domain dri:Manifestation ;
rdfs:label "file" ;
rdfs:range dri:File ;
.
dri:fileAsDeliverableUnit
a owl:DatatypeProperty ;
rdfs:domain dri:Series ;
rdfs:label "file as deliverable unit" ;
rdfs:range xsd:boolean ;
.
dri:fileName
a owl:DatatypeProperty ;
rdfs:domain dri:XsltConfig ;
rdfs:label "file Name" ;
rdfs:range xsd:string ;
.
dri:formerReferenceDepartment
a owl:DatatypeProperty ;
rdfs:label "former reference department" ;
rdfs:range xsd:string ;
.
dri:former_reference_TNA
a owl:DatatypeProperty ;
rdfs:label "former reference TNA" ;
rdfs:range xsd:string ;
.
dri:hasDirectory
a owl:ObjectProperty ;
rdfs:domain dri:DeliverableUnit ;
rdfs:label "has Directory" ;
rdfs:range dri:Directory ;
.
dri:hasEntry
a owl:ObjectProperty ;
rdfs:domain dri:Map ;
rdfs:label "has entry" ;
rdfs:range dri:MapEntry ;
.
dri:hasFileIdentifier
a owl:DatatypeProperty ;
rdfs:domain dri:Exceptionlist ;
rdfs:label "hasFileIdentifier" ;
rdfs:range xsd:string ;
.
dri:hasSchema
a owl:DatatypeProperty ;
rdfs:domain dri:Series ;
rdfs:label "has schema" ;
rdfs:range xsd:string ;
.
dri:isReferencedBy
a owl:ObjectProperty ;
rdfs:domain dri:TransferAgreement ;
rdfs:label "is referenced by" ;
rdfs:range dri:Delivery ;
rdfs:range dri:Map ;
.
dri:key
a owl:DatatypeProperty ;
rdfs:domain dri:XsltParameter ;
rdfs:label "key" ;
rdfs:range xsd:string ;
.
dri:mapKey
a owl:DatatypeProperty ;
rdfs:domain dri:MapEntry ;
rdfs:label "map key" ;
rdfs:range xsd:string ;
.
dri:mapValue
a owl:DatatypeProperty ;
rdfs:domain dri:MapEntry ;
rdfs:label "map value" ;
rdfs:range xsd:anyURI ;
rdfs:range xsd:string ;
.
dri:medium
a owl:ObjectProperty ;
rdfs:domain dri:Unit ;
rdfs:label "medium" ;
rdfs:range dri:Medium ;
.
dri:ordinal
a owl:DatatypeProperty ;
rdfs:domain dri:xsltTransform ;
rdfs:label "Ordinal" ;
rdfs:range xsd:integer ;
.
dri:parent
a owl:ObjectProperty ;
rdfs:domain dri:Item ;
rdfs:label "parent" ;
rdfs:range dri:DeliverableUnit ;
.
dri:parentId
a owl:DatatypeProperty ;
rdfs:domain dri:xsltTransform ;
rdfs:label "Parent Id" ;
rdfs:range xsd:string ;
.
dri:partOfBatch
a owl:ObjectProperty ;
rdfs:domain dri:Exceptionlist ;
rdfs:domain dri:SchemaMapping ;
rdfs:label "part Of Batch" ;
rdfs:range dri:Batch ;
.
dri:partStatus
a owl:ObjectProperty ;
rdfs:domain dri:Part ;
rdfs:label "part status" ;
rdfs:range dri:PartStatus ;
.
dri:pieces
a owl:DatatypeProperty ;
rdfs:domain dri:xsltTransform ;
rdfs:label "Pieces" ;
rdfs:range xsd:string ;
.
dri:rINumber
a owl:DatatypeProperty ;
rdfs:domain dri:Closure ;
rdfs:label "retention instrument number" ;
rdfs:range xsd:integer ;
.
dri:rISignedDate
a owl:DatatypeProperty ;
rdfs:domain dri:Closure ;
rdfs:label "retention instrument signed date" ;
rdfs:range xsd:dateTime ;
.
dri:recordListMember
a owl:ObjectProperty ;
rdfs:domain dri:RecordList ;
rdfs:label "record list member" ;
rdfs:range dri:DeliverableUnit ;
rdfs:range dri:File ;
.
dri:recordOpeningDate
a owl:DatatypeProperty ;
rdfs:domain dri:xsltTransform ;
rdfs:label "Record Opening Date" ;
rdfs:range xsd:dateTime ;
.
dri:retentionJustification
a owl:DatatypeProperty ;
rdfs:domain dri:Closure ;
rdfs:label "retention Justification" ;
rdfs:range dri:RetentionJustificationType ;
.
dri:retentionReconsiderDate
a owl:DatatypeProperty ;
rdfs:domain dri:Closure ;
rdfs:label "retention reconsider date" ;
rdfs:range xsd:dateTime ;
.
dri:schemaName
a owl:DatatypeProperty ;
rdfs:domain dri:SchemaMapping ;
rdfs:label "schemaName" ;
rdfs:range xsd:string ;
.
dri:startDate
a owl:DatatypeProperty ;
rdfs:domain dri:Closure ;
rdfs:label "startDate" ;
.
dri:substituteKey
a owl:DatatypeProperty ;
rdfs:domain dri:SchemaMapping ;
rdfs:label "substituteKey" ;
rdfs:range xsd:string ;
.
dri:substituteValue
a owl:DatatypeProperty ;
rdfs:domain dri:SchemaMapping ;
rdfs:label "substituteValue" ;
rdfs:range xsd:string ;
.
dri:template
a owl:DatatypeProperty ;
rdfs:domain dri:xsltTransform ;
rdfs:label "Template" ;
rdfs:range xsd:string ;
.
dri:titleAlternative
a owl:DatatypeProperty ;
rdfs:domain dri:Closure ;
rdfs:domain dri:Directory ;
rdfs:label "titleAlternative" ;
rdfs:range xsd:string ;
.
dri:titleStatus
a owl:DatatypeProperty ;
rdfs:domain dri:Closure ;
rdfs:label "titleStatus" ;
rdfs:range xsd:decimal ;
.
dri:transferAsset
a owl:ObjectProperty ;
rdfs:domain dri:Transfer ;
rdfs:label "transfer asset" ;
rdfs:range dri:TransferAsset ;
.
dri:transferAssetStatus
a owl:ObjectProperty ;
rdfs:domain dri:TransferAsset ;
rdfs:label "transfer asset status" ;
rdfs:range dri:TransferAssetStatus ;
.
dri:transferOf
a owl:ObjectProperty ;
rdfs:domain dri:TransferAgreement ;
rdfs:label "transfer of" ;
rdfs:range dri:Part ;
rdfs:range dri:Series ;
.
dri:transferStatus
a owl:ObjectProperty ;
rdfs:domain dri:Transfer ;
rdfs:label "transfer status" ;
rdfs:range dri:TransferStatus ;
.
dri:transferringBody
a owl:ObjectProperty ;
rdfs:domain dri:TransferAgreement ;
rdfs:label "transferring body" ;
rdfs:range <http://www.w3.org/ns/org#FormalOrganization> ;
.
dri:unitStatus
a owl:ObjectProperty ;
rdfs:domain dri:Unit ;
rdfs:label "unit status" ;
rdfs:range dri:UnitStatus ;
.
dri:username
a owl:DatatypeProperty ;
rdfs:label "username" ;
rdfs:range xsd:string ;
.
dri:value
a owl:DatatypeProperty ;
rdfs:domain dri:XsltParameter ;
rdfs:label "value" ;
rdfs:range xsd:string ;
.
dct:MediaType
a owl:Class ;
rdfs:label "Media type" ;
.
rdfs:member
a owl:ObjectProperty ;
rdfs:label "member" ;
.
owl:sameAs
a owl:ObjectProperty ;
rdfs:domain dri:DeliverableUnit ;
rdfs:label "same as" ;
rdfs:range dri:DiscoveryItem ;
.