rdf-vocab 3.1.7 → 3.1.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -3
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab.rb +33 -8
  5. data/lib/rdf/vocab/acl.rb +67 -194
  6. data/lib/rdf/vocab/as.rb +471 -984
  7. data/lib/rdf/vocab/bf2.rb +1714 -3034
  8. data/lib/rdf/vocab/bibframe.rb +2270 -1840
  9. data/lib/rdf/vocab/bibo.rb +696 -1201
  10. data/lib/rdf/vocab/cc.rb +75 -214
  11. data/lib/rdf/vocab/cert.rb +90 -268
  12. data/lib/rdf/vocab/cnt.rb +70 -152
  13. data/lib/rdf/vocab/crm.rb +1420 -3261
  14. data/lib/rdf/vocab/datacite.rb +161 -161
  15. data/lib/rdf/vocab/dbo.rb +3901 -14146
  16. data/lib/rdf/vocab/dc.rb +556 -898
  17. data/lib/rdf/vocab/dc11.rb +92 -158
  18. data/lib/rdf/vocab/dcat.rb +300 -466
  19. data/lib/rdf/vocab/dcmitype.rb +77 -131
  20. data/lib/rdf/vocab/disco.rb +228 -459
  21. data/lib/rdf/vocab/doap.rb +250 -430
  22. data/lib/rdf/vocab/dwc.rb +1639 -2395
  23. data/lib/rdf/vocab/earl.rb +105 -243
  24. data/lib/rdf/vocab/ebucore.rb +3957 -8695
  25. data/lib/rdf/vocab/edm.rb +211 -426
  26. data/lib/rdf/vocab/exif.rb +614 -1268
  27. data/lib/rdf/vocab/extensions.rb +3 -3
  28. data/lib/rdf/vocab/fcrepo4.rb +268 -648
  29. data/lib/rdf/vocab/foaf.rb +448 -756
  30. data/lib/rdf/vocab/geo.rb +24 -167
  31. data/lib/rdf/vocab/geojson.rb +32 -101
  32. data/lib/rdf/vocab/geonames.rb +2915 -3092
  33. data/lib/rdf/vocab/gr.rb +716 -1991
  34. data/lib/rdf/vocab/gs1.rb +3780 -5380
  35. data/lib/rdf/vocab/ht.rb +133 -300
  36. data/lib/rdf/vocab/hydra.rb +298 -511
  37. data/lib/rdf/vocab/iana.rb +142 -417
  38. data/lib/rdf/vocab/ical.rb +532 -1045
  39. data/lib/rdf/vocab/identifiers.rb +215 -1019
  40. data/lib/rdf/vocab/iiif.rb +106 -245
  41. data/lib/rdf/vocab/jsonld.rb +163 -323
  42. data/lib/rdf/vocab/ldp.rb +161 -294
  43. data/lib/rdf/vocab/lrmi.rb +175 -199
  44. data/lib/rdf/vocab/ma.rb +312 -702
  45. data/lib/rdf/vocab/mads.rb +516 -1113
  46. data/lib/rdf/vocab/marcrelators.rb +540 -1351
  47. data/lib/rdf/vocab/mo.rb +1579 -2844
  48. data/lib/rdf/vocab/mods.rb +503 -1026
  49. data/lib/rdf/vocab/nfo.rb +311 -315
  50. data/lib/rdf/vocab/oa.rb +264 -546
  51. data/lib/rdf/vocab/og.rb +158 -239
  52. data/lib/rdf/vocab/ogc.rb +33 -70
  53. data/lib/rdf/vocab/ore.rb +64 -123
  54. data/lib/rdf/vocab/org.rb +226 -422
  55. data/lib/rdf/vocab/pcdm.rb +61 -133
  56. data/lib/rdf/vocab/pplan.rb +16 -202
  57. data/lib/rdf/vocab/premis.rb +793 -2039
  58. data/lib/rdf/vocab/premiseventtype.rb +115 -273
  59. data/lib/rdf/vocab/prov.rb +1077 -1724
  60. data/lib/rdf/vocab/ptr.rb +111 -254
  61. data/lib/rdf/vocab/rdau.rb +10506 -0
  62. data/lib/rdf/vocab/rightsstatements.rb +102 -110
  63. data/lib/rdf/vocab/rsa.rb +37 -89
  64. data/lib/rdf/vocab/rss.rb +34 -79
  65. data/lib/rdf/vocab/schema.rb +11734 -22244
  66. data/lib/rdf/vocab/schemas.rb +16870 -0
  67. data/lib/rdf/vocab/sd.rb +123 -280
  68. data/lib/rdf/vocab/sh.rb +912 -1651
  69. data/lib/rdf/vocab/sioc.rb +513 -917
  70. data/lib/rdf/vocab/siocservices.rb +39 -80
  71. data/lib/rdf/vocab/sioctypes.rb +183 -344
  72. data/lib/rdf/vocab/skos.rb +136 -260
  73. data/lib/rdf/vocab/skosxl.rb +36 -69
  74. data/lib/rdf/vocab/v.rb +231 -529
  75. data/lib/rdf/vocab/vcard.rb +407 -1038
  76. data/lib/rdf/vocab/vmd.rb +231 -529
  77. data/lib/rdf/vocab/void.rb +112 -236
  78. data/lib/rdf/vocab/vs.rb +20 -42
  79. data/lib/rdf/vocab/wdrs.rb +65 -158
  80. data/lib/rdf/vocab/wot.rb +113 -194
  81. data/lib/rdf/vocab/xhtml.rb +2 -7
  82. data/lib/rdf/vocab/xhv.rb +206 -663
  83. data/lib/rdf/vocab/xkos.rb +122 -275
  84. data/spec/extensions_spec.rb +1 -1
  85. data/spec/spec_helper.rb +13 -0
  86. metadata +72 -24
