rdf-vocab 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab/acl.rb +91 -89
  5. data/lib/rdf/vocab/as.rb +624 -622
  6. data/lib/rdf/vocab/bf2.rb +2241 -2239
  7. data/lib/rdf/vocab/bibframe.rb +2241 -2239
  8. data/lib/rdf/vocab/bibo.rb +943 -941
  9. data/lib/rdf/vocab/cc.rb +102 -100
  10. data/lib/rdf/vocab/cert.rb +107 -105
  11. data/lib/rdf/vocab/cnt.rb +92 -90
  12. data/lib/rdf/vocab/crm.rb +1793 -1791
  13. data/lib/rdf/vocab/datacite.rb +261 -263
  14. data/lib/rdf/vocab/dbo.rb +4307 -4305
  15. data/lib/rdf/vocab/dc.rb +665 -663
  16. data/lib/rdf/vocab/dc11.rb +109 -107
  17. data/lib/rdf/vocab/dcat.rb +373 -356
  18. data/lib/rdf/vocab/dcmitype.rb +91 -89
  19. data/lib/rdf/vocab/disco.rb +348 -346
  20. data/lib/rdf/vocab/doap.rb +304 -302
  21. data/lib/rdf/vocab/dwc.rb +2244 -2242
  22. data/lib/rdf/vocab/earl.rb +146 -144
  23. data/lib/rdf/vocab/ebucore.rb +4945 -4941
  24. data/lib/rdf/vocab/edm.rb +310 -308
  25. data/lib/rdf/vocab/exif.rb +777 -775
  26. data/lib/rdf/vocab/extensions.rb +2 -2
  27. data/lib/rdf/vocab/fcrepo4.rb +307 -305
  28. data/lib/rdf/vocab/foaf.rb +525 -523
  29. data/lib/rdf/vocab/geo.rb +34 -32
  30. data/lib/rdf/vocab/geojson.rb +66 -64
  31. data/lib/rdf/vocab/geonames.rb +3656 -3654
  32. data/lib/rdf/vocab/gr.rb +1204 -1202
  33. data/lib/rdf/vocab/gs1.rb +5881 -5879
  34. data/lib/rdf/vocab/ht.rb +194 -192
  35. data/lib/rdf/vocab/hydra.rb +439 -437
  36. data/lib/rdf/vocab/iana.rb +215 -213
  37. data/lib/rdf/vocab/ical.rb +726 -724
  38. data/lib/rdf/vocab/identifiers.rb +219 -217
  39. data/lib/rdf/vocab/iiif.rb +132 -130
  40. data/lib/rdf/vocab/jsonld.rb +205 -203
  41. data/lib/rdf/vocab/ldp.rb +193 -191
  42. data/lib/rdf/vocab/lrmi.rb +188 -186
  43. data/lib/rdf/vocab/ma.rb +318 -316
  44. data/lib/rdf/vocab/mads.rb +670 -668
  45. data/lib/rdf/vocab/marcrelators.rb +543 -541
  46. data/lib/rdf/vocab/mo.rb +1823 -1821
  47. data/lib/rdf/vocab/mods.rb +636 -634
  48. data/lib/rdf/vocab/nfo.rb +482 -480
  49. data/lib/rdf/vocab/oa.rb +333 -331
  50. data/lib/rdf/vocab/og.rb +198 -196
  51. data/lib/rdf/vocab/ogc.rb +43 -41
  52. data/lib/rdf/vocab/ore.rb +79 -77
  53. data/lib/rdf/vocab/org.rb +322 -320
  54. data/lib/rdf/vocab/pcdm.rb +73 -71
  55. data/lib/rdf/vocab/pplan.rb +97 -95
  56. data/lib/rdf/vocab/premis.rb +903 -901
  57. data/lib/rdf/vocab/premiseventtype.rb +143 -141
  58. data/lib/rdf/vocab/prov.rb +1360 -1358
  59. data/lib/rdf/vocab/ptr.rb +147 -145
  60. data/lib/rdf/vocab/rdau.rb +9447 -9438
  61. data/lib/rdf/vocab/rightsstatements.rb +123 -121
  62. data/lib/rdf/vocab/rsa.rb +44 -42
  63. data/lib/rdf/vocab/rss.rb +46 -44
  64. data/lib/rdf/vocab/schema.rb +14700 -14698
  65. data/lib/rdf/vocab/schemas.rb +14700 -14698
  66. data/lib/rdf/vocab/sd.rb +165 -163
  67. data/lib/rdf/vocab/sh.rb +1096 -1094
  68. data/lib/rdf/vocab/sioc.rb +615 -613
  69. data/lib/rdf/vocab/siocservices.rb +49 -47
  70. data/lib/rdf/vocab/sioctypes.rb +224 -222
  71. data/lib/rdf/vocab/skos.rb +202 -200
  72. data/lib/rdf/vocab/skosxl.rb +51 -49
  73. data/lib/rdf/vocab/v.rb +233 -231
  74. data/lib/rdf/vocab/vcard.rb +776 -774
  75. data/lib/rdf/vocab/vmd.rb +233 -231
  76. data/lib/rdf/vocab/void.rb +145 -143
  77. data/lib/rdf/vocab/vs.rb +27 -25
  78. data/lib/rdf/vocab/wdrs.rb +112 -110
  79. data/lib/rdf/vocab/wot.rb +135 -133
  80. data/lib/rdf/vocab/xhtml.rb +4 -2
  81. data/lib/rdf/vocab/xhv.rb +208 -206
  82. data/lib/rdf/vocab/xkos.rb +220 -218
  83. data/lib/rdf/vocab.rb +2 -0
  84. metadata +14 -3
@@ -3,820 +3,822 @@
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
+ # Vocabulary for <http://id.loc.gov/vocabulary/relators/>
7
+ # @!visibility private
6
8
  MARCRelators = Class.new(RDF::StrictVocabulary("http://id.loc.gov/vocabulary/relators/")) do
7
9
 
8
10
  # Ontology definition
