summaryrefslogtreecommitdiff
path: root/base/dcterms.trig
blob: 89931de6d90c7374f3f8779fdafdc0ef48f10bd3 (plain)
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
#
# Copyright 1995-2009 DCMI All Rights Reserved. 
# DCMI liability, trademark/service mark, document use and  software licensing rules apply.
# For details see http://dublincore.org/
#

@prefix rdfs:     <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc:       <http://purl.org/dc/elements/1.1/> .
@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms:  <http://purl.org/dc/terms/> .
@prefix nao:      <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#> .
@prefix nrl:      <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#> .

dcterms: {
    dcterms:audience rdf:type rdf:Property ;
        rdfs:label "Audience" ;
        rdfs:comment "A class of entity for whom the resource is intended or useful." ;
        dc:description "A class of entity may be determined by the creator or the publisher or by a third party." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2001-05-21" ;
        dcterms:modified "2002-06-15" ;
        dc:type <http://dublincore.org/usage/documents/principles/#element> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#audience-002> .
    dcterms:alternative rdf:type rdf:Property ;
        rdfs:label "Alternative" ;
        rdfs:comment "Any form of the title used as a substitute or alternative to the formal title of the resource." ;
        dc:description "This qualifier can include Title abbreviations as well as translations." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:title ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#alternative-002> .
    dcterms:tableOfContents rdf:type rdf:Property ;
        rdfs:label "Table Of Contents" ;
        rdfs:comment "A list of subunits of the content of the resource." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:description ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#tableOfContents-002> .
    dcterms:abstract rdf:type rdf:Property ;
        rdfs:label "Abstract" ;
        rdfs:comment "A summary of the content of the resource." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:description ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#abstract-002> .
    dcterms:created rdf:type rdf:Property ;
        rdfs:label "Created" ;
        rdfs:comment "Date of creation of the resource." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:date ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#created-002> .
    dcterms:valid rdf:type rdf:Property ;
        rdfs:label "Valid" ;
        rdfs:comment "Date (often a range) of validity of a resource." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:date ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#valid-002> .
    dcterms:available rdf:type rdf:Property ;
        rdfs:label "Available" ;
        rdfs:comment "Date (often a range) that the resource will become or did become available." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:date ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#available-002> .
    dcterms:issued rdf:type rdf:Property ;
        rdfs:label "Issued" ;
        rdfs:comment "Date of formal issuance (e.g., publication) of the resource." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:date ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#issued-002> .
    dcterms:modified rdf:type rdf:Property ;
        rdfs:label "Modified" ;
        rdfs:comment "Date on which the resource was changed." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:date ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#modified-002> .
    dcterms:extent rdf:type rdf:Property ;
        rdfs:label "Extent" ;
        rdfs:comment "The size or duration of the resource." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:format ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#extent-002> .
    dcterms:medium rdf:type rdf:Property ;
        rdfs:label "Medium" ;
        rdfs:comment "The material or physical carrier of the resource." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:format ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#medium-002> .
    dcterms:isVersionOf rdf:type rdf:Property ;
        rdfs:label "Is Version Of" ;
        rdfs:comment "The described resource is a version, edition, or adaptation of the referenced resource. Changes in version imply substantive changes in content rather than differences in format." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:relation ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#isVersionOf-002> .
    dcterms:hasVersion rdf:type rdf:Property ;
        rdfs:label "Has Version" ;
        rdfs:comment "The described resource has a version, edition, or adaptation, namely, the referenced resource." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:relation ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#hasVersion-002> .
    dcterms:isReplacedBy rdf:type rdf:Property ;
        rdfs:label "Is Replaced By" ;
        rdfs:comment "The described resource is supplanted, displaced, or superseded by the referenced resource." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:relation ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#isReplacedBy-002> .
    dcterms:replaces rdf:type rdf:Property ;
        rdfs:label "Replaces" ;
        rdfs:comment "The described resource supplants, displaces, or supersedes the referenced resource." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:relation ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#replaces-002> .
    dcterms:isRequiredBy rdf:type rdf:Property ;
        rdfs:label "Is Required By" ;
        rdfs:comment "The described resource is required by the referenced resource, either physically or logically." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:relation ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#isRequiredBy-002> .
    dcterms:requires rdf:type rdf:Property ;
        rdfs:label "Requires" ;
        rdfs:comment "The described resource requires the referenced resource to support its function, delivery, or coherence of content." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:relation ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#requires-002> .
    dcterms:isPartOf rdf:type rdf:Property ;
        rdfs:label "Is Part Of" ;
        rdfs:comment "The described resource is a physical or logical part of the referenced resource." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:relation ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#isPartOf-002> .
    dcterms:hasPart rdf:type rdf:Property ;
        rdfs:label "Has Part" ;
        rdfs:comment "The described resource includes the referenced resource either physically or logically." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:relation ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#hasPart-002> .
    dcterms:isReferencedBy rdf:type rdf:Property ;
        rdfs:label "Is Referenced By" ;
        rdfs:comment "The described resource is referenced, cited, or otherwise pointed to by the referenced resource." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:relation ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#isReferencedBy-002> .
    dcterms:references rdf:type rdf:Property ;
        rdfs:label "References" ;
        rdfs:comment "The described resource references, cites, or otherwise points to the referenced resource." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:relation ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#references-002> .
    dcterms:isFormatOf rdf:type rdf:Property ;
        rdfs:label "Is Format Of" ;
        rdfs:comment "The described resource is the same intellectual content of the referenced resource, but presented in another format." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:relation ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#isFormatOf-002> .
    dcterms:hasFormat rdf:type rdf:Property ;
        rdfs:label "Has Format" ;
        rdfs:comment "The described resource pre-existed the referenced resource, which is essentially the same intellectual content presented in another format." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:relation ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#hasFormat-002> .
    dcterms:conformsTo rdf:type rdf:Property ;
        rdfs:label "Conforms To" ;
        rdfs:comment "A reference to an established standard to which the resource conforms." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2001-05-21" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:relation ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#conformsTo-002> .
    dcterms:spatial rdf:type rdf:Property ;
        rdfs:label "Spatial" ;
        rdfs:comment "Spatial characteristics of the intellectual content of the resource." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:coverage ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#spatial-002> .
    dcterms:temporal rdf:type rdf:Property ;
        rdfs:label "Temporal" ;
        rdfs:comment "Temporal characteristics of the intellectual content of the resource." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        rdfs:subPropertyOf dc:coverage ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#temporal-002> .
    dcterms:mediator rdf:type rdf:Property ;
        rdfs:label "Mediator" ;
        rdfs:comment "A class of entity that mediates access to the resource and for whom the resource is intended or useful." ;
        dc:description "The audiences for a resource are of two basic classes: (1) an ultimate beneficiary of the resource, and (2) frequently, an entity that mediates access to the resource. The mediator element refinement represents the second of these two classes." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2001-05-21" ;
        dcterms:modified "2002-07-13" ;
        rdfs:subPropertyOf dcterms:audience ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#mediator-002> .
    dcterms:dateAccepted rdf:type rdf:Property ;
        rdfs:label "Date Accepted" ;
        rdfs:comment "Date of acceptance of the resource (e.g. of thesis by university department, of article by journal, etc.)." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2002-07-13" ;
        rdfs:subPropertyOf dc:date ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#dateAccepted-001> .
    dcterms:dateCopyrighted rdf:type rdf:Property ;
        rdfs:label "Date Copyrighted" ;
        rdfs:comment "Date of a statement of copyright." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2002-07-13" ;
        rdfs:subPropertyOf dc:date ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#dateCopyrighted-001> .
    dcterms:dateSubmitted rdf:type rdf:Property ;
        rdfs:label "Date Submitted" ;
        rdfs:comment "Date of submission of the resource (e.g. thesis, articles, etc.)." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2002-07-13" ;
        rdfs:subPropertyOf dc:date ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#dateSubmitted-001> .
    dcterms:educationLevel rdf:type rdf:Property ;
        rdfs:label "Audience Education Level" ;
        rdfs:comment "A general statement describing the education or training context. Alternatively, a more specific  statement of the location of the audience in terms of its progression through an education or training context." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2002-07-13" ;
        rdfs:subPropertyOf dcterms:audience ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#educationLevel-001> .
    dcterms:accessRights rdf:type rdf:Property ;
        rdfs:label "Access Rights" ;
        rdfs:comment "Information about who can access the resource or an indication of its security status." ;
        dc:description "Access Rights may include information regarding access or restrictions based on privacy, security or other regulations." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2003-02-15" ;
        rdfs:subPropertyOf dc:rights ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#accessRights-001> .
    dcterms:bibliographicCitation rdf:type rdf:Property ;
        rdfs:label "Bibliographic Citation" ;
        rdfs:comment "A bibliographic reference for the resource." ;
        dc:description "Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible, whether or not the citation is in a standard form." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2003-02-15" ;
        rdfs:subPropertyOf dc:identifier ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#bibliographicCitation-001> .
    dcterms:license rdf:type rdf:Property ;
        rdfs:label "License" ;
        rdfs:comment "A legal document giving official permission to do something with the resource." ;
        dc:description "Recommended best practice is to identify the license using a URI. Examples of such licenses can be found at http://creativecommons.org/licenses/." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2004-06-14" ;
        rdfs:subPropertyOf dc:rights ;
        dc:type <http://dublincore.org/usage/documents/principles/#element-refinement> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#license-001> .
    dcterms:rightsHolder rdf:type rdf:Property ;
        rdfs:label "Rights Holder" ;
        rdfs:comment "A person or organization owning or managing rights over the resource." ;
        dc:description "Recommended best practice is to use the URI or name of the Rights Holder to indicate the entity." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2004-06-14" ;
        dc:type <http://dublincore.org/usage/documents/principles/#element> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#rightsHolder-001> .
    dcterms:provenance rdf:type rdf:Property ;
        rdfs:label "Provenance" ;
        rdfs:comment "A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity and interpretation." ;
        dc:description "The statement may include a description of any changes successive custodians made to the resource." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2004-09-20" ;
        dc:type <http://dublincore.org/usage/documents/principles/#element> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#provenance-001> .
    dcterms:instructionalMethod rdf:type rdf:Property ;
        rdfs:label "Instructional Method" ;
        rdfs:comment "A process, used to engender knowledge, attitudes and skills, that the resource is designed to support." ;
        dc:description "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:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2005-06-13" ;
        dc:type <http://dublincore.org/usage/documents/principles/#element> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#instructionalMethod-001> .
    dcterms:accrualMethod rdf:type rdf:Property ;
        rdfs:label "Accrual Method" ;
        rdfs:comment "The method by which items are added to a collection." ;
        dc:description "Recommended best practice is to use a value from a controlled vocabulary." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2005-06-13" ;
        dc:type <http://dublincore.org/usage/documents/principles/#element> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#accrualMethod-001> .
    dcterms:accrualPeriodicity rdf:type rdf:Property ;
        rdfs:label "Accrual Periodicity" ;
        rdfs:comment "The frequency with which items are added to a collection." ;
        dc:description "Recommended best practice is to use a value from a controlled vocabulary." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2005-06-13" ;
        dc:type <http://dublincore.org/usage/documents/principles/#element> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#accrualPeriodicity-001> .
    dcterms:accrualPolicy rdf:type rdf:Property ;
        rdfs:label "Accrual Policy" ;
        rdfs:comment "The policy governing the addition of items to a collection." ;
        dc:description "Recommended best practice is to use a value from a controlled vocabulary." ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2005-06-13" ;
        dc:type <http://dublincore.org/usage/documents/principles/#element> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#accrualPolicy-001> .
    dcterms:SubjectScheme rdf:type rdfs:Class ;
        rdfs:label "Subject Encoding Schemes" ;
        rdfs:comment "A set of subject encoding schemes and/or formats" ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:references dc:subject ;
        dcterms:issued "2000-07-11" .
    dcterms:DateScheme rdf:type rdfs:Class ;
        rdfs:label "Date Encoding Schemes" ;
        rdfs:comment "A set of date encoding schemes and/or formats " ;
        dcterms:references dc:date ,
            dcterms:temporal ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" .
    dcterms:FormatScheme rdf:type rdfs:Class ;
        rdfs:label "Format Encoding Schemes" ;
        rdfs:comment "A set of format encoding schemes." ;
        dcterms:references dc:format ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" .
    dcterms:LanguageScheme rdf:type rdfs:Class ;
        rdfs:label "Language Encoding Schemes" ;
        rdfs:comment "A set of language encoding schemes and/or formats." ;
        dcterms:references dc:language ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" .
    dcterms:SpatialScheme rdf:type rdfs:Class ;
        rdfs:label "Place Encoding Schemes" ;
        rdfs:comment "A set of geographic place encoding schemes and/or formats" ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:references dcterms:spatial ;
        dcterms:issued "2000-07-11" .
    dcterms:TemporalScheme rdf:type rdfs:Class ;
        rdfs:label "Encoding Schemes for temporal characteristics" ;
        rdfs:comment "A set of encoding schemes for the coverage qualifier \"temporal\"" ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:references dcterms:temporal .
    dcterms:TypeScheme rdf:type rdfs:Class ;
        rdfs:label "Resource Type Encoding Schemes" ;
        rdfs:comment "A set of resource type encoding schemes and/or formats" ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:references dc:type .
    dcterms:IdentifierScheme rdf:type rdfs:Class ;
        rdfs:label "Resource Identifier Encoding Schemes" ;
        rdfs:comment "A set of resource identifier encoding schemes and/or formats" ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:references dc:identifier .
    dcterms:RelationScheme rdf:type rdfs:Class ;
        rdfs:label "Resource Relation Encoding Schemes" ;
        rdfs:comment "A set of resource relation encoding schemes and/or formats" ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:references dc:relation .
    dcterms:SourceScheme rdf:type rdfs:Class ;
        rdfs:label "Source Encoding Schemes" ;
        rdfs:comment "A set of source encoding schemes and/or formats" ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:references dc:source .
    dcterms:LCSH rdf:type dcterms:SubjectScheme ;
        rdfs:label "LCSH" ;
        rdfs:comment "Library of Congress Subject Headings" ;
        rdf:type rdfs:Class ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        dc:type <http://dublincore.org/usage/documents/principles/#encoding-scheme> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#LCSH-002> .
    dcterms:MESH rdf:type dcterms:SubjectScheme ;
        rdfs:label "MeSH" ;
        rdfs:comment "Medical Subject Headings" ;
        rdf:type rdfs:Class ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        rdfs:seeAlso <http://www.nlm.nih.gov/mesh/meshhome.html> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        dc:type <http://dublincore.org/usage/documents/principles/#encoding-scheme> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#MESH-002> .
    dcterms:DDC rdf:type dcterms:SubjectScheme ;
        rdfs:label "DDC" ;
        rdfs:comment "Dewey Decimal Classification" ;
        rdf:type rdfs:Class ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        rdfs:seeAlso <http://www.oclc.org/dewey/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        dc:type <http://dublincore.org/usage/documents/principles/#encoding-scheme> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#DDC-002> .
    dcterms:LCC rdf:type dcterms:SubjectScheme ;
        rdfs:label "LCC" ;
        rdfs:comment "Library of Congress Classification" ;
        rdf:type rdfs:Class ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        rdfs:seeAlso <http://lcweb.loc.gov/catdir/cpso/lcco/lcco.html> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        dc:type <http://dublincore.org/usage/documents/principles/#encoding-scheme> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#LCC-002> .
    dcterms:UDC rdf:type dcterms:SubjectScheme ;
        rdfs:label "UDC" ;
        rdfs:comment "Universal Decimal Classification" ;
        rdf:type rdfs:Class ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        rdfs:seeAlso <http://www.udcc.org/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        dc:type <http://dublincore.org/usage/documents/principles/#encoding-scheme> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#UDC-002> .
    dcterms:DCMIType rdf:type dcterms:TypeScheme ;
        rdfs:label "DCMI Type Vocabulary" ;
        rdfs:comment "A list of types used to categorize the nature or genre of the content of the resource." ;
        rdf:type rdfs:Class ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        rdfs:seeAlso <http://dublincore.org/documents/dcmi-type-vocabulary/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        dc:type <http://dublincore.org/usage/documents/principles/#encoding-scheme> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#DCMIType-002> .
    dcterms:IMT rdf:type dcterms:FormatScheme ;
        rdfs:label "IMT" ;
        rdfs:comment "The Internet media type of the resource." ;
        rdf:type rdfs:Class ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        rdfs:seeAlso <http://www.iana.org/assignments/media-types/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2004-12-17" ;
        dc:type <http://dublincore.org/usage/documents/principles/#encoding-scheme> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#IMT-003> .
    dcterms:ISO639-2 rdf:type dcterms:LanguageScheme ;
        rdfs:label "ISO 639-2" ;
        rdfs:comment "ISO 639-2: Codes for the representation of names of languages." ;
        rdf:type rdfs:Class ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        rdfs:seeAlso <http://lcweb.loc.gov/standards/iso639-2/langhome.html> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        dc:type <http://dublincore.org/usage/documents/principles/#encoding-scheme> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#ISO639-2-002> .
    dcterms:RFC1766 rdf:type dcterms:LanguageScheme ;
        rdfs:label "RFC 1766" ;
        rdfs:comment "Internet RFC 1766 'Tags for the identification of Language' specifies a two letter code taken from ISO 639, followed optionally by a two letter country code taken from ISO 3166." ;
        rdf:type rdfs:Class ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        rdfs:seeAlso <http://www.ietf.org/rfc/rfc1766.txt> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        dc:type <http://dublincore.org/usage/documents/principles/#encoding-scheme> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#RFC1766-002> .
    dcterms:URI rdf:type dcterms:IdentifierScheme ;
        rdfs:label "URI" ;
        rdfs:comment "A URI Uniform Resource Identifier" ;
        rdf:type rdfs:Class ,
            dcterms:SourceScheme ,
            dcterms:RelationScheme ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        rdfs:seeAlso <http://www.ietf.org/rfc/rfc2396.txt> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        dc:type <http://dublincore.org/usage/documents/principles/#encoding-scheme> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#URI-002> .
    dcterms:Point rdf:type dcterms:SpatialScheme ;
        rdfs:label "DCMI Point" ;
        rdfs:comment "The DCMI Point identifies a point in space using its geographic coordinates." ;
        rdf:type rdfs:Class ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        rdfs:seeAlso <http://dublincore.org/documents/dcmi-point/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        dc:type <http://dublincore.org/usage/documents/principles/#encoding-scheme> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#Point-002> .
    dcterms:ISO3166 rdf:type dcterms:SpatialScheme ;
        rdfs:label "ISO 3166" ;
        rdfs:comment "ISO 3166 Codes for the representation of names of countries" ;
        rdf:type rdfs:Class ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        rdfs:seeAlso <http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2004-12-17" ;
        dc:type <http://dublincore.org/usage/documents/principles/#encoding-scheme> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#ISO3166-003> .
    dcterms:Box rdf:type dcterms:SpatialScheme ;
        rdfs:label "DCMI Box" ;
        rdfs:comment "The DCMI Box identifies a region of space using its geographic limits." ;
        rdf:type rdfs:Class ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        rdfs:seeAlso <http://dublincore.org/documents/dcmi-box/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        dc:type <http://dublincore.org/usage/documents/principles/#encoding-scheme> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#Box-002> .
    dcterms:TGN rdf:type dcterms:SpatialScheme ;
        rdfs:label "TGN" ;
        rdfs:comment "The Getty Thesaurus of Geographic Names" ;
        rdf:type rdfs:Class ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        rdfs:seeAlso <http://www.getty.edu/research/tools/vocabulary/tgn/index.html> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        dc:type <http://dublincore.org/usage/documents/principles/#encoding-scheme> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#TGN-002> .
    dcterms:Period rdf:type dcterms:DateScheme ;
        rdfs:label "DCMI Period" ;
        rdfs:comment "A specification of the limits of a time interval." ;
        rdf:type rdfs:Class ,
            dcterms:TemporalScheme ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        rdfs:seeAlso <http://dublincore.org/documents/dcmi-period/> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        dc:type <http://dublincore.org/usage/documents/principles/#encoding-scheme> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#Period-002> .
    dcterms:W3CDTF rdf:type dcterms:DateScheme ;
        rdfs:label "W3C-DTF" ;
        rdfs:comment "W3C Encoding rules for dates and times - a profile based on ISO 8601" ;
        rdf:type rdfs:Class ,
            dcterms:TemporalScheme ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        rdfs:seeAlso <http://www.w3.org/TR/NOTE-datetime> ;
        dcterms:issued "2000-07-11" ;
        dcterms:modified "2002-06-15" ;
        dc:type <http://dublincore.org/usage/documents/principles/#encoding-scheme> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#W3CDTF-002> .
    dcterms:RFC3066 rdf:type dcterms:LanguageScheme ;
        rdfs:label "RFC 3066" ;
        rdfs:comment "Internet RFC 3066 'Tags for the Identification of Languages' specifies a primary subtag which is a two-letter code taken from ISO 639 part 1 or a three-letter code taken from ISO 639 part 2, followed optionally by a two-letter country code taken from ISO 3166. When a language in ISO 639 has both a two-letter and three-letter code, use the two-letter code; when it has only a three-letter code, use the three-letter code.  This RFC replaces RFC 1766." ;
        rdf:type rdfs:Class ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        rdfs:seeAlso <http://www.ietf.org/rfc/rfc3066.txt> ;
        dcterms:issued "2002-07-13" ;
        dc:type <http://dublincore.org/usage/documents/principles/#encoding-scheme> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#RFC3066-001> .
    dcterms:NLM rdf:type dcterms:SubjectScheme ;
        rdfs:label "NLM" ;
        rdfs:comment "National Library of Medicine Classification" ;
        rdf:type rdfs:Class ;
        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
        rdfs:seeAlso <http://wwwcf.nlm.nih.gov/class/> ;
        dcterms:issued "2005-06-13" ;
        dc:type <http://dublincore.org/usage/documents/principles/#encoding-scheme> ;
        dcterms:hasVersion <http://dublincore.org/usage/terms/history/#NLM-001> .
}