@@ -3,1631 +3,820 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://id.loc.gov/vocabulary/relators/
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
- # @!parse
7
- # # Vocabulary for <http://id.loc.gov/vocabulary/relators/>
8
- # #
9
- # # MARC Code List for Relators Scheme
10
- # #
11
- # # Relator terms and their associated codes designate the relationship between a name and a bibliographic resource. The relator codes are three-character lowercase alphabetic strings that serve as identifiers. Either the term or the code may be used as controlled values.
12
- # class MARCRelators < RDF::StrictVocabulary
13
- # # @return [RDF::Vocabulary::Term]
14
- # attr_reader :abr
15
- #
16
- # # @return [RDF::Vocabulary::Term]
17
- # attr_reader :acp
18
- #
19
- # # @return [RDF::Vocabulary::Term]
20
- # attr_reader :act
21
- #
22
- # # @return [RDF::Vocabulary::Term]
23
- # attr_reader :adi
24
- #
25
- # # @return [RDF::Vocabulary::Term]
26
- # attr_reader :adp
27
- #
28
- # # @return [RDF::Vocabulary::Term]
29
- # attr_reader :aft
30
- #
31
- # # @return [RDF::Vocabulary::Term]
32
- # attr_reader :anl
33
- #
34
- # # @return [RDF::Vocabulary::Term]
35
- # attr_reader :anm
36
- #
37
- # # @return [RDF::Vocabulary::Term]
38
- # attr_reader :ann
39
- #
40
- # # @return [RDF::Vocabulary::Term]
41
- # attr_reader :ant
42
- #
43
- # # @return [RDF::Vocabulary::Term]
44
- # attr_reader :ape
45
- #
46
- # # @return [RDF::Vocabulary::Term]
47
- # attr_reader :apl
48
- #
49
- # # @return [RDF::Vocabulary::Term]
50
- # attr_reader :app
51
- #
52
- # # @return [RDF::Vocabulary::Term]
53
- # attr_reader :aqt
54
- #
55
- # # @return [RDF::Vocabulary::Term]
56
- # attr_reader :arc
57
- #
58
- # # @return [RDF::Vocabulary::Term]
59
- # attr_reader :ard
60
- #
61
- # # @return [RDF::Vocabulary::Term]
62
- # attr_reader :arr
63
- #
64
- # # @return [RDF::Vocabulary::Term]
65
- # attr_reader :art
66
- #
67
- # # @return [RDF::Vocabulary::Term]
68
- # attr_reader :asg
69
- #
70
- # # @return [RDF::Vocabulary::Term]
71
- # attr_reader :asn
72
- #
73
- # # @return [RDF::Vocabulary::Term]
74
- # attr_reader :ato
75
- #
76
- # # @return [RDF::Vocabulary::Term]
77
- # attr_reader :att
78
- #
79
- # # @return [RDF::Vocabulary::Term]
80
- # attr_reader :auc
81
- #
82
- # # @return [RDF::Vocabulary::Term]
83
- # attr_reader :aud
84
- #
85
- # # @return [RDF::Vocabulary::Term]
86
- # attr_reader :aui
87
- #
88
- # # @return [RDF::Vocabulary::Term]
89
- # attr_reader :aus
90
- #
91
- # # @return [RDF::Vocabulary::Term]
92
- # attr_reader :aut
93
- #
94
- # # @return [RDF::Vocabulary::Term]
95
- # attr_reader :bdd
96
- #
97
- # # @return [RDF::Vocabulary::Term]
98
- # attr_reader :bjd
99
- #
100
- # # @return [RDF::Vocabulary::Term]
101
- # attr_reader :bkd
102
- #
103
- # # @return [RDF::Vocabulary::Term]
104
- # attr_reader :bkp
105
- #
106
- # # @return [RDF::Vocabulary::Term]
107
- # attr_reader :blw
108
- #
109
- # # @return [RDF::Vocabulary::Term]
110
- # attr_reader :bnd
111
- #
112
- # # @return [RDF::Vocabulary::Term]
113
- # attr_reader :bpd
114
- #
115
- # # @return [RDF::Vocabulary::Term]
116
- # attr_reader :brd
117
- #
118
- # # @return [RDF::Vocabulary::Term]
119
- # attr_reader :brl
120
- #
121
- # # @return [RDF::Vocabulary::Term]
122
- # attr_reader :bsl
123
- #
124
- # # @return [RDF::Vocabulary::Term]
125
- # attr_reader :cas
126
- #
127
- # # @return [RDF::Vocabulary::Term]
128
- # attr_reader :ccp
129
- #
130
- # # @return [RDF::Vocabulary::Term]
131
- # attr_reader :chr
132
- #
133
- # # @return [RDF::Vocabulary::Term]
134
- # attr_reader :cli
135
- #
136
- # # @return [RDF::Vocabulary::Term]
137
- # attr_reader :cll
138
- #
139
- # # @return [RDF::Vocabulary::Term]
140
- # attr_reader :clr
141
- #
142
- # # @return [RDF::Vocabulary::Term]
143
- # attr_reader :clt
144
- #
145
- # # @return [RDF::Vocabulary::Term]
146
- # attr_reader :cmm
147
- #
148
- # # @return [RDF::Vocabulary::Term]
149
- # attr_reader :cmp
150
- #
151
- # # @return [RDF::Vocabulary::Term]
152
- # attr_reader :cmt
153
- #
154
- # # @return [RDF::Vocabulary::Term]
155
- # attr_reader :cnd
156
- #
157
- # # @return [RDF::Vocabulary::Term]
158
- # attr_reader :cng
159
- #
160
- # # @return [RDF::Vocabulary::Term]
161
- # attr_reader :cns
162
- #
163
- # # @return [RDF::Vocabulary::Term]
164
- # attr_reader :coe
165
- #
166
- # # @return [RDF::Vocabulary::Term]
167
- # attr_reader :col
168
- #
169
- # # @return [RDF::Vocabulary::Term]
170
- # attr_reader :com
171
- #
172
- # # @return [RDF::Vocabulary::Term]
173
- # attr_reader :con
174
- #
175
- # # @return [RDF::Vocabulary::Term]
176
- # attr_reader :cor
177
- #
178
- # # @return [RDF::Vocabulary::Term]
179
- # attr_reader :cos
180
- #
181
- # # @return [RDF::Vocabulary::Term]
182
- # attr_reader :cot
183
- #
184
- # # @return [RDF::Vocabulary::Term]
185
- # attr_reader :cou
186
- #
187
- # # @return [RDF::Vocabulary::Term]
188
- # attr_reader :cov
189
- #
190
- # # @return [RDF::Vocabulary::Term]
191
- # attr_reader :cpc
192
- #
193
- # # @return [RDF::Vocabulary::Term]
194
- # attr_reader :cpe
195
- #
196
- # # @return [RDF::Vocabulary::Term]
197
- # attr_reader :cph
198
- #
199
- # # @return [RDF::Vocabulary::Term]
200
- # attr_reader :cpl
201
- #
202
- # # @return [RDF::Vocabulary::Term]
203
- # attr_reader :cpt
204
- #
205
- # # @return [RDF::Vocabulary::Term]
206
- # attr_reader :cre
207
- #
208
- # # @return [RDF::Vocabulary::Term]
209
- # attr_reader :crp
210
- #
211
- # # @return [RDF::Vocabulary::Term]
212
- # attr_reader :crr
213
- #
214
- # # @return [RDF::Vocabulary::Term]
215
- # attr_reader :crt
216
- #
217
- # # @return [RDF::Vocabulary::Term]
218
- # attr_reader :csl
219
- #
220
- # # @return [RDF::Vocabulary::Term]
221
- # attr_reader :csp
222
- #
223
- # # @return [RDF::Vocabulary::Term]
224
- # attr_reader :cst
225
- #
226
- # # @return [RDF::Vocabulary::Term]
227
- # attr_reader :ctb
228
- #
229
- # # @return [RDF::Vocabulary::Term]
230
- # attr_reader :cte
231
- #
232
- # # @return [RDF::Vocabulary::Term]
233
- # attr_reader :ctg
234
- #
235
- # # @return [RDF::Vocabulary::Term]
236
- # attr_reader :ctr
237
- #
238
- # # @return [RDF::Vocabulary::Term]
239
- # attr_reader :cts
240
- #
241
- # # @return [RDF::Vocabulary::Term]
242
- # attr_reader :ctt
243
- #
244
- # # @return [RDF::Vocabulary::Term]
245
- # attr_reader :cur
246
- #
247
- # # @return [RDF::Vocabulary::Term]
248
- # attr_reader :cwt
249
- #
250
- # # @return [RDF::Vocabulary::Term]
251
- # attr_reader :dbp
252
- #
253
- # # @return [RDF::Vocabulary::Term]
254
- # attr_reader :dfd
255
- #
256
- # # @return [RDF::Vocabulary::Term]
257
- # attr_reader :dfe
258
- #
259
- # # @return [RDF::Vocabulary::Term]
260
- # attr_reader :dft
261
- #
262
- # # @return [RDF::Vocabulary::Term]
263
- # attr_reader :dgg
264
- #
265
- # # @return [RDF::Vocabulary::Term]
266
- # attr_reader :dgs
267
- #
268
- # # @return [RDF::Vocabulary::Term]
269
- # attr_reader :dis
270
- #
271
- # # @return [RDF::Vocabulary::Term]
272
- # attr_reader :dln
273
- #
274
- # # @return [RDF::Vocabulary::Term]
275
- # attr_reader :dnc
276
- #
277
- # # @return [RDF::Vocabulary::Term]
278
- # attr_reader :dnr
279
- #
280
- # # @return [RDF::Vocabulary::Term]
281
- # attr_reader :dpc
282
- #
283
- # # @return [RDF::Vocabulary::Term]
284
- # attr_reader :dpt
285
- #
286
- # # @return [RDF::Vocabulary::Term]
287
- # attr_reader :drm
288
- #
289
- # # @return [RDF::Vocabulary::Term]
290
- # attr_reader :drt
291
- #
292
- # # @return [RDF::Vocabulary::Term]
293
- # attr_reader :dsr
294
- #
295
- # # @return [RDF::Vocabulary::Term]
296
- # attr_reader :dst
297
- #
298
- # # @return [RDF::Vocabulary::Term]
299
- # attr_reader :dtc
300
- #
301
- # # @return [RDF::Vocabulary::Term]
302
- # attr_reader :dte
303
- #
304
- # # @return [RDF::Vocabulary::Term]
305
- # attr_reader :dtm
306
- #
307
- # # @return [RDF::Vocabulary::Term]
308
- # attr_reader :dto
309
- #
310
- # # @return [RDF::Vocabulary::Term]
311
- # attr_reader :dub
312
- #
313
- # # @return [RDF::Vocabulary::Term]
314
- # attr_reader :edc
315
- #
316
- # # @return [RDF::Vocabulary::Term]
317
- # attr_reader :edm
318
- #
319
- # # @return [RDF::Vocabulary::Term]
320
- # attr_reader :edt
321
- #
322
- # # @return [RDF::Vocabulary::Term]
323
- # attr_reader :egr
324
- #
325
- # # @return [RDF::Vocabulary::Term]
326
- # attr_reader :elg
327
- #
328
- # # @return [RDF::Vocabulary::Term]
329
- # attr_reader :elt
330
- #
331
- # # @return [RDF::Vocabulary::Term]
332
- # attr_reader :eng
333
- #
334
- # # @return [RDF::Vocabulary::Term]
335
- # attr_reader :enj
336
- #
337
- # # @return [RDF::Vocabulary::Term]
338
- # attr_reader :etr
339
- #
340
- # # @return [RDF::Vocabulary::Term]
341
- # attr_reader :evp
342
- #
343
- # # @return [RDF::Vocabulary::Term]
344
- # attr_reader :exp
345
- #
346
- # # @return [RDF::Vocabulary::Term]
347
- # attr_reader :fac
348
- #
349
- # # @return [RDF::Vocabulary::Term]
350
- # attr_reader :fds
351
- #
352
- # # @return [RDF::Vocabulary::Term]
353
- # attr_reader :fld
354
- #
355
- # # @return [RDF::Vocabulary::Term]
356
- # attr_reader :flm
357
- #
358
- # # @return [RDF::Vocabulary::Term]
359
- # attr_reader :fmd
360
- #
361
- # # @return [RDF::Vocabulary::Term]
362
- # attr_reader :fmk
363
- #
364
- # # @return [RDF::Vocabulary::Term]
365
- # attr_reader :fmo
366
- #
367
- # # @return [RDF::Vocabulary::Term]
368
- # attr_reader :fmp
369
- #
370
- # # @return [RDF::Vocabulary::Term]
371
- # attr_reader :fnd
372
- #
373
- # # @return [RDF::Vocabulary::Term]
374
- # attr_reader :fpy
375
- #
376
- # # @return [RDF::Vocabulary::Term]
377
- # attr_reader :frg
378
- #
379
- # # @return [RDF::Vocabulary::Term]
380
- # attr_reader :gis
381
- #
382
- # # @return [RDF::Vocabulary::Term]
383
- # attr_reader :his
384
- #
385
- # # @return [RDF::Vocabulary::Term]
386
- # attr_reader :hnr
387
- #
388
- # # @return [RDF::Vocabulary::Term]
389
- # attr_reader :hst
390
- #
391
- # # @return [RDF::Vocabulary::Term]
392
- # attr_reader :ill
393
- #
394
- # # @return [RDF::Vocabulary::Term]
395
- # attr_reader :ilu
396
- #
397
- # # @return [RDF::Vocabulary::Term]
398
- # attr_reader :ins
399
- #
400
- # # @return [RDF::Vocabulary::Term]
401
- # attr_reader :inv
402
- #
403
- # # @return [RDF::Vocabulary::Term]
404
- # attr_reader :isb
405
- #
406
- # # @return [RDF::Vocabulary::Term]
407
- # attr_reader :itr
408
- #
409
- # # @return [RDF::Vocabulary::Term]
410
- # attr_reader :ive
411
- #
412
- # # @return [RDF::Vocabulary::Term]
413
- # attr_reader :ivr
414
- #
415
- # # @return [RDF::Vocabulary::Term]
416
- # attr_reader :jud
417
- #
418
- # # @return [RDF::Vocabulary::Term]
419
- # attr_reader :jug
420
- #
421
- # # @return [RDF::Vocabulary::Term]
422
- # attr_reader :lbr
423
- #
424
- # # @return [RDF::Vocabulary::Term]
425
- # attr_reader :lbt
426
- #
427
- # # @return [RDF::Vocabulary::Term]
428
- # attr_reader :ldr
429
- #
430
- # # @return [RDF::Vocabulary::Term]
431
- # attr_reader :led
432
- #
433
- # # @return [RDF::Vocabulary::Term]
434
- # attr_reader :lee
435
- #
436
- # # @return [RDF::Vocabulary::Term]
437
- # attr_reader :lel
438
- #
439
- # # @return [RDF::Vocabulary::Term]
440
- # attr_reader :len
441
- #
442
- # # @return [RDF::Vocabulary::Term]
443
- # attr_reader :let
444
- #
445
- # # @return [RDF::Vocabulary::Term]
446
- # attr_reader :lgd
447
- #
448
- # # @return [RDF::Vocabulary::Term]
449
- # attr_reader :lie
450
- #
451
- # # @return [RDF::Vocabulary::Term]
452
- # attr_reader :lil
453
- #
454
- # # @return [RDF::Vocabulary::Term]
455
- # attr_reader :lit
456
- #
457
- # # @return [RDF::Vocabulary::Term]
458
- # attr_reader :lsa
459
- #
460
- # # @return [RDF::Vocabulary::Term]
461
- # attr_reader :lse
462
- #
463
- # # @return [RDF::Vocabulary::Term]
464
- # attr_reader :lso
465
- #
466
- # # @return [RDF::Vocabulary::Term]
467
- # attr_reader :ltg
468
- #
469
- # # @return [RDF::Vocabulary::Term]
470
- # attr_reader :lyr
471
- #
472
- # # @return [RDF::Vocabulary::Term]
473
- # attr_reader :mcp
474
- #
475
- # # @return [RDF::Vocabulary::Term]
476
- # attr_reader :mdc
477
- #
478
- # # @return [RDF::Vocabulary::Term]
479
- # attr_reader :med
480
- #
481
- # # @return [RDF::Vocabulary::Term]
482
- # attr_reader :mfp
483
- #
484
- # # @return [RDF::Vocabulary::Term]
485
- # attr_reader :mfr
486
- #
487
- # # @return [RDF::Vocabulary::Term]
488
- # attr_reader :mod
489
- #
490
- # # @return [RDF::Vocabulary::Term]
491
- # attr_reader :mon
492
- #
493
- # # @return [RDF::Vocabulary::Term]
494
- # attr_reader :mrb
495
- #
496
- # # @return [RDF::Vocabulary::Term]
497
- # attr_reader :mrk
498
- #
499
- # # @return [RDF::Vocabulary::Term]
500
- # attr_reader :msd
501
- #
502
- # # @return [RDF::Vocabulary::Term]
503
- # attr_reader :mte
504
- #
505
- # # @return [RDF::Vocabulary::Term]
506
- # attr_reader :mtk
507
- #
508
- # # @return [RDF::Vocabulary::Term]
509
- # attr_reader :mus
510
- #
511
- # # @return [RDF::Vocabulary::Term]
512
- # attr_reader :nrt
513
- #
514
- # # @return [RDF::Vocabulary::Term]
515
- # attr_reader :opn
516
- #
517
- # # @return [RDF::Vocabulary::Term]
518
- # attr_reader :org
519
- #
520
- # # @return [RDF::Vocabulary::Term]
521
- # attr_reader :orm
522
- #
523
- # # @return [RDF::Vocabulary::Term]
524
- # attr_reader :osp
525
- #
526
- # # @return [RDF::Vocabulary::Term]
527
- # attr_reader :oth
528
- #
529
- # # @return [RDF::Vocabulary::Term]
530
- # attr_reader :own
531
- #
532
- # # @return [RDF::Vocabulary::Term]
533
- # attr_reader :pan
534
- #
535
- # # @return [RDF::Vocabulary::Term]
536
- # attr_reader :pat
537
- #
538
- # # @return [RDF::Vocabulary::Term]
539
- # attr_reader :pbd
540
- #
541
- # # @return [RDF::Vocabulary::Term]
542
- # attr_reader :pbl
543
- #
544
- # # @return [RDF::Vocabulary::Term]
545
- # attr_reader :pdr
546
- #
547
- # # @return [RDF::Vocabulary::Term]
548
- # attr_reader :pfr
549
- #
550
- # # @return [RDF::Vocabulary::Term]
551
- # attr_reader :pht
552
- #
553
- # # @return [RDF::Vocabulary::Term]
554
- # attr_reader :plt
555
- #
556
- # # @return [RDF::Vocabulary::Term]
557
- # attr_reader :pma
558
- #
559
- # # @return [RDF::Vocabulary::Term]
560
- # attr_reader :pmn
561
- #
562
- # # @return [RDF::Vocabulary::Term]
563
- # attr_reader :pop
564
- #
565
- # # @return [RDF::Vocabulary::Term]
566
- # attr_reader :ppm
567
- #
568
- # # @return [RDF::Vocabulary::Term]
569
- # attr_reader :ppt
570
- #
571
- # # @return [RDF::Vocabulary::Term]
572
- # attr_reader :pra
573
- #
574
- # # @return [RDF::Vocabulary::Term]
575
- # attr_reader :prc
576
- #
577
- # # @return [RDF::Vocabulary::Term]
578
- # attr_reader :prd
579
- #
580
- # # @return [RDF::Vocabulary::Term]
581
- # attr_reader :pre
582
- #
583
- # # @return [RDF::Vocabulary::Term]
584
- # attr_reader :prf
585
- #
586
- # # @return [RDF::Vocabulary::Term]
587
- # attr_reader :prg
588
- #
589
- # # @return [RDF::Vocabulary::Term]
590
- # attr_reader :prm
591
- #
592
- # # @return [RDF::Vocabulary::Term]
593
- # attr_reader :prn
594
- #
595
- # # @return [RDF::Vocabulary::Term]
596
- # attr_reader :pro
597
- #
598
- # # @return [RDF::Vocabulary::Term]
599
- # attr_reader :prp
600
- #
601
- # # @return [RDF::Vocabulary::Term]
602
- # attr_reader :prs
603
- #
604
- # # @return [RDF::Vocabulary::Term]
605
- # attr_reader :prt
606
- #
607
- # # @return [RDF::Vocabulary::Term]
608
- # attr_reader :prv
609
- #
610
- # # @return [RDF::Vocabulary::Term]
611
- # attr_reader :pta
612
- #
613
- # # @return [RDF::Vocabulary::Term]
614
- # attr_reader :pte
615
- #
616
- # # @return [RDF::Vocabulary::Term]
617
- # attr_reader :ptf
618
- #
619
- # # @return [RDF::Vocabulary::Term]
620
- # attr_reader :pth
621
- #
622
- # # @return [RDF::Vocabulary::Term]
623
- # attr_reader :ptt
624
- #
625
- # # @return [RDF::Vocabulary::Term]
626
- # attr_reader :pup
627
- #
628
- # # @return [RDF::Vocabulary::Term]
629
- # attr_reader :rbr
630
- #
631
- # # @return [RDF::Vocabulary::Term]
632
- # attr_reader :rcd
633
- #
634
- # # @return [RDF::Vocabulary::Term]
635
- # attr_reader :rce
636
- #
637
- # # @return [RDF::Vocabulary::Term]
638
- # attr_reader :rcp
639
- #
640
- # # @return [RDF::Vocabulary::Term]
641
- # attr_reader :rdd
642
- #
643
- # # @return [RDF::Vocabulary::Term]
644
- # attr_reader :red
645
- #
646
- # # @return [RDF::Vocabulary::Term]
647
- # attr_reader :ren
648
- #
649
- # # @return [RDF::Vocabulary::Term]
650
- # attr_reader :res
651
- #
652
- # # @return [RDF::Vocabulary::Term]
653
- # attr_reader :rev
654
- #
655
- # # @return [RDF::Vocabulary::Term]
656
- # attr_reader :rpc
657
- #
658
- # # @return [RDF::Vocabulary::Term]
659
- # attr_reader :rps
660
- #
661
- # # @return [RDF::Vocabulary::Term]
662
- # attr_reader :rpt
663
- #
664
- # # @return [RDF::Vocabulary::Term]
665
- # attr_reader :rpy
666
- #
667
- # # @return [RDF::Vocabulary::Term]
668
- # attr_reader :rse
669
- #
670
- # # @return [RDF::Vocabulary::Term]
671
- # attr_reader :rsg
672
- #
673
- # # @return [RDF::Vocabulary::Term]
674
- # attr_reader :rsp
675
- #
676
- # # @return [RDF::Vocabulary::Term]
677
- # attr_reader :rsr
678
- #
679
- # # @return [RDF::Vocabulary::Term]
680
- # attr_reader :rst
681
- #
682
- # # @return [RDF::Vocabulary::Term]
683
- # attr_reader :rth
684
- #
685
- # # @return [RDF::Vocabulary::Term]
686
- # attr_reader :rtm
687
- #
688
- # # @return [RDF::Vocabulary::Term]
689
- # attr_reader :sad
690
- #
691
- # # @return [RDF::Vocabulary::Term]
692
- # attr_reader :sce
693
- #
694
- # # @return [RDF::Vocabulary::Term]
695
- # attr_reader :scl
696
- #
697
- # # @return [RDF::Vocabulary::Term]
698
- # attr_reader :scr
699
- #
700
- # # @return [RDF::Vocabulary::Term]
701
- # attr_reader :sds
702
- #
703
- # # @return [RDF::Vocabulary::Term]
704
- # attr_reader :sec
705
- #
706
- # # @return [RDF::Vocabulary::Term]
707
- # attr_reader :sgd
708
- #
709
- # # @return [RDF::Vocabulary::Term]
710
- # attr_reader :sgn
711
- #
712
- # # @return [RDF::Vocabulary::Term]
713
- # attr_reader :sht
714
- #
715
- # # @return [RDF::Vocabulary::Term]
716
- # attr_reader :sll
717
- #
718
- # # @return [RDF::Vocabulary::Term]
719
- # attr_reader :sng
720
- #
721
- # # @return [RDF::Vocabulary::Term]
722
- # attr_reader :spk
723
- #
724
- # # @return [RDF::Vocabulary::Term]
725
- # attr_reader :spn
726
- #
727
- # # @return [RDF::Vocabulary::Term]
728
- # attr_reader :spy
729
- #
730
- # # @return [RDF::Vocabulary::Term]
731
- # attr_reader :srv
732
- #
733
- # # @return [RDF::Vocabulary::Term]
734
- # attr_reader :std
735
- #
736
- # # @return [RDF::Vocabulary::Term]
737
- # attr_reader :stg
738
- #
739
- # # @return [RDF::Vocabulary::Term]
740
- # attr_reader :stl
741
- #
742
- # # @return [RDF::Vocabulary::Term]
743
- # attr_reader :stm
744
- #
745
- # # @return [RDF::Vocabulary::Term]
746
- # attr_reader :stn
747
- #
748
- # # @return [RDF::Vocabulary::Term]
749
- # attr_reader :str
750
- #
751
- # # @return [RDF::Vocabulary::Term]
752
- # attr_reader :tcd
753
- #
754
- # # @return [RDF::Vocabulary::Term]
755
- # attr_reader :tch
756
- #
757
- # # @return [RDF::Vocabulary::Term]
758
- # attr_reader :ths
759
- #
760
- # # @return [RDF::Vocabulary::Term]
761
- # attr_reader :tld
762
- #
763
- # # @return [RDF::Vocabulary::Term]
764
- # attr_reader :tlp
765
- #
766
- # # @return [RDF::Vocabulary::Term]
767
- # attr_reader :trc
768
- #
769
- # # @return [RDF::Vocabulary::Term]
770
- # attr_reader :trl
771
- #
772
- # # @return [RDF::Vocabulary::Term]
773
- # attr_reader :tyd
774
- #
775
- # # @return [RDF::Vocabulary::Term]
776
- # attr_reader :tyg
777
- #
778
- # # @return [RDF::Vocabulary::Term]
779
- # attr_reader :uvp
780
- #
781
- # # @return [RDF::Vocabulary::Term]
782
- # attr_reader :vac
783
- #
784
- # # @return [RDF::Vocabulary::Term]
785
- # attr_reader :vdg
786
- #
787
- # # @return [RDF::Vocabulary::Term]
788
- # attr_reader :wac
789
- #
790
- # # @return [RDF::Vocabulary::Term]
791
- # attr_reader :wal
792
- #
793
- # # @return [RDF::Vocabulary::Term]
794
- # attr_reader :wam
795
- #
796
- # # @return [RDF::Vocabulary::Term]
797
- # attr_reader :wat
798
- #
799
- # # @return [RDF::Vocabulary::Term]
800
- # attr_reader :wdc
801
- #
802
- # # @return [RDF::Vocabulary::Term]
803
- # attr_reader :wde
804
- #
805
- # # @return [RDF::Vocabulary::Term]
806
- # attr_reader :win
807
- #
808
- # # @return [RDF::Vocabulary::Term]
809
- # attr_reader :wit
810
- #
811
- # # @return [RDF::Vocabulary::Term]
812
- # attr_reader :wpr
813
- #
814
- # # @return [RDF::Vocabulary::Term]
815
- # attr_reader :wst
816
- #
817
- # end
818
6
  MARCRelators = Class.new(RDF::StrictVocabulary("http://id.loc.gov/vocabulary/relators/")) do