9
11
  ontology :"http://id.loc.gov/vocabulary/relators/",
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],
13
- label: "MARC Code List for Relators Scheme".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]
12
+ 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.",
13
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "",
14
+ "http://www.loc.gov/mads/rdf/v1#hasMADSSchemeMember": ["http://id.loc.gov/vocabulary/relators/", "http://id.loc.gov/vocabulary/relators/abr", "http://id.loc.gov/vocabulary/relators/acp", "http://id.loc.gov/vocabulary/relators/act", "http://id.loc.gov/vocabulary/relators/adi", "http://id.loc.gov/vocabulary/relators/adp", "http://id.loc.gov/vocabulary/relators/aft", "http://id.loc.gov/vocabulary/relators/anl", "http://id.loc.gov/vocabulary/relators/anm", "http://id.loc.gov/vocabulary/relators/ann", "http://id.loc.gov/vocabulary/relators/ant", "http://id.loc.gov/vocabulary/relators/ape", "http://id.loc.gov/vocabulary/relators/apl", "http://id.loc.gov/vocabulary/relators/app", "http://id.loc.gov/vocabulary/relators/aqt", "http://id.loc.gov/vocabulary/relators/arc", "http://id.loc.gov/vocabulary/relators/ard", "http://id.loc.gov/vocabulary/relators/arr", "http://id.loc.gov/vocabulary/relators/art", "http://id.loc.gov/vocabulary/relators/asg", "http://id.loc.gov/vocabulary/relators/asn", "http://id.loc.gov/vocabulary/relators/ato", "http://id.loc.gov/vocabulary/relators/att", "http://id.loc.gov/vocabulary/relators/auc", "http://id.loc.gov/vocabulary/relators/aud", "http://id.loc.gov/vocabulary/relators/aui", "http://id.loc.gov/vocabulary/relators/aus", "http://id.loc.gov/vocabulary/relators/aut", "http://id.loc.gov/vocabulary/relators/bdd", "http://id.loc.gov/vocabulary/relators/bjd", "http://id.loc.gov/vocabulary/relators/bkd", "http://id.loc.gov/vocabulary/relators/bkp", "http://id.loc.gov/vocabulary/relators/blw", "http://id.loc.gov/vocabulary/relators/bnd", "http://id.loc.gov/vocabulary/relators/bpd", "http://id.loc.gov/vocabulary/relators/brd", "http://id.loc.gov/vocabulary/relators/brl", "http://id.loc.gov/vocabulary/relators/bsl", "http://id.loc.gov/vocabulary/relators/cas", "http://id.loc.gov/vocabulary/relators/ccp", "http://id.loc.gov/vocabulary/relators/chr", "http://id.loc.gov/vocabulary/relators/cli", "http://id.loc.gov/vocabulary/relators/cll", "http://id.loc.gov/vocabulary/relators/clr", "http://id.loc.gov/vocabulary/relators/clt", "http://id.loc.gov/vocabulary/relators/cmm", "http://id.loc.gov/vocabulary/relators/cmp", "http://id.loc.gov/vocabulary/relators/cmt", "http://id.loc.gov/vocabulary/relators/cnd", "http://id.loc.gov/vocabulary/relators/cng", "http://id.loc.gov/vocabulary/relators/cns", "http://id.loc.gov/vocabulary/relators/coe", "http://id.loc.gov/vocabulary/relators/col", "http://id.loc.gov/vocabulary/relators/com", "http://id.loc.gov/vocabulary/relators/con", "http://id.loc.gov/vocabulary/relators/cor", "http://id.loc.gov/vocabulary/relators/cos", "http://id.loc.gov/vocabulary/relators/cot", "http://id.loc.gov/vocabulary/relators/cou", "http://id.loc.gov/vocabulary/relators/cov", "http://id.loc.gov/vocabulary/relators/cpc", "http://id.loc.gov/vocabulary/relators/cpe", "http://id.loc.gov/vocabulary/relators/cph", "http://id.loc.gov/vocabulary/relators/cpl", "http://id.loc.gov/vocabulary/relators/cpt", "http://id.loc.gov/vocabulary/relators/cre", "http://id.loc.gov/vocabulary/relators/crp", "http://id.loc.gov/vocabulary/relators/crr", "http://id.loc.gov/vocabulary/relators/crt", "http://id.loc.gov/vocabulary/relators/csl", "http://id.loc.gov/vocabulary/relators/csp", "http://id.loc.gov/vocabulary/relators/cst", "http://id.loc.gov/vocabulary/relators/ctb", "http://id.loc.gov/vocabulary/relators/cte", "http://id.loc.gov/vocabulary/relators/ctg", "http://id.loc.gov/vocabulary/relators/ctr", "http://id.loc.gov/vocabulary/relators/cts", "http://id.loc.gov/vocabulary/relators/ctt", "http://id.loc.gov/vocabulary/relators/cur", "http://id.loc.gov/vocabulary/relators/cwt", "http://id.loc.gov/vocabulary/relators/dbp", "http://id.loc.gov/vocabulary/relators/dfd", "http://id.loc.gov/vocabulary/relators/dfe", "http://id.loc.gov/vocabulary/relators/dft", "http://id.loc.gov/vocabulary/relators/dgg", "http://id.loc.gov/vocabulary/relators/dgs", "http://id.loc.gov/vocabulary/relators/dis", "http://id.loc.gov/vocabulary/relators/dln", "http://id.loc.gov/vocabulary/relators/dnc", "http://id.loc.gov/vocabulary/relators/dnr", "http://id.loc.gov/vocabulary/relators/dpc", "http://id.loc.gov/vocabulary/relators/dpt", "http://id.loc.gov/vocabulary/relators/drm", "http://id.loc.gov/vocabulary/relators/drt", "http://id.loc.gov/vocabulary/relators/dsr", "http://id.loc.gov/vocabulary/relators/dst", "http://id.loc.gov/vocabulary/relators/dtc", "http://id.loc.gov/vocabulary/relators/dte", "http://id.loc.gov/vocabulary/relators/dtm", "http://id.loc.gov/vocabulary/relators/dto", "http://id.loc.gov/vocabulary/relators/dub", "http://id.loc.gov/vocabulary/relators/edc", "http://id.loc.gov/vocabulary/relators/edm", "http://id.loc.gov/vocabulary/relators/edt", "http://id.loc.gov/vocabulary/relators/egr", "http://id.loc.gov/vocabulary/relators/elg", "http://id.loc.gov/vocabulary/relators/elt", "http://id.loc.gov/vocabulary/relators/eng", "http://id.loc.gov/vocabulary/relators/enj", "http://id.loc.gov/vocabulary/relators/etr", "http://id.loc.gov/vocabulary/relators/evp", "http://id.loc.gov/vocabulary/relators/exp", "http://id.loc.gov/vocabulary/relators/fac", "http://id.loc.gov/vocabulary/relators/fds", "http://id.loc.gov/vocabulary/relators/fld", "http://id.loc.gov/vocabulary/relators/flm", "http://id.loc.gov/vocabulary/relators/fmd", "http://id.loc.gov/vocabulary/relators/fmk", "http://id.loc.gov/vocabulary/relators/fmo", "http://id.loc.gov/vocabulary/relators/fmp", "http://id.loc.gov/vocabulary/relators/fnd", "http://id.loc.gov/vocabulary/relators/fpy", "http://id.loc.gov/vocabulary/relators/frg", "http://id.loc.gov/vocabulary/relators/gis", "http://id.loc.gov/vocabulary/relators/his", "http://id.loc.gov/vocabulary/relators/hnr", "http://id.loc.gov/vocabulary/relators/hst", "http://id.loc.gov/vocabulary/relators/ill", "http://id.loc.gov/vocabulary/relators/ilu", "http://id.loc.gov/vocabulary/relators/ins", "http://id.loc.gov/vocabulary/relators/inv", "http://id.loc.gov/vocabulary/relators/isb", "http://id.loc.gov/vocabulary/relators/itr", "http://id.loc.gov/vocabulary/relators/ive", "http://id.loc.gov/vocabulary/relators/ivr", "http://id.loc.gov/vocabulary/relators/jud", "http://id.loc.gov/vocabulary/relators/jug", "http://id.loc.gov/vocabulary/relators/lbr", "http://id.loc.gov/vocabulary/relators/lbt", "http://id.loc.gov/vocabulary/relators/ldr", "http://id.loc.gov/vocabulary/relators/led", "http://id.loc.gov/vocabulary/relators/lee", "http://id.loc.gov/vocabulary/relators/lel", "http://id.loc.gov/vocabulary/relators/len", "http://id.loc.gov/vocabulary/relators/let", "http://id.loc.gov/vocabulary/relators/lgd", "http://id.loc.gov/vocabulary/relators/lie", "http://id.loc.gov/vocabulary/relators/lil", "http://id.loc.gov/vocabulary/relators/lit", "http://id.loc.gov/vocabulary/relators/lsa", "http://id.loc.gov/vocabulary/relators/lse", "http://id.loc.gov/vocabulary/relators/lso", "http://id.loc.gov/vocabulary/relators/ltg", "http://id.loc.gov/vocabulary/relators/lyr", "http://id.loc.gov/vocabulary/relators/mcp", "http://id.loc.gov/vocabulary/relators/mdc", "http://id.loc.gov/vocabulary/relators/med", "http://id.loc.gov/vocabulary/relators/mfp", "http://id.loc.gov/vocabulary/relators/mfr", "http://id.loc.gov/vocabulary/relators/mod", "http://id.loc.gov/vocabulary/relators/mon", "http://id.loc.gov/vocabulary/relators/mrb", "http://id.loc.gov/vocabulary/relators/mrk", "http://id.loc.gov/vocabulary/relators/msd", "http://id.loc.gov/vocabulary/relators/mte", "http://id.loc.gov/vocabulary/relators/mtk", "http://id.loc.gov/vocabulary/relators/mus", "http://id.loc.gov/vocabulary/relators/nrt", "http://id.loc.gov/vocabulary/relators/opn", "http://id.loc.gov/vocabulary/relators/org", "http://id.loc.gov/vocabulary/relators/orm", "http://id.loc.gov/vocabulary/relators/osp", "http://id.loc.gov/vocabulary/relators/oth", "http://id.loc.gov/vocabulary/relators/own", "http://id.loc.gov/vocabulary/relators/pan", "http://id.loc.gov/vocabulary/relators/pat", "http://id.loc.gov/vocabulary/relators/pbd", "http://id.loc.gov/vocabulary/relators/pbl", "http://id.loc.gov/vocabulary/relators/pdr", "http://id.loc.gov/vocabulary/relators/pfr", "http://id.loc.gov/vocabulary/relators/pht", "http://id.loc.gov/vocabulary/relators/plt", "http://id.loc.gov/vocabulary/relators/pma", "http://id.loc.gov/vocabulary/relators/pmn", "http://id.loc.gov/vocabulary/relators/pop", "http://id.loc.gov/vocabulary/relators/ppm", "http://id.loc.gov/vocabulary/relators/ppt", "http://id.loc.gov/vocabulary/relators/pra", "http://id.loc.gov/vocabulary/relators/prc", "http://id.loc.gov/vocabulary/relators/prd", "http://id.loc.gov/vocabulary/relators/pre", "http://id.loc.gov/vocabulary/relators/prf", "http://id.loc.gov/vocabulary/relators/prg", "http://id.loc.gov/vocabulary/relators/prm", "http://id.loc.gov/vocabulary/relators/prn", "http://id.loc.gov/vocabulary/relators/pro", "http://id.loc.gov/vocabulary/relators/prp", "http://id.loc.gov/vocabulary/relators/prs", "http://id.loc.gov/vocabulary/relators/prt", "http://id.loc.gov/vocabulary/relators/prv", "http://id.loc.gov/vocabulary/relators/pta", "http://id.loc.gov/vocabulary/relators/pte", "http://id.loc.gov/vocabulary/relators/ptf", "http://id.loc.gov/vocabulary/relators/pth", "http://id.loc.gov/vocabulary/relators/ptt", "http://id.loc.gov/vocabulary/relators/pup", "http://id.loc.gov/vocabulary/relators/rbr", "http://id.loc.gov/vocabulary/relators/rcd", "http://id.loc.gov/vocabulary/relators/rce", "http://id.loc.gov/vocabulary/relators/rcp", "http://id.loc.gov/vocabulary/relators/rdd", "http://id.loc.gov/vocabulary/relators/red", "http://id.loc.gov/vocabulary/relators/ren", "http://id.loc.gov/vocabulary/relators/res", "http://id.loc.gov/vocabulary/relators/rev", "http://id.loc.gov/vocabulary/relators/rpc", "http://id.loc.gov/vocabulary/relators/rps", "http://id.loc.gov/vocabulary/relators/rpt", "http://id.loc.gov/vocabulary/relators/rpy", "http://id.loc.gov/vocabulary/relators/rse", "http://id.loc.gov/vocabulary/relators/rsg", "http://id.loc.gov/vocabulary/relators/rsp", "http://id.loc.gov/vocabulary/relators/rsr", "http://id.loc.gov/vocabulary/relators/rst", "http://id.loc.gov/vocabulary/relators/rth", "http://id.loc.gov/vocabulary/relators/rtm", "http://id.loc.gov/vocabulary/relators/sad", "http://id.loc.gov/vocabulary/relators/sce", "http://id.loc.gov/vocabulary/relators/scl", "http://id.loc.gov/vocabulary/relators/scr", "http://id.loc.gov/vocabulary/relators/sds", "http://id.loc.gov/vocabulary/relators/sec", "http://id.loc.gov/vocabulary/relators/sgd", "http://id.loc.gov/vocabulary/relators/sgn", "http://id.loc.gov/vocabulary/relators/sht", "http://id.loc.gov/vocabulary/relators/sll", "http://id.loc.gov/vocabulary/relators/sng", "http://id.loc.gov/vocabulary/relators/spk", "http://id.loc.gov/vocabulary/relators/spn", "http://id.loc.gov/vocabulary/relators/spy", "http://id.loc.gov/vocabulary/relators/srv", "http://id.loc.gov/vocabulary/relators/std", "http://id.loc.gov/vocabulary/relators/stg", "http://id.loc.gov/vocabulary/relators/stl", "http://id.loc.gov/vocabulary/relators/stm", "http://id.loc.gov/vocabulary/relators/stn", "http://id.loc.gov/vocabulary/relators/str", "http://id.loc.gov/vocabulary/relators/tcd", "http://id.loc.gov/vocabulary/relators/tch", "http://id.loc.gov/vocabulary/relators/ths", "http://id.loc.gov/vocabulary/relators/tld", "http://id.loc.gov/vocabulary/relators/tlp", "http://id.loc.gov/vocabulary/relators/trc", "http://id.loc.gov/vocabulary/relators/trl", "http://id.loc.gov/vocabulary/relators/tyd", "http://id.loc.gov/vocabulary/relators/tyg", "http://id.loc.gov/vocabulary/relators/uvp", "http://id.loc.gov/vocabulary/relators/vac", "http://id.loc.gov/vocabulary/relators/vdg", "http://id.loc.gov/vocabulary/relators/wac", "http://id.loc.gov/vocabulary/relators/wal", "http://id.loc.gov/vocabulary/relators/wam", "http://id.loc.gov/vocabulary/relators/wat", "http://id.loc.gov/vocabulary/relators/wdc", "http://id.loc.gov/vocabulary/relators/wde", "http://id.loc.gov/vocabulary/relators/win", "http://id.loc.gov/vocabulary/relators/wit", "http://id.loc.gov/vocabulary/relators/wpr", "http://id.loc.gov/vocabulary/relators/wst"],
15
+ label: {en: "MARC Code List for Relators Scheme"},
16
+ type: ["http://www.loc.gov/mads/rdf/v1#Authority", "http://www.loc.gov/mads/rdf/v1#MADSScheme", "http://www.w3.org/2004/02/skos/core#ConceptScheme"]
15
17
 