<http://purl.org/dc/terms/metadata> {
    <http://purl.org/dc/terms/metadata>
          a       nrl:GraphMetadata ;
          nrl:coreGraphMetadataFor dcterms: .

    dcterms:
          a nrl:Ontology, nrl:DocumentGraph ;
          dc:title "The Dublin Core Terms Namespace providing access to its content by means of an RDF Schema." ;
          dc:publisher "The Dublin Core Metadata Initiative" ;
          dc:description "The Dublin Core Terms namespace provides URIs for the Dublin Core Element Set Qualifier Vocabulary. Vocabulary terms are declared using RDF Schema language to support RDF applications. The Dublin Core qualifiers form a richer vocabulary, which is intended to facilitate discovery of resources. It will be updated according to dc-usage decisions." ;
          dc:language "English" ;
          dcterms:issued "2000-07-11" ;
          dcterms:modified "2002-05-24" ;
          dc:source <http://www.dublincore.org/documents/2000/07/11/dcmes-qualifiers/> ,
              <http://www.dublincore.org/usage/decisions/> ;
          dcterms:requires <http://purl.org/dc/elements/1.1/> ;
          dcterms:references <http://purl.org/dc/dcmitype/> ;
          nao:hasDefaultNamespace "http://purl.org/dc/terms/" ;
          nao:hasDefaultNamespaceAbbreviation "dcterms" ;
          nao:serializationLanguage "TriG" ;
          nao:status "Stable" ;
          nrl:updatable "0" ;
          nao:version "1" .
}