819
7
 
820
8
  # Ontology definition
821
9
  ontology :"http://id.loc.gov/vocabulary/relators/",
822
- comment: %(Relator terms and their associated codes designate the relationship between a name and a bibliographic resource. The relator codes are three-character lowercase alphabetic strings that serve as identifiers. Either the term or the code may be used as controlled values.).freeze,
10
+ comment: "Relator terms and their associated codes designate the relationship between a name and a bibliographic resource. The relator codes are three-character lowercase alphabetic strings that serve as identifiers. Either the term or the code may be used as controlled values.".freeze,
11
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "".freeze,
12
+ "http://www.loc.gov/mads/rdf/v1#hasMADSSchemeMember": ["http://id.loc.gov/vocabulary/relators/".freeze, "http://id.loc.gov/vocabulary/relators/abr".freeze, "http://id.loc.gov/vocabulary/relators/acp".freeze, "http://id.loc.gov/vocabulary/relators/act".freeze, "http://id.loc.gov/vocabulary/relators/adi".freeze, "http://id.loc.gov/vocabulary/relators/adp".freeze, "http://id.loc.gov/vocabulary/relators/aft".freeze, "http://id.loc.gov/vocabulary/relators/anl".freeze, "http://id.loc.gov/vocabulary/relators/anm".freeze, "http://id.loc.gov/vocabulary/relators/ann".freeze, "http://id.loc.gov/vocabulary/relators/ant".freeze, "http://id.loc.gov/vocabulary/relators/ape".freeze, "http://id.loc.gov/vocabulary/relators/apl".freeze, "http://id.loc.gov/vocabulary/relators/app".freeze, "http://id.loc.gov/vocabulary/relators/aqt".freeze, "http://id.loc.gov/vocabulary/relators/arc".freeze, "http://id.loc.gov/vocabulary/relators/ard".freeze, "http://id.loc.gov/vocabulary/relators/arr".freeze, "http://id.loc.gov/vocabulary/relators/art".freeze, "http://id.loc.gov/vocabulary/relators/asg".freeze, "http://id.loc.gov/vocabulary/relators/asn".freeze, "http://id.loc.gov/vocabulary/relators/ato".freeze, "http://id.loc.gov/vocabulary/relators/att".freeze, "http://id.loc.gov/vocabulary/relators/auc".freeze, "http://id.loc.gov/vocabulary/relators/aud".freeze, "http://id.loc.gov/vocabulary/relators/aui".freeze, "http://id.loc.gov/vocabulary/relators/aus".freeze, "http://id.loc.gov/vocabulary/relators/aut".freeze, "http://id.loc.gov/vocabulary/relators/bdd".freeze, "http://id.loc.gov/vocabulary/relators/bjd".freeze, "http://id.loc.gov/vocabulary/relators/bkd".freeze, "http://id.loc.gov/vocabulary/relators/bkp".freeze, "http://id.loc.gov/vocabulary/relators/blw".freeze, "http://id.loc.gov/vocabulary/relators/bnd".freeze, "http://id.loc.gov/vocabulary/relators/bpd".freeze, "http://id.loc.gov/vocabulary/relators/brd".freeze, "http://id.loc.gov/vocabulary/relators/brl".freeze, "http://id.loc.gov/vocabulary/relators/bsl".freeze, "http://id.loc.gov/vocabulary/relators/cas".freeze, "http://id.loc.gov/vocabulary/relators/ccp".freeze, "http://id.loc.gov/vocabulary/relators/chr".freeze, "http://id.loc.gov/vocabulary/relators/cli".freeze, "http://id.loc.gov/vocabulary/relators/cll".freeze, "http://id.loc.gov/vocabulary/relators/clr".freeze, "http://id.loc.gov/vocabulary/relators/clt".freeze, "http://id.loc.gov/vocabulary/relators/cmm".freeze, "http://id.loc.gov/vocabulary/relators/cmp".freeze, "http://id.loc.gov/vocabulary/relators/cmt".freeze, "http://id.loc.gov/vocabulary/relators/cnd".freeze, "http://id.loc.gov/vocabulary/relators/cng".freeze, "http://id.loc.gov/vocabulary/relators/cns".freeze, "http://id.loc.gov/vocabulary/relators/coe".freeze, "http://id.loc.gov/vocabulary/relators/col".freeze, "http://id.loc.gov/vocabulary/relators/com".freeze, "http://id.loc.gov/vocabulary/relators/con".freeze, "http://id.loc.gov/vocabulary/relators/cor".freeze, "http://id.loc.gov/vocabulary/relators/cos".freeze, "http://id.loc.gov/vocabulary/relators/cot".freeze, "http://id.loc.gov/vocabulary/relators/cou".freeze, "http://id.loc.gov/vocabulary/relators/cov".freeze, "http://id.loc.gov/vocabulary/relators/cpc".freeze, "http://id.loc.gov/vocabulary/relators/cpe".freeze, "http://id.loc.gov/vocabulary/relators/cph".freeze, "http://id.loc.gov/vocabulary/relators/cpl".freeze, "http://id.loc.gov/vocabulary/relators/cpt".freeze, "http://id.loc.gov/vocabulary/relators/cre".freeze, "http://id.loc.gov/vocabulary/relators/crp".freeze, "http://id.loc.gov/vocabulary/relators/crr".freeze, "http://id.loc.gov/vocabulary/relators/crt".freeze, "http://id.loc.gov/vocabulary/relators/csl".freeze, "http://id.loc.gov/vocabulary/relators/csp".freeze, "http://id.loc.gov/vocabulary/relators/cst".freeze, "http://id.loc.gov/vocabulary/relators/ctb".freeze, "http://id.loc.gov/vocabulary/relators/cte".freeze, "http://id.loc.gov/vocabulary/relators/ctg".freeze, "http://id.loc.gov/vocabulary/relators/ctr".freeze, "http://id.loc.gov/vocabulary/relators/cts".freeze, "http://id.loc.gov/vocabulary/relators/ctt".freeze, "http://id.loc.gov/vocabulary/relators/cur".freeze, "http://id.loc.gov/vocabulary/relators/cwt".freeze, "http://id.loc.gov/vocabulary/relators/dbp".freeze, "http://id.loc.gov/vocabulary/relators/dfd".freeze, "http://id.loc.gov/vocabulary/relators/dfe".freeze, "http://id.loc.gov/vocabulary/relators/dft".freeze, "http://id.loc.gov/vocabulary/relators/dgg".freeze, "http://id.loc.gov/vocabulary/relators/dgs".freeze, "http://id.loc.gov/vocabulary/relators/dis".freeze, "http://id.loc.gov/vocabulary/relators/dln".freeze, "http://id.loc.gov/vocabulary/relators/dnc".freeze, "http://id.loc.gov/vocabulary/relators/dnr".freeze, "http://id.loc.gov/vocabulary/relators/dpc".freeze, "http://id.loc.gov/vocabulary/relators/dpt".freeze, "http://id.loc.gov/vocabulary/relators/drm".freeze, "http://id.loc.gov/vocabulary/relators/drt".freeze, "http://id.loc.gov/vocabulary/relators/dsr".freeze, "http://id.loc.gov/vocabulary/relators/dst".freeze, "http://id.loc.gov/vocabulary/relators/dtc".freeze, "http://id.loc.gov/vocabulary/relators/dte".freeze, "http://id.loc.gov/vocabulary/relators/dtm".freeze, "http://id.loc.gov/vocabulary/relators/dto".freeze, "http://id.loc.gov/vocabulary/relators/dub".freeze, "http://id.loc.gov/vocabulary/relators/edc".freeze, "http://id.loc.gov/vocabulary/relators/edm".freeze, "http://id.loc.gov/vocabulary/relators/edt".freeze, "http://id.loc.gov/vocabulary/relators/egr".freeze, "http://id.loc.gov/vocabulary/relators/elg".freeze, "http://id.loc.gov/vocabulary/relators/elt".freeze, "http://id.loc.gov/vocabulary/relators/eng".freeze, "http://id.loc.gov/vocabulary/relators/enj".freeze, "http://id.loc.gov/vocabulary/relators/etr".freeze, "http://id.loc.gov/vocabulary/relators/evp".freeze, "http://id.loc.gov/vocabulary/relators/exp".freeze, "http://id.loc.gov/vocabulary/relators/fac".freeze, "http://id.loc.gov/vocabulary/relators/fds".freeze, "http://id.loc.gov/vocabulary/relators/fld".freeze, "http://id.loc.gov/vocabulary/relators/flm".freeze, "http://id.loc.gov/vocabulary/relators/fmd".freeze, "http://id.loc.gov/vocabulary/relators/fmk".freeze, "http://id.loc.gov/vocabulary/relators/fmo".freeze, "http://id.loc.gov/vocabulary/relators/fmp".freeze, "http://id.loc.gov/vocabulary/relators/fnd".freeze, "http://id.loc.gov/vocabulary/relators/fpy".freeze, "http://id.loc.gov/vocabulary/relators/frg".freeze, "http://id.loc.gov/vocabulary/relators/gis".freeze, "http://id.loc.gov/vocabulary/relators/his".freeze, "http://id.loc.gov/vocabulary/relators/hnr".freeze, "http://id.loc.gov/vocabulary/relators/hst".freeze, "http://id.loc.gov/vocabulary/relators/ill".freeze, "http://id.loc.gov/vocabulary/relators/ilu".freeze, "http://id.loc.gov/vocabulary/relators/ins".freeze, "http://id.loc.gov/vocabulary/relators/inv".freeze, "http://id.loc.gov/vocabulary/relators/isb".freeze, "http://id.loc.gov/vocabulary/relators/itr".freeze, "http://id.loc.gov/vocabulary/relators/ive".freeze, "http://id.loc.gov/vocabulary/relators/ivr".freeze, "http://id.loc.gov/vocabulary/relators/jud".freeze, "http://id.loc.gov/vocabulary/relators/jug".freeze, "http://id.loc.gov/vocabulary/relators/lbr".freeze, "http://id.loc.gov/vocabulary/relators/lbt".freeze, "http://id.loc.gov/vocabulary/relators/ldr".freeze, "http://id.loc.gov/vocabulary/relators/led".freeze, "http://id.loc.gov/vocabulary/relators/lee".freeze, "http://id.loc.gov/vocabulary/relators/lel".freeze, "http://id.loc.gov/vocabulary/relators/len".freeze, "http://id.loc.gov/vocabulary/relators/let".freeze, "http://id.loc.gov/vocabulary/relators/lgd".freeze, "http://id.loc.gov/vocabulary/relators/lie".freeze, "http://id.loc.gov/vocabulary/relators/lil".freeze, "http://id.loc.gov/vocabulary/relators/lit".freeze, "http://id.loc.gov/vocabulary/relators/lsa".freeze, "http://id.loc.gov/vocabulary/relators/lse".freeze, "http://id.loc.gov/vocabulary/relators/lso".freeze, "http://id.loc.gov/vocabulary/relators/ltg".freeze, "http://id.loc.gov/vocabulary/relators/lyr".freeze, "http://id.loc.gov/vocabulary/relators/mcp".freeze, "http://id.loc.gov/vocabulary/relators/mdc".freeze, "http://id.loc.gov/vocabulary/relators/med".freeze, "http://id.loc.gov/vocabulary/relators/mfp".freeze, "http://id.loc.gov/vocabulary/relators/mfr".freeze, "http://id.loc.gov/vocabulary/relators/mod".freeze, "http://id.loc.gov/vocabulary/relators/mon".freeze, "http://id.loc.gov/vocabulary/relators/mrb".freeze, "http://id.loc.gov/vocabulary/relators/mrk".freeze, "http://id.loc.gov/vocabulary/relators/msd".freeze, "http://id.loc.gov/vocabulary/relators/mte".freeze, "http://id.loc.gov/vocabulary/relators/mtk".freeze, "http://id.loc.gov/vocabulary/relators/mus".freeze, "http://id.loc.gov/vocabulary/relators/nrt".freeze, "http://id.loc.gov/vocabulary/relators/opn".freeze, "http://id.loc.gov/vocabulary/relators/org".freeze, "http://id.loc.gov/vocabulary/relators/orm".freeze, "http://id.loc.gov/vocabulary/relators/osp".freeze, "http://id.loc.gov/vocabulary/relators/oth".freeze, "http://id.loc.gov/vocabulary/relators/own".freeze, "http://id.loc.gov/vocabulary/relators/pan".freeze, "http://id.loc.gov/vocabulary/relators/pat".freeze, "http://id.loc.gov/vocabulary/relators/pbd".freeze, "http://id.loc.gov/vocabulary/relators/pbl".freeze, "http://id.loc.gov/vocabulary/relators/pdr".freeze, "http://id.loc.gov/vocabulary/relators/pfr".freeze, "http://id.loc.gov/vocabulary/relators/pht".freeze, "http://id.loc.gov/vocabulary/relators/plt".freeze, "http://id.loc.gov/vocabulary/relators/pma".freeze, "http://id.loc.gov/vocabulary/relators/pmn".freeze, "http://id.loc.gov/vocabulary/relators/pop".freeze, "http://id.loc.gov/vocabulary/relators/ppm".freeze, "http://id.loc.gov/vocabulary/relators/ppt".freeze, "http://id.loc.gov/vocabulary/relators/pra".freeze, "http://id.loc.gov/vocabulary/relators/prc".freeze, "http://id.loc.gov/vocabulary/relators/prd".freeze, "http://id.loc.gov/vocabulary/relators/pre".freeze, "http://id.loc.gov/vocabulary/relators/prf".freeze, "http://id.loc.gov/vocabulary/relators/prg".freeze, "http://id.loc.gov/vocabulary/relators/prm".freeze, "http://id.loc.gov/vocabulary/relators/prn".freeze, "http://id.loc.gov/vocabulary/relators/pro".freeze, "http://id.loc.gov/vocabulary/relators/prp".freeze, "http://id.loc.gov/vocabulary/relators/prs".freeze, "http://id.loc.gov/vocabulary/relators/prt".freeze, "http://id.loc.gov/vocabulary/relators/prv".freeze, "http://id.loc.gov/vocabulary/relators/pta".freeze, "http://id.loc.gov/vocabulary/relators/pte".freeze, "http://id.loc.gov/vocabulary/relators/ptf".freeze, "http://id.loc.gov/vocabulary/relators/pth".freeze, "http://id.loc.gov/vocabulary/relators/ptt".freeze, "http://id.loc.gov/vocabulary/relators/pup".freeze, "http://id.loc.gov/vocabulary/relators/rbr".freeze, "http://id.loc.gov/vocabulary/relators/rcd".freeze, "http://id.loc.gov/vocabulary/relators/rce".freeze, "http://id.loc.gov/vocabulary/relators/rcp".freeze, "http://id.loc.gov/vocabulary/relators/rdd".freeze, "http://id.loc.gov/vocabulary/relators/red".freeze, "http://id.loc.gov/vocabulary/relators/ren".freeze, "http://id.loc.gov/vocabulary/relators/res".freeze, "http://id.loc.gov/vocabulary/relators/rev".freeze, "http://id.loc.gov/vocabulary/relators/rpc".freeze, "http://id.loc.gov/vocabulary/relators/rps".freeze, "http://id.loc.gov/vocabulary/relators/rpt".freeze, "http://id.loc.gov/vocabulary/relators/rpy".freeze, "http://id.loc.gov/vocabulary/relators/rse".freeze, "http://id.loc.gov/vocabulary/relators/rsg".freeze, "http://id.loc.gov/vocabulary/relators/rsp".freeze, "http://id.loc.gov/vocabulary/relators/rsr".freeze, "http://id.loc.gov/vocabulary/relators/rst".freeze, "http://id.loc.gov/vocabulary/relators/rth".freeze, "http://id.loc.gov/vocabulary/relators/rtm".freeze, "http://id.loc.gov/vocabulary/relators/sad".freeze, "http://id.loc.gov/vocabulary/relators/sce".freeze, "http://id.loc.gov/vocabulary/relators/scl".freeze, "http://id.loc.gov/vocabulary/relators/scr".freeze, "http://id.loc.gov/vocabulary/relators/sds".freeze, "http://id.loc.gov/vocabulary/relators/sec".freeze, "http://id.loc.gov/vocabulary/relators/sgd".freeze, "http://id.loc.gov/vocabulary/relators/sgn".freeze, "http://id.loc.gov/vocabulary/relators/sht".freeze, "http://id.loc.gov/vocabulary/relators/sll".freeze, "http://id.loc.gov/vocabulary/relators/sng".freeze, "http://id.loc.gov/vocabulary/relators/spk".freeze, "http://id.loc.gov/vocabulary/relators/spn".freeze, "http://id.loc.gov/vocabulary/relators/spy".freeze, "http://id.loc.gov/vocabulary/relators/srv".freeze, "http://id.loc.gov/vocabulary/relators/std".freeze, "http://id.loc.gov/vocabulary/relators/stg".freeze, "http://id.loc.gov/vocabulary/relators/stl".freeze, "http://id.loc.gov/vocabulary/relators/stm".freeze, "http://id.loc.gov/vocabulary/relators/stn".freeze, "http://id.loc.gov/vocabulary/relators/str".freeze, "http://id.loc.gov/vocabulary/relators/tcd".freeze, "http://id.loc.gov/vocabulary/relators/tch".freeze, "http://id.loc.gov/vocabulary/relators/ths".freeze, "http://id.loc.gov/vocabulary/relators/tld".freeze, "http://id.loc.gov/vocabulary/relators/tlp".freeze, "http://id.loc.gov/vocabulary/relators/trc".freeze, "http://id.loc.gov/vocabulary/relators/trl".freeze, "http://id.loc.gov/vocabulary/relators/tyd".freeze, "http://id.loc.gov/vocabulary/relators/tyg".freeze, "http://id.loc.gov/vocabulary/relators/uvp".freeze, "http://id.loc.gov/vocabulary/relators/vac".freeze, "http://id.loc.gov/vocabulary/relators/vdg".freeze, "http://id.loc.gov/vocabulary/relators/wac".freeze, "http://id.loc.gov/vocabulary/relators/wal".freeze, "http://id.loc.gov/vocabulary/relators/wam".freeze, "http://id.loc.gov/vocabulary/relators/wat".freeze, "http://id.loc.gov/vocabulary/relators/wdc".freeze, "http://id.loc.gov/vocabulary/relators/wde".freeze, "http://id.loc.gov/vocabulary/relators/win".freeze, "http://id.loc.gov/vocabulary/relators/wit".freeze, "http://id.loc.gov/vocabulary/relators/wpr".freeze, "http://id.loc.gov/vocabulary/relators/wst".freeze],
823
13
  label: "MARC Code List for Relators Scheme".freeze,