16
18
  # Extra definitions
17
19
  term :abr,
18
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Abridger".freeze,
19
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
20
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Abridger",
21
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
20
22
  term :acp,
21
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Art copyist".freeze,
22
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
23
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Art copyist",
24
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
23
25
  term :act,
24
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Actor".freeze,
25
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
26
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Actor",
27
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
26
28
  term :adi,
27
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Art director".freeze,
28
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
29
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Art director",
30
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
29
31
  term :adp,
30
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Adapter".freeze,
31
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
32
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Adapter",
33
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
32
34
  term :aft,
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
35
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Author of afterword, colophon, etc.",
36
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
35
37
  term :anl,
36
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Analyst".freeze,
37
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
38
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Analyst",
39
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
38
40
  term :anm,
39
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Animator".freeze,
40
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
41
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Animator",
42
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
41
43
  term :ann,
42
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Annotator".freeze,
43
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
44
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Annotator",
45
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
44
46
  term :ant,
45
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Bibliographic antecedent".freeze,
46
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
47
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Bibliographic antecedent",
48
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
47
49
  term :ape,
48
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Appellee".freeze,
49
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
50
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Appellee",
51
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
50
52
  term :apl,
51
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Appellant".freeze,
52
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
53
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Appellant",
54
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
53
55
  term :app,
