-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpremis3.owl
666 lines (591 loc) · 36.6 KB
/
premis3.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
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.loc.gov/premis/rdf/v3/"
xml:base="http://www.loc.gov/premis/rdf/v3/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:prov="http://www.w3.org/ns/prov#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<owl:Ontology rdf:about="http://www.loc.gov/premis/rdf/v3/">
<rdfs:label xml:lang="en">PREMIS 3 Ontology</rdfs:label>
<rdfs:comment xml:lang="en">Ontology for PREMIS 3, the international standard
for metadata to support the preservation of digital objects and ensure their
long-term usability.</rdfs:comment>
<dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2018-10-12</dcterms:modified>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">3.0.0</owl:versionInfo>
<owl:versionIRI rdf:resource="https://id.loc.gov/ontologies/premis-3-0-0"/>
<owl:priorVersion rdf:resource="https://id.loc.gov/ontologies/premis-1-0-0"/>
<rdfs:seeAlso rdf:resource="http://www.loc.gov/standards/premis/"/>
<rdfs:seeAlso rdf:resource="https://github.com/PREMIS-OWL-Revision-Team/revise-premis-owl/"/>
<owl:imports rdf:resource="http://www.w3.org/ns/prov-o-20130430"/>
</owl:Ontology>
<!-- Classes -->
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Action">
<rdfs:label xml:lang="en">Action</rdfs:label>
<rdfs:comment xml:lang="en">Operation type to perform on an Object. Effectively performing this action may produce an Event.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
<rdfs:seeAlso rdf:resource="http://id.loc.gov/vocabulary/preservation/actionsGranted"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Agent">
<rdfs:label xml:lang="en">Agent</rdfs:label>
<rdfs:comment xml:lang="en">Actor (human, machine, or software) associated with one or more Event and/or Rights
statement associated with a digital object.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Bitstream">
<rdfs:label xml:lang="en">Bitstream</rdfs:label>
<rdfs:comment xml:lang="en">Contiguous or non-contiguous data within a file that has meaningful properties for
preservation purposes.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.loc.gov/premis/rdf/v3/Object"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/File"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/IntellectualEntity"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/Representation"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Copyright">
<rdfs:label xml:lang="en">Copyright</rdfs:label>
<rdfs:comment xml:lang="en">Copyright law.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.loc.gov/premis/rdf/v3/RightsBasis"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/InstitutionalPolicy"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/License"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/Statute"/>
<rdfs:seeAlso rdf:resource="http://id.loc.gov/vocabulary/preservation/copyrightStatus"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Dependency">
<rdfs:label xml:lang="en">Dependency</rdfs:label>
<rdfs:comment xml:lang="en">Relationship where one Object requires another Object to support its function, delivery, or
the coherence of its content.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/EnvironmentCharacteristic">
<rdfs:label xml:lang="en">Environment characteristic</rdfs:label>
<rdfs:comment xml:lang="en">An assessment of the extent to which the described environment supports its
purpose.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
<rdfs:seeAlso rdf:resource="http://id.loc.gov/vocabulary/preservation/environmentCharacteristic"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Event">
<rdfs:label xml:lang="en">Event</rdfs:label>
<rdfs:comment xml:lang="en">Action performed within or outside the repository that affects its capability to preserve Objects over the long term.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Activity"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
<rdfs:seeAlso rdf:resource="http://id.loc.gov/vocabulary/preservation/eventType"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/File">
<rdfs:label xml:lang="en">File</rdfs:label>
<rdfs:comment xml:lang="en">Named and ordered sequence of bytes that is known to an operating system.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.loc.gov/premis/rdf/v3/Object"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/Bitstream"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/IntellectualEntity"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/Representation"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Fixity">
<rdfs:label xml:lang="en">Fixity</rdfs:label>
<rdfs:comment xml:lang="en">Information used to verify whether an object has been altered in an undocumented or
unauthorized way.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
<rdfs:seeAlso rdf:resource="http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/HardwareAgent">
<rdfs:label xml:lang="en">Hardware agent</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.loc.gov/premis/rdf/v3/Agent"/>
<owl:sameAs rdf:resource="http://id.loc.gov/vocabulary/preservation/agentType/har"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/Organization"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/Person"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/SoftwareAgent"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Identifier">
<rdfs:label xml:lang="en">Identifier</rdfs:label>
<rdfs:comment xml:lang="en">An unambiguous reference to the PREMIS entity within the preservation
repository.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Inhibitor">
<rdfs:label xml:lang="en">Inhibitor</rdfs:label>
<rdfs:comment xml:lang="en">Feature of a Digital Object intended to inhibit access, copying, dissemination, or
migration. Common Inhibitors are encryption and password protection.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
<rdfs:seeAlso rdf:resource="http://id.loc.gov/vocabulary/preservation/inhibitorType"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/InstitutionalPolicy">
<rdfs:label xml:lang="en">Institutional policy</rdfs:label>
<rdfs:comment xml:lang="en">A policy decision made by an organization.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.loc.gov/premis/rdf/v3/RightsBasis"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/Copyright"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/License"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/Statute"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/IntellectualEntity">
<rdfs:label xml:lang="en">Intellectual entity</rdfs:label>
<rdfs:comment xml:lang="en">A set of content that is considered a single intellectual unit for purposes of management and
description: for example, a particular book, map, photograph, database, or piece of hardware or
software. An Intellectual Entity can include other Intellectual Entities; for example, a web site can
include a web page; a web page can include an image. An Intellectual Entity may have one or more digital
representations. An Intellectual Entity may also describe an environment, defined as technology
supporting a digital object in some way (e.g. by rendering or executing it). Environments can consist of
software, hardware, or a combination of both.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.loc.gov/premis/rdf/v3/Object"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/Bitstream"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/File"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/Representation"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
<rdfs:seeAlso rdf:resource="http://id.loc.gov/vocabulary/preservation/environmentFunctionType"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/License">
<rdfs:label xml:lang="en">License</rdfs:label>
<rdfs:comment xml:lang="en">A license agreement or other legal document that grants rights.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.loc.gov/premis/rdf/v3/RightsBasis"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/Copyright"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/InstitutionalPolicy"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/Statute"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Object">
<rdfs:label xml:lang="en">Object</rdfs:label>
<rdfs:comment xml:lang="en">Discrete unit of information subject to digital preservation. Subclasses of Object are
Intellectual Entity, Representation, File and Bitstream.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Organization">
<rdfs:label xml:lang="en">Organization</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.loc.gov/premis/rdf/v3/Agent"/>
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Organization"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/HardwareAgent"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/Person"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/SoftwareAgent"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/OutcomeStatus">
<rdfs:label xml:lang="en">Outcome status</rdfs:label>
<rdfs:comment xml:lang="en">Overall result of the Event in terms of success, partial success, or failure.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
<rdfs:seeAlso rdf:resource="http://id.loc.gov/vocabulary/preservation/eventOutcome"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Person">
<rdfs:label xml:lang="en">Person</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.loc.gov/premis/rdf/v3/Agent"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Person"/>
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/HardwareAgent"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/Organization"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/SoftwareAgent"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/PreservationPolicy">
<rdfs:label xml:lang="en">Preservation policy</rdfs:label>
<rdfs:comment xml:lang="en">Information indicating the decision or policy on the set of preservation functions to be
applied to an object and the context in which the decision or policy was made. Note that in addition to
subclasses declared at presLevType, SignificantProperties is also a subclass of PreservationPolicy.
Implementers may also wish to create locally-defined subclasses.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/Policy"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
<rdfs:seeAlso rdf:resource="http://id.loc.gov/vocabulary/preservation/preservationLevelRole"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Representation">
<rdfs:label xml:lang="en">Representation</rdfs:label>
<rdfs:comment xml:lang="en">Digital or physical Object instantiating or embodying an Intellectual Entity. A digital
representation is the set of stored digital files and structural metadata needed to provide a complete
and reasonable rendition of the Intellectual Entity. A physical representation is an item such as a
manuscript, video cassette, or printed document.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.loc.gov/premis/rdf/v3/Object"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/Bitstream"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/File"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/IntellectualEntity"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/RightsBasis">
<rdfs:label xml:lang="en">Rights basis</rdfs:label>
<rdfs:comment xml:lang="en">Designation of the basis for the right or permission governing the Object.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
<rdfs:seeAlso rdf:resource="http://id.loc.gov/vocabulary/preservation/rightsBasis"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/RightsStatus">
<rdfs:label xml:lang="en">Rights status</rdfs:label>
<rdfs:comment xml:lang="en">Information about how a RightsBasis applies to a particular object.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Rule">
<rdfs:label xml:lang="en">Rule</rdfs:label>
<rdfs:comment xml:lang="en">Statement about the Actions an Agent is permitted to undertake or prohibited from
undertaking with respect to an Object.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Signature">
<rdfs:label xml:lang="en">Signature</rdfs:label>
<rdfs:comment xml:lang="en">Mathematical technique used to validate the authenticity and integrity of a message,
software or digital document.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
<rdfs:seeAlso rdf:resource="http://id.loc.gov/vocabulary/preservation/signatureMethod"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/SignatureEncoding">
<rdfs:label xml:lang="en">Signature encoding</rdfs:label>
<rdfs:comment xml:lang="en">Encoding used for the signature value and key information.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
<rdfs:seeAlso rdf:resource="http://id.loc.gov/vocabulary/preservation/signatureEncoding"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/SignificantProperties">
<rdfs:label xml:lang="en">Significant properties</rdfs:label>
<rdfs:comment xml:lang="en">Characteristics of a particular object subjectively determined to be important to maintain
through preservation actions.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.loc.gov/premis/rdf/v3/PreservationPolicy"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/SoftwareAgent">
<rdfs:label xml:lang="en">Software agent</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.loc.gov/premis/rdf/v3/Agent"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#SoftwareAgent"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/HardwareAgent"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/Organization"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/Person"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Statute">
<rdfs:label xml:lang="en">Statute</rdfs:label>
<rdfs:comment xml:lang="en">A law that grants or revokes rights, such as laws governing privacy or orphan
works.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.loc.gov/premis/rdf/v3/RightsBasis"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/Copyright"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/License"/>
<owl:disjointWith rdf:resource="http://www.loc.gov/premis/rdf/v3/InstitutionalPolicy"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/StorageLocation">
<rdfs:label xml:lang="en">Storage location</rdfs:label>
<rdfs:comment xml:lang="en">Information needed to retrieve a physical item from its physical storage location or a file
from the storage system, or to access a bitstream within a file.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
<rdfs:seeAlso rdf:resource="http://id.loc.gov/vocabulary/preservation/contentLocationType"/>
</owl:Class>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/StorageMedium">
<rdfs:label xml:lang="en">Storage medium</rdfs:label>
<rdfs:comment xml:lang="en">The physical medium on which the Object is stored (e.g., magnetic tape, hard disk, CD-ROM,
DVD).</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
<rdfs:seeAlso rdf:resource="http://id.loc.gov/vocabulary/preservation/storageMedium"/>
</owl:Class>
<!-- Object Properties -->
<owl:ObjectProperty rdf:about="http://www.loc.gov/premis/rdf/v3/act">
<rdfs:label xml:lang="en">act</rdfs:label>
<rdfs:domain rdf:resource="http://www.loc.gov/premis/rdf/v3/Rule"/>
<rdfs:range rdf:resource="http://www.loc.gov/premis/rdf/v3/Action"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.loc.gov/premis/rdf/v3/allows">
<rdfs:label xml:lang="en">allows</rdfs:label>
<rdfs:domain rdf:resource="http://www.loc.gov/premis/rdf/v3/RightsBasis"/>
<rdfs:range rdf:resource="http://www.loc.gov/premis/rdf/v3/Rule"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.loc.gov/premis/rdf/v3/governs">
<rdfs:label xml:lang="en">governs</rdfs:label>
<rdfs:domain rdf:resource="http://www.loc.gov/premis/rdf/v3/RightsBasis"/>
<rdfs:range rdf:resource="http://www.loc.gov/premis/rdf/v3/Object"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.loc.gov/premis/rdf/v3/basis">
<rdfs:label xml:lang="en">has basis</rdfs:label>
<rdfs:comment xml:lang="en">Links from a RightsStatus to the RightsBasis instance that supports or documents
it.</rdfs:comment>
<rdfs:domain rdf:resource="http://www.loc.gov/premis/rdf/v3/RightsStatus"/>
<rdfs:range rdf:resource="http://www.loc.gov/premis/rdf/v3/RightsBasis"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.loc.gov/premis/rdf/v3/characteristic">
<rdfs:label xml:lang="en">has characteristic</rdfs:label>
<rdfs:domain rdf:resource="http://www.loc.gov/premis/rdf/v3/Dependency"/>
<rdfs:range rdf:resource="http://www.loc.gov/premis/rdf/v3/EnvironmentCharacteristic"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.loc.gov/premis/rdf/v3/dependency">
<rdfs:label xml:lang="en">has dependency</rdfs:label>
<rdfs:domain rdf:resource="http://www.loc.gov/premis/rdf/v3/Object"/>
<rdfs:range rdf:resource="http://www.loc.gov/premis/rdf/v3/Dependency"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.loc.gov/premis/rdf/v3/documentation">
<rdfs:label xml:lang="en">has documentation</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.loc.gov/premis/rdf/v3/encoding">
<rdfs:label xml:lang="en">has encoding</rdfs:label>
<rdfs:domain rdf:resource="http://www.loc.gov/premis/rdf/v3/Signature"/>
<rdfs:range rdf:resource="http://www.loc.gov/premis/rdf/v3/SignatureEncoding"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.loc.gov/premis/rdf/v3/fixity">
<rdfs:label xml:lang="en">has fixity</rdfs:label>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Bitstream"/>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/File"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.loc.gov/premis/rdf/v3/Fixity"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.loc.gov/premis/rdf/v3/identifier">
<rdfs:label xml:lang="en">has identifier</rdfs:label>
<rdfs:range rdf:resource="http://www.loc.gov/premis/rdf/v3/Identifier"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.loc.gov/premis/rdf/v3/jurisdiction">
<rdfs:label xml:lang="en">has jurisdiction</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
<rdfs:domain rdf:resource="http://www.loc.gov/premis/rdf/v3/RightsBasis"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.loc.gov/premis/rdf/v3/medium">
<rdfs:label xml:lang="en">has medium</rdfs:label>
<rdfs:domain rdf:resource="http://www.loc.gov/premis/rdf/v3/StorageLocation"/>
<rdfs:range rdf:resource="http://www.loc.gov/premis/rdf/v3/StorageMedium"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.loc.gov/premis/rdf/v3/outcome">
<rdfs:label xml:lang="en">has outcome</rdfs:label>
<rdfs:domain rdf:resource="http://www.loc.gov/premis/rdf/v3/Event"/>
<rdfs:range rdf:resource="http://www.loc.gov/premis/rdf/v3/OutcomeStatus"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.loc.gov/premis/rdf/v3/policy">
<rdfs:label xml:lang="en">has policy</rdfs:label>
<rdfs:domain rdf:resource="http://www.loc.gov/premis/rdf/v3/Object"/>
<rdfs:range rdf:resource="http://www.loc.gov/premis/rdf/v3/PreservationPolicy"/>
<rdfs:seeAlso rdf:resource="http://id.loc.gov/vocabulary/preservation/preservationLevelRole"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.loc.gov/premis/rdf/v3/purpose">
<rdfs:label xml:lang="en">has purpose</rdfs:label>
<rdfs:domain rdf:resource="http://www.loc.gov/premis/rdf/v3/Dependency"/>
<rdfs:range rdf:resource="http://www.loc.gov/premis/rdf/v3/Action"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.loc.gov/premis/rdf/v3/relationship">
<rdfs:label xml:lang="en">has relationship</rdfs:label>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Agent"/>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Object"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.loc.gov/premis/rdf/v3/Object"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
<rdfs:seeAlso rdf:resource="http://id.loc.gov/vocabulary/preservation/relationshipSubType"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.loc.gov/premis/rdf/v3/rightsStatus">
<rdfs:label xml:lang="en">has rights status</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/rights"/>
<rdfs:domain rdf:resource="http://www.loc.gov/premis/rdf/v3/Object"/>
<rdfs:range rdf:resource="http://www.loc.gov/premis/rdf/v3/RightsStatus"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.loc.gov/premis/rdf/v3/signature">
<rdfs:label xml:lang="en">has signature</rdfs:label>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Bitstream"/>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/File"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.loc.gov/premis/rdf/v3/Signature"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.loc.gov/premis/rdf/v3/inhibitedBy">
<rdfs:label xml:lang="en">inhibited by</rdfs:label>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Bitstream"/>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/File"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.loc.gov/premis/rdf/v3/Inhibitor"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.loc.gov/premis/rdf/v3/inhibits">
<rdfs:label xml:lang="en">inhibits</rdfs:label>
<rdfs:domain rdf:resource="http://www.loc.gov/premis/rdf/v3/Inhibitor"/>
<rdfs:range rdf:resource="http://www.loc.gov/premis/rdf/v3/Action"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.loc.gov/premis/rdf/v3/prohibits">
<rdfs:label xml:lang="en">prohibits</rdfs:label>
<rdfs:domain rdf:resource="http://www.loc.gov/premis/rdf/v3/RightsBasis"/>
<rdfs:range rdf:resource="http://www.loc.gov/premis/rdf/v3/Rule"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.loc.gov/premis/rdf/v3/storedAt">
<rdfs:label xml:lang="en">stored at</rdfs:label>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Bitstream"/>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/File"/>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Representation"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.loc.gov/premis/rdf/v3/StorageLocation"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:ObjectProperty>
<!-- DataType Properties -->
<owl:DatatypeProperty rdf:about="http://www.loc.gov/premis/rdf/v3/endDate">
<rdfs:label xml:lang="en">end date</rdfs:label>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/RightsStatus"/>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Rule"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://www.loc.gov/premis/rdf/v3/citation">
<rdfs:label xml:lang="en">has citation</rdfs:label>
<rdfs:domain rdf:resource="http://www.loc.gov/premis/rdf/v3/RightsBasis"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://www.loc.gov/premis/rdf/v3/compositionLevel">
<rdfs:label xml:lang="en">has composition level</rdfs:label>
<rdfs:domain rdf:resource="http://www.loc.gov/premis/rdf/v3/File"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://www.loc.gov/premis/rdf/v3/determinationDate">
<rdfs:label xml:lang="en">has determination date</rdfs:label>
<rdfs:domain rdf:resource="http://www.loc.gov/premis/rdf/v3/RightsStatus"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://www.loc.gov/premis/rdf/v3/key">
<rdfs:label xml:lang="en">has key</rdfs:label>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Inhibitor"/>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Signature"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://www.loc.gov/premis/rdf/v3/note">
<rdfs:label xml:lang="en">has note</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/description"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://www.loc.gov/premis/rdf/v3/originalName">
<rdfs:label xml:lang="en">has original name</rdfs:label>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/File"/>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/IntellectualEntity"/>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Representation"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://www.loc.gov/premis/rdf/v3/outcomeNote">
<rdfs:label xml:lang="en">has outcome note</rdfs:label>
<rdfs:domain rdf:resource="http://www.loc.gov/premis/rdf/v3/Event"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:subPropertyOf rdf:resource="http://www.loc.gov/premis/rdf/v3/note"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://www.loc.gov/premis/rdf/v3/rationale">
<rdfs:label xml:lang="en">has rationale</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:subPropertyOf rdf:resource="http://www.loc.gov/premis/rdf/v3/note"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://www.loc.gov/premis/rdf/v3/restriction">
<rdfs:label xml:lang="en">has restriction</rdfs:label>
<rdfs:domain rdf:resource="http://www.loc.gov/premis/rdf/v3/Rule"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://www.loc.gov/premis/rdf/v3/size">
<rdfs:label xml:lang="en">has size</rdfs:label>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Bitstream"/>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/File"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
<skos:narrowMatch rdf:resource="http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#fileSize"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://www.loc.gov/premis/rdf/v3/terms">
<rdfs:label xml:lang="en">has terms</rdfs:label>
<rdfs:domain rdf:resource="http://www.loc.gov/premis/rdf/v3/RightsBasis"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:subPropertyOf rdf:resource="http://www.loc.gov/premis/rdf/v3/note"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://www.loc.gov/premis/rdf/v3/validationRules">
<rdfs:label xml:lang="en">has validation rules</rdfs:label>
<rdfs:domain rdf:resource="http://www.loc.gov/premis/rdf/v3/Signature"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:subPropertyOf rdf:resource="http://www.loc.gov/premis/rdf/v3/note"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://www.loc.gov/premis/rdf/v3/version">
<rdfs:label xml:lang="en">has version</rdfs:label>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="http://purl.org/dc/terms/FileFormat"/>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/HardwareAgent"/>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/IntellectualEntity"/>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/SoftwareAgent"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://www.loc.gov/premis/rdf/v3/startDate">
<rdfs:label xml:lang="en">start date</rdfs:label>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/RightsStatus"/>
<owl:Class rdf:about="http://www.loc.gov/premis/rdf/v3/Rule"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:isDefinedBy rdf:resource="http://www.loc.gov/premis/rdf/v3/"/>
</owl:DatatypeProperty>
</rdf:RDF>