824
- "mads:hasMADSSchemeMember": ["marcrelators:abr".freeze, "marcrelators:acp".freeze, "marcrelators:act".freeze, "marcrelators:adi".freeze, "marcrelators:adp".freeze, "marcrelators:aft".freeze, "marcrelators:anl".freeze, "marcrelators:anm".freeze, "marcrelators:ann".freeze, "marcrelators:ant".freeze, "marcrelators:ape".freeze, "marcrelators:apl".freeze, "marcrelators:app".freeze, "marcrelators:aqt".freeze, "marcrelators:arc".freeze, "marcrelators:ard".freeze, "marcrelators:arr".freeze, "marcrelators:art".freeze, "marcrelators:asg".freeze, "marcrelators:asn".freeze, "marcrelators:ato".freeze, "marcrelators:att".freeze, "marcrelators:auc".freeze, "marcrelators:aud".freeze, "marcrelators:aui".freeze, "marcrelators:aus".freeze, "marcrelators:aut".freeze, "marcrelators:bdd".freeze, "marcrelators:bjd".freeze, "marcrelators:bkd".freeze, "marcrelators:bkp".freeze, "marcrelators:blw".freeze, "marcrelators:bnd".freeze, "marcrelators:bpd".freeze, "marcrelators:brd".freeze, "marcrelators:brl".freeze, "marcrelators:bsl".freeze, "marcrelators:cas".freeze, "marcrelators:ccp".freeze, "marcrelators:chr".freeze, "marcrelators:cli".freeze, "marcrelators:cll".freeze, "marcrelators:clr".freeze, "marcrelators:clt".freeze, "marcrelators:cmm".freeze, "marcrelators:cmp".freeze, "marcrelators:cmt".freeze, "marcrelators:cnd".freeze, "marcrelators:cng".freeze, "marcrelators:cns".freeze, "marcrelators:coe".freeze, "marcrelators:col".freeze, "marcrelators:com".freeze, "marcrelators:con".freeze, "marcrelators:cor".freeze, "marcrelators:cos".freeze, "marcrelators:cot".freeze, "marcrelators:cou".freeze, "marcrelators:cov".freeze, "marcrelators:cpc".freeze, "marcrelators:cpe".freeze, "marcrelators:cph".freeze, "marcrelators:cpl".freeze, "marcrelators:cpt".freeze, "marcrelators:cre".freeze, "marcrelators:crp".freeze, "marcrelators:crr".freeze, "marcrelators:crt".freeze, "marcrelators:csl".freeze, "marcrelators:csp".freeze, "marcrelators:cst".freeze, "marcrelators:ctb".freeze, "marcrelators:cte".freeze, "marcrelators:ctg".freeze, "marcrelators:ctr".freeze, "marcrelators:cts".freeze, "marcrelators:ctt".freeze, "marcrelators:cur".freeze, "marcrelators:cwt".freeze, "marcrelators:dbp".freeze, "marcrelators:dfd".freeze, "marcrelators:dfe".freeze, "marcrelators:dft".freeze, "marcrelators:dgg".freeze, "marcrelators:dgs".freeze, "marcrelators:dis".freeze, "marcrelators:dln".freeze, "marcrelators:dnc".freeze, "marcrelators:dnr".freeze, "marcrelators:dpc".freeze, "marcrelators:dpt".freeze, "marcrelators:drm".freeze, "marcrelators:drt".freeze, "marcrelators:dsr".freeze, "marcrelators:dst".freeze, "marcrelators:dtc".freeze, "marcrelators:dte".freeze, "marcrelators:dtm".freeze, "marcrelators:dto".freeze, "marcrelators:dub".freeze, "marcrelators:edc".freeze, "marcrelators:edm".freeze, "marcrelators:edt".freeze, "marcrelators:egr".freeze, "marcrelators:elg".freeze, "marcrelators:elt".freeze, "marcrelators:eng".freeze, "marcrelators:enj".freeze, "marcrelators:etr".freeze, "marcrelators:evp".freeze, "marcrelators:exp".freeze, "marcrelators:fac".freeze, "marcrelators:fds".freeze, "marcrelators:fld".freeze, "marcrelators:flm".freeze, "marcrelators:fmd".freeze, "marcrelators:fmk".freeze, "marcrelators:fmo".freeze, "marcrelators:fmp".freeze, "marcrelators:fnd".freeze, "marcrelators:fpy".freeze, "marcrelators:frg".freeze, "marcrelators:gis".freeze, "marcrelators:his".freeze, "marcrelators:hnr".freeze, "marcrelators:hst".freeze, "marcrelators:ill".freeze, "marcrelators:ilu".freeze, "marcrelators:ins".freeze, "marcrelators:inv".freeze, "marcrelators:isb".freeze, "marcrelators:itr".freeze, "marcrelators:ive".freeze, "marcrelators:ivr".freeze, "marcrelators:jud".freeze, "marcrelators:jug".freeze, "marcrelators:lbr".freeze, "marcrelators:lbt".freeze, "marcrelators:ldr".freeze, "marcrelators:led".freeze, "marcrelators:lee".freeze, "marcrelators:lel".freeze, "marcrelators:len".freeze, "marcrelators:let".freeze, "marcrelators:lgd".freeze, "marcrelators:lie".freeze, "marcrelators:lil".freeze, "marcrelators:lit".freeze, "marcrelators:lsa".freeze, "marcrelators:lse".freeze, "marcrelators:lso".freeze, "marcrelators:ltg".freeze, "marcrelators:lyr".freeze, "marcrelators:mcp".freeze, "marcrelators:mdc".freeze, "marcrelators:med".freeze, "marcrelators:mfp".freeze, "marcrelators:mfr".freeze, "marcrelators:mod".freeze, "marcrelators:mon".freeze, "marcrelators:mrb".freeze, "marcrelators:mrk".freeze, "marcrelators:msd".freeze, "marcrelators:mte".freeze, "marcrelators:mtk".freeze, "marcrelators:mus".freeze, "marcrelators:nrt".freeze, "marcrelators:opn".freeze, "marcrelators:org".freeze, "marcrelators:orm".freeze, "marcrelators:osp".freeze, "marcrelators:oth".freeze, "marcrelators:own".freeze, "marcrelators:pan".freeze, "marcrelators:pat".freeze, "marcrelators:pbd".freeze, "marcrelators:pbl".freeze, "marcrelators:pdr".freeze, "marcrelators:pfr".freeze, "marcrelators:pht".freeze, "marcrelators:plt".freeze, "marcrelators:pma".freeze, "marcrelators:pmn".freeze, "marcrelators:pop".freeze, "marcrelators:ppm".freeze, "marcrelators:ppt".freeze, "marcrelators:pra".freeze, "marcrelators:prc".freeze, "marcrelators:prd".freeze, "marcrelators:pre".freeze, "marcrelators:prf".freeze, "marcrelators:prg".freeze, "marcrelators:prm".freeze, "marcrelators:prn".freeze, "marcrelators:pro".freeze, "marcrelators:prp".freeze, "marcrelators:prs".freeze, "marcrelators:prt".freeze, "marcrelators:prv".freeze, "marcrelators:pta".freeze, "marcrelators:pte".freeze, "marcrelators:ptf".freeze, "marcrelators:pth".freeze, "marcrelators:ptt".freeze, "marcrelators:pup".freeze, "marcrelators:rbr".freeze, "marcrelators:rcd".freeze, "marcrelators:rce".freeze, "marcrelators:rcp".freeze, "marcrelators:rdd".freeze, "marcrelators:red".freeze, "marcrelators:ren".freeze, "marcrelators:res".freeze, "marcrelators:rev".freeze, "marcrelators:rpc".freeze, "marcrelators:rps".freeze, "marcrelators:rpt".freeze, "marcrelators:rpy".freeze, "marcrelators:rse".freeze, "marcrelators:rsg".freeze, "marcrelators:rsp".freeze, "marcrelators:rsr".freeze, "marcrelators:rst".freeze, "marcrelators:rth".freeze, "marcrelators:rtm".freeze, "marcrelators:sad".freeze, "marcrelators:sce".freeze, "marcrelators:scl".freeze, "marcrelators:scr".freeze, "marcrelators:sds".freeze, "marcrelators:sec".freeze, "marcrelators:sgd".freeze, "marcrelators:sgn".freeze, "marcrelators:sht".freeze, "marcrelators:sll".freeze, "marcrelators:sng".freeze, "marcrelators:spk".freeze, "marcrelators:spn".freeze, "marcrelators:spy".freeze, "marcrelators:srv".freeze, "marcrelators:std".freeze, "marcrelators:stg".freeze, "marcrelators:stl".freeze, "marcrelators:stm".freeze, "marcrelators:stn".freeze, "marcrelators:str".freeze, "marcrelators:tcd".freeze, "marcrelators:tch".freeze, "marcrelators:ths".freeze, "marcrelators:tld".freeze, "marcrelators:tlp".freeze, "marcrelators:trc".freeze, "marcrelators:trl".freeze, "marcrelators:tyd".freeze, "marcrelators:tyg".freeze, "marcrelators:uvp".freeze, "marcrelators:vac".freeze, "marcrelators:vdg".freeze, "marcrelators:wac".freeze, "marcrelators:wal".freeze, "marcrelators:wam".freeze, "marcrelators:wat".freeze, "marcrelators:wdc".freeze, "marcrelators:wde".freeze, "marcrelators:win".freeze, "marcrelators:wit".freeze, "marcrelators:wpr".freeze, "marcrelators:wst".freeze],
825
- type: ["mads:MADSScheme".freeze, "skos:ConceptScheme".freeze]
14
+ type: ["http://www.loc.gov/mads/rdf/v1#Authority".freeze, "http://www.loc.gov/mads/rdf/v1#MADSScheme".freeze, "http://www.w3.org/2004/02/skos/core#ConceptScheme".freeze]
826
15
 