54
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Applicant".freeze,
55
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
56
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Applicant",
57
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
56
58
  term :aqt,
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
59
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Author in quotations or text abstracts",
60
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
59
61
  term :arc,
60
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Architect".freeze,
61
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
62
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Architect",
63
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
62
64
  term :ard,
63
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Artistic director".freeze,
64
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
65
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Artistic director",
66
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
65
67
  term :arr,
66
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Arranger".freeze,
67
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
68
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Arranger",
69
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
68
70
  term :art,
69
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Artist".freeze,
70
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
71
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Artist",
72
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
71
73
  term :asg,
72
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Assignee".freeze,
73
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
74
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Assignee",
75
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
74
76
  term :asn,
75
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Associated name".freeze,
76
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
77
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Associated name",
78
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
77
79
  term :ato,
78
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Autographer".freeze,
79
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
80
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Autographer",
81
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
80
82
  term :att,
81
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Attributed name".freeze,
82
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
83
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Attributed name",
84
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
83
85
  term :auc,
84
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Auctioneer".freeze,
85
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
86
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Auctioneer",
87
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
86
88
  term :aud,
87
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Author of dialog".freeze,
88
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
89
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Author of dialog",
90
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
89
91
  term :aui,
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
92
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Author of introduction, etc.",
93
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
92
94
  term :aus,
93
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Screenwriter".freeze,
94
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
95
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Screenwriter",
96
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
95
97
  term :aut,
96
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Author".freeze,
97
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
98
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Author",
99
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
98
100
  term :bdd,
99
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Binding designer".freeze,
100
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
101
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Binding designer",
102
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
101
103
  term :bjd,
102
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Bookjacket designer".freeze,
103
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
104
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Bookjacket designer",
105
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
104
106
  term :bkd,
