-
Notifications
You must be signed in to change notification settings - Fork 13
/
dcterms_od.owl
586 lines (586 loc) · 46.8 KB
/
dcterms_od.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
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcam="http://purl.org/dc/dcam/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:dcterms="http://purl.org/dc/terms/" 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:skos="http://www.w3.org/2004/02/skos/core#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xml:base="http://triplr.org/rdf/bloody-byte.net/rdf/dc_owl2dl/dcterms_od.ttl">
<!--<owl:Ontology rdf:about="http://purl.org/NET/dc_owl2dl/terms_od">
<owl:imports rdf:resource="http://purl.org/NET/dc_owl2dl/dcam"/> -->
<owl:Ontology rdf:about="http://purl.org/wf4ever/dcterms_od">
<owl:imports rdf:resource="http://purl.org/wf4ever/dcam"/>
<rdfs:label xml:lang="en">DCMI metadata terms</rdfs:label>
<rdfs:comment xml:lang="en">OWL 2 DL ontology for Dublin Core metadata terms from the http://purl.org/dc/terms/ namespace; this version uses object and datatype properties instead of annotation properties where possible. Note that, because of this, when using this ontology you are restricted to using literals and non-literals in certain cases and especially you cannot use DCMI's DCSV.</rdfs:comment>
</owl:Ontology>
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/abstract">
<skos:definition xml:lang="en-US">A summary of the resource.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/description"/>
<rdfs:label xml:lang="en-US">Abstract</rdfs:label>
</owl:AnnotationProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/accessRights">
<skos:definition xml:lang="en-US">Information about who can access the resource or an indication of its security status.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/rights"/>
<rdfs:label xml:lang="en-US">Access Rights</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/dc/terms/RightsStatement"/>
<rdfs:comment xml:lang="en-US">Access Rights may include information regarding access or restrictions based on privacy, security, or other policies.</rdfs:comment>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/accrualMethod">
<skos:definition xml:lang="en-US">The method by which items are added to a collection.</skos:definition>
<rdfs:domain rdf:resource="http://purl.org/dc/terms/Collection"/>
<rdfs:label xml:lang="en-US">Accrual Method</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/dc/terms/MethodOfAccrual"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/accrualPeriodicity">
<skos:definition xml:lang="en-US">The frequency with which items are added to a collection.</skos:definition>
<rdfs:domain rdf:resource="http://purl.org/dc/terms/Collection"/>
<rdfs:label xml:lang="en-US">Accrual Periodicity</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/dc/terms/Frequency"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/accrualPolicy">
<skos:definition xml:lang="en-US">The policy governing the addition of items to a collection.</skos:definition>
<rdfs:domain rdf:resource="http://purl.org/dc/terms/Collection"/>
<rdfs:label xml:lang="en-US">Accrual Policy</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/dc/terms/Policy"/>
</owl:ObjectProperty>
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/alternative">
<skos:definition xml:lang="en-US">An alternative name for the resource.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/title"/>
<rdfs:label xml:lang="en-US">Alternative Title</rdfs:label>
<skos:note xml:lang="en-US">In current practice, this term is used primarily with literal values; however, there are important uses with non-literal values as well. As of December 2007, the DCMI Usage Board is leaving this range unspecified pending an investigation of options.</skos:note>
<rdfs:comment xml:lang="en-US">The distinction between titles and alternative titles is application-specific.</rdfs:comment>
</owl:AnnotationProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/audience">
<skos:definition xml:lang="en-US">A class of entity for whom the resource is intended or useful.</skos:definition>
<rdfs:label xml:lang="en-US">Audience</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/dc/terms/AgentClass"/>
</owl:ObjectProperty>
<owl:DatatypeProperty rdf:about="http://purl.org/dc/terms/available">
<skos:definition xml:lang="en-US">Date (often a range) that the resource became or will become available.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:label xml:lang="en-US">Date Available</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://purl.org/dc/terms/bibliographicCitation">
<skos:definition xml:lang="en-US">A bibliographic reference for the resource.</skos:definition>
<rdfs:domain rdf:resource="http://purl.org/dc/terms/BibliographicResource"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
<rdfs:label xml:lang="en-US">Bibliographic Citation</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:comment xml:lang="en-US">Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible.</rdfs:comment>
</owl:DatatypeProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/conformsTo">
<skos:definition xml:lang="en-US">An established standard to which the described resource conforms.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
<rdfs:label xml:lang="en-US">Conforms To</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/dc/terms/Standard"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/contributor">
<skos:definition xml:lang="en-US">An entity responsible for making contributions to the resource.</skos:definition>
<rdfs:label xml:lang="en-US">Contributor</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/dc/terms/Agent"/>
<rdfs:comment xml:lang="en-US">Examples of a Contributor include a person, an organization, or a service. Typically, the name of a Contributor should be used to indicate the entity.</rdfs:comment>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/coverage">
<skos:definition xml:lang="en-US">The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.</skos:definition>
<dcterms:bibliographicCitation>[TGN] http://www.getty.edu/research/tools/vocabulary/tgn/index.html</dcterms:bibliographicCitation>
<rdfs:seeAlso rdf:resource="http://www.getty.edu/research/tools/vocabulary/tgn/index.html"/>
<rdfs:label xml:lang="en-US">Coverage</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/dc/terms/LocationPeriodOrJurisdiction"/>
<skos:note xml:lang="en">In this ontology this property has been defined as an object property, meaning when using this ontology you cannot encode its value as a literal (e.g. by using DCMI's DCSV) but only as a related description.</skos:note>
<rdfs:comment xml:lang="en-US">Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names [TGN]. Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges.</rdfs:comment>
</owl:ObjectProperty>
<owl:DatatypeProperty rdf:about="http://purl.org/dc/terms/created">
<skos:definition xml:lang="en-US">Date of creation of the resource.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:label xml:lang="en-US">Date Created</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</owl:DatatypeProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/creator">
<skos:definition xml:lang="en-US">An entity primarily responsible for making the resource.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/contributor"/>
<rdfs:label xml:lang="en-US">Creator</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/dc/terms/Agent"/>
<rdfs:comment xml:lang="en-US">Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity.</rdfs:comment>
</owl:ObjectProperty>
<owl:DatatypeProperty rdf:about="http://purl.org/dc/terms/date">
<skos:definition xml:lang="en-US">A point or period of time associated with an event in the lifecycle of the resource.</skos:definition>
<dcterms:bibliographicCitation>[W3CDTF] http://www.w3.org/TR/NOTE-datetime</dcterms:bibliographicCitation>
<rdfs:seeAlso rdf:resource="http://www.w3.org/TR/NOTE-datetime"/>
<rdfs:label xml:lang="en-US">Date</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:comment xml:lang="en-US">Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF].</rdfs:comment>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://purl.org/dc/terms/dateAccepted">
<skos:definition xml:lang="en-US">Date of acceptance of the resource.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:label xml:lang="en-US">Date Accepted</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:comment xml:lang="en-US">Examples of resources to which a Date Accepted may be relevant are a thesis (accepted by a university department) or an article (accepted by a journal).</rdfs:comment>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://purl.org/dc/terms/dateCopyrighted">
<skos:definition xml:lang="en-US">Date of copyright.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:label xml:lang="en-US">Date Copyrighted</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://purl.org/dc/terms/dateSubmitted">
<skos:definition xml:lang="en-US">Date of submission of the resource.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:label xml:lang="en-US">Date Submitted</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:comment xml:lang="en-US">Examples of resources to which a Date Submitted may be relevant are a thesis (submitted to a university department) or an article (submitted to a journal).</rdfs:comment>
</owl:DatatypeProperty>
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description">
<skos:definition xml:lang="en-US">An account of the resource.</skos:definition>
<rdfs:label xml:lang="en-US">Description</rdfs:label>
<rdfs:comment xml:lang="en-US">Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.</rdfs:comment>
</owl:AnnotationProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/educationLevel">
<skos:definition xml:lang="en-US">A class of entity, defined in terms of progression through an educational or training context, for which the described resource is intended.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/audience"/>
<rdfs:label xml:lang="en-US">Audience Education Level</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/dc/terms/AgentClass"/>
</owl:ObjectProperty>
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/extent">
<skos:definition xml:lang="en-US">The size or duration of the resource.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/format"/>
<rdfs:label xml:lang="en-US">Extent</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/dc/terms/SizeOrDuration"/>
<skos:note xml:lang="en">In this ontology this property has been defined as an object property, meaning when using this ontology you cannot encode its value as a literal (e.g. by using DCMI's DCSV) but only as a related description.</skos:note>
</owl:AnnotationProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/format">
<skos:definition xml:lang="en-US">The file format, physical medium, or dimensions of the resource.</skos:definition>
<dcterms:bibliographicCitation>[MIME] http://www.iana.org/assignments/media-types/</dcterms:bibliographicCitation>
<rdfs:seeAlso rdf:resource="http://www.iana.org/assignments/media-types/"/>
<rdfs:label xml:lang="en-US">Format</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/dc/terms/MediaTypeOrExtent"/>
<skos:note xml:lang="en">In this ontology this property has been defined as an object property, meaning when using this ontology you cannot encode its value as a literal (e.g. by using DCMI's DCSV) but only as a related description.</skos:note>
<rdfs:comment xml:lang="en-US">Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types [MIME].</rdfs:comment>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/hasFormat">
<skos:definition xml:lang="en-US">A related resource that is substantially the same as the pre-existing described resource, but in another format.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
<rdfs:label xml:lang="en-US">Has Format</rdfs:label>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/hasPart">
<skos:definition xml:lang="en-US">A related resource that is included either physically or logically in the described resource.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
<rdfs:label xml:lang="en-US">Has Part</rdfs:label>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/hasVersion">
<skos:definition xml:lang="en-US">A related resource that is a version, edition, or adaptation of the described resource.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
<rdfs:label xml:lang="en-US">Has Version</rdfs:label>
</owl:ObjectProperty>
<owl:DatatypeProperty rdf:about="http://purl.org/dc/terms/identifier">
<skos:definition xml:lang="en-US">An unambiguous reference to the resource within a given context.</skos:definition>
<rdfs:label xml:lang="en-US">Identifier</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:comment xml:lang="en-US">Recommended best practice is to identify the resource by means of a string conforming to a formal identification system.</rdfs:comment>
</owl:DatatypeProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/instructionalMethod">
<skos:definition xml:lang="en-US">A process, used to engender knowledge, attitudes and skills, that the described resource is designed to support.</skos:definition>
<rdfs:label xml:lang="en-US">Instructional Method</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/dc/terms/MethodOfInstruction"/>
<rdfs:comment xml:lang="en-US">Instructional Method will typically include ways of presenting instructional materials or conducting instructional activities, patterns of learner-to-learner and learner-to-instructor interactions, and mechanisms by which group and individual levels of learning are measured. Instructional methods include all aspects of the instruction and learning processes from planning and implementation through evaluation and feedback.</rdfs:comment>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/isFormatOf">
<skos:definition xml:lang="en-US">A related resource that is substantially the same as the described resource, but in another format.</skos:definition>
<owl:inverseOf rdf:resource="http://purl.org/dc/terms/hasFormat"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
<rdfs:label xml:lang="en-US">Is Format Of</rdfs:label>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/isPartOf">
<skos:definition xml:lang="en-US">A related resource in which the described resource is physically or logically included.</skos:definition>
<owl:inverseOf rdf:resource="http://purl.org/dc/terms/hasPart"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
<rdfs:label xml:lang="en-US">Is Part Of</rdfs:label>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/isReferencedBy">
<skos:definition xml:lang="en-US">A related resource that references, cites, or otherwise points to the described resource.</skos:definition>
<owl:inverseOf rdf:resource="http://purl.org/dc/terms/creator"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
<rdfs:label xml:lang="en-US">Is Referenced By</rdfs:label>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/isReplacedBy">
<skos:definition xml:lang="en-US">A related resource that supplants, displaces, or supersedes the described resource.</skos:definition>
<owl:inverseOf rdf:resource="http://purl.org/dc/terms/replaces"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
<rdfs:label xml:lang="en-US">Is Replaced By</rdfs:label>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/creator"/>
<rdf:Description rdf:about="http://purl.org/dc/terms/creator">
<rdfs:label xml:lang="en-US">Is Required By</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/creator">
<skos:definition xml:lang="en-US">A related resource that requires the described resource to support its function, delivery, or coherence.</skos:definition>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/creator">
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/creator">
<owl:inverseOf rdf:resource="http://purl.org/dc/terms/requires"/>
</rdf:Description>
<owl:DatatypeProperty rdf:about="http://purl.org/dc/terms/issued">
<skos:definition xml:lang="en-US">Date of formal issuance (e.g., publication) of the resource.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:label xml:lang="en-US">Date Issued</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</owl:DatatypeProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/isVersionOf">
<skos:definition xml:lang="en-US">A related resource of which the described resource is a version, edition, or adaptation.</skos:definition>
<owl:inverseOf rdf:resource="http://purl.org/dc/terms/hasVersion"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
<rdfs:label xml:lang="en-US">Is Version Of</rdfs:label>
<rdfs:comment xml:lang="en-US">Changes in version imply substantive changes in content rather than differences in format.</rdfs:comment>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/language">
<skos:definition xml:lang="en-US">A language of the resource.</skos:definition>
<dcterms:bibliographicCitation>[RFC4646] http://www.ietf.org/rfc/rfc4646.txt</dcterms:bibliographicCitation>
<rdfs:seeAlso rdf:resource="http://www.ietf.org/rfc/rfc4646.txt"/>
<rdfs:label xml:lang="en-US">Language</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/dc/terms/LinguisticSystem"/>
<skos:note xml:lang="en">In this ontology this property has been defined as an object property, meaning when using this ontology you cannot encode its value as a literal (e.g. as a language code or tag) but only as a non-literal value.</skos:note>
<rdfs:comment xml:lang="en-US">Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646].</rdfs:comment>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/license">
<skos:definition xml:lang="en-US">A legal document giving official permission to do something with the resource.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/rights"/>
<rdfs:label xml:lang="en-US">License</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/dc/terms/LicenseDocument"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/mediator">
<skos:definition xml:lang="en-US">An entity that mediates access to the resource and for whom the resource is intended or useful.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/audience"/>
<rdfs:label xml:lang="en-US">Mediator</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/dc/terms/AgentClass"/>
<rdfs:comment xml:lang="en-US">In an educational context, a mediator might be a parent, teacher, teaching assistant, or care-giver.</rdfs:comment>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/medium">
<skos:definition xml:lang="en-US">The material or physical carrier of the resource.</skos:definition>
<rdfs:domain rdf:resource="http://purl.org/dc/terms/PhysicalResource"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/format"/>
<rdfs:label xml:lang="en-US">Medium</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/dc/terms/PhysicalMedium"/>
<skos:note xml:lang="en">In this ontology this property has been defined as an object property, meaning when using this ontology you cannot encode its value as a literal but only as a related description.</skos:note>
</owl:ObjectProperty>
<owl:DatatypeProperty rdf:about="http://purl.org/dc/terms/modified">
<skos:definition xml:lang="en-US">Date on which the resource was changed.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:label xml:lang="en-US">Date Modified</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</owl:DatatypeProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/provenance">
<skos:definition xml:lang="en-US">A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation.</skos:definition>
<rdfs:label xml:lang="en-US">Provenance</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/dc/terms/ProvenanceStatement"/>
<rdfs:comment xml:lang="en-US">The statement may include a description of any changes successive custodians made to the resource.</rdfs:comment>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/publisher">
<skos:definition xml:lang="en-US">An entity responsible for making the resource available.</skos:definition>
<rdfs:label xml:lang="en-US">Publisher</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/dc/terms/Agent"/>
<rdfs:comment xml:lang="en-US">Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity.</rdfs:comment>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/creator"/>
<rdf:Description rdf:about="http://purl.org/dc/terms/creator">
<rdfs:label xml:lang="en-US">References</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/creator">
<skos:definition xml:lang="en-US">A related resource that is referenced, cited, or otherwise pointed to by the described resource.</skos:definition>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/creator">
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
</rdf:Description>
<owl:SymmetricProperty rdf:about="http://purl.org/dc/terms/relation">
<skos:definition xml:lang="en-US">A related resource.</skos:definition>
<rdfs:label xml:lang="en-US">Relation</rdfs:label>
<rdfs:comment xml:lang="en-US">Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system.</rdfs:comment>
</owl:SymmetricProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/replaces">
<skos:definition xml:lang="en-US">A related resource that is supplanted, displaced, or superseded by the described resource.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
<rdfs:label xml:lang="en-US">Replaces</rdfs:label>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/requires">
<skos:definition xml:lang="en-US">A related resource that is required by the described resource to support its function, delivery, or coherence.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
<rdfs:label xml:lang="en-US">Requires</rdfs:label>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/rights">
<skos:definition xml:lang="en-US">Information about rights held in and over the resource.</skos:definition>
<rdfs:label xml:lang="en-US">Rights</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/dc/terms/RightsStatement"/>
<rdfs:comment xml:lang="en-US">Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.</rdfs:comment>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/rightsHolder">
<skos:definition xml:lang="en-US">A person or organization owning or managing rights over the resource.</skos:definition>
<rdfs:label xml:lang="en-US">Rights Holder</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/dc/terms/Agent"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/source">
<skos:definition xml:lang="en-US">A related resource from which the described resource is derived.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
<rdfs:label xml:lang="en-US">Source</rdfs:label>
<rdfs:comment xml:lang="en-US">The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system.</rdfs:comment>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/spatial">
<skos:definition xml:lang="en-US">Spatial characteristics of the resource.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/coverage"/>
<rdfs:label xml:lang="en-US">Spatial Coverage</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/dc/terms/Location"/>
<skos:note xml:lang="en">In this ontology this property has been defined as an object property, meaning when using this ontology you cannot encode its value as a literal (e.g. by using DCMI's DCSV) but only as a related description.</skos:note>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/subject">
<skos:definition xml:lang="en-US">The topic of the resource.</skos:definition>
<rdfs:label xml:lang="en-US">Subject</rdfs:label>
<rdfs:comment xml:lang="en-US">Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary. To describe the spatial or temporal topic of the resource, use the Coverage element.</rdfs:comment>
</owl:ObjectProperty>
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/tableOfContents">
<skos:definition xml:lang="en-US">A list of subunits of the resource.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/description"/>
<rdfs:label xml:lang="en-US">Table Of Contents</rdfs:label>
</owl:AnnotationProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/temporal">
<skos:definition xml:lang="en-US">Temporal characteristics of the resource.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/coverage"/>
<rdfs:label xml:lang="en-US">Temporal Coverage</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/dc/terms/PeriodOfTime"/>
<skos:note xml:lang="en">In this ontology this property has been defined as an object property, meaning when using this ontology you cannot encode its value as a literal (e.g. by using DCMI's DCSV) but only as a related description.</skos:note>
</owl:ObjectProperty>
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title">
<skos:definition xml:lang="en-US">A name given to the resource.</skos:definition>
<rdfs:label xml:lang="en-US">Title</rdfs:label>
<skos:note xml:lang="en-US">In current practice, this term is used primarily with literal values; however, there are important uses with non-literal values as well. As of December 2007, the DCMI Usage Board is leaving this range unspecified pending an investigation of options.</skos:note>
</owl:AnnotationProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/type">
<skos:definition xml:lang="en-US">The nature or genre of the resource.</skos:definition>
<dcterms:bibliographicCitation>[DCMITYPE] http://dublincore.org/documents/dcmi-type-vocabulary/</dcterms:bibliographicCitation>
<rdfs:seeAlso rdf:resource="http://dublincore.org/documents/dcmi-type-vocabulary/"/>
<rdfs:label xml:lang="en-US">Type</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en-US">Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMITYPE]. To describe the file format, physical medium, or dimensions of the resource, use the Format element.</rdfs:comment>
</owl:ObjectProperty>
<owl:DatatypeProperty rdf:about="http://purl.org/dc/terms/valid">
<skos:definition xml:lang="en-US">Date (often a range) of validity of a resource.</skos:definition>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:label xml:lang="en-US">Date Valid</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</owl:DatatypeProperty>
<dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/DCMIType">
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-type-vocabulary/"/>
<skos:definition xml:lang="en-US">The set of classes specified by the DCMI Type Vocabulary, used to categorize the nature or genre of the resource.</skos:definition>
<rdfs:label xml:lang="en-US">DCMI Type Vocabulary</rdfs:label>
</dcam:VocabularyEncodingScheme>
<dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/DDC">
<rdfs:isDefinedBy rdf:resource="http://www.oclc.org/dewey/"/>
<skos:definition xml:lang="en-US">The set of conceptual resources specified by the Dewey Decimal Classification.</skos:definition>
<rdfs:label xml:lang="en-US">DDC</rdfs:label>
</dcam:VocabularyEncodingScheme>
<dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/IMT">
<rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/media-types/"/>
<skos:definition xml:lang="en-US">The set of media types specified by the Internet Assigned Numbers Authority.</skos:definition>
<rdfs:label xml:lang="en-US">IMT</rdfs:label>
</dcam:VocabularyEncodingScheme>
<dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/LCC">
<rdfs:isDefinedBy rdf:resource="http://lcweb.loc.gov/catdir/cpso/lcco/lcco.html"/>
<skos:definition xml:lang="en-US">The set of conceptual resources specified by the Library of Congress Classification.</skos:definition>
<rdfs:label xml:lang="en-US">LCC</rdfs:label>
</dcam:VocabularyEncodingScheme>
<dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/LCSH">
<skos:definition xml:lang="en-US">The set of labeled concepts specified by the Library of Congress Subject Headings.</skos:definition>
<rdfs:label xml:lang="en-US">LCSH</rdfs:label>
</dcam:VocabularyEncodingScheme>
<dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/MESH">
<rdfs:isDefinedBy rdf:resource="http://www.nlm.nih.gov/mesh/meshhome.html"/>
<skos:definition xml:lang="en-US">The set of labeled concepts specified by the Medical Subject Headings.</skos:definition>
<rdfs:label xml:lang="en-US">MeSH</rdfs:label>
</dcam:VocabularyEncodingScheme>
<dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/creator"/>
<rdf:Description rdf:about="http://purl.org/dc/terms/creator">
<rdfs:label xml:lang="en-US">NLM</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/creator">
<skos:definition xml:lang="en-US">The set of conceptual resources specified by the National Library of Medicine Classification.</skos:definition>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/creator">
<rdfs:isDefinedBy rdf:resource="http://wwwcf.nlm.nih.gov/class/"/>
</rdf:Description>
<dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/TGN">
<rdfs:isDefinedBy rdf:resource="http://www.getty.edu/research/tools/vocabulary/tgn/index.html"/>
<skos:definition xml:lang="en-US">The set of places specified by the Getty Thesaurus of Geographic Names.</skos:definition>
<rdfs:label xml:lang="en-US">TGN</rdfs:label>
</dcam:VocabularyEncodingScheme>
<dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/UDC">
<rdfs:isDefinedBy rdf:resource="http://www.udcc.org/"/>
<skos:definition xml:lang="en-US">The set of conceptual resources specified by the Universal Decimal Classification.</skos:definition>
<rdfs:label xml:lang="en-US">UDC</rdfs:label>
</dcam:VocabularyEncodingScheme>
<rdfs:Datatype rdf:about="http://purl.org/dc/terms/Box">
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/creator"/>
<skos:definition xml:lang="en-US">The set of regions in space defined by their geographic coordinates according to the DCMI Box Encoding Scheme.</skos:definition>
<rdfs:label xml:lang="en-US">DCMI Box</rdfs:label>
</rdfs:Datatype>
<rdfs:Datatype rdf:about="http://purl.org/dc/terms/ISO3166">
<rdfs:isDefinedBy rdf:resource="http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html"/>
<skos:definition xml:lang="en-US">The set of codes listed in ISO 3166-1 for the representation of names of countries.</skos:definition>
<rdfs:label xml:lang="en-US">ISO 3166</rdfs:label>
</rdfs:Datatype>
<rdfs:Datatype rdf:about="http://purl.org/dc/terms/ISO639-2">
<rdfs:isDefinedBy rdf:resource="http://lcweb.loc.gov/standards/iso639-2/langhome.html"/>
<skos:definition xml:lang="en-US">The three-letter alphabetic codes listed in ISO639-2 for the representation of names of languages.</skos:definition>
<rdfs:label xml:lang="en-US">ISO 639-2</rdfs:label>
</rdfs:Datatype>
<rdfs:Datatype rdf:about="http://purl.org/dc/terms/ISO639-3">
<rdfs:isDefinedBy rdf:resource="http://www.sil.org/iso639-3/"/>
<skos:definition xml:lang="en-US">The set of three-letter codes listed in ISO 639-3 for the representation of names of languages.</skos:definition>
<rdfs:label xml:lang="en-US">ISO 639-3</rdfs:label>
</rdfs:Datatype>
<rdfs:Datatype rdf:about="http://purl.org/dc/terms/Period">
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-period/"/>
<skos:definition xml:lang="en-US">The set of time intervals defined by their limits according to the DCMI Period Encoding Scheme.</skos:definition>
<rdfs:label xml:lang="en-US">DCMI Period</rdfs:label>
</rdfs:Datatype>
<rdfs:Datatype rdf:about="http://purl.org/dc/terms/Point">
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-point/"/>
<skos:definition xml:lang="en-US">The set of points in space defined by their geographic coordinates according to the DCMI Point Encoding Scheme.</skos:definition>
<rdfs:label xml:lang="en-US">DCMI Point</rdfs:label>
</rdfs:Datatype>
<rdfs:Datatype rdf:about="http://purl.org/dc/terms/creator"/>
<rdf:Description rdf:about="http://purl.org/dc/terms/creator">
<rdfs:label xml:lang="en-US">RFC 1766</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/creator">
<skos:definition xml:lang="en-US">The set of tags, constructed according to RFC 1766, for the identification of languages.</skos:definition>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/creator">
<rdfs:isDefinedBy rdf:resource="http://www.ietf.org/rfc/rfc1766.txt"/>
</rdf:Description>
<rdfs:Datatype rdf:about="http://purl.org/dc/terms/RFC3066">
<rdfs:isDefinedBy rdf:resource="http://www.ietf.org/rfc/rfc3066.txt"/>
<skos:definition xml:lang="en-US">The set of tags constructed according to RFC 3066 for the identification of languages.</skos:definition>
<rdfs:label xml:lang="en-US">RFC 3066</rdfs:label>
<rdfs:comment xml:lang="en-US">RFC 3066 has been obsoleted by RFC 4646.</rdfs:comment>
</rdfs:Datatype>
<rdfs:Datatype rdf:about="http://purl.org/dc/terms/RFC4646">
<rdfs:isDefinedBy rdf:resource="http://www.ietf.org/rfc/rfc4646.txt"/>
<skos:definition xml:lang="en-US">The set of tags constructed according to RFC 4646 for the identification of languages.</skos:definition>
<rdfs:label xml:lang="en-US">RFC 4646</rdfs:label>
<rdfs:comment xml:lang="en-US">RFC 4646 obsoletes RFC 3066.</rdfs:comment>
</rdfs:Datatype>
<rdfs:Datatype rdf:about="http://purl.org/dc/terms/URI">
<rdfs:isDefinedBy rdf:resource="http://www.ietf.org/rfc/rfc3986.txt"/>
<skos:definition xml:lang="en-US">The set of identifiers constructed according to the generic syntax for Uniform Resource Identifiers as specified by the Internet Engineering Task Force.</skos:definition>
<rdfs:label xml:lang="en-US">URI</rdfs:label>
</rdfs:Datatype>
<rdfs:Datatype rdf:about="http://purl.org/dc/terms/W3CDTF">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/NOTE-datetime"/>
<skos:definition xml:lang="en-US">The set of dates and times constructed according to the W3C Date and Time Formats Specification.</skos:definition>
<rdfs:label xml:lang="en-US">W3C-DTF</rdfs:label>
</rdfs:Datatype>
<owl:Class rdf:about="http://purl.org/dc/terms/Agent">
<skos:definition xml:lang="en-US">A resource that acts or has the power to act.</skos:definition>
<rdf:type rdf:resource="http://purl.org/dc/terms/AgentClass"/>
<rdfs:label xml:lang="en-US">Agent</rdfs:label>
<rdfs:comment xml:lang="en-US">Examples of Agent include person, organization, and software agent.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="http://purl.org/dc/terms/AgentClass">
<skos:definition xml:lang="en-US">A group of agents.</skos:definition>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdfs:label xml:lang="en-US">Agent Class</rdfs:label>
<rdfs:comment xml:lang="en-US">Examples of Agent Class include groups seen as classes, such as students, women, charities, lecturers.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="http://purl.org/dc/terms/BibliographicResource">
<skos:definition xml:lang="en-US">A book, article, or other documentary resource.</skos:definition>
<rdfs:label xml:lang="en-US">Bibliographic Resource</rdfs:label>
</owl:Class>
<owl:Class rdf:about="http://purl.org/dc/terms/FileFormat">
<skos:definition xml:lang="en-US">A digital resource format.</skos:definition>
<rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/MediaType"/>
<rdfs:label xml:lang="en-US">File Format</rdfs:label>
<rdfs:comment xml:lang="en-US">Examples include the formats defined by the list of Internet Media Types.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="http://purl.org/dc/terms/Frequency">
<skos:definition xml:lang="en-US">A rate at which something recurs.</skos:definition>
<rdfs:label xml:lang="en-US">Frequency</rdfs:label>
</owl:Class>
<owl:Class rdf:about="http://purl.org/dc/terms/Jurisdiction">
<skos:definition xml:lang="en-US">The extent or range of judicial, law enforcement, or other authority.</skos:definition>
<rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/LocationPeriodOrJurisdiction"/>
<rdfs:label xml:lang="en-US">Jurisdiction</rdfs:label>
</owl:Class>
<owl:Class rdf:about="http://purl.org/dc/terms/LicenseDocument">
<skos:definition xml:lang="en-US">A legal document giving official permission to do something with a Resource.</skos:definition>
<rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/RightsStatement"/>
<rdfs:label xml:lang="en-US">License Document</rdfs:label>
</owl:Class>
<owl:Class rdf:about="http://purl.org/dc/terms/LinguisticSystem">
<skos:definition xml:lang="en-US">A system of signs, symbols, sounds, gestures, or rules used in communication.</skos:definition>
<rdfs:label xml:lang="en-US">Linguistic System</rdfs:label>
<rdfs:comment xml:lang="en-US">Examples include written, spoken, sign, and computer languages.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="http://purl.org/dc/terms/Location">
<skos:definition xml:lang="en-US">A spatial region or named place.</skos:definition>
<rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/LocationPeriodOrJurisdiction"/>
<rdfs:label xml:lang="en-US">Location</rdfs:label>
</owl:Class>
<owl:Class rdf:about="http://purl.org/dc/terms/LocationPeriodOrJurisdiction">
<skos:definition xml:lang="en-US">A location, period of time, or jurisdiction.</skos:definition>
<rdfs:label xml:lang="en-US">Location, Period, or Jurisdiction</rdfs:label>
</owl:Class>
<owl:Class rdf:about="http://purl.org/dc/terms/MediaType">
<skos:definition xml:lang="en-US">A file format or physical medium.</skos:definition>
<rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/MediaTypeOrExtent"/>
<rdfs:label xml:lang="en-US">Media Type</rdfs:label>
</owl:Class>
<owl:Class rdf:about="http://purl.org/dc/terms/MediaTypeOrExtent">
<skos:definition xml:lang="en-US">A media type or extent.</skos:definition>
<rdfs:label xml:lang="en-US">Media Type or Extent</rdfs:label>
</owl:Class>
<owl:Class rdf:about="http://purl.org/dc/terms/MethodOfAccrual">
<skos:definition xml:lang="en-US">A method by which resources are added to a collection.</skos:definition>
<rdfs:label xml:lang="en-US">Method of Accrual</rdfs:label>
</owl:Class>
<owl:Class rdf:about="http://purl.org/dc/terms/MethodOfInstruction">
<skos:definition xml:lang="en-US">A process that is used to engender knowledge, attitudes, and skills.</skos:definition>
<rdfs:label xml:lang="en-US">Method of Instruction</rdfs:label>
</owl:Class>
<owl:Class rdf:about="http://purl.org/dc/terms/PeriodOfTime">
<skos:definition xml:lang="en-US">An interval of time that is named or defined by its start and end dates.</skos:definition>
<rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/LocationPeriodOrJurisdiction"/>
<rdfs:label xml:lang="en-US">Period of Time</rdfs:label>
</owl:Class>
<owl:Class rdf:about="http://purl.org/dc/terms/PhysicalMedium">
<skos:definition xml:lang="en-US">A physical material or carrier.</skos:definition>
<rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/MediaType"/>
<rdfs:label xml:lang="en-US">Physical Medium</rdfs:label>
<rdfs:comment xml:lang="en-US">Examples include paper, canvas, or DVD.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="http://purl.org/dc/terms/PhysicalResource">
<skos:definition xml:lang="en-US">A material thing.</skos:definition>
<rdfs:label xml:lang="en-US">Physical Resource</rdfs:label>
</owl:Class>
<owl:Class rdf:about="http://purl.org/dc/terms/Policy">
<skos:definition xml:lang="en-US">A plan or course of action by an authority, intended to influence and determine decisions, actions, and other matters.</skos:definition>
<rdfs:label xml:lang="en-US">Policy</rdfs:label>
</owl:Class>
<owl:Class rdf:about="http://purl.org/dc/terms/ProvenanceStatement">
<skos:definition xml:lang="en-US">A statement of any changes in ownership and custody of a resource since its creation that are significant for its authenticity, integrity, and interpretation.</skos:definition>
<rdfs:label xml:lang="en-US">Provenance Statement</rdfs:label>
</owl:Class>
<owl:Class rdf:about="http://purl.org/dc/terms/RightsStatement">
<skos:definition xml:lang="en-US">A statement about the intellectual property rights (IPR) held in or over a Resource, a legal document giving official permission to do something with a resource, or a statement about access rights.</skos:definition>
<rdfs:label xml:lang="en-US">Rights Statement</rdfs:label>
</owl:Class>
<owl:Class rdf:about="http://purl.org/dc/terms/SizeOrDuration">
<skos:definition xml:lang="en-US">A dimension or extent, or a time taken to play or execute.</skos:definition>
<rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/MediaTypeOrExtent"/>
<rdfs:label xml:lang="en-US">Size or Duration</rdfs:label>
<rdfs:comment xml:lang="en-US">Examples include a number of pages, a specification of length, width, and breadth, or a period in hours, minutes, and seconds.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="http://purl.org/dc/terms/Standard">
<skos:definition xml:lang="en-US">A basis for comparison; a reference point against which other things can be evaluated.</skos:definition>
<rdfs:label xml:lang="en-US">Standard</rdfs:label>
</owl:Class>
</rdf:RDF>
<!--
Made by Triplr http://triplr.org by Dave Beckett, http://purl.org/net/dajobe/
from http://bloody-byte.net/rdf/dc_owl2dl/dcterms_od.ttl in format turtle to rdfxml-abbrev
using Redland 1.0.7 and Raptor 1.4.18 from http://librdf.org/
This document is http://triplr.org/rdf/bloody-byte.net/rdf/dc_owl2dl/dcterms_od.ttl
-->