827
16
  # Extra definitions
828
17
  term :abr,
829
- "mads:authoritativeLabel": "Abridger".freeze,
830
- type: "mads:Authority".freeze
18
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Abridger".freeze,
19
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
831
20
  term :acp,
832
- "mads:authoritativeLabel": "Art copyist".freeze,
833
- type: "mads:Authority".freeze
21
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Art copyist".freeze,
22
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
834
23
  term :act,
835
- "mads:authoritativeLabel": "Actor".freeze,
836
- type: "mads:Authority".freeze
24
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Actor".freeze,
25
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
837
26
  term :adi,
838
- "mads:authoritativeLabel": "Art director".freeze,
839
- type: "mads:Authority".freeze
27
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Art director".freeze,
28
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
840
29
  term :adp,
841
- "mads:authoritativeLabel": "Adapter".freeze,
842
- type: "mads:Authority".freeze
30
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Adapter".freeze,
31
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
843
32
  term :aft,
844
- "mads:authoritativeLabel": "Author of afterword, colophon, etc.".freeze,
845
- type: "mads:Authority".freeze
33
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Author of afterword, colophon, etc.".freeze,
34
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
846
35
  term :anl,
847
- "mads:authoritativeLabel": "Analyst".freeze,
848
- type: "mads:Authority".freeze
36
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Analyst".freeze,
37
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
849
38
  term :anm,
850
- "mads:authoritativeLabel": "Animator".freeze,
851
- type: "mads:Authority".freeze
39
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Animator".freeze,
40
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
852
41
  term :ann,
853
- "mads:authoritativeLabel": "Annotator".freeze,
854
- type: "mads:Authority".freeze
42
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Annotator".freeze,
43
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
855
44
  term :ant,
856
- "mads:authoritativeLabel": "Bibliographic antecedent".freeze,
857
- type: "mads:Authority".freeze
45
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Bibliographic antecedent".freeze,
46
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
858
47
  term :ape,
859
- "mads:authoritativeLabel": "Appellee".freeze,
860
- type: "mads:Authority".freeze
48
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Appellee".freeze,
49
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
861
50
  term :apl,
862
- "mads:authoritativeLabel": "Appellant".freeze,
863
- type: "mads:Authority".freeze
51
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Appellant".freeze,
52
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
864
53
  term :app,
865
- "mads:authoritativeLabel": "Applicant".freeze,
866
- type: "mads:Authority".freeze
54
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Applicant".freeze,
55
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
867
56
  term :aqt,
868
- "mads:authoritativeLabel": "Author in quotations or text abstracts".freeze,
869
- type: "mads:Authority".freeze
57
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Author in quotations or text abstracts".freeze,
58
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
870
59
  term :arc,
871
- "mads:authoritativeLabel": "Architect".freeze,
872
- type: "mads:Authority".freeze
60
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Architect".freeze,
61
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
873
62
  term :ard,
874
- "mads:authoritativeLabel": "Artistic director".freeze,
875
- type: "mads:Authority".freeze
63
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Artistic director".freeze,
64
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
876
65
  term :arr,
877
- "mads:authoritativeLabel": "Arranger".freeze,
878
- type: "mads:Authority".freeze
66
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Arranger".freeze,
67
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
879
68
  term :art,
880
- "mads:authoritativeLabel": "Artist".freeze,
881
- type: "mads:Authority".freeze
69
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Artist".freeze,
70
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
882
71
  term :asg,
883
- "mads:authoritativeLabel": "Assignee".freeze,
884
- type: "mads:Authority".freeze
72
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Assignee".freeze,
73
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
885
74
  term :asn,
886
- "mads:authoritativeLabel": "Associated name".freeze,
887
- type: "mads:Authority".freeze
75
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Associated name".freeze,
76
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
888
77
  term :ato,
889
- "mads:authoritativeLabel": "Autographer".freeze,
890
- type: "mads:Authority".freeze
78
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Autographer".freeze,
79
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
891
80
  term :att,
892
- "mads:authoritativeLabel": "Attributed name".freeze,
893
- type: "mads:Authority".freeze
81
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Attributed name".freeze,
82
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
894
83
  term :auc,
895
- "mads:authoritativeLabel": "Auctioneer".freeze,
896
- type: "mads:Authority".freeze
84
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Auctioneer".freeze,
85
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
897
86
  term :aud,
898
- "mads:authoritativeLabel": "Author of dialog".freeze,
899
- type: "mads:Authority".freeze
87
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Author of dialog".freeze,
88
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
900
89
  term :aui,
901
- "mads:authoritativeLabel": "Author of introduction, etc.".freeze,
902
- type: "mads:Authority".freeze
90
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Author of introduction, etc.".freeze,
91
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
903
92
  term :aus,
904
- "mads:authoritativeLabel": "Screenwriter".freeze,
905
- type: "mads:Authority".freeze
93
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Screenwriter".freeze,
94
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
906
95
  term :aut,
907
- "mads:authoritativeLabel": "Author".freeze,
908
- type: "mads:Authority".freeze
96
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Author".freeze,
97
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
909
98
  term :bdd,
910
- "mads:authoritativeLabel": "Binding designer".freeze,
911
- type: "mads:Authority".freeze
99
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Binding designer".freeze,
100
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
912
101
  term :bjd,
913
- "mads:authoritativeLabel": "Bookjacket designer".freeze,
914
- type: "mads:Authority".freeze
102
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Bookjacket designer".freeze,
103
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
915
104
  term :bkd,
916
- "mads:authoritativeLabel": "Book designer".freeze,
917
- type: "mads:Authority".freeze
105
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Book designer".freeze,
106
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
918
107
  term :bkp,
919
- "mads:authoritativeLabel": "Book producer".freeze,
920
- type: "mads:Authority".freeze
108
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Book producer".freeze,
109
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
921
110
  term :blw,
922
- "mads:authoritativeLabel": "Blurb writer".freeze,
923
- type: "mads:Authority".freeze
111
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Blurb writer".freeze,
112
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
924
113
  term :bnd,
925
- "mads:authoritativeLabel": "Binder".freeze,
926
- type: "mads:Authority".freeze
114
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Binder".freeze,
115
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
927
116
  term :bpd,
928
- "mads:authoritativeLabel": "Bookplate designer".freeze,
929
- type: "mads:Authority".freeze
117
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Bookplate designer".freeze,
118
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
930
119
  term :brd,
931
- "mads:authoritativeLabel": "Broadcaster".freeze,
932
- type: "mads:Authority".freeze
120
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Broadcaster".freeze,
121
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
933
122
  term :brl,
934
- "mads:authoritativeLabel": "Braille embosser".freeze,
935
- type: "mads:Authority".freeze
123
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Braille embosser".freeze,
124
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
936
125
  term :bsl,
937
- "mads:authoritativeLabel": "Bookseller".freeze,
938
- type: "mads:Authority".freeze
126
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Bookseller".freeze,
127
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
939
128
  term :cas,
940
- "mads:authoritativeLabel": "Caster".freeze,
941
- type: "mads:Authority".freeze
129
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Caster".freeze,
130
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
942
131
  term :ccp,
943
- "mads:authoritativeLabel": "Conceptor".freeze,
944
- type: "mads:Authority".freeze
132
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Conceptor".freeze,
133
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
945
134
  term :chr,
946
- "mads:authoritativeLabel": "Choreographer".freeze,
947
- type: "mads:Authority".freeze
135
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Choreographer".freeze,
136
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
948
137
  term :cli,
949
- "mads:authoritativeLabel": "Client".freeze,
950
- type: "mads:Authority".freeze
138
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Client".freeze,
139
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
951
140
  term :cll,
952
- "mads:authoritativeLabel": "Calligrapher".freeze,
953
- type: "mads:Authority".freeze
141
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Calligrapher".freeze,
142
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
954
143
  term :clr,
955
- "mads:authoritativeLabel": "Colorist".freeze,
956
- type: "mads:Authority".freeze
144
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Colorist".freeze,
145
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
957
146
  term :clt,