105
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Book designer".freeze,
106
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
107
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Book designer",
108
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
107
109
  term :bkp,
108
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Book producer".freeze,
109
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
110
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Book producer",
111
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
110
112
  term :blw,
111
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Blurb writer".freeze,
112
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
113
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Blurb writer",
114
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
113
115
  term :bnd,
114
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Binder".freeze,
115
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
116
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Binder",
117
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
116
118
  term :bpd,
117
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Bookplate designer".freeze,
118
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
119
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Bookplate designer",
120
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
119
121
  term :brd,
120
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Broadcaster".freeze,
121
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
122
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Broadcaster",
123
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
122
124
  term :brl,
123
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Braille embosser".freeze,
124
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
125
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Braille embosser",
126
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
125
127
  term :bsl,
126
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Bookseller".freeze,
127
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
128
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Bookseller",
129
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
128
130
  term :cas,
129
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Caster".freeze,
130
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
131
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Caster",
132
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
131
133
  term :ccp,
132
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Conceptor".freeze,
133
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
134
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Conceptor",
135
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
134
136
  term :chr,
135
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Choreographer".freeze,
136
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
137
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Choreographer",
138
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
137
139
  term :cli,
138
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Client".freeze,
139
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
140
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Client",
141
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
140
142
  term :cll,
141
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Calligrapher".freeze,
142
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
143
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Calligrapher",
144
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
143
145
  term :clr,
144
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Colorist".freeze,
145
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
146
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Colorist",
147
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
146
148
  term :clt,
147
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Collotyper".freeze,
148
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
149
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Collotyper",
150
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
149
151
  term :cmm,
150
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Commentator".freeze,
151
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
152
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Commentator",
153
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
152
154
  term :cmp,
153
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Composer".freeze,
154
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
155
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Composer",
156
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
155
157
  term :cmt,
156
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Compositor".freeze,
157
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
158
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Compositor",
159
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
158
160
  term :cnd,
159
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Conductor".freeze,
160
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
161
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Conductor",
162
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
161
163
  term :cng,
162
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Cinematographer".freeze,
163
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
164
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Cinematographer",
165
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
164
166
  term :cns,
165
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Censor".freeze,
166
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
167
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Censor",
168
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
167
169
  term :coe,
168
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Contestant-appellee".freeze,
169
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
170
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Contestant-appellee",
171
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
170
172
  term :col,
171
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Collector".freeze,
172
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
173
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Collector",
174
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
173
175
  term :com,
174
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Compiler".freeze,
175
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
176
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Compiler",
177
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
176
178
  term :con,
177
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Conservator".freeze,
178
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
179
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Conservator",
180
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
179
181
  term :cor,
180
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Collection registrar".freeze,
181
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
182
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Collection registrar",
183
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
182
184
  term :cos,
183
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Contestant".freeze,
184
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
185
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Contestant",
186
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
185
187
  term :cot,
186
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Contestant-appellant".freeze,
187
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
188
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Contestant-appellant",
189
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
188
190
  term :cou,
189
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Court governed".freeze,
190
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
191
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Court governed",
192
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
191
193
  term :cov,
192
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Cover designer".freeze,
193
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
194
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Cover designer",
195
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
194
196
  term :cpc,
195
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Copyright claimant".freeze,
196
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
197
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Copyright claimant",
198
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
197
199
  term :cpe,
198
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Complainant-appellee".freeze,
199
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
200
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Complainant-appellee",
201
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
200
202
  term :cph,
201
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Copyright holder".freeze,
202
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
203
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Copyright holder",
204
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
203
205
  term :cpl,
204
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Complainant".freeze,
205
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
206
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Complainant",
207
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
206
208
  term :cpt,
207
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Complainant-appellant".freeze,
208
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
209
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Complainant-appellant",
210
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
209
211
  term :cre,
210
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Creator".freeze,
211
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
212
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Creator",
213
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
212
214
  term :crp,
213
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Correspondent".freeze,
214
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
215
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Correspondent",
216
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
215
217
  term :crr,
216
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Corrector".freeze,
217
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
218
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Corrector",
219
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
218
220
  term :crt,
219
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Court reporter".freeze,
220
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
221
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Court reporter",
222
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
221
223
  term :csl,
222
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Consultant".freeze,
223
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
224
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Consultant",
225
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
224
226
  term :csp,
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
227
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Consultant to a project",
228
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
227
229
  term :cst,
228
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Costume designer".freeze,
229
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
230
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Costume designer",
231
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
230
232
  term :ctb,
231
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Contributor".freeze,
232
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
233
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Contributor",
234
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
233
235
  term :cte,
234
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Contestee-appellee".freeze,
235
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
236
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Contestee-appellee",
237
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
236
238
  term :ctg,
237
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Cartographer".freeze,
238
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
239
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Cartographer",
240
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
239
241
  term :ctr,
240
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Contractor".freeze,
241
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
242
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Contractor",
243
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
242
244
  term :cts,
243
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Contestee".freeze,
244
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
245
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Contestee",
246
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
245
247
  term :ctt,
246
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Contestee-appellant".freeze,
247
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
248
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Contestee-appellant",
249
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
248
250
  term :cur,
249
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Curator".freeze,
250
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
251
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Curator",
252
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
251
253
  term :cwt,
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
254
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Commentator for written text",
255
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
254
256
  term :dbp,
255
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Distribution place".freeze,
256
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
257
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Distribution place",
258
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
257
259
  term :dfd,
258
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Defendant".freeze,
259
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
260
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Defendant",
261
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
260
262
  term :dfe,
261
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Defendant-appellee".freeze,
262
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
263
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Defendant-appellee",
264
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
263
265
  term :dft,
264
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Defendant-appellant".freeze,
265
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
266
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Defendant-appellant",
267
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
266
268
  term :dgg,
267
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Degree granting institution".freeze,
268
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
269
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Degree granting institution",
270
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
269
271
  term :dgs,
270
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Degree supervisor".freeze,
271
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
272
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Degree supervisor",
273
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
272
274
  term :dis,
273
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Dissertant".freeze,
274
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
275
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Dissertant",
276
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
275
277
  term :dln,
276
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Delineator".freeze,
277
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
278
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Delineator",
279
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
278
280
  term :dnc,
279
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Dancer".freeze,
280
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
281
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Dancer",
282
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
281
283
  term :dnr,
