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