958
- "mads:authoritativeLabel": "Collotyper".freeze,
959
- type: "mads:Authority".freeze
147
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Collotyper".freeze,
148
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
960
149
  term :cmm,
961
- "mads:authoritativeLabel": "Commentator".freeze,
962
- type: "mads:Authority".freeze
150
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Commentator".freeze,
151
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
963
152
  term :cmp,
964
- "mads:authoritativeLabel": "Composer".freeze,
965
- type: "mads:Authority".freeze
153
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Composer".freeze,
154
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
966
155
  term :cmt,
967
- "mads:authoritativeLabel": "Compositor".freeze,
968
- type: "mads:Authority".freeze
156
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Compositor".freeze,
157
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
969
158
  term :cnd,
970
- "mads:authoritativeLabel": "Conductor".freeze,
971
- type: "mads:Authority".freeze
159
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Conductor".freeze,
160
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
972
161
  term :cng,
973
- "mads:authoritativeLabel": "Cinematographer".freeze,
974
- type: "mads:Authority".freeze
162
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Cinematographer".freeze,
163
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
975
164
  term :cns,
976
- "mads:authoritativeLabel": "Censor".freeze,
977
- type: "mads:Authority".freeze
165
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Censor".freeze,
166
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
978
167
  term :coe,
979
- "mads:authoritativeLabel": "Contestant-appellee".freeze,
980
- type: "mads:Authority".freeze
168
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Contestant-appellee".freeze,
169
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
981
170
  term :col,
982
- "mads:authoritativeLabel": "Collector".freeze,
983
- type: "mads:Authority".freeze
171
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Collector".freeze,
172
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
984
173
  term :com,
985
- "mads:authoritativeLabel": "Compiler".freeze,
986
- type: "mads:Authority".freeze
174
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Compiler".freeze,
175
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
987
176
  term :con,
988
- "mads:authoritativeLabel": "Conservator".freeze,
989
- type: "mads:Authority".freeze
177
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Conservator".freeze,
178
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
990
179
  term :cor,
991
- "mads:authoritativeLabel": "Collection registrar".freeze,
992
- type: "mads:Authority".freeze
180
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Collection registrar".freeze,
181
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
993
182
  term :cos,
994
- "mads:authoritativeLabel": "Contestant".freeze,
995
- type: "mads:Authority".freeze
183
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Contestant".freeze,
184
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
996
185
  term :cot,
997
- "mads:authoritativeLabel": "Contestant-appellant".freeze,
998
- type: "mads:Authority".freeze
186
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Contestant-appellant".freeze,
187
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
999
188
  term :cou,
1000
- "mads:authoritativeLabel": "Court governed".freeze,
1001
- type: "mads:Authority".freeze
189
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Court governed".freeze,
190
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1002
191
  term :cov,
1003
- "mads:authoritativeLabel": "Cover designer".freeze,
1004
- type: "mads:Authority".freeze
192
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Cover designer".freeze,
193
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1005
194
  term :cpc,
1006
- "mads:authoritativeLabel": "Copyright claimant".freeze,
1007
- type: "mads:Authority".freeze
195
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Copyright claimant".freeze,
196
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1008
197
  term :cpe,
1009
- "mads:authoritativeLabel": "Complainant-appellee".freeze,
1010
- type: "mads:Authority".freeze
198
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Complainant-appellee".freeze,
199
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1011
200
  term :cph,
1012
- "mads:authoritativeLabel": "Copyright holder".freeze,
1013
- type: "mads:Authority".freeze
201
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Copyright holder".freeze,
202
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1014
203
  term :cpl,
1015
- "mads:authoritativeLabel": "Complainant".freeze,
1016
- type: "mads:Authority".freeze
204
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Complainant".freeze,
205
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1017
206
  term :cpt,
1018
- "mads:authoritativeLabel": "Complainant-appellant".freeze,
1019
- type: "mads:Authority".freeze
207
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Complainant-appellant".freeze,
208
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1020
209
  term :cre,
1021
- "mads:authoritativeLabel": "Creator".freeze,
1022
- type: "mads:Authority".freeze
210
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Creator".freeze,
211
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1023
212
  term :crp,
1024
- "mads:authoritativeLabel": "Correspondent".freeze,
1025
- type: "mads:Authority".freeze
213
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Correspondent".freeze,
214
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1026
215
  term :crr,
1027
- "mads:authoritativeLabel": "Corrector".freeze,
1028
- type: "mads:Authority".freeze
216
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Corrector".freeze,
217
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1029
218
  term :crt,
1030
- "mads:authoritativeLabel": "Court reporter".freeze,
1031
- type: "mads:Authority".freeze
219
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Court reporter".freeze,
220
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1032
221
  term :csl,
1033
- "mads:authoritativeLabel": "Consultant".freeze,
1034
- type: "mads:Authority".freeze
222
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Consultant".freeze,
223
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1035
224
  term :csp,
1036
- "mads:authoritativeLabel": "Consultant to a project".freeze,
1037
- type: "mads:Authority".freeze
225
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Consultant to a project".freeze,
226
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1038
227
  term :cst,
1039
- "mads:authoritativeLabel": "Costume designer".freeze,
1040
- type: "mads:Authority".freeze
228
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Costume designer".freeze,
229
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1041
230
  term :ctb,
1042
- "mads:authoritativeLabel": "Contributor".freeze,
1043
- type: "mads:Authority".freeze
231
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Contributor".freeze,
232
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1044
233
  term :cte,
1045
- "mads:authoritativeLabel": "Contestee-appellee".freeze,
1046
- type: "mads:Authority".freeze
234
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Contestee-appellee".freeze,
235
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1047
236
  term :ctg,
1048
- "mads:authoritativeLabel": "Cartographer".freeze,
1049
- type: "mads:Authority".freeze
237
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Cartographer".freeze,
238
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1050
239
  term :ctr,
1051
- "mads:authoritativeLabel": "Contractor".freeze,
1052
- type: "mads:Authority".freeze
240
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Contractor".freeze,
241
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1053
242
  term :cts,
1054
- "mads:authoritativeLabel": "Contestee".freeze,
1055
- type: "mads:Authority".freeze
243
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Contestee".freeze,
244
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1056
245
  term :ctt,
1057
- "mads:authoritativeLabel": "Contestee-appellant".freeze,
1058
- type: "mads:Authority".freeze
246
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Contestee-appellant".freeze,
247
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1059
248
  term :cur,
1060
- "mads:authoritativeLabel": "Curator".freeze,
1061
- type: "mads:Authority".freeze
249
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Curator".freeze,
250
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1062
251
  term :cwt,
1063
- "mads:authoritativeLabel": "Commentator for written text".freeze,
1064
- type: "mads:Authority".freeze
252
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Commentator for written text".freeze,
253
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1065
254
  term :dbp,
1066
- "mads:authoritativeLabel": "Distribution place".freeze,
1067
- type: "mads:Authority".freeze
255
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Distribution place".freeze,
256
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1068
257
  term :dfd,
1069
- "mads:authoritativeLabel": "Defendant".freeze,
1070
- type: "mads:Authority".freeze
258
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Defendant".freeze,
259
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1071
260
  term :dfe,
1072
- "mads:authoritativeLabel": "Defendant-appellee".freeze,
1073
- type: "mads:Authority".freeze
261
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Defendant-appellee".freeze,
262
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1074
263
  term :dft,
1075
- "mads:authoritativeLabel": "Defendant-appellant".freeze,
1076
- type: "mads:Authority".freeze
264
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Defendant-appellant".freeze,
265
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1077
266
  term :dgg,
1078
- "mads:authoritativeLabel": "Degree granting institution".freeze,
1079
- type: "mads:Authority".freeze
267
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Degree granting institution".freeze,
268
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1080
269
  term :dgs,
1081
- "mads:authoritativeLabel": "Degree supervisor".freeze,
1082
- type: "mads:Authority".freeze
270
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Degree supervisor".freeze,
271
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1083
272
  term :dis,
1084
- "mads:authoritativeLabel": "Dissertant".freeze,
1085
- type: "mads:Authority".freeze
273
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Dissertant".freeze,
274
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1086
275
  term :dln,
1087
- "mads:authoritativeLabel": "Delineator".freeze,
1088
- type: "mads:Authority".freeze
276
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Delineator".freeze,
277
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1089
278
  term :dnc,
1090
- "mads:authoritativeLabel": "Dancer".freeze,
1091
- type: "mads:Authority".freeze
279
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Dancer".freeze,
280
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1092
281
  term :dnr,
1093
- "mads:authoritativeLabel": "Donor".freeze,
1094
- type: "mads:Authority".freeze
282
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Donor".freeze,
283
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1095
284
  term :dpc,
1096
- "mads:authoritativeLabel": "Depicted".freeze,
1097
- type: "mads:Authority".freeze
285
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Depicted".freeze,
286
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1098
287
  term :dpt,
1099
- "mads:authoritativeLabel": "Depositor".freeze,
1100
- type: "mads:Authority".freeze
288
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Depositor".freeze,
289
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1101
290
  term :drm,
1102
- "mads:authoritativeLabel": "Draftsman".freeze,
1103
- type: "mads:Authority".freeze
291
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Draftsman".freeze,
292
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1104
293
  term :drt,
1105
- "mads:authoritativeLabel": "Director".freeze,
1106
- type: "mads:Authority".freeze
294
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Director".freeze,
295
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1107
296
  term :dsr,
1108
- "mads:authoritativeLabel": "Designer".freeze,
1109
- type: "mads:Authority".freeze
297
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Designer".freeze,
298
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1110
299
  term :dst,
1111
- "mads:authoritativeLabel": "Distributor".freeze,
1112
- type: "mads:Authority".freeze
300
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Distributor".freeze,
301
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1113
302
  term :dtc,
1114
- "mads:authoritativeLabel": "Data contributor".freeze,
1115
- type: "mads:Authority".freeze
303
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Data contributor".freeze,
304
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1116
305
  term :dte,
1117
- "mads:authoritativeLabel": "Dedicatee".freeze,
1118
- type: "mads:Authority".freeze
306
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Dedicatee".freeze,
307
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1119
308
  term :dtm,
1120
- "mads:authoritativeLabel": "Data manager".freeze,
1121
- type: "mads:Authority".freeze
309
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Data manager".freeze,
310
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1122
311
  term :dto,
1123
- "mads:authoritativeLabel": "Dedicator".freeze,
1124
- type: "mads:Authority".freeze
312
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Dedicator".freeze,
313
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1125
314
  term :dub,
1126
- "mads:authoritativeLabel": "Dubious author".freeze,
1127
- type: "mads:Authority".freeze
315
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Dubious author".freeze,
316
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1128
317
  term :edc,
1129
- "mads:authoritativeLabel": "Editor of compilation".freeze,
1130
- type: "mads:Authority".freeze
318
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Editor of compilation".freeze,
319
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1131
320
  term :edm,
1132
- "mads:authoritativeLabel": "Editor of moving image work".freeze,
1133
- type: "mads:Authority".freeze
321
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Editor of moving image work".freeze,
322
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1134
323
  term :edt,
1135
- "mads:authoritativeLabel": "Editor".freeze,
1136
- type: "mads:Authority".freeze
324
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Editor".freeze,
325
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1137
326
  term :egr,
1138
- "mads:authoritativeLabel": "Engraver".freeze,
1139
- type: "mads:Authority".freeze
327
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Engraver".freeze,
328
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1140
329
  term :elg,
1141
- "mads:authoritativeLabel": "Electrician".freeze,
1142
- type: "mads:Authority".freeze
330
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Electrician".freeze,
331
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1143
332
  term :elt,
1144
- "mads:authoritativeLabel": "Electrotyper".freeze,
1145
- type: "mads:Authority".freeze
333
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Electrotyper".freeze,
334
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1146
335
  term :eng,
1147
- "mads:authoritativeLabel": "Engineer".freeze,
1148
- type: "mads:Authority".freeze
336
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Engineer".freeze,
337
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1149
338
  term :enj,
1150
- "mads:authoritativeLabel": "Enacting jurisdiction".freeze,
1151
- type: "mads:Authority".freeze
339
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Enacting jurisdiction".freeze,
340
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1152
341
  term :etr,
1153
- "mads:authoritativeLabel": "Etcher".freeze,
1154
- type: "mads:Authority".freeze
342
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Etcher".freeze,
343
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1155
344
  term :evp,
1156
- "mads:authoritativeLabel": "Event place".freeze,
1157
- type: "mads:Authority".freeze
345
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Event place".freeze,
346
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1158
347
  term :exp,
1159
- "mads:authoritativeLabel": "Expert".freeze,
1160
- type: "mads:Authority".freeze
348
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Expert".freeze,
349
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1161
350
  term :fac,
1162
- "mads:authoritativeLabel": "Facsimilist".freeze,
1163
- type: "mads:Authority".freeze
351
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Facsimilist".freeze,
352
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1164
353
  term :fds,
1165
- "mads:authoritativeLabel": "Film distributor".freeze,
1166
- type: "mads:Authority".freeze
354
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Film distributor".freeze,
355
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1167
356
  term :fld,
1168
- "mads:authoritativeLabel": "Field director".freeze,
1169
- type: "mads:Authority".freeze
357
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Field director".freeze,
358
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1170
359
  term :flm,
1171
- "mads:authoritativeLabel": "Film editor".freeze,
1172
- type: "mads:Authority".freeze
360
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Film editor".freeze,
361
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1173
362
  term :fmd,
1174
- "mads:authoritativeLabel": "Film director".freeze,
1175
- type: "mads:Authority".freeze
363
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Film director".freeze,
364
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1176
365
  term :fmk,
1177
- "mads:authoritativeLabel": "Filmmaker".freeze,
1178
- type: "mads:Authority".freeze
366
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Filmmaker".freeze,
367
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1179
368
  term :fmo,
1180
- "mads:authoritativeLabel": "Former owner".freeze,
1181
- type: "mads:Authority".freeze
369
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Former owner".freeze,
370
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1182
371
  term :fmp,