282
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Donor".freeze,
283
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
284
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Donor",
285
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
284
286
  term :dpc,
285
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Depicted".freeze,
286
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
287
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Depicted",
288
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
287
289
  term :dpt,
288
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Depositor".freeze,
289
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
290
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Depositor",
291
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
290
292
  term :drm,
291
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Draftsman".freeze,
292
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
293
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Draftsman",
294
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
293
295
  term :drt,
294
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Director".freeze,
295
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
296
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Director",
297
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
296
298
  term :dsr,
297
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Designer".freeze,
298
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
299
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Designer",
300
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
299
301
  term :dst,
300
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Distributor".freeze,
301
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
302
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Distributor",
303
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
302
304
  term :dtc,
303
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Data contributor".freeze,
304
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
305
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Data contributor",
306
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
305
307
  term :dte,
306
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Dedicatee".freeze,
307
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
308
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Dedicatee",
309
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
308
310
  term :dtm,
309
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Data manager".freeze,
310
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
311
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Data manager",
312
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
311
313
  term :dto,
312
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Dedicator".freeze,
313
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
314
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Dedicator",
315
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
314
316
  term :dub,
315
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Dubious author".freeze,
316
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
317
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Dubious author",
318
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
317
319
  term :edc,
318
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Editor of compilation".freeze,
319
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
320
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Editor of compilation",
321
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
320
322
  term :edm,
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
323
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Editor of moving image work",
324
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
323
325
  term :edt,
324
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Editor".freeze,
325
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
326
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Editor",
327
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
326
328
  term :egr,
327
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Engraver".freeze,
328
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
329
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Engraver",
330
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
329
331
  term :elg,
330
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Electrician".freeze,
331
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
332
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Electrician",
333
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
332
334
  term :elt,
333
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Electrotyper".freeze,
334
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
335
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Electrotyper",
336
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
335
337
  term :eng,
336
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Engineer".freeze,
337
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
338
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Engineer",
339
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
338
340
  term :enj,
339
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Enacting jurisdiction".freeze,
340
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
341
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Enacting jurisdiction",
342
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
341
343
  term :etr,
342
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Etcher".freeze,
343
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
344
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Etcher",
345
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
344
346
  term :evp,
345
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Event place".freeze,
346
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
347
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Event place",
348
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
347
349
  term :exp,
348
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Expert".freeze,
349
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
350
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Expert",
351
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
350
352
  term :fac,
351
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Facsimilist".freeze,
352
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
353
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Facsimilist",
354
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
353
355
  term :fds,
354
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Film distributor".freeze,
355
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
356
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Film distributor",
357
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
356
358
  term :fld,
357
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Field director".freeze,
358
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
359
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Field director",
360
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
359
361
  term :flm,
360
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Film editor".freeze,
361
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
362
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Film editor",
363
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
362
364
  term :fmd,
363
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Film director".freeze,
364
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
365
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Film director",
366
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
365
367
  term :fmk,
366
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Filmmaker".freeze,
367
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
368
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Filmmaker",
369
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
368
370
  term :fmo,
369
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Former owner".freeze,
370
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
371
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Former owner",
372
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
371
373
  term :fmp,
372
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Film producer".freeze,
373
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
374
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Film producer",
375
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
374
376
  term :fnd,
375
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Funder".freeze,
376
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
377
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Funder",
378
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
377
379
  term :fpy,
378
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "First party".freeze,
379
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
380
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "First party",
381
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
380
382
  term :frg,
381
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Forger".freeze,
382
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
383
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Forger",
384
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
383
385
  term :gis,
384
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Geographic information specialist".freeze,
385
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
386
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Geographic information specialist",
387
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
386
388
  term :his,
387
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Host institution".freeze,
388
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
389
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Host institution",
390
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
389
391
  term :hnr,
390
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Honoree".freeze,
391
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
392
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Honoree",
393
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
392
394
  term :hst,
393
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Host".freeze,
394
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
395
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Host",
396
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
395
397
  term :ill,
396
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Illustrator".freeze,
397
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
398
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Illustrator",
399
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
398
400
  term :ilu,
399
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Illuminator".freeze,
400
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
401
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Illuminator",
402
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
401
403
  term :ins,
402
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Inscriber".freeze,
403
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
404
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Inscriber",
405
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
404
406
  term :inv,
405
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Inventor".freeze,
406
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
407
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Inventor",
408
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
407
409
  term :isb,
408
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Issuing body".freeze,
409
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
410
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Issuing body",
411
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
410
412
  term :itr,
411
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Instrumentalist".freeze,
412
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
413
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Instrumentalist",
414
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
413
415
  term :ive,
414
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Interviewee".freeze,
415
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
416
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Interviewee",
417
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
416
418
  term :ivr,
417
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Interviewer".freeze,
418
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
419
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Interviewer",
420
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
419
421
  term :jud,
420
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Judge".freeze,
421
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
422
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Judge",
423
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
422
424
  term :jug,
423
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Jurisdiction governed".freeze,
424
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
425
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Jurisdiction governed",
426
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
425
427
  term :lbr,
426
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Laboratory".freeze,
427
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
428
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Laboratory",
429
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
428
430
  term :lbt,
429
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Librettist".freeze,
430
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
431
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Librettist",
432
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
431
433
  term :ldr,
432
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Laboratory director".freeze,
433
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
434
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Laboratory director",
435
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
434
436
  term :led,
435
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Lead".freeze,
436
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
437
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Lead",
438
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
437
439
  term :lee,
438
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Libelee-appellee".freeze,
439
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
440
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Libelee-appellee",
441
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
440
442
  term :lel,
441
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Libelee".freeze,
442
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
443
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Libelee",
444
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
443
445
  term :len,
444
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Lender".freeze,
445
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
446
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Lender",
447
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
446
448
  term :let,
447
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Libelee-appellant".freeze,
448
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
449
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Libelee-appellant",
450
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
449
451
  term :lgd,
450
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Lighting designer".freeze,
451
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
452
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Lighting designer",
453
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
452
454
  term :lie,
453
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Libelant-appellee".freeze,
454
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
455
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Libelant-appellee",
456
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
455
457
  term :lil,
456
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Libelant".freeze,
457
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
458
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Libelant",
459
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
458
460
  term :lit,