1183
- "mads:authoritativeLabel": "Film producer".freeze,
1184
- type: "mads:Authority".freeze
372
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Film producer".freeze,
373
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1185
374
  term :fnd,
1186
- "mads:authoritativeLabel": "Funder".freeze,
1187
- type: "mads:Authority".freeze
375
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Funder".freeze,
376
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1188
377
  term :fpy,
1189
- "mads:authoritativeLabel": "First party".freeze,
1190
- type: "mads:Authority".freeze
378
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "First party".freeze,
379
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1191
380
  term :frg,
1192
- "mads:authoritativeLabel": "Forger".freeze,
1193
- type: "mads:Authority".freeze
381
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Forger".freeze,
382
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1194
383
  term :gis,
1195
- "mads:authoritativeLabel": "Geographic information specialist".freeze,
1196
- type: "mads:Authority".freeze
384
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Geographic information specialist".freeze,
385
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1197
386
  term :his,
1198
- "mads:authoritativeLabel": "Host institution".freeze,
1199
- type: "mads:Authority".freeze
387
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Host institution".freeze,
388
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1200
389
  term :hnr,
1201
- "mads:authoritativeLabel": "Honoree".freeze,
1202
- type: "mads:Authority".freeze
390
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Honoree".freeze,
391
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1203
392
  term :hst,
1204
- "mads:authoritativeLabel": "Host".freeze,
1205
- type: "mads:Authority".freeze
393
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Host".freeze,
394
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1206
395
  term :ill,
1207
- "mads:authoritativeLabel": "Illustrator".freeze,
1208
- type: "mads:Authority".freeze
396
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Illustrator".freeze,
397
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1209
398
  term :ilu,
1210
- "mads:authoritativeLabel": "Illuminator".freeze,
1211
- type: "mads:Authority".freeze
399
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Illuminator".freeze,
400
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1212
401
  term :ins,
1213
- "mads:authoritativeLabel": "Inscriber".freeze,
1214
- type: "mads:Authority".freeze
402
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Inscriber".freeze,
403
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1215
404
  term :inv,
1216
- "mads:authoritativeLabel": "Inventor".freeze,
1217
- type: "mads:Authority".freeze
405
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Inventor".freeze,
406
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1218
407
  term :isb,
1219
- "mads:authoritativeLabel": "Issuing body".freeze,
1220
- type: "mads:Authority".freeze
408
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Issuing body".freeze,
409
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1221
410
  term :itr,
1222
- "mads:authoritativeLabel": "Instrumentalist".freeze,
1223
- type: "mads:Authority".freeze
411
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Instrumentalist".freeze,
412
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1224
413
  term :ive,
1225
- "mads:authoritativeLabel": "Interviewee".freeze,
1226
- type: "mads:Authority".freeze
414
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Interviewee".freeze,
415
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1227
416
  term :ivr,
1228
- "mads:authoritativeLabel": "Interviewer".freeze,
1229
- type: "mads:Authority".freeze
417
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Interviewer".freeze,
418
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1230
419
  term :jud,
1231
- "mads:authoritativeLabel": "Judge".freeze,
1232
- type: "mads:Authority".freeze
420
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Judge".freeze,
421
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1233
422
  term :jug,
1234
- "mads:authoritativeLabel": "Jurisdiction governed".freeze,
1235
- type: "mads:Authority".freeze
423
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Jurisdiction governed".freeze,
424
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1236
425
  term :lbr,
1237
- "mads:authoritativeLabel": "Laboratory".freeze,
1238
- type: "mads:Authority".freeze
426
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Laboratory".freeze,
427
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1239
428
  term :lbt,
1240
- "mads:authoritativeLabel": "Librettist".freeze,
1241
- type: "mads:Authority".freeze
429
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Librettist".freeze,
430
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1242
431
  term :ldr,
1243
- "mads:authoritativeLabel": "Laboratory director".freeze,
1244
- type: "mads:Authority".freeze
432
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Laboratory director".freeze,
433
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1245
434
  term :led,
1246
- "mads:authoritativeLabel": "Lead".freeze,
1247
- type: "mads:Authority".freeze
435
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Lead".freeze,
436
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1248
437
  term :lee,
1249
- "mads:authoritativeLabel": "Libelee-appellee".freeze,
1250
- type: "mads:Authority".freeze
438
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Libelee-appellee".freeze,
439
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1251
440
  term :lel,
1252
- "mads:authoritativeLabel": "Libelee".freeze,
1253
- type: "mads:Authority".freeze
441
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Libelee".freeze,
442
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1254
443
  term :len,
1255
- "mads:authoritativeLabel": "Lender".freeze,
1256
- type: "mads:Authority".freeze
444
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Lender".freeze,
445
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1257
446
  term :let,
1258
- "mads:authoritativeLabel": "Libelee-appellant".freeze,
1259
- type: "mads:Authority".freeze
447
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Libelee-appellant".freeze,
448
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1260
449
  term :lgd,
1261
- "mads:authoritativeLabel": "Lighting designer".freeze,
1262
- type: "mads:Authority".freeze
450
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Lighting designer".freeze,
451
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1263
452
  term :lie,
1264
- "mads:authoritativeLabel": "Libelant-appellee".freeze,
1265
- type: "mads:Authority".freeze
453
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Libelant-appellee".freeze,
454
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1266
455
  term :lil,
1267
- "mads:authoritativeLabel": "Libelant".freeze,
1268
- type: "mads:Authority".freeze
456
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Libelant".freeze,
457
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1269
458
  term :lit,
1270
- "mads:authoritativeLabel": "Libelant-appellant".freeze,
1271
- type: "mads:Authority".freeze
459
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Libelant-appellant".freeze,
460
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1272
461
  term :lsa,
1273
- "mads:authoritativeLabel": "Landscape architect".freeze,
1274
- type: "mads:Authority".freeze
462
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Landscape architect".freeze,
463
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1275
464
  term :lse,
1276
- "mads:authoritativeLabel": "Licensee".freeze,
1277
- type: "mads:Authority".freeze
465
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Licensee".freeze,
466
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1278
467
  term :lso,
1279
- "mads:authoritativeLabel": "Licensor".freeze,
1280
- type: "mads:Authority".freeze
468
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Licensor".freeze,
469
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1281
470
  term :ltg,
1282
- "mads:authoritativeLabel": "Lithographer".freeze,
1283
- type: "mads:Authority".freeze
471
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Lithographer".freeze,
472
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1284
473
  term :lyr,
1285
- "mads:authoritativeLabel": "Lyricist".freeze,
1286
- type: "mads:Authority".freeze
474
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Lyricist".freeze,
475
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1287
476
  term :mcp,
1288
- "mads:authoritativeLabel": "Music copyist".freeze,
1289
- type: "mads:Authority".freeze
477
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Music copyist".freeze,
478
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1290
479
  term :mdc,
1291
- "mads:authoritativeLabel": "Metadata contact".freeze,
1292
- type: "mads:Authority".freeze
480
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Metadata contact".freeze,
481
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1293
482
  term :med,
1294
- "mads:authoritativeLabel": "Medium".freeze,
1295
- type: "mads:Authority".freeze
483
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Medium".freeze,
484
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1296
485
  term :mfp,
1297
- "mads:authoritativeLabel": "Manufacture place".freeze,
1298
- type: "mads:Authority".freeze
486
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Manufacture place".freeze,
487
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1299
488
  term :mfr,
1300
- "mads:authoritativeLabel": "Manufacturer".freeze,
1301
- type: "mads:Authority".freeze
489
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Manufacturer".freeze,
490
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1302
491
  term :mod,
1303
- "mads:authoritativeLabel": "Moderator".freeze,
1304
- type: "mads:Authority".freeze
492
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Moderator".freeze,
493
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1305
494
  term :mon,
1306
- "mads:authoritativeLabel": "Monitor".freeze,
1307
- type: "mads:Authority".freeze
495
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Monitor".freeze,
496
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1308
497
  term :mrb,
1309
- "mads:authoritativeLabel": "Marbler".freeze,
1310
- type: "mads:Authority".freeze
498
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Marbler".freeze,
499
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1311
500
  term :mrk,
1312
- "mads:authoritativeLabel": "Markup editor".freeze,
1313
- type: "mads:Authority".freeze
501
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Markup editor".freeze,
502
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1314
503
  term :msd,
1315
- "mads:authoritativeLabel": "Musical director".freeze,
1316
- type: "mads:Authority".freeze
504
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Musical director".freeze,
505
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1317
506
  term :mte,
1318
- "mads:authoritativeLabel": "Metal-engraver".freeze,
1319
- type: "mads:Authority".freeze
507
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Metal-engraver".freeze,
508
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1320
509
  term :mtk,
1321
- "mads:authoritativeLabel": "Minute taker".freeze,
1322
- type: "mads:Authority".freeze
510
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Minute taker".freeze,
511
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1323
512
  term :mus,
1324
- "mads:authoritativeLabel": "Musician".freeze,
1325
- type: "mads:Authority".freeze
513
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Musician".freeze,
514
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1326
515
  term :nrt,
1327
- "mads:authoritativeLabel": "Narrator".freeze,
1328
- type: "mads:Authority".freeze
516
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Narrator".freeze,
517
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1329
518
  term :opn,
1330
- "mads:authoritativeLabel": "Opponent".freeze,
1331
- type: "mads:Authority".freeze
519
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Opponent".freeze,
520
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1332
521
  term :org,
1333
- "mads:authoritativeLabel": "Originator".freeze,
1334
- type: "mads:Authority".freeze
522
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Originator".freeze,
523
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1335
524
  term :orm,
1336
- "mads:authoritativeLabel": "Organizer".freeze,
1337
- type: "mads:Authority".freeze
525
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Organizer".freeze,
526
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1338
527
  term :osp,
1339
- "mads:authoritativeLabel": "Onscreen presenter".freeze,
1340
- type: "mads:Authority".freeze
528
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Onscreen presenter".freeze,
529
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1341
530
  term :oth,
1342
- "mads:authoritativeLabel": "Other".freeze,
1343
- type: "mads:Authority".freeze
531
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Other".freeze,
532
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1344
533
  term :own,
1345
- "mads:authoritativeLabel": "Owner".freeze,
1346
- type: "mads:Authority".freeze
534
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Owner".freeze,
535
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1347
536
  term :pan,
1348
- "mads:authoritativeLabel": "Panelist".freeze,
1349
- type: "mads:Authority".freeze
537
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Panelist".freeze,
538
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1350
539
  term :pat,
1351
- "mads:authoritativeLabel": "Patron".freeze,
1352
- type: "mads:Authority".freeze
540
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Patron".freeze,
541
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1353
542
  term :pbd,
1354
- "mads:authoritativeLabel": "Publishing director".freeze,
1355
- type: "mads:Authority".freeze
543
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Publishing director".freeze,
544
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1356
545
  term :pbl,
1357
- "mads:authoritativeLabel": "Publisher".freeze,
1358
- type: "mads:Authority".freeze
546
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Publisher".freeze,
547
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1359
548
  term :pdr,
1360
- "mads:authoritativeLabel": "Project director".freeze,
1361
- type: "mads:Authority".freeze
549
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Project director".freeze,
550
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1362
551
  term :pfr,
1363
- "mads:authoritativeLabel": "Proofreader".freeze,
1364
- type: "mads:Authority".freeze
552
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Proofreader".freeze,
553
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1365
554
  term :pht,
1366
- "mads:authoritativeLabel": "Photographer".freeze,
1367
- type: "mads:Authority".freeze
555
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Photographer".freeze,
556
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1368
557
  term :plt,
1369
- "mads:authoritativeLabel": "Platemaker".freeze,
1370
- type: "mads:Authority".freeze
558
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Platemaker".freeze,
559
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1371
560
  term :pma,
1372
- "mads:authoritativeLabel": "Permitting agency".freeze,
1373
- type: "mads:Authority".freeze
561
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Permitting agency".freeze,
562
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1374
563
  term :pmn,
1375
- "mads:authoritativeLabel": "Production manager".freeze,
1376
- type: "mads:Authority".freeze
564
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Production manager".freeze,
565
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1377
566
  term :pop,
1378
- "mads:authoritativeLabel": "Printer of plates".freeze,
1379
- type: "mads:Authority".freeze
567
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Printer of plates".freeze,
568
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1380
569
  term :ppm,
1381
- "mads:authoritativeLabel": "Papermaker".freeze,
1382
- type: "mads:Authority".freeze
570
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Papermaker".freeze,
571
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1383
572
  term :ppt,
1384
- "mads:authoritativeLabel": "Puppeteer".freeze,
1385
- type: "mads:Authority".freeze
573
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Puppeteer".freeze,
574
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1386
575
  term :pra,
1387
- "mads:authoritativeLabel": "Praeses".freeze,
1388
- type: "mads:Authority".freeze
576
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Praeses".freeze,
577
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1389
578
  term :prc,
1390
- "mads:authoritativeLabel": "Process contact".freeze,
1391
- type: "mads:Authority".freeze
579
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Process contact".freeze,
580
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1392
581
  term :prd,
1393
- "mads:authoritativeLabel": "Production personnel".freeze,
1394
- type: "mads:Authority".freeze
582
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Production personnel".freeze,
583
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1395
584
  term :pre,
1396
- "mads:authoritativeLabel": "Presenter".freeze,
1397
- type: "mads:Authority".freeze
585
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Presenter".freeze,
586
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1398
587
  term :prf,
1399
- "mads:authoritativeLabel": "Performer".freeze,
1400
- type: "mads:Authority".freeze
588
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Performer".freeze,
589
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1401
590
  term :prg,
1402
- "mads:authoritativeLabel": "Programmer".freeze,
1403
- type: "mads:Authority".freeze
591
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Programmer".freeze,
592
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1404
593
  term :prm,
1405
- "mads:authoritativeLabel": "Printmaker".freeze,
1406
- type: "mads:Authority".freeze
594
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Printmaker".freeze,
595
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1407
596
  term :prn,