459
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Libelant-appellant".freeze,
460
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
461
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Libelant-appellant",
462
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
461
463
  term :lsa,
462
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Landscape architect".freeze,
463
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
464
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Landscape architect",
465
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
464
466
  term :lse,
465
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Licensee".freeze,
466
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
467
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Licensee",
468
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
467
469
  term :lso,
468
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Licensor".freeze,
469
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
470
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Licensor",
471
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
470
472
  term :ltg,
471
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Lithographer".freeze,
472
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
473
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Lithographer",
474
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
473
475
  term :lyr,
474
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Lyricist".freeze,
475
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
476
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Lyricist",
477
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
476
478
  term :mcp,
477
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Music copyist".freeze,
478
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
479
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Music copyist",
480
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
479
481
  term :mdc,
480
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Metadata contact".freeze,
481
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
482
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Metadata contact",
483
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
482
484
  term :med,
483
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Medium".freeze,
484
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
485
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Medium",
486
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
485
487
  term :mfp,
486
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Manufacture place".freeze,
487
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
488
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Manufacture place",
489
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
488
490
  term :mfr,
489
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Manufacturer".freeze,
490
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
491
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Manufacturer",
492
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
491
493
  term :mod,
492
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Moderator".freeze,
493
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
494
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Moderator",
495
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
494
496
  term :mon,
495
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Monitor".freeze,
496
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
497
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Monitor",
498
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
497
499
  term :mrb,
498
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Marbler".freeze,
499
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
500
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Marbler",
501
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
500
502
  term :mrk,
501
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Markup editor".freeze,
502
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
503
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Markup editor",
504
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
503
505
  term :msd,
504
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Musical director".freeze,
505
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
506
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Musical director",
507
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
506
508
  term :mte,
507
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Metal-engraver".freeze,
508
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
509
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Metal-engraver",
510
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
509
511
  term :mtk,
510
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Minute taker".freeze,
511
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
512
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Minute taker",
513
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
512
514
  term :mus,
513
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Musician".freeze,
514
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
515
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Musician",
516
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
515
517
  term :nrt,
516
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Narrator".freeze,
517
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
518
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Narrator",
519
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
518
520
  term :opn,
519
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Opponent".freeze,
520
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
521
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Opponent",
522
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
521
523
  term :org,
522
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Originator".freeze,
523
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
524
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Originator",
525
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
524
526
  term :orm,
525
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Organizer".freeze,
526
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
527
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Organizer",
528
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
527
529
  term :osp,
528
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Onscreen presenter".freeze,
529
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
530
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Onscreen presenter",
531
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
530
532
  term :oth,
531
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Other".freeze,
532
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
533
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Other",
534
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
533
535
  term :own,
534
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Owner".freeze,
535
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
536
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Owner",
537
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
536
538
  term :pan,
537
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Panelist".freeze,
538
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
539
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Panelist",
540
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
539
541
  term :pat,
540
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Patron".freeze,
541
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
542
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Patron",
543
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
542
544
  term :pbd,
543
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Publishing director".freeze,
544
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
545
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Publishing director",
546
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
545
547
  term :pbl,
546
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Publisher".freeze,
547
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
548
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Publisher",
549
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
548
550
  term :pdr,
549
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Project director".freeze,
550
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
551
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Project director",
552
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
551
553
  term :pfr,
552
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Proofreader".freeze,
553
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
554
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Proofreader",
555
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
554
556
  term :pht,
555
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Photographer".freeze,
556
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
557
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Photographer",
558
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
557
559
  term :plt,
558
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Platemaker".freeze,
559
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
560
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Platemaker",
561
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
560
562
  term :pma,
561
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Permitting agency".freeze,
562
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
563
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Permitting agency",
564
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
563
565
  term :pmn,
564
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Production manager".freeze,
565
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
566
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Production manager",
567
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
566
568
  term :pop,
567
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Printer of plates".freeze,
568
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
569
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Printer of plates",
570
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
569
571
  term :ppm,
570
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Papermaker".freeze,
571
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
572
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Papermaker",
573
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
572
574
  term :ppt,
573
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Puppeteer".freeze,
574
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
575
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Puppeteer",
576
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
575
577
  term :pra,
576
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Praeses".freeze,
577
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
578
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Praeses",
579
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
578
580
  term :prc,
579
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Process contact".freeze,
580
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
581
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Process contact",
582
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
581
583
  term :prd,
582
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Production personnel".freeze,
583
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
584
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Production personnel",
585
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
584
586
  term :pre,
585
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Presenter".freeze,
586
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
587
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Presenter",
588
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
587
589
  term :prf,
588
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Performer".freeze,
589
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
590
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Performer",
591
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
590
592
  term :prg,
591
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Programmer".freeze,
592
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
593
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Programmer",
594
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
593
595
  term :prm,
594
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Printmaker".freeze,
595
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
596
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Printmaker",
597
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
596
598
  term :prn,
597
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Production company".freeze,
598
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
599
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Production company",
600
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
599
601
  term :pro,
600
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Producer".freeze,
601
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
602
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Producer",
603
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
602
604
  term :prp,
603
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Production place".freeze,
604
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
605
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Production place",
606
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
605
607
  term :prs,
606
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Production designer".freeze,
607
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
608
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Production designer",
609
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
608
610
  term :prt,
609
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Printer".freeze,
610
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
611
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Printer",
612
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
611
613
  term :prv,
612
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Provider".freeze,
613
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
614
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Provider",
615
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
614
616
  term :pta,
615
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Patent applicant".freeze,
616
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
617
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Patent applicant",
618
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
617
619
  term :pte,
618
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Plaintiff-appellee".freeze,
619
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
620
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Plaintiff-appellee",
621
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
620
622
  term :ptf,
621
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Plaintiff".freeze,
622
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
623
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Plaintiff",
624
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
623
625
  term :pth,
624
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Patent holder".freeze,
625
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
626
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Patent holder",
627
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
626
628
  term :ptt,
627
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Plaintiff-appellant".freeze,
628
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
629
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Plaintiff-appellant",
630
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
629
631
  term :pup,
630
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Publication place".freeze,
631
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
632
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Publication place",
633
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
632
634
  term :rbr,
633
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Rubricator".freeze,
634
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
635
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Rubricator",
636
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
635
637
  term :rcd,
636
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Recordist".freeze,
637
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
638
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Recordist",
639
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
638
640
  term :rce,