1408
- "mads:authoritativeLabel": "Production company".freeze,
1409
- type: "mads:Authority".freeze
597
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Production company".freeze,
598
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1410
599
  term :pro,
1411
- "mads:authoritativeLabel": "Producer".freeze,
1412
- type: "mads:Authority".freeze
600
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Producer".freeze,
601
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1413
602
  term :prp,
1414
- "mads:authoritativeLabel": "Production place".freeze,
1415
- type: "mads:Authority".freeze
603
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Production place".freeze,
604
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1416
605
  term :prs,
1417
- "mads:authoritativeLabel": "Production designer".freeze,
1418
- type: "mads:Authority".freeze
606
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Production designer".freeze,
607
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1419
608
  term :prt,
1420
- "mads:authoritativeLabel": "Printer".freeze,
1421
- type: "mads:Authority".freeze
609
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Printer".freeze,
610
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1422
611
  term :prv,
1423
- "mads:authoritativeLabel": "Provider".freeze,
1424
- type: "mads:Authority".freeze
612
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Provider".freeze,
613
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1425
614
  term :pta,
1426
- "mads:authoritativeLabel": "Patent applicant".freeze,
1427
- type: "mads:Authority".freeze
615
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Patent applicant".freeze,
616
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1428
617
  term :pte,
1429
- "mads:authoritativeLabel": "Plaintiff-appellee".freeze,
1430
- type: "mads:Authority".freeze
618
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Plaintiff-appellee".freeze,
619
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1431
620
  term :ptf,
1432
- "mads:authoritativeLabel": "Plaintiff".freeze,
1433
- type: "mads:Authority".freeze
621
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Plaintiff".freeze,
622
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1434
623
  term :pth,
1435
- "mads:authoritativeLabel": "Patent holder".freeze,
1436
- type: "mads:Authority".freeze
624
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Patent holder".freeze,
625
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1437
626
  term :ptt,
1438
- "mads:authoritativeLabel": "Plaintiff-appellant".freeze,
1439
- type: "mads:Authority".freeze
627
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Plaintiff-appellant".freeze,
628
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1440
629
  term :pup,
1441
- "mads:authoritativeLabel": "Publication place".freeze,
1442
- type: "mads:Authority".freeze
630
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Publication place".freeze,
631
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1443
632
  term :rbr,
1444
- "mads:authoritativeLabel": "Rubricator".freeze,
1445
- type: "mads:Authority".freeze
633
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Rubricator".freeze,
634
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1446
635
  term :rcd,
1447
- "mads:authoritativeLabel": "Recordist".freeze,
1448
- type: "mads:Authority".freeze
636
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Recordist".freeze,
637
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1449
638
  term :rce,
1450
- "mads:authoritativeLabel": "Recording engineer".freeze,
1451
- type: "mads:Authority".freeze
639
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Recording engineer".freeze,
640
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1452
641
  term :rcp,
1453
- "mads:authoritativeLabel": "Addressee".freeze,
1454
- type: "mads:Authority".freeze
642
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Addressee".freeze,
643
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1455
644
  term :rdd,
1456
- "mads:authoritativeLabel": "Radio director".freeze,
1457
- type: "mads:Authority".freeze
645
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Radio director".freeze,
646
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1458
647
  term :red,
1459
- "mads:authoritativeLabel": "Redaktor".freeze,
1460
- type: "mads:Authority".freeze
648
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Redaktor".freeze,
649
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1461
650
  term :ren,
1462
- "mads:authoritativeLabel": "Renderer".freeze,
1463
- type: "mads:Authority".freeze
651
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Renderer".freeze,
652
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1464
653
  term :res,
1465
- "mads:authoritativeLabel": "Researcher".freeze,
1466
- type: "mads:Authority".freeze
654
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Researcher".freeze,
655
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1467
656
  term :rev,
1468
- "mads:authoritativeLabel": "Reviewer".freeze,
1469
- type: "mads:Authority".freeze
657
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Reviewer".freeze,
658
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1470
659
  term :rpc,
1471
- "mads:authoritativeLabel": "Radio producer".freeze,
1472
- type: "mads:Authority".freeze
660
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Radio producer".freeze,
661
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1473
662
  term :rps,
1474
- "mads:authoritativeLabel": "Repository".freeze,
1475
- type: "mads:Authority".freeze
663
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Repository".freeze,
664
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1476
665
  term :rpt,
1477
- "mads:authoritativeLabel": "Reporter".freeze,
1478
- type: "mads:Authority".freeze
666
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Reporter".freeze,
667
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1479
668
  term :rpy,
1480
- "mads:authoritativeLabel": "Responsible party".freeze,
1481
- type: "mads:Authority".freeze
669
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Responsible party".freeze,
670
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1482
671
  term :rse,
1483
- "mads:authoritativeLabel": "Respondent-appellee".freeze,
1484
- type: "mads:Authority".freeze
672
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Respondent-appellee".freeze,
673
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1485
674
  term :rsg,
1486
- "mads:authoritativeLabel": "Restager".freeze,
1487
- type: "mads:Authority".freeze
675
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Restager".freeze,
676
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1488
677
  term :rsp,
1489
- "mads:authoritativeLabel": "Respondent".freeze,
1490
- type: "mads:Authority".freeze
678
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Respondent".freeze,
679
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1491
680
  term :rsr,
1492
- "mads:authoritativeLabel": "Restorationist".freeze,
1493
- type: "mads:Authority".freeze
681
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Restorationist".freeze,
682
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1494
683
  term :rst,
1495
- "mads:authoritativeLabel": "Respondent-appellant".freeze,
1496
- type: "mads:Authority".freeze
684
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Respondent-appellant".freeze,
685
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1497
686
  term :rth,
1498
- "mads:authoritativeLabel": "Research team head".freeze,
1499
- type: "mads:Authority".freeze
687
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Research team head".freeze,
688
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1500
689
  term :rtm,
1501
- "mads:authoritativeLabel": "Research team member".freeze,
1502
- type: "mads:Authority".freeze
690
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Research team member".freeze,
691
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1503
692
  term :sad,
1504
- "mads:authoritativeLabel": "Scientific advisor".freeze,
1505
- type: "mads:Authority".freeze
693
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Scientific advisor".freeze,
694
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1506
695
  term :sce,
1507
- "mads:authoritativeLabel": "Scenarist".freeze,
1508
- type: "mads:Authority".freeze
696
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Scenarist".freeze,
697
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1509
698
  term :scl,
1510
- "mads:authoritativeLabel": "Sculptor".freeze,
1511
- type: "mads:Authority".freeze
699
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sculptor".freeze,
700
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1512
701
  term :scr,
1513
- "mads:authoritativeLabel": "Scribe".freeze,
1514
- type: "mads:Authority".freeze
702
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Scribe".freeze,
703
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1515
704
  term :sds,
1516
- "mads:authoritativeLabel": "Sound designer".freeze,
1517
- type: "mads:Authority".freeze
705
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sound designer".freeze,
706
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1518
707
  term :sec,
1519
- "mads:authoritativeLabel": "Secretary".freeze,
1520
- type: "mads:Authority".freeze
708
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Secretary".freeze,
709
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1521
710
  term :sgd,
1522
- "mads:authoritativeLabel": "Stage director".freeze,
1523
- type: "mads:Authority".freeze
711
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Stage director".freeze,
712
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1524
713
  term :sgn,
1525
- "mads:authoritativeLabel": "Signer".freeze,
1526
- type: "mads:Authority".freeze
714
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Signer".freeze,
715
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1527
716
  term :sht,
1528
- "mads:authoritativeLabel": "Supporting host".freeze,
1529
- type: "mads:Authority".freeze
717
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Supporting host".freeze,
718
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1530
719
  term :sll,
1531
- "mads:authoritativeLabel": "Seller".freeze,
1532
- type: "mads:Authority".freeze
720
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Seller".freeze,
721
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1533
722
  term :sng,
1534
- "mads:authoritativeLabel": "Singer".freeze,
1535
- type: "mads:Authority".freeze
723
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Singer".freeze,
724
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1536
725
  term :spk,
1537
- "mads:authoritativeLabel": "Speaker".freeze,
1538
- type: "mads:Authority".freeze
726
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Speaker".freeze,
727
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1539
728
  term :spn,
1540
- "mads:authoritativeLabel": "Sponsor".freeze,
1541
- type: "mads:Authority".freeze
729
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sponsor".freeze,
730
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1542
731
  term :spy,
1543
- "mads:authoritativeLabel": "Second party".freeze,
1544
- type: "mads:Authority".freeze
732
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Second party".freeze,
733
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1545
734
  term :srv,
1546
- "mads:authoritativeLabel": "Surveyor".freeze,
1547
- type: "mads:Authority".freeze
735
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Surveyor".freeze,
736
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1548
737
  term :std,
1549
- "mads:authoritativeLabel": "Set designer".freeze,
1550
- type: "mads:Authority".freeze
738
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Set designer".freeze,
739
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1551
740
  term :stg,
1552
- "mads:authoritativeLabel": "Setting".freeze,
1553
- type: "mads:Authority".freeze
741
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Setting".freeze,
742
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1554
743
  term :stl,
1555
- "mads:authoritativeLabel": "Storyteller".freeze,
1556
- type: "mads:Authority".freeze
744
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Storyteller".freeze,
745
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1557
746
  term :stm,
1558
- "mads:authoritativeLabel": "Stage manager".freeze,
1559
- type: "mads:Authority".freeze
747
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Stage manager".freeze,
748
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1560
749
  term :stn,
1561
- "mads:authoritativeLabel": "Standards body".freeze,
1562
- type: "mads:Authority".freeze
750
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Standards body".freeze,
751
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1563
752
  term :str,
1564
- "mads:authoritativeLabel": "Stereotyper".freeze,
1565
- type: "mads:Authority".freeze
753
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Stereotyper".freeze,
754
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1566
755
  term :tcd,
1567
- "mads:authoritativeLabel": "Technical director".freeze,
1568
- type: "mads:Authority".freeze
756
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Technical director".freeze,
757
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1569
758
  term :tch,
1570
- "mads:authoritativeLabel": "Teacher".freeze,
1571
- type: "mads:Authority".freeze
759
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Teacher".freeze,
760
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1572
761
  term :ths,
1573
- "mads:authoritativeLabel": "Thesis advisor".freeze,
1574
- type: "mads:Authority".freeze
762
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Thesis advisor".freeze,
763
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1575
764
  term :tld,
1576
- "mads:authoritativeLabel": "Television director".freeze,
1577
- type: "mads:Authority".freeze
765
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Television director".freeze,
766
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1578
767
  term :tlp,
1579
- "mads:authoritativeLabel": "Television producer".freeze,
1580
- type: "mads:Authority".freeze
768
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Television producer".freeze,
769
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1581
770
  term :trc,
1582
- "mads:authoritativeLabel": "Transcriber".freeze,
1583
- type: "mads:Authority".freeze
771
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Transcriber".freeze,
772
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1584
773
  term :trl,
1585
- "mads:authoritativeLabel": "Translator".freeze,
1586
- type: "mads:Authority".freeze
774
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Translator".freeze,
775
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1587
776
  term :tyd,
1588
- "mads:authoritativeLabel": "Type designer".freeze,
1589
- type: "mads:Authority".freeze
777
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Type designer".freeze,
778
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1590
779
  term :tyg,
1591
- "mads:authoritativeLabel": "Typographer".freeze,
1592
- type: "mads:Authority".freeze
780
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Typographer".freeze,
781
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1593
782
  term :uvp,
1594
- "mads:authoritativeLabel": "University place".freeze,
1595
- type: "mads:Authority".freeze
783
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "University place".freeze,
784
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1596
785
  term :vac,
1597
- "mads:authoritativeLabel": "Voice actor".freeze,
1598
- type: "mads:Authority".freeze
786
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Voice actor".freeze,
787
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1599
788
  term :vdg,
1600
- "mads:authoritativeLabel": "Videographer".freeze,
1601
- type: "mads:Authority".freeze
789
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Videographer".freeze,
790
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1602
791
  term :wac,
1603
- "mads:authoritativeLabel": "Writer of added commentary".freeze,
1604
- type: "mads:Authority".freeze
792
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Writer of added commentary".freeze,
793
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1605
794
  term :wal,
1606
- "mads:authoritativeLabel": "Writer of added lyrics".freeze,
1607
- type: "mads:Authority".freeze
795
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Writer of added lyrics".freeze,
796
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1608
797
  term :wam,
1609
- "mads:authoritativeLabel": "Writer of accompanying material".freeze,
1610
- type: "mads:Authority".freeze
798
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Writer of accompanying material".freeze,
799
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1611
800
  term :wat,
1612
- "mads:authoritativeLabel": "Writer of added text".freeze,
1613
- type: "mads:Authority".freeze
801
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Writer of added text".freeze,
802
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1614
803
  term :wdc,
1615
- "mads:authoritativeLabel": "Woodcutter".freeze,
1616
- type: "mads:Authority".freeze
804
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Woodcutter".freeze,
805
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1617
806
  term :wde,
1618
- "mads:authoritativeLabel": "Wood engraver".freeze,
1619
- type: "mads:Authority".freeze
807
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Wood engraver".freeze,
808
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1620
809
  term :win,
1621
- "mads:authoritativeLabel": "Writer of introduction".freeze,
1622
- type: "mads:Authority".freeze
810
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Writer of introduction".freeze,
811
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1623
812
  term :wit,
1624
- "mads:authoritativeLabel": "Witness".freeze,
1625
- type: "mads:Authority".freeze
813
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Witness".freeze,
814
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1626
815
  term :wpr,
1627
- "mads:authoritativeLabel": "Writer of preface".freeze,
1628
- type: "mads:Authority".freeze
816
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Writer of preface".freeze,
817
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1629
818
  term :wst,
1630
- "mads:authoritativeLabel": "Writer of supplementary textual content".freeze,
1631
- type: "mads:Authority".freeze
819
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Writer of supplementary textual content".freeze,
820
+ type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
1632
821
  end
1633
822
  end