639
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Recording engineer".freeze,
640
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
641
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Recording engineer",
642
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
641
643
  term :rcp,
642
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Addressee".freeze,
643
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
644
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Addressee",
645
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
644
646
  term :rdd,
645
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Radio director".freeze,
646
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
647
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Radio director",
648
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
647
649
  term :red,
648
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Redaktor".freeze,
649
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
650
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Redaktor",
651
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
650
652
  term :ren,
651
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Renderer".freeze,
652
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
653
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Renderer",
654
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
653
655
  term :res,
654
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Researcher".freeze,
655
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
656
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Researcher",
657
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
656
658
  term :rev,
657
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Reviewer".freeze,
658
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
659
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Reviewer",
660
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
659
661
  term :rpc,
660
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Radio producer".freeze,
661
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
662
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Radio producer",
663
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
662
664
  term :rps,
663
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Repository".freeze,
664
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
665
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Repository",
666
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
665
667
  term :rpt,
666
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Reporter".freeze,
667
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
668
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Reporter",
669
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
668
670
  term :rpy,
669
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Responsible party".freeze,
670
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
671
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Responsible party",
672
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
671
673
  term :rse,
672
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Respondent-appellee".freeze,
673
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
674
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Respondent-appellee",
675
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
674
676
  term :rsg,
675
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Restager".freeze,
676
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
677
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Restager",
678
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
677
679
  term :rsp,
678
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Respondent".freeze,
679
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
680
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Respondent",
681
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
680
682
  term :rsr,
681
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Restorationist".freeze,
682
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
683
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Restorationist",
684
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
683
685
  term :rst,
684
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Respondent-appellant".freeze,
685
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
686
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Respondent-appellant",
687
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
686
688
  term :rth,
687
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Research team head".freeze,
688
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
689
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Research team head",
690
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
689
691
  term :rtm,
690
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Research team member".freeze,
691
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
692
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Research team member",
693
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
692
694
  term :sad,
693
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Scientific advisor".freeze,
694
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
695
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Scientific advisor",
696
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
695
697
  term :sce,
696
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Scenarist".freeze,
697
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
698
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Scenarist",
699
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
698
700
  term :scl,
699
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sculptor".freeze,
700
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
701
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sculptor",
702
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
701
703
  term :scr,
702
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Scribe".freeze,
703
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
704
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Scribe",
705
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
704
706
  term :sds,
705
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sound designer".freeze,
706
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
707
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sound designer",
708
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
707
709
  term :sec,
708
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Secretary".freeze,
709
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
710
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Secretary",
711
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
710
712
  term :sgd,
711
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Stage director".freeze,
712
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
713
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Stage director",
714
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
713
715
  term :sgn,
714
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Signer".freeze,
715
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
716
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Signer",
717
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
716
718
  term :sht,
717
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Supporting host".freeze,
718
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
719
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Supporting host",
720
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
719
721
  term :sll,
720
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Seller".freeze,
721
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
722
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Seller",
723
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
722
724
  term :sng,
723
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Singer".freeze,
724
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
725
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Singer",
726
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
725
727
  term :spk,
726
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Speaker".freeze,
727
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
728
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Speaker",
729
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
728
730
  term :spn,
729
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sponsor".freeze,
730
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
731
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sponsor",
732
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
731
733
  term :spy,
732
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Second party".freeze,
733
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
734
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Second party",
735
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
734
736
  term :srv,
735
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Surveyor".freeze,
736
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
737
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Surveyor",
738
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
737
739
  term :std,
738
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Set designer".freeze,
739
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
740
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Set designer",
741
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
740
742
  term :stg,
741
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Setting".freeze,
742
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
743
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Setting",
744
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
743
745
  term :stl,
744
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Storyteller".freeze,
745
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
746
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Storyteller",
747
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
746
748
  term :stm,
747
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Stage manager".freeze,
748
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
749
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Stage manager",
750
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
749
751
  term :stn,
750
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Standards body".freeze,
751
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
752
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Standards body",
753
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
752
754
  term :str,
753
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Stereotyper".freeze,
754
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
755
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Stereotyper",
756
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
755
757
  term :tcd,
756
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Technical director".freeze,
757
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
758
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Technical director",
759
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
758
760
  term :tch,
759
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Teacher".freeze,
760
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
761
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Teacher",
762
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
761
763
  term :ths,
762
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Thesis advisor".freeze,
763
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
764
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Thesis advisor",
765
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
764
766
  term :tld,
765
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Television director".freeze,
766
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
767
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Television director",
768
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
767
769
  term :tlp,
768
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Television producer".freeze,
769
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
770
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Television producer",
771
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
770
772
  term :trc,
771
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Transcriber".freeze,
772
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
773
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Transcriber",
774
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
773
775
  term :trl,
774
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Translator".freeze,
775
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
776
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Translator",
777
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
776
778
  term :tyd,
777
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Type designer".freeze,
778
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
779
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Type designer",
780
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
779
781
  term :tyg,
780
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Typographer".freeze,
781
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
782
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Typographer",
783
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
782
784
  term :uvp,
783
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "University place".freeze,
784
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
785
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "University place",
786
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
785
787
  term :vac,
786
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Voice actor".freeze,
787
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
788
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Voice actor",
789
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
788
790
  term :vdg,
789
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Videographer".freeze,
790
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
791
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Videographer",
792
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
791
793
  term :wac,
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
794
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Writer of added commentary",
795
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
794
796
  term :wal,
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
797
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Writer of added lyrics",
798
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
797
799
  term :wam,
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
800
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Writer of accompanying material",
801
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
800
802
  term :wat,
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
803
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Writer of added text",
804
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
803
805
  term :wdc,
804
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Woodcutter".freeze,
805
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
806
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Woodcutter",
807
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
806
808
  term :wde,
807
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Wood engraver".freeze,
808
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
809
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Wood engraver",
810
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
809
811
  term :win,
810
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Writer of introduction".freeze,
811
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
812
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Writer of introduction",
813
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
812
814
  term :wit,
813
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Witness".freeze,
814
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
815
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Witness",
816
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
815
817
  term :wpr,
816
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Writer of preface".freeze,
817
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
818
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Writer of preface",
819
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
818
820
  term :wst,
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
821
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Writer of supplementary textual content",
822
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
821
823
  end
822
824
  end