rdf-vocab 0.8.8 → 2.0.0.beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rdf/vocab.rb +160 -61
  3. data/lib/rdf/vocab/acl.rb +6 -1
  4. data/lib/rdf/vocab/bibframe.rb +83 -78
  5. data/lib/rdf/vocab/bibo.rb +255 -248
  6. data/lib/rdf/vocab/cc.rb +132 -0
  7. data/lib/rdf/vocab/cert.rb +249 -0
  8. data/lib/rdf/vocab/cnt.rb +23 -18
  9. data/lib/rdf/vocab/crm.rb +12 -7
  10. data/lib/rdf/vocab/datacite.rb +88 -83
  11. data/lib/rdf/vocab/dc.rb +952 -0
  12. data/lib/rdf/vocab/dc11.rb +171 -0
  13. data/lib/rdf/vocab/dcat.rb +218 -0
  14. data/lib/rdf/vocab/dcmitype.rb +80 -75
  15. data/lib/rdf/vocab/doap.rb +341 -0
  16. data/lib/rdf/vocab/dwc.rb +1651 -1646
  17. data/lib/rdf/vocab/ebucore.rb +122 -117
  18. data/lib/rdf/vocab/edm.rb +102 -97
  19. data/lib/rdf/vocab/exif.rb +945 -0
  20. data/lib/rdf/vocab/extensions.rb +1 -0
  21. data/lib/rdf/vocab/fcrepo4.rb +62 -57
  22. data/lib/rdf/vocab/foaf.rb +618 -0
  23. data/lib/rdf/vocab/geo.rb +161 -0
  24. data/lib/rdf/vocab/geonames.rb +2742 -2737
  25. data/lib/rdf/vocab/gr.rb +1505 -0
  26. data/lib/rdf/vocab/ht.rb +240 -0
  27. data/lib/rdf/vocab/hydra.rb +96 -91
  28. data/lib/rdf/vocab/iana.rb +5 -0
  29. data/lib/rdf/vocab/ical.rb +532 -0
  30. data/lib/rdf/vocab/identifiers.rb +203 -182
  31. data/lib/rdf/vocab/iiif.rb +51 -26
  32. data/lib/rdf/vocab/jsonld.rb +15 -10
  33. data/lib/rdf/vocab/ldp.rb +66 -61
  34. data/lib/rdf/vocab/lrmi.rb +68 -63
  35. data/lib/rdf/vocab/ma.rb +517 -0
  36. data/lib/rdf/vocab/mads.rb +448 -206
  37. data/lib/rdf/vocab/marc_relators.rb +1240 -1235
  38. data/lib/rdf/vocab/mo.rb +2416 -0
  39. data/lib/rdf/vocab/mods.rb +17 -12
  40. data/lib/rdf/vocab/nfo.rb +65 -60
  41. data/lib/rdf/vocab/oa.rb +91 -86
  42. data/lib/rdf/vocab/og.rb +226 -0
  43. data/lib/rdf/vocab/ogc.rb +62 -0
  44. data/lib/rdf/vocab/ore.rb +24 -19
  45. data/lib/rdf/vocab/org.rb +83 -78
  46. data/lib/rdf/vocab/pplan.rb +54 -49
  47. data/lib/rdf/vocab/premis.rb +470 -465
  48. data/lib/rdf/vocab/premis_event_type.rb +85 -80
  49. data/lib/rdf/vocab/prov.rb +1554 -0
  50. data/lib/rdf/vocab/ptr.rb +5 -0
  51. data/lib/rdf/vocab/rsa.rb +76 -0
  52. data/lib/rdf/vocab/rss.rb +70 -0
  53. data/lib/rdf/vocab/schema.rb +10765 -0
  54. data/lib/rdf/vocab/sioc.rb +673 -0
  55. data/lib/rdf/vocab/sioc_services.rb +27 -22
  56. data/lib/rdf/vocab/skos.rb +242 -0
  57. data/lib/rdf/vocab/skosxl.rb +61 -0
  58. data/lib/rdf/vocab/v.rb +387 -0
  59. data/lib/rdf/vocab/vcard.rb +845 -0
  60. data/lib/rdf/vocab/version.rb +1 -0
  61. data/lib/rdf/vocab/vmd.rb +387 -0
  62. data/lib/rdf/vocab/void.rb +190 -0
  63. data/lib/rdf/vocab/vs.rb +32 -0
  64. data/lib/rdf/vocab/wdrs.rb +138 -0
  65. data/lib/rdf/vocab/wot.rb +171 -0
  66. data/lib/rdf/vocab/xhtml.rb +12 -0
  67. data/lib/rdf/vocab/xhv.rb +509 -0
  68. data/spec/spec_helper.rb +1 -0
  69. data/spec/vocab_spec.rb +1 -0
  70. metadata +76 -33
  71. data/lib/rdf/vocab/disco.rb +0 -369
@@ -1,1721 +1,1726 @@
1
1
  # -*- encoding: utf-8 -*-
2
+ # frozen_string_literal: true
2
3
  # This file generated automatically using vocab-fetch from http://id.loc.gov/vocabulary/relators.rdf
3
4
  require 'rdf'
4
5
  module RDF::Vocab
6
+ # @!parse
7
+ # # Vocabulary for <http://id.loc.gov/vocabulary/relators/>
8
+ # class MARCRelators < RDF::StrictVocabulary
9
+ # end
5
10
  class MARCRelators < RDF::StrictVocabulary("http://id.loc.gov/vocabulary/relators/")
6
11
 
7
12
  # Property definitions
8
13
  property :abr,
9
14
  label: "Abridger".freeze,
10
- "mads:authoritativeLabel" => %(Abridger).freeze,
11
- "mads:code" => %(abr).freeze,
12
- "skos:notation" => %(abr).freeze,
13
- "skos:prefLabel" => %(Abridger).freeze,
15
+ :"mads:authoritativeLabel" => %(Abridger).freeze,
16
+ :"mads:code" => %(abr).freeze,
17
+ :"skos:notation" => %(abr).freeze,
18
+ :"skos:prefLabel" => %(Abridger).freeze,
14
19
  subPropertyOf: "marcrelators:role".freeze,
15
20
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
16
21
  property :acp,
17
22
  label: "Art copyist".freeze,
18
- "mads:authoritativeLabel" => %(Art copyist).freeze,
19
- "mads:code" => %(acp).freeze,
20
- "skos:notation" => %(acp).freeze,
21
- "skos:prefLabel" => %(Art copyist).freeze,
23
+ :"mads:authoritativeLabel" => %(Art copyist).freeze,
24
+ :"mads:code" => %(acp).freeze,
25
+ :"skos:notation" => %(acp).freeze,
26
+ :"skos:prefLabel" => %(Art copyist).freeze,
22
27
  subPropertyOf: "marcrelators:role".freeze,
23
28
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
24
29
  property :act,
25
30
  label: "Actor".freeze,
26
- "mads:authoritativeLabel" => %(Actor).freeze,
27
- "mads:code" => %(act).freeze,
28
- "skos:notation" => %(act).freeze,
29
- "skos:prefLabel" => %(Actor).freeze,
30
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:prf".freeze, "dc11:contributor".freeze],
31
+ :"mads:authoritativeLabel" => %(Actor).freeze,
32
+ :"mads:code" => %(act).freeze,
33
+ :"skos:notation" => %(act).freeze,
34
+ :"skos:prefLabel" => %(Actor).freeze,
35
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
31
36
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
32
37
  property :adi,
33
38
  label: "Art director".freeze,
34
- "mads:authoritativeLabel" => %(Art director).freeze,
35
- "mads:code" => %(adi).freeze,
36
- "skos:notation" => %(adi).freeze,
37
- "skos:prefLabel" => %(Art director).freeze,
38
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
39
+ :"mads:authoritativeLabel" => %(Art director).freeze,
40
+ :"mads:code" => %(adi).freeze,
41
+ :"skos:notation" => %(adi).freeze,
42
+ :"skos:prefLabel" => %(Art director).freeze,
43
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
39
44
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
40
45
  property :adp,
41
46
  label: "Adapter".freeze,
42
- "mads:authoritativeLabel" => %(Adapter).freeze,
43
- "mads:code" => %(adp).freeze,
44
- "skos:notation" => %(adp).freeze,
45
- "skos:prefLabel" => %(Adapter).freeze,
46
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
47
+ :"mads:authoritativeLabel" => %(Adapter).freeze,
48
+ :"mads:code" => %(adp).freeze,
49
+ :"skos:notation" => %(adp).freeze,
50
+ :"skos:prefLabel" => %(Adapter).freeze,
51
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
47
52
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
48
53
  property :aft,
49
54
  label: "Author of afterword, colophon, etc.".freeze,
50
- "mads:authoritativeLabel" => %(Author of afterword, colophon, etc.).freeze,
51
- "mads:code" => %(aft).freeze,
52
- "skos:notation" => %(aft).freeze,
53
- "skos:prefLabel" => %(Author of afterword, colophon, etc.).freeze,
54
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:aut".freeze, "dc11:contributor".freeze],
55
+ :"mads:authoritativeLabel" => %(Author of afterword, colophon, etc.).freeze,
56
+ :"mads:code" => %(aft).freeze,
57
+ :"skos:notation" => %(aft).freeze,
58
+ :"skos:prefLabel" => %(Author of afterword, colophon, etc.).freeze,
59
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:aut".freeze, "marcrelators:role".freeze],
55
60
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
56
61
  property :anl,
57
62
  label: "Analyst".freeze,
58
- "mads:authoritativeLabel" => %(Analyst).freeze,
59
- "mads:code" => %(anl).freeze,
60
- "skos:notation" => %(anl).freeze,
61
- "skos:prefLabel" => %(Analyst).freeze,
63
+ :"mads:authoritativeLabel" => %(Analyst).freeze,
64
+ :"mads:code" => %(anl).freeze,
65
+ :"skos:notation" => %(anl).freeze,
66
+ :"skos:prefLabel" => %(Analyst).freeze,
62
67
  subPropertyOf: "marcrelators:role".freeze,
63
68
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
64
69
  property :anm,
65
70
  label: "Animator".freeze,
66
- "mads:authoritativeLabel" => %(Animator).freeze,
67
- "mads:code" => %(anm).freeze,
68
- "skos:notation" => %(anm).freeze,
69
- "skos:prefLabel" => %(Animator).freeze,
70
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
71
+ :"mads:authoritativeLabel" => %(Animator).freeze,
72
+ :"mads:code" => %(anm).freeze,
73
+ :"skos:notation" => %(anm).freeze,
74
+ :"skos:prefLabel" => %(Animator).freeze,
75
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
71
76
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
72
77
  property :ann,
73
78
  label: "Annotator".freeze,
74
- "mads:authoritativeLabel" => %(Annotator).freeze,
75
- "mads:code" => %(ann).freeze,
76
- "skos:notation" => %(ann).freeze,
77
- "skos:prefLabel" => %(Annotator).freeze,
78
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
79
+ :"mads:authoritativeLabel" => %(Annotator).freeze,
80
+ :"mads:code" => %(ann).freeze,
81
+ :"skos:notation" => %(ann).freeze,
82
+ :"skos:prefLabel" => %(Annotator).freeze,
83
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
79
84
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
80
85
  property :ant,
81
86
  label: "Bibliographic antecedent".freeze,
82
- "mads:authoritativeLabel" => %(Bibliographic antecedent).freeze,
83
- "mads:code" => %(ant).freeze,
84
- "skos:notation" => %(ant).freeze,
85
- "skos:prefLabel" => %(Bibliographic antecedent).freeze,
87
+ :"mads:authoritativeLabel" => %(Bibliographic antecedent).freeze,
88
+ :"mads:code" => %(ant).freeze,
89
+ :"skos:notation" => %(ant).freeze,
90
+ :"skos:prefLabel" => %(Bibliographic antecedent).freeze,
86
91
  subPropertyOf: "marcrelators:role".freeze,
87
92
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
88
93
  property :ape,
89
94
  label: "Appellee".freeze,
90
- "mads:authoritativeLabel" => %(Appellee).freeze,
91
- "mads:code" => %(ape).freeze,
92
- "skos:notation" => %(ape).freeze,
93
- "skos:prefLabel" => %(Appellee).freeze,
94
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
95
+ :"mads:authoritativeLabel" => %(Appellee).freeze,
96
+ :"mads:code" => %(ape).freeze,
97
+ :"skos:notation" => %(ape).freeze,
98
+ :"skos:prefLabel" => %(Appellee).freeze,
99
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
95
100
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
96
101
  property :apl,
97
102
  label: "Appellant".freeze,
98
- "mads:authoritativeLabel" => %(Appellant).freeze,
99
- "mads:code" => %(apl).freeze,
100
- "skos:notation" => %(apl).freeze,
101
- "skos:prefLabel" => %(Appellant).freeze,
102
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
103
+ :"mads:authoritativeLabel" => %(Appellant).freeze,
104
+ :"mads:code" => %(apl).freeze,
105
+ :"skos:notation" => %(apl).freeze,
106
+ :"skos:prefLabel" => %(Appellant).freeze,
107
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
103
108
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
104
109
  property :app,
105
110
  label: "Applicant".freeze,
106
- "mads:authoritativeLabel" => %(Applicant).freeze,
107
- "mads:code" => %(app).freeze,
108
- "skos:notation" => %(app).freeze,
109
- "skos:prefLabel" => %(Applicant).freeze,
111
+ :"mads:authoritativeLabel" => %(Applicant).freeze,
112
+ :"mads:code" => %(app).freeze,
113
+ :"skos:notation" => %(app).freeze,
114
+ :"skos:prefLabel" => %(Applicant).freeze,
110
115
  subPropertyOf: "marcrelators:role".freeze,
111
116
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
112
117
  property :aqt,
113
118
  label: "Author in quotations or text abstracts".freeze,
114
- "mads:authoritativeLabel" => %(Author in quotations or text abstracts).freeze,
115
- "mads:code" => %(aqt).freeze,
116
- "skos:notation" => %(aqt).freeze,
117
- "skos:prefLabel" => %(Author in quotations or text abstracts).freeze,
118
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:aut".freeze, "dc11:contributor".freeze],
119
+ :"mads:authoritativeLabel" => %(Author in quotations or text abstracts).freeze,
120
+ :"mads:code" => %(aqt).freeze,
121
+ :"skos:notation" => %(aqt).freeze,
122
+ :"skos:prefLabel" => %(Author in quotations or text abstracts).freeze,
123
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:aut".freeze, "marcrelators:role".freeze],
119
124
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
120
125
  property :arc,
121
126
  label: "Architect".freeze,
122
- "mads:authoritativeLabel" => %(Architect).freeze,
123
- "mads:code" => %(arc).freeze,
124
- "skos:notation" => %(arc).freeze,
125
- "skos:prefLabel" => %(Architect).freeze,
126
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
127
+ :"mads:authoritativeLabel" => %(Architect).freeze,
128
+ :"mads:code" => %(arc).freeze,
129
+ :"skos:notation" => %(arc).freeze,
130
+ :"skos:prefLabel" => %(Architect).freeze,
131
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
127
132
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
128
133
  property :ard,
129
134
  label: "Artistic director".freeze,
130
- "mads:authoritativeLabel" => %(Artistic director).freeze,
131
- "mads:code" => %(ard).freeze,
132
- "skos:notation" => %(ard).freeze,
133
- "skos:prefLabel" => %(Artistic director).freeze,
135
+ :"mads:authoritativeLabel" => %(Artistic director).freeze,
136
+ :"mads:code" => %(ard).freeze,
137
+ :"skos:notation" => %(ard).freeze,
138
+ :"skos:prefLabel" => %(Artistic director).freeze,
134
139
  subPropertyOf: "marcrelators:role".freeze,
135
140
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
136
141
  property :arr,
137
142
  label: "Arranger".freeze,
138
- "mads:authoritativeLabel" => %(Arranger).freeze,
139
- "mads:code" => %(arr).freeze,
140
- "skos:notation" => %(arr).freeze,
141
- "skos:prefLabel" => %(Arranger).freeze,
142
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
143
+ :"mads:authoritativeLabel" => %(Arranger).freeze,
144
+ :"mads:code" => %(arr).freeze,
145
+ :"skos:notation" => %(arr).freeze,
146
+ :"skos:prefLabel" => %(Arranger).freeze,
147
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
143
148
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
144
149
  property :art,
145
150
  label: "Artist".freeze,
146
- "mads:authoritativeLabel" => %(Artist).freeze,
147
- "mads:code" => %(art).freeze,
148
- "skos:notation" => %(art).freeze,
149
- "skos:prefLabel" => %(Artist).freeze,
150
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
151
+ :"mads:authoritativeLabel" => %(Artist).freeze,
152
+ :"mads:code" => %(art).freeze,
153
+ :"skos:notation" => %(art).freeze,
154
+ :"skos:prefLabel" => %(Artist).freeze,
155
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
151
156
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
152
157
  property :asg,
153
158
  label: "Assignee".freeze,
154
- "mads:authoritativeLabel" => %(Assignee).freeze,
155
- "mads:code" => %(asg).freeze,
156
- "skos:notation" => %(asg).freeze,
157
- "skos:prefLabel" => %(Assignee).freeze,
159
+ :"mads:authoritativeLabel" => %(Assignee).freeze,
160
+ :"mads:code" => %(asg).freeze,
161
+ :"skos:notation" => %(asg).freeze,
162
+ :"skos:prefLabel" => %(Assignee).freeze,
158
163
  subPropertyOf: "marcrelators:role".freeze,
159
164
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
160
165
  property :asn,
161
166
  label: "Associated name".freeze,
162
- "mads:authoritativeLabel" => %(Associated name).freeze,
163
- "mads:code" => %(asn).freeze,
164
- "skos:notation" => %(asn).freeze,
165
- "skos:prefLabel" => %(Associated name).freeze,
167
+ :"mads:authoritativeLabel" => %(Associated name).freeze,
168
+ :"mads:code" => %(asn).freeze,
169
+ :"skos:notation" => %(asn).freeze,
170
+ :"skos:prefLabel" => %(Associated name).freeze,
166
171
  subPropertyOf: "marcrelators:role".freeze,
167
172
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
168
173
  property :ato,
169
174
  label: "Autographer".freeze,
170
- "mads:authoritativeLabel" => %(Autographer).freeze,
171
- "mads:code" => %(ato).freeze,
172
- "skos:notation" => %(ato).freeze,
173
- "skos:prefLabel" => %(Autographer).freeze,
174
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
175
+ :"mads:authoritativeLabel" => %(Autographer).freeze,
176
+ :"mads:code" => %(ato).freeze,
177
+ :"skos:notation" => %(ato).freeze,
178
+ :"skos:prefLabel" => %(Autographer).freeze,
179
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
175
180
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
176
181
  property :att,
177
182
  label: "Attributed name".freeze,
178
- "mads:authoritativeLabel" => %(Attributed name).freeze,
179
- "mads:code" => %(att).freeze,
180
- "skos:notation" => %(att).freeze,
181
- "skos:prefLabel" => %(Attributed name).freeze,
183
+ :"mads:authoritativeLabel" => %(Attributed name).freeze,
184
+ :"mads:code" => %(att).freeze,
185
+ :"skos:notation" => %(att).freeze,
186
+ :"skos:prefLabel" => %(Attributed name).freeze,
182
187
  subPropertyOf: "marcrelators:role".freeze,
183
188
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
184
189
  property :auc,
185
190
  label: "Auctioneer".freeze,
186
- "mads:authoritativeLabel" => %(Auctioneer).freeze,
187
- "mads:code" => %(auc).freeze,
188
- "skos:notation" => %(auc).freeze,
189
- "skos:prefLabel" => %(Auctioneer).freeze,
191
+ :"mads:authoritativeLabel" => %(Auctioneer).freeze,
192
+ :"mads:code" => %(auc).freeze,
193
+ :"skos:notation" => %(auc).freeze,
194
+ :"skos:prefLabel" => %(Auctioneer).freeze,
190
195
  subPropertyOf: "marcrelators:role".freeze,
191
196
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
192
197
  property :aud,
193
198
  label: "Author of dialog".freeze,
194
- "mads:authoritativeLabel" => %(Author of dialog).freeze,
195
- "mads:code" => %(aud).freeze,
196
- "skos:notation" => %(aud).freeze,
197
- "skos:prefLabel" => %(Author of dialog).freeze,
198
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:aut".freeze, "dc11:contributor".freeze],
199
+ :"mads:authoritativeLabel" => %(Author of dialog).freeze,
200
+ :"mads:code" => %(aud).freeze,
201
+ :"skos:notation" => %(aud).freeze,
202
+ :"skos:prefLabel" => %(Author of dialog).freeze,
203
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:aut".freeze, "marcrelators:role".freeze],
199
204
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
200
205
  property :aui,
201
206
  label: "Author of introduction, etc.".freeze,
202
- "mads:authoritativeLabel" => %(Author of introduction, etc.).freeze,
203
- "mads:code" => %(aui).freeze,
204
- "skos:notation" => %(aui).freeze,
205
- "skos:prefLabel" => %(Author of introduction, etc.).freeze,
206
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:aut".freeze, "dc11:contributor".freeze],
207
+ :"mads:authoritativeLabel" => %(Author of introduction, etc.).freeze,
208
+ :"mads:code" => %(aui).freeze,
209
+ :"skos:notation" => %(aui).freeze,
210
+ :"skos:prefLabel" => %(Author of introduction, etc.).freeze,
211
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:aut".freeze, "marcrelators:role".freeze],
207
212
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
208
213
  property :aus,
209
214
  label: "Screenwriter".freeze,
210
- "mads:authoritativeLabel" => %(Screenwriter).freeze,
211
- "mads:code" => %(aus).freeze,
212
- "skos:notation" => %(aus).freeze,
213
- "skos:prefLabel" => %(Screenwriter).freeze,
214
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:aut".freeze, "dc11:contributor".freeze],
215
+ :"mads:authoritativeLabel" => %(Screenwriter).freeze,
216
+ :"mads:code" => %(aus).freeze,
217
+ :"skos:notation" => %(aus).freeze,
218
+ :"skos:prefLabel" => %(Screenwriter).freeze,
219
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:aut".freeze, "marcrelators:role".freeze],
215
220
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
216
221
  property :aut,
217
222
  label: "Author".freeze,
218
- "mads:authoritativeLabel" => %(Author).freeze,
219
- "mads:code" => %(aut).freeze,
220
- "skos:notation" => %(aut).freeze,
221
- "skos:prefLabel" => %(Author).freeze,
222
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
223
+ :"mads:authoritativeLabel" => %(Author).freeze,
224
+ :"mads:code" => %(aut).freeze,
225
+ :"skos:notation" => %(aut).freeze,
226
+ :"skos:prefLabel" => %(Author).freeze,
227
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
223
228
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
224
229
  property :bdd,
225
230
  label: "Binding designer".freeze,
226
- "mads:authoritativeLabel" => %(Binding designer).freeze,
227
- "mads:code" => %(bdd).freeze,
228
- "skos:notation" => %(bdd).freeze,
229
- "skos:prefLabel" => %(Binding designer).freeze,
231
+ :"mads:authoritativeLabel" => %(Binding designer).freeze,
232
+ :"mads:code" => %(bdd).freeze,
233
+ :"skos:notation" => %(bdd).freeze,
234
+ :"skos:prefLabel" => %(Binding designer).freeze,
230
235
  subPropertyOf: "marcrelators:role".freeze,
231
236
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
232
237
  property :bjd,
233
238
  label: "Bookjacket designer".freeze,
234
- "mads:authoritativeLabel" => %(Bookjacket designer).freeze,
235
- "mads:code" => %(bjd).freeze,
236
- "skos:notation" => %(bjd).freeze,
237
- "skos:prefLabel" => %(Bookjacket designer).freeze,
239
+ :"mads:authoritativeLabel" => %(Bookjacket designer).freeze,
240
+ :"mads:code" => %(bjd).freeze,
241
+ :"skos:notation" => %(bjd).freeze,
242
+ :"skos:prefLabel" => %(Bookjacket designer).freeze,
238
243
  subPropertyOf: "marcrelators:role".freeze,
239
244
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
240
245
  property :bkd,
241
246
  label: "Book designer".freeze,
242
- "mads:authoritativeLabel" => %(Book designer).freeze,
243
- "mads:code" => %(bkd).freeze,
244
- "skos:notation" => %(bkd).freeze,
245
- "skos:prefLabel" => %(Book designer).freeze,
247
+ :"mads:authoritativeLabel" => %(Book designer).freeze,
248
+ :"mads:code" => %(bkd).freeze,
249
+ :"skos:notation" => %(bkd).freeze,
250
+ :"skos:prefLabel" => %(Book designer).freeze,
246
251
  subPropertyOf: "marcrelators:role".freeze,
247
252
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
248
253
  property :bkp,
249
254
  label: "Book producer".freeze,
250
- "mads:authoritativeLabel" => %(Book producer).freeze,
251
- "mads:code" => %(bkp).freeze,
252
- "skos:notation" => %(bkp).freeze,
253
- "skos:prefLabel" => %(Book producer).freeze,
255
+ :"mads:authoritativeLabel" => %(Book producer).freeze,
256
+ :"mads:code" => %(bkp).freeze,
257
+ :"skos:notation" => %(bkp).freeze,
258
+ :"skos:prefLabel" => %(Book producer).freeze,
254
259
  subPropertyOf: "marcrelators:role".freeze,
255
260
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
256
261
  property :blw,
257
262
  label: "Blurb writer".freeze,
258
- "mads:authoritativeLabel" => %(Blurb writer).freeze,
259
- "mads:code" => %(blw).freeze,
260
- "skos:notation" => %(blw).freeze,
261
- "skos:prefLabel" => %(Blurb writer).freeze,
263
+ :"mads:authoritativeLabel" => %(Blurb writer).freeze,
264
+ :"mads:code" => %(blw).freeze,
265
+ :"skos:notation" => %(blw).freeze,
266
+ :"skos:prefLabel" => %(Blurb writer).freeze,
262
267
  subPropertyOf: "marcrelators:role".freeze,
263
268
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
264
269
  property :bnd,
265
270
  label: "Binder".freeze,
266
- "mads:authoritativeLabel" => %(Binder).freeze,
267
- "mads:code" => %(bnd).freeze,
268
- "skos:notation" => %(bnd).freeze,
269
- "skos:prefLabel" => %(Binder).freeze,
271
+ :"mads:authoritativeLabel" => %(Binder).freeze,
272
+ :"mads:code" => %(bnd).freeze,
273
+ :"skos:notation" => %(bnd).freeze,
274
+ :"skos:prefLabel" => %(Binder).freeze,
270
275
  subPropertyOf: "marcrelators:role".freeze,
271
276
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
272
277
  property :bpd,
273
278
  label: "Bookplate designer".freeze,
274
- "mads:authoritativeLabel" => %(Bookplate designer).freeze,
275
- "mads:code" => %(bpd).freeze,
276
- "skos:notation" => %(bpd).freeze,
277
- "skos:prefLabel" => %(Bookplate designer).freeze,
279
+ :"mads:authoritativeLabel" => %(Bookplate designer).freeze,
280
+ :"mads:code" => %(bpd).freeze,
281
+ :"skos:notation" => %(bpd).freeze,
282
+ :"skos:prefLabel" => %(Bookplate designer).freeze,
278
283
  subPropertyOf: "marcrelators:role".freeze,
279
284
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
280
285
  property :brd,
281
286
  label: "Broadcaster".freeze,
282
- "mads:authoritativeLabel" => %(Broadcaster).freeze,
283
- "mads:code" => %(brd).freeze,
284
- "skos:notation" => %(brd).freeze,
285
- "skos:prefLabel" => %(Broadcaster).freeze,
286
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
287
+ :"mads:authoritativeLabel" => %(Broadcaster).freeze,
288
+ :"mads:code" => %(brd).freeze,
289
+ :"skos:notation" => %(brd).freeze,
290
+ :"skos:prefLabel" => %(Broadcaster).freeze,
291
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
287
292
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
288
293
  property :brl,
289
294
  label: "Braille embosser".freeze,
290
- "mads:authoritativeLabel" => %(Braille embosser).freeze,
291
- "mads:code" => %(brl).freeze,
292
- "skos:notation" => %(brl).freeze,
293
- "skos:prefLabel" => %(Braille embosser).freeze,
294
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
295
+ :"mads:authoritativeLabel" => %(Braille embosser).freeze,
296
+ :"mads:code" => %(brl).freeze,
297
+ :"skos:notation" => %(brl).freeze,
298
+ :"skos:prefLabel" => %(Braille embosser).freeze,
299
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
295
300
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
296
301
  property :bsl,
297
302
  label: "Bookseller".freeze,
298
- "mads:authoritativeLabel" => %(Bookseller).freeze,
299
- "mads:code" => %(bsl).freeze,
300
- "skos:notation" => %(bsl).freeze,
301
- "skos:prefLabel" => %(Bookseller).freeze,
303
+ :"mads:authoritativeLabel" => %(Bookseller).freeze,
304
+ :"mads:code" => %(bsl).freeze,
305
+ :"skos:notation" => %(bsl).freeze,
306
+ :"skos:prefLabel" => %(Bookseller).freeze,
302
307
  subPropertyOf: "marcrelators:role".freeze,
303
308
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
304
309
  property :cas,
305
310
  label: "Caster".freeze,
306
- "mads:authoritativeLabel" => %(Caster).freeze,
307
- "mads:code" => %(cas).freeze,
308
- "skos:notation" => %(cas).freeze,
309
- "skos:prefLabel" => %(Caster).freeze,
310
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
311
+ :"mads:authoritativeLabel" => %(Caster).freeze,
312
+ :"mads:code" => %(cas).freeze,
313
+ :"skos:notation" => %(cas).freeze,
314
+ :"skos:prefLabel" => %(Caster).freeze,
315
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
311
316
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
312
317
  property :ccp,
313
318
  label: "Conceptor".freeze,
314
- "mads:authoritativeLabel" => %(Conceptor).freeze,
315
- "mads:code" => %(ccp).freeze,
316
- "skos:notation" => %(ccp).freeze,
317
- "skos:prefLabel" => %(Conceptor).freeze,
318
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
319
+ :"mads:authoritativeLabel" => %(Conceptor).freeze,
320
+ :"mads:code" => %(ccp).freeze,
321
+ :"skos:notation" => %(ccp).freeze,
322
+ :"skos:prefLabel" => %(Conceptor).freeze,
323
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
319
324
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
320
325
  property :chr,
321
326
  label: "Choreographer".freeze,
322
- "mads:authoritativeLabel" => %(Choreographer).freeze,
323
- "mads:code" => %(chr).freeze,
324
- "skos:notation" => %(chr).freeze,
325
- "skos:prefLabel" => %(Choreographer).freeze,
326
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
327
+ :"mads:authoritativeLabel" => %(Choreographer).freeze,
328
+ :"mads:code" => %(chr).freeze,
329
+ :"skos:notation" => %(chr).freeze,
330
+ :"skos:prefLabel" => %(Choreographer).freeze,
331
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
327
332
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
328
333
  property :cli,
329
334
  label: "Client".freeze,
330
- "mads:authoritativeLabel" => %(Client).freeze,
331
- "mads:code" => %(cli).freeze,
332
- "skos:notation" => %(cli).freeze,
333
- "skos:prefLabel" => %(Client).freeze,
335
+ :"mads:authoritativeLabel" => %(Client).freeze,
336
+ :"mads:code" => %(cli).freeze,
337
+ :"skos:notation" => %(cli).freeze,
338
+ :"skos:prefLabel" => %(Client).freeze,
334
339
  subPropertyOf: "marcrelators:role".freeze,
335
340
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
336
341
  property :cll,
337
342
  label: "Calligrapher".freeze,
338
- "mads:authoritativeLabel" => %(Calligrapher).freeze,
339
- "mads:code" => %(cll).freeze,
340
- "skos:notation" => %(cll).freeze,
341
- "skos:prefLabel" => %(Calligrapher).freeze,
342
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
343
+ :"mads:authoritativeLabel" => %(Calligrapher).freeze,
344
+ :"mads:code" => %(cll).freeze,
345
+ :"skos:notation" => %(cll).freeze,
346
+ :"skos:prefLabel" => %(Calligrapher).freeze,
347
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
343
348
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
344
349
  property :clr,
345
350
  label: "Colorist".freeze,
346
- "mads:authoritativeLabel" => %(Colorist).freeze,
347
- "mads:code" => %(clr).freeze,
348
- "skos:notation" => %(clr).freeze,
349
- "skos:prefLabel" => %(Colorist).freeze,
351
+ :"mads:authoritativeLabel" => %(Colorist).freeze,
352
+ :"mads:code" => %(clr).freeze,
353
+ :"skos:notation" => %(clr).freeze,
354
+ :"skos:prefLabel" => %(Colorist).freeze,
350
355
  subPropertyOf: "marcrelators:role".freeze,
351
356
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
352
357
  property :clt,
353
358
  label: "Collotyper".freeze,
354
- "mads:authoritativeLabel" => %(Collotyper).freeze,
355
- "mads:code" => %(clt).freeze,
356
- "skos:notation" => %(clt).freeze,
357
- "skos:prefLabel" => %(Collotyper).freeze,
358
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
359
+ :"mads:authoritativeLabel" => %(Collotyper).freeze,
360
+ :"mads:code" => %(clt).freeze,
361
+ :"skos:notation" => %(clt).freeze,
362
+ :"skos:prefLabel" => %(Collotyper).freeze,
363
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
359
364
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
360
365
  property :cmm,
361
366
  label: "Commentator".freeze,
362
- "mads:authoritativeLabel" => %(Commentator).freeze,
363
- "mads:code" => %(cmm).freeze,
364
- "skos:notation" => %(cmm).freeze,
365
- "skos:prefLabel" => %(Commentator).freeze,
366
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:prf".freeze, "dc11:contributor".freeze],
367
+ :"mads:authoritativeLabel" => %(Commentator).freeze,
368
+ :"mads:code" => %(cmm).freeze,
369
+ :"skos:notation" => %(cmm).freeze,
370
+ :"skos:prefLabel" => %(Commentator).freeze,
371
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
367
372
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
368
373
  property :cmp,
369
374
  label: "Composer".freeze,
370
- "mads:authoritativeLabel" => %(Composer).freeze,
371
- "mads:code" => %(cmp).freeze,
372
- "skos:notation" => %(cmp).freeze,
373
- "skos:prefLabel" => %(Composer).freeze,
374
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
375
+ :"mads:authoritativeLabel" => %(Composer).freeze,
376
+ :"mads:code" => %(cmp).freeze,
377
+ :"skos:notation" => %(cmp).freeze,
378
+ :"skos:prefLabel" => %(Composer).freeze,
379
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
375
380
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
376
381
  property :cmt,
377
382
  label: "Compositor".freeze,
378
- "mads:authoritativeLabel" => %(Compositor).freeze,
379
- "mads:code" => %(cmt).freeze,
380
- "skos:notation" => %(cmt).freeze,
381
- "skos:prefLabel" => %(Compositor).freeze,
383
+ :"mads:authoritativeLabel" => %(Compositor).freeze,
384
+ :"mads:code" => %(cmt).freeze,
385
+ :"skos:notation" => %(cmt).freeze,
386
+ :"skos:prefLabel" => %(Compositor).freeze,
382
387
  subPropertyOf: "marcrelators:role".freeze,
383
388
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
384
389
  property :cnd,
385
390
  label: "Conductor".freeze,
386
- "mads:authoritativeLabel" => %(Conductor).freeze,
387
- "mads:code" => %(cnd).freeze,
388
- "skos:notation" => %(cnd).freeze,
389
- "skos:prefLabel" => %(Conductor).freeze,
390
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:prf".freeze, "dc11:contributor".freeze],
391
+ :"mads:authoritativeLabel" => %(Conductor).freeze,
392
+ :"mads:code" => %(cnd).freeze,
393
+ :"skos:notation" => %(cnd).freeze,
394
+ :"skos:prefLabel" => %(Conductor).freeze,
395
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
391
396
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
392
397
  property :cng,
393
398
  label: "Cinematographer".freeze,
394
- "mads:authoritativeLabel" => %(Cinematographer).freeze,
395
- "mads:code" => %(cng).freeze,
396
- "skos:notation" => %(cng).freeze,
397
- "skos:prefLabel" => %(Cinematographer).freeze,
398
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
399
+ :"mads:authoritativeLabel" => %(Cinematographer).freeze,
400
+ :"mads:code" => %(cng).freeze,
401
+ :"skos:notation" => %(cng).freeze,
402
+ :"skos:prefLabel" => %(Cinematographer).freeze,
403
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
399
404
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
400
405
  property :cns,
401
406
  label: "Censor".freeze,
402
- "mads:authoritativeLabel" => %(Censor).freeze,
403
- "mads:code" => %(cns).freeze,
404
- "skos:notation" => %(cns).freeze,
405
- "skos:prefLabel" => %(Censor).freeze,
407
+ :"mads:authoritativeLabel" => %(Censor).freeze,
408
+ :"mads:code" => %(cns).freeze,
409
+ :"skos:notation" => %(cns).freeze,
410
+ :"skos:prefLabel" => %(Censor).freeze,
406
411
  subPropertyOf: "marcrelators:role".freeze,
407
412
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
408
413
  property :coe,
409
414
  label: "Contestant-appellee".freeze,
410
- "mads:authoritativeLabel" => %(Contestant-appellee).freeze,
411
- "mads:code" => %(coe).freeze,
412
- "skos:notation" => %(coe).freeze,
413
- "skos:prefLabel" => %(Contestant-appellee).freeze,
414
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:cos".freeze],
415
+ :"mads:authoritativeLabel" => %(Contestant-appellee).freeze,
416
+ :"mads:code" => %(coe).freeze,
417
+ :"skos:notation" => %(coe).freeze,
418
+ :"skos:prefLabel" => %(Contestant-appellee).freeze,
419
+ subPropertyOf: ["marcrelators:cos".freeze, "marcrelators:role".freeze],
415
420
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
416
421
  property :col,
417
422
  label: "Collector".freeze,
418
- "mads:authoritativeLabel" => %(Collector).freeze,
419
- "mads:code" => %(col).freeze,
420
- "skos:notation" => %(col).freeze,
421
- "skos:prefLabel" => %(Collector).freeze,
422
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:cur".freeze],
423
+ :"mads:authoritativeLabel" => %(Collector).freeze,
424
+ :"mads:code" => %(col).freeze,
425
+ :"skos:notation" => %(col).freeze,
426
+ :"skos:prefLabel" => %(Collector).freeze,
427
+ subPropertyOf: ["marcrelators:cur".freeze, "marcrelators:role".freeze],
423
428
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
424
429
  property :com,
425
430
  label: "Compiler".freeze,
426
- "mads:authoritativeLabel" => %(Compiler).freeze,
427
- "mads:code" => %(com).freeze,
428
- "skos:notation" => %(com).freeze,
429
- "skos:prefLabel" => %(Compiler).freeze,
430
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
431
+ :"mads:authoritativeLabel" => %(Compiler).freeze,
432
+ :"mads:code" => %(com).freeze,
433
+ :"skos:notation" => %(com).freeze,
434
+ :"skos:prefLabel" => %(Compiler).freeze,
435
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
431
436
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
432
437
  property :con,
433
438
  label: "Conservator".freeze,
434
- "mads:authoritativeLabel" => %(Conservator).freeze,
435
- "mads:code" => %(con).freeze,
436
- "skos:notation" => %(con).freeze,
437
- "skos:prefLabel" => %(Conservator).freeze,
439
+ :"mads:authoritativeLabel" => %(Conservator).freeze,
440
+ :"mads:code" => %(con).freeze,
441
+ :"skos:notation" => %(con).freeze,
442
+ :"skos:prefLabel" => %(Conservator).freeze,
438
443
  subPropertyOf: "marcrelators:role".freeze,
439
444
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
440
445
  property :cor,
441
446
  label: "Collection registrar".freeze,
442
- "mads:authoritativeLabel" => %(Collection registrar).freeze,
443
- "mads:code" => %(cor).freeze,
444
- "skos:notation" => %(cor).freeze,
445
- "skos:prefLabel" => %(Collection registrar).freeze,
446
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:cur".freeze, "dc11:contributor".freeze],
447
+ :"mads:authoritativeLabel" => %(Collection registrar).freeze,
448
+ :"mads:code" => %(cor).freeze,
449
+ :"skos:notation" => %(cor).freeze,
450
+ :"skos:prefLabel" => %(Collection registrar).freeze,
451
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:cur".freeze, "marcrelators:role".freeze],
447
452
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
448
453
  property :cos,
449
454
  label: "Contestant".freeze,
450
- "mads:authoritativeLabel" => %(Contestant).freeze,
451
- "mads:code" => %(cos).freeze,
452
- "skos:notation" => %(cos).freeze,
453
- "skos:prefLabel" => %(Contestant).freeze,
455
+ :"mads:authoritativeLabel" => %(Contestant).freeze,
456
+ :"mads:code" => %(cos).freeze,
457
+ :"skos:notation" => %(cos).freeze,
458
+ :"skos:prefLabel" => %(Contestant).freeze,
454
459
  subPropertyOf: "marcrelators:role".freeze,
455
460
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
456
461
  property :cot,
457
462
  label: "Contestant-appellant".freeze,
458
- "mads:authoritativeLabel" => %(Contestant-appellant).freeze,
459
- "mads:code" => %(cot).freeze,
460
- "skos:notation" => %(cot).freeze,
461
- "skos:prefLabel" => %(Contestant-appellant).freeze,
462
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:cos".freeze],
463
+ :"mads:authoritativeLabel" => %(Contestant-appellant).freeze,
464
+ :"mads:code" => %(cot).freeze,
465
+ :"skos:notation" => %(cot).freeze,
466
+ :"skos:prefLabel" => %(Contestant-appellant).freeze,
467
+ subPropertyOf: ["marcrelators:cos".freeze, "marcrelators:role".freeze],
463
468
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
464
469
  property :cou,
465
470
  label: "Court governed".freeze,
466
- "mads:authoritativeLabel" => %(Court governed).freeze,
467
- "mads:code" => %(cou).freeze,
468
- "skos:notation" => %(cou).freeze,
469
- "skos:prefLabel" => %(Court governed).freeze,
470
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
471
+ :"mads:authoritativeLabel" => %(Court governed).freeze,
472
+ :"mads:code" => %(cou).freeze,
473
+ :"skos:notation" => %(cou).freeze,
474
+ :"skos:prefLabel" => %(Court governed).freeze,
475
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
471
476
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
472
477
  property :cov,
473
478
  label: "Cover designer".freeze,
474
- "mads:authoritativeLabel" => %(Cover designer).freeze,
475
- "mads:code" => %(cov).freeze,
476
- "skos:notation" => %(cov).freeze,
477
- "skos:prefLabel" => %(Cover designer).freeze,
479
+ :"mads:authoritativeLabel" => %(Cover designer).freeze,
480
+ :"mads:code" => %(cov).freeze,
481
+ :"skos:notation" => %(cov).freeze,
482
+ :"skos:prefLabel" => %(Cover designer).freeze,
478
483
  subPropertyOf: "marcrelators:role".freeze,
479
484
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
480
485
  property :cpc,
481
486
  label: "Copyright claimant".freeze,
482
- "mads:authoritativeLabel" => %(Copyright claimant).freeze,
483
- "mads:code" => %(cpc).freeze,
484
- "skos:notation" => %(cpc).freeze,
485
- "skos:prefLabel" => %(Copyright claimant).freeze,
487
+ :"mads:authoritativeLabel" => %(Copyright claimant).freeze,
488
+ :"mads:code" => %(cpc).freeze,
489
+ :"skos:notation" => %(cpc).freeze,
490
+ :"skos:prefLabel" => %(Copyright claimant).freeze,
486
491
  subPropertyOf: "marcrelators:role".freeze,
487
492
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
488
493
  property :cpe,
489
494
  label: "Complainant-appellee".freeze,
490
- "mads:authoritativeLabel" => %(Complainant-appellee).freeze,
491
- "mads:code" => %(cpe).freeze,
492
- "skos:notation" => %(cpe).freeze,
493
- "skos:prefLabel" => %(Complainant-appellee).freeze,
494
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:cpl".freeze],
495
+ :"mads:authoritativeLabel" => %(Complainant-appellee).freeze,
496
+ :"mads:code" => %(cpe).freeze,
497
+ :"skos:notation" => %(cpe).freeze,
498
+ :"skos:prefLabel" => %(Complainant-appellee).freeze,
499
+ subPropertyOf: ["marcrelators:cpl".freeze, "marcrelators:role".freeze],
495
500
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
496
501
  property :cph,
497
502
  label: "Copyright holder".freeze,
498
- "mads:authoritativeLabel" => %(Copyright holder).freeze,
499
- "mads:code" => %(cph).freeze,
500
- "skos:notation" => %(cph).freeze,
501
- "skos:prefLabel" => %(Copyright holder).freeze,
503
+ :"mads:authoritativeLabel" => %(Copyright holder).freeze,
504
+ :"mads:code" => %(cph).freeze,
505
+ :"skos:notation" => %(cph).freeze,
506
+ :"skos:prefLabel" => %(Copyright holder).freeze,
502
507
  subPropertyOf: "marcrelators:role".freeze,
503
508
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
504
509
  property :cpl,
505
510
  label: "Complainant".freeze,
506
- "mads:authoritativeLabel" => %(Complainant).freeze,
507
- "mads:code" => %(cpl).freeze,
508
- "skos:notation" => %(cpl).freeze,
509
- "skos:prefLabel" => %(Complainant).freeze,
511
+ :"mads:authoritativeLabel" => %(Complainant).freeze,
512
+ :"mads:code" => %(cpl).freeze,
513
+ :"skos:notation" => %(cpl).freeze,
514
+ :"skos:prefLabel" => %(Complainant).freeze,
510
515
  subPropertyOf: "marcrelators:role".freeze,
511
516
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
512
517
  property :cpt,
513
518
  label: "Complainant-appellant".freeze,
514
- "mads:authoritativeLabel" => %(Complainant-appellant).freeze,
515
- "mads:code" => %(cpt).freeze,
516
- "skos:notation" => %(cpt).freeze,
517
- "skos:prefLabel" => %(Complainant-appellant).freeze,
518
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:cpl".freeze],
519
+ :"mads:authoritativeLabel" => %(Complainant-appellant).freeze,
520
+ :"mads:code" => %(cpt).freeze,
521
+ :"skos:notation" => %(cpt).freeze,
522
+ :"skos:prefLabel" => %(Complainant-appellant).freeze,
523
+ subPropertyOf: ["marcrelators:cpl".freeze, "marcrelators:role".freeze],
519
524
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
520
525
  property :cre,
521
526
  label: "Creator".freeze,
522
- "mads:authoritativeLabel" => %(Creator).freeze,
523
- "mads:code" => %(cre).freeze,
524
- "skos:notation" => %(cre).freeze,
525
- "skos:prefLabel" => %(Creator).freeze,
526
- subPropertyOf: ["marcrelators:role".freeze, "dc11:creator".freeze, "dc11:contributor".freeze],
527
+ :"mads:authoritativeLabel" => %(Creator).freeze,
528
+ :"mads:code" => %(cre).freeze,
529
+ :"skos:notation" => %(cre).freeze,
530
+ :"skos:prefLabel" => %(Creator).freeze,
531
+ subPropertyOf: ["dc11:contributor".freeze, "dc11:creator".freeze, "marcrelators:role".freeze],
527
532
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
528
533
  property :crp,
529
534
  label: "Correspondent".freeze,
530
- "mads:authoritativeLabel" => %(Correspondent).freeze,
531
- "mads:code" => %(crp).freeze,
532
- "skos:notation" => %(crp).freeze,
533
- "skos:prefLabel" => %(Correspondent).freeze,
534
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
535
+ :"mads:authoritativeLabel" => %(Correspondent).freeze,
536
+ :"mads:code" => %(crp).freeze,
537
+ :"skos:notation" => %(crp).freeze,
538
+ :"skos:prefLabel" => %(Correspondent).freeze,
539
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
535
540
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
536
541
  property :crr,
537
542
  label: "Corrector".freeze,
538
- "mads:authoritativeLabel" => %(Corrector).freeze,
539
- "mads:code" => %(crr).freeze,
540
- "skos:notation" => %(crr).freeze,
541
- "skos:prefLabel" => %(Corrector).freeze,
543
+ :"mads:authoritativeLabel" => %(Corrector).freeze,
544
+ :"mads:code" => %(crr).freeze,
545
+ :"skos:notation" => %(crr).freeze,
546
+ :"skos:prefLabel" => %(Corrector).freeze,
542
547
  subPropertyOf: "marcrelators:role".freeze,
543
548
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
544
549
  property :crt,
545
550
  label: "Court reporter".freeze,
546
- "mads:authoritativeLabel" => %(Court reporter).freeze,
547
- "mads:code" => %(crt).freeze,
548
- "skos:notation" => %(crt).freeze,
549
- "skos:prefLabel" => %(Court reporter).freeze,
550
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
551
+ :"mads:authoritativeLabel" => %(Court reporter).freeze,
552
+ :"mads:code" => %(crt).freeze,
553
+ :"skos:notation" => %(crt).freeze,
554
+ :"skos:prefLabel" => %(Court reporter).freeze,
555
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
551
556
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
552
557
  property :csl,
553
558
  label: "Consultant".freeze,
554
- "mads:authoritativeLabel" => %(Consultant).freeze,
555
- "mads:code" => %(csl).freeze,
556
- "skos:notation" => %(csl).freeze,
557
- "skos:prefLabel" => %(Consultant).freeze,
558
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
559
+ :"mads:authoritativeLabel" => %(Consultant).freeze,
560
+ :"mads:code" => %(csl).freeze,
561
+ :"skos:notation" => %(csl).freeze,
562
+ :"skos:prefLabel" => %(Consultant).freeze,
563
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
559
564
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
560
565
  property :csp,
561
566
  label: "Consultant to a project".freeze,
562
- "mads:authoritativeLabel" => %(Consultant to a project).freeze,
563
- "mads:code" => %(csp).freeze,
564
- "skos:notation" => %(csp).freeze,
565
- "skos:prefLabel" => %(Consultant to a project).freeze,
566
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
567
+ :"mads:authoritativeLabel" => %(Consultant to a project).freeze,
568
+ :"mads:code" => %(csp).freeze,
569
+ :"skos:notation" => %(csp).freeze,
570
+ :"skos:prefLabel" => %(Consultant to a project).freeze,
571
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
567
572
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
568
573
  property :cst,
569
574
  label: "Costume designer".freeze,
570
- "mads:authoritativeLabel" => %(Costume designer).freeze,
571
- "mads:code" => %(cst).freeze,
572
- "skos:notation" => %(cst).freeze,
573
- "skos:prefLabel" => %(Costume designer).freeze,
574
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
575
+ :"mads:authoritativeLabel" => %(Costume designer).freeze,
576
+ :"mads:code" => %(cst).freeze,
577
+ :"skos:notation" => %(cst).freeze,
578
+ :"skos:prefLabel" => %(Costume designer).freeze,
579
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
575
580
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
576
581
  property :ctb,
577
582
  label: "Contributor".freeze,
578
- "mads:authoritativeLabel" => %(Contributor).freeze,
579
- "mads:code" => %(ctb).freeze,
580
- "skos:notation" => %(ctb).freeze,
581
- "skos:prefLabel" => %(Contributor).freeze,
582
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
583
+ :"mads:authoritativeLabel" => %(Contributor).freeze,
584
+ :"mads:code" => %(ctb).freeze,
585
+ :"skos:notation" => %(ctb).freeze,
586
+ :"skos:prefLabel" => %(Contributor).freeze,
587
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
583
588
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
584
589
  property :cte,
585
590
  label: "Contestee-appellee".freeze,
586
- "mads:authoritativeLabel" => %(Contestee-appellee).freeze,
587
- "mads:code" => %(cte).freeze,
588
- "skos:notation" => %(cte).freeze,
589
- "skos:prefLabel" => %(Contestee-appellee).freeze,
590
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:cts".freeze],
591
+ :"mads:authoritativeLabel" => %(Contestee-appellee).freeze,
592
+ :"mads:code" => %(cte).freeze,
593
+ :"skos:notation" => %(cte).freeze,
594
+ :"skos:prefLabel" => %(Contestee-appellee).freeze,
595
+ subPropertyOf: ["marcrelators:cts".freeze, "marcrelators:role".freeze],
591
596
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
592
597
  property :ctg,
593
598
  label: "Cartographer".freeze,
594
- "mads:authoritativeLabel" => %(Cartographer).freeze,
595
- "mads:code" => %(ctg).freeze,
596
- "skos:notation" => %(ctg).freeze,
597
- "skos:prefLabel" => %(Cartographer).freeze,
598
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
599
+ :"mads:authoritativeLabel" => %(Cartographer).freeze,
600
+ :"mads:code" => %(ctg).freeze,
601
+ :"skos:notation" => %(ctg).freeze,
602
+ :"skos:prefLabel" => %(Cartographer).freeze,
603
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
599
604
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
600
605
  property :ctr,
601
606
  label: "Contractor".freeze,
602
- "mads:authoritativeLabel" => %(Contractor).freeze,
603
- "mads:code" => %(ctr).freeze,
604
- "skos:notation" => %(ctr).freeze,
605
- "skos:prefLabel" => %(Contractor).freeze,
606
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
607
+ :"mads:authoritativeLabel" => %(Contractor).freeze,
608
+ :"mads:code" => %(ctr).freeze,
609
+ :"skos:notation" => %(ctr).freeze,
610
+ :"skos:prefLabel" => %(Contractor).freeze,
611
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
607
612
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
608
613
  property :cts,
609
614
  label: "Contestee".freeze,
610
- "mads:authoritativeLabel" => %(Contestee).freeze,
611
- "mads:code" => %(cts).freeze,
612
- "skos:notation" => %(cts).freeze,
613
- "skos:prefLabel" => %(Contestee).freeze,
615
+ :"mads:authoritativeLabel" => %(Contestee).freeze,
616
+ :"mads:code" => %(cts).freeze,
617
+ :"skos:notation" => %(cts).freeze,
618
+ :"skos:prefLabel" => %(Contestee).freeze,
614
619
  subPropertyOf: "marcrelators:role".freeze,
615
620
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
616
621
  property :ctt,
617
622
  label: "Contestee-appellant".freeze,
618
- "mads:authoritativeLabel" => %(Contestee-appellant).freeze,
619
- "mads:code" => %(ctt).freeze,
620
- "skos:notation" => %(ctt).freeze,
621
- "skos:prefLabel" => %(Contestee-appellant).freeze,
622
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:cts".freeze],
623
+ :"mads:authoritativeLabel" => %(Contestee-appellant).freeze,
624
+ :"mads:code" => %(ctt).freeze,
625
+ :"skos:notation" => %(ctt).freeze,
626
+ :"skos:prefLabel" => %(Contestee-appellant).freeze,
627
+ subPropertyOf: ["marcrelators:cts".freeze, "marcrelators:role".freeze],
623
628
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
624
629
  property :cur,
625
630
  label: "Curator".freeze,
626
- "mads:authoritativeLabel" => %(Curator).freeze,
627
- "mads:code" => %(cur).freeze,
628
- "skos:notation" => %(cur).freeze,
629
- "skos:prefLabel" => %(Curator).freeze,
630
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
631
+ :"mads:authoritativeLabel" => %(Curator).freeze,
632
+ :"mads:code" => %(cur).freeze,
633
+ :"skos:notation" => %(cur).freeze,
634
+ :"skos:prefLabel" => %(Curator).freeze,
635
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
631
636
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
632
637
  property :cwt,
633
638
  label: "Commentator for written text".freeze,
634
- "mads:authoritativeLabel" => %(Commentator for written text).freeze,
635
- "mads:code" => %(cwt).freeze,
636
- "skos:notation" => %(cwt).freeze,
637
- "skos:prefLabel" => %(Commentator for written text).freeze,
638
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
639
+ :"mads:authoritativeLabel" => %(Commentator for written text).freeze,
640
+ :"mads:code" => %(cwt).freeze,
641
+ :"skos:notation" => %(cwt).freeze,
642
+ :"skos:prefLabel" => %(Commentator for written text).freeze,
643
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
639
644
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
640
645
  property :dbp,
641
646
  label: "Distribution place".freeze,
642
- "mads:authoritativeLabel" => %(Distribution place).freeze,
643
- "mads:code" => %(dbp).freeze,
644
- "skos:notation" => %(dbp).freeze,
645
- "skos:prefLabel" => %(Distribution place).freeze,
647
+ :"mads:authoritativeLabel" => %(Distribution place).freeze,
648
+ :"mads:code" => %(dbp).freeze,
649
+ :"skos:notation" => %(dbp).freeze,
650
+ :"skos:prefLabel" => %(Distribution place).freeze,
646
651
  subPropertyOf: "marcrelators:role".freeze,
647
652
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
648
653
  property :dfd,
649
654
  label: "Defendant".freeze,
650
- "mads:authoritativeLabel" => %(Defendant).freeze,
651
- "mads:code" => %(dfd).freeze,
652
- "skos:notation" => %(dfd).freeze,
653
- "skos:prefLabel" => %(Defendant).freeze,
655
+ :"mads:authoritativeLabel" => %(Defendant).freeze,
656
+ :"mads:code" => %(dfd).freeze,
657
+ :"skos:notation" => %(dfd).freeze,
658
+ :"skos:prefLabel" => %(Defendant).freeze,
654
659
  subPropertyOf: "marcrelators:role".freeze,
655
660
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
656
661
  property :dfe,
657
662
  label: "Defendant-appellee".freeze,
658
- "mads:authoritativeLabel" => %(Defendant-appellee).freeze,
659
- "mads:code" => %(dfe).freeze,
660
- "skos:notation" => %(dfe).freeze,
661
- "skos:prefLabel" => %(Defendant-appellee).freeze,
662
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:dfd".freeze],
663
+ :"mads:authoritativeLabel" => %(Defendant-appellee).freeze,
664
+ :"mads:code" => %(dfe).freeze,
665
+ :"skos:notation" => %(dfe).freeze,
666
+ :"skos:prefLabel" => %(Defendant-appellee).freeze,
667
+ subPropertyOf: ["marcrelators:dfd".freeze, "marcrelators:role".freeze],
663
668
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
664
669
  property :dft,
665
670
  label: "Defendant-appellant".freeze,
666
- "mads:authoritativeLabel" => %(Defendant-appellant).freeze,
667
- "mads:code" => %(dft).freeze,
668
- "skos:notation" => %(dft).freeze,
669
- "skos:prefLabel" => %(Defendant-appellant).freeze,
670
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:dfd".freeze],
671
+ :"mads:authoritativeLabel" => %(Defendant-appellant).freeze,
672
+ :"mads:code" => %(dft).freeze,
673
+ :"skos:notation" => %(dft).freeze,
674
+ :"skos:prefLabel" => %(Defendant-appellant).freeze,
675
+ subPropertyOf: ["marcrelators:dfd".freeze, "marcrelators:role".freeze],
671
676
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
672
677
  property :dgg,
673
678
  label: "Degree granting institution".freeze,
674
- "mads:authoritativeLabel" => %(Degree granting institution).freeze,
675
- "mads:code" => %(dgg).freeze,
676
- "skos:notation" => %(dgg).freeze,
677
- "skos:prefLabel" => %(Degree granting institution).freeze,
679
+ :"mads:authoritativeLabel" => %(Degree granting institution).freeze,
680
+ :"mads:code" => %(dgg).freeze,
681
+ :"skos:notation" => %(dgg).freeze,
682
+ :"skos:prefLabel" => %(Degree granting institution).freeze,
678
683
  subPropertyOf: "marcrelators:role".freeze,
679
684
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
680
685
  property :dgs,
681
686
  label: "Degree supervisor".freeze,
682
- "mads:authoritativeLabel" => %(Degree supervisor).freeze,
683
- "mads:code" => %(dgs).freeze,
684
- "skos:notation" => %(dgs).freeze,
685
- "skos:prefLabel" => %(Degree supervisor).freeze,
686
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
687
+ :"mads:authoritativeLabel" => %(Degree supervisor).freeze,
688
+ :"mads:code" => %(dgs).freeze,
689
+ :"skos:notation" => %(dgs).freeze,
690
+ :"skos:prefLabel" => %(Degree supervisor).freeze,
691
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
687
692
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
688
693
  property :dis,
689
694
  label: "Dissertant".freeze,
690
- "mads:authoritativeLabel" => %(Dissertant).freeze,
691
- "mads:code" => %(dis).freeze,
692
- "skos:notation" => %(dis).freeze,
693
- "skos:prefLabel" => %(Dissertant).freeze,
694
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
695
+ :"mads:authoritativeLabel" => %(Dissertant).freeze,
696
+ :"mads:code" => %(dis).freeze,
697
+ :"skos:notation" => %(dis).freeze,
698
+ :"skos:prefLabel" => %(Dissertant).freeze,
699
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
695
700
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
696
701
  property :dln,
697
702
  label: "Delineator".freeze,
698
- "mads:authoritativeLabel" => %(Delineator).freeze,
699
- "mads:code" => %(dln).freeze,
700
- "skos:notation" => %(dln).freeze,
701
- "skos:prefLabel" => %(Delineator).freeze,
702
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
703
+ :"mads:authoritativeLabel" => %(Delineator).freeze,
704
+ :"mads:code" => %(dln).freeze,
705
+ :"skos:notation" => %(dln).freeze,
706
+ :"skos:prefLabel" => %(Delineator).freeze,
707
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
703
708
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
704
709
  property :dnc,
705
710
  label: "Dancer".freeze,
706
- "mads:authoritativeLabel" => %(Dancer).freeze,
707
- "mads:code" => %(dnc).freeze,
708
- "skos:notation" => %(dnc).freeze,
709
- "skos:prefLabel" => %(Dancer).freeze,
710
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:prf".freeze, "dc11:contributor".freeze],
711
+ :"mads:authoritativeLabel" => %(Dancer).freeze,
712
+ :"mads:code" => %(dnc).freeze,
713
+ :"skos:notation" => %(dnc).freeze,
714
+ :"skos:prefLabel" => %(Dancer).freeze,
715
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
711
716
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
712
717
  property :dnr,
713
718
  label: "Donor".freeze,
714
- "mads:authoritativeLabel" => %(Donor).freeze,
715
- "mads:code" => %(dnr).freeze,
716
- "skos:notation" => %(dnr).freeze,
717
- "skos:prefLabel" => %(Donor).freeze,
718
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:fmo".freeze],
719
+ :"mads:authoritativeLabel" => %(Donor).freeze,
720
+ :"mads:code" => %(dnr).freeze,
721
+ :"skos:notation" => %(dnr).freeze,
722
+ :"skos:prefLabel" => %(Donor).freeze,
723
+ subPropertyOf: ["marcrelators:fmo".freeze, "marcrelators:role".freeze],
719
724
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
720
725
  property :dpc,
721
726
  label: "Depicted".freeze,
722
- "mads:authoritativeLabel" => %(Depicted).freeze,
723
- "mads:code" => %(dpc).freeze,
724
- "skos:notation" => %(dpc).freeze,
725
- "skos:prefLabel" => %(Depicted).freeze,
726
- subPropertyOf: ["marcrelators:role".freeze, "dc11:subject".freeze],
727
+ :"mads:authoritativeLabel" => %(Depicted).freeze,
728
+ :"mads:code" => %(dpc).freeze,
729
+ :"skos:notation" => %(dpc).freeze,
730
+ :"skos:prefLabel" => %(Depicted).freeze,
731
+ subPropertyOf: ["dc11:subject".freeze, "marcrelators:role".freeze],
727
732
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
728
733
  property :dpt,
729
734
  label: "Depositor".freeze,
730
- "mads:authoritativeLabel" => %(Depositor).freeze,
731
- "mads:code" => %(dpt).freeze,
732
- "skos:notation" => %(dpt).freeze,
733
- "skos:prefLabel" => %(Depositor).freeze,
734
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:own".freeze],
735
+ :"mads:authoritativeLabel" => %(Depositor).freeze,
736
+ :"mads:code" => %(dpt).freeze,
737
+ :"skos:notation" => %(dpt).freeze,
738
+ :"skos:prefLabel" => %(Depositor).freeze,
739
+ subPropertyOf: ["marcrelators:own".freeze, "marcrelators:role".freeze],
735
740
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
736
741
  property :drm,
737
742
  label: "Draftsman".freeze,
738
- "mads:authoritativeLabel" => %(Draftsman).freeze,
739
- "mads:code" => %(drm).freeze,
740
- "skos:notation" => %(drm).freeze,
741
- "skos:prefLabel" => %(Draftsman).freeze,
742
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
743
+ :"mads:authoritativeLabel" => %(Draftsman).freeze,
744
+ :"mads:code" => %(drm).freeze,
745
+ :"skos:notation" => %(drm).freeze,
746
+ :"skos:prefLabel" => %(Draftsman).freeze,
747
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
743
748
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
744
749
  property :drt,
745
750
  label: "Director".freeze,
746
- "mads:authoritativeLabel" => %(Director).freeze,
747
- "mads:code" => %(drt).freeze,
748
- "skos:notation" => %(drt).freeze,
749
- "skos:prefLabel" => %(Director).freeze,
750
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
751
+ :"mads:authoritativeLabel" => %(Director).freeze,
752
+ :"mads:code" => %(drt).freeze,
753
+ :"skos:notation" => %(drt).freeze,
754
+ :"skos:prefLabel" => %(Director).freeze,
755
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
751
756
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
752
757
  property :dsr,
753
758
  label: "Designer".freeze,
754
- "mads:authoritativeLabel" => %(Designer).freeze,
755
- "mads:code" => %(dsr).freeze,
756
- "skos:notation" => %(dsr).freeze,
757
- "skos:prefLabel" => %(Designer).freeze,
758
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
759
+ :"mads:authoritativeLabel" => %(Designer).freeze,
760
+ :"mads:code" => %(dsr).freeze,
761
+ :"skos:notation" => %(dsr).freeze,
762
+ :"skos:prefLabel" => %(Designer).freeze,
763
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
759
764
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
760
765
  property :dst,
761
766
  label: "Distributor".freeze,
762
- "mads:authoritativeLabel" => %(Distributor).freeze,
763
- "mads:code" => %(dst).freeze,
764
- "skos:notation" => %(dst).freeze,
765
- "skos:prefLabel" => %(Distributor).freeze,
766
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:prv".freeze, "dc11:publisher".freeze],
767
+ :"mads:authoritativeLabel" => %(Distributor).freeze,
768
+ :"mads:code" => %(dst).freeze,
769
+ :"skos:notation" => %(dst).freeze,
770
+ :"skos:prefLabel" => %(Distributor).freeze,
771
+ subPropertyOf: ["dc11:publisher".freeze, "marcrelators:prv".freeze, "marcrelators:role".freeze],
767
772
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
768
773
  property :dtc,
769
774
  label: "Data contributor".freeze,
770
- "mads:authoritativeLabel" => %(Data contributor).freeze,
771
- "mads:code" => %(dtc).freeze,
772
- "skos:notation" => %(dtc).freeze,
773
- "skos:prefLabel" => %(Data contributor).freeze,
775
+ :"mads:authoritativeLabel" => %(Data contributor).freeze,
776
+ :"mads:code" => %(dtc).freeze,
777
+ :"skos:notation" => %(dtc).freeze,
778
+ :"skos:prefLabel" => %(Data contributor).freeze,
774
779
  subPropertyOf: "marcrelators:role".freeze,
775
780
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
776
781
  property :dte,
777
782
  label: "Dedicatee".freeze,
778
- "mads:authoritativeLabel" => %(Dedicatee).freeze,
779
- "mads:code" => %(dte).freeze,
780
- "skos:notation" => %(dte).freeze,
781
- "skos:prefLabel" => %(Dedicatee).freeze,
783
+ :"mads:authoritativeLabel" => %(Dedicatee).freeze,
784
+ :"mads:code" => %(dte).freeze,
785
+ :"skos:notation" => %(dte).freeze,
786
+ :"skos:prefLabel" => %(Dedicatee).freeze,
782
787
  subPropertyOf: "marcrelators:role".freeze,
783
788
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
784
789
  property :dtm,
785
790
  label: "Data manager".freeze,
786
- "mads:authoritativeLabel" => %(Data manager).freeze,
787
- "mads:code" => %(dtm).freeze,
788
- "skos:notation" => %(dtm).freeze,
789
- "skos:prefLabel" => %(Data manager).freeze,
791
+ :"mads:authoritativeLabel" => %(Data manager).freeze,
792
+ :"mads:code" => %(dtm).freeze,
793
+ :"skos:notation" => %(dtm).freeze,
794
+ :"skos:prefLabel" => %(Data manager).freeze,
790
795
  subPropertyOf: "marcrelators:role".freeze,
791
796
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
792
797
  property :dto,
793
798
  label: "Dedicator".freeze,
794
- "mads:authoritativeLabel" => %(Dedicator).freeze,
795
- "mads:code" => %(dto).freeze,
796
- "skos:notation" => %(dto).freeze,
797
- "skos:prefLabel" => %(Dedicator).freeze,
799
+ :"mads:authoritativeLabel" => %(Dedicator).freeze,
800
+ :"mads:code" => %(dto).freeze,
801
+ :"skos:notation" => %(dto).freeze,
802
+ :"skos:prefLabel" => %(Dedicator).freeze,
798
803
  subPropertyOf: "marcrelators:role".freeze,
799
804
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
800
805
  property :dub,
801
806
  label: "Dubious author".freeze,
802
- "mads:authoritativeLabel" => %(Dubious author).freeze,
803
- "mads:code" => %(dub).freeze,
804
- "skos:notation" => %(dub).freeze,
805
- "skos:prefLabel" => %(Dubious author).freeze,
807
+ :"mads:authoritativeLabel" => %(Dubious author).freeze,
808
+ :"mads:code" => %(dub).freeze,
809
+ :"skos:notation" => %(dub).freeze,
810
+ :"skos:prefLabel" => %(Dubious author).freeze,
806
811
  subPropertyOf: "marcrelators:role".freeze,
807
812
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
808
813
  property :edc,
809
814
  label: "Editor of compilation".freeze,
810
- "mads:authoritativeLabel" => %(Editor of compilation).freeze,
811
- "mads:code" => %(edc).freeze,
812
- "skos:notation" => %(edc).freeze,
813
- "skos:prefLabel" => %(Editor of compilation).freeze,
814
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
815
+ :"mads:authoritativeLabel" => %(Editor of compilation).freeze,
816
+ :"mads:code" => %(edc).freeze,
817
+ :"skos:notation" => %(edc).freeze,
818
+ :"skos:prefLabel" => %(Editor of compilation).freeze,
819
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
815
820
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
816
821
  property :edm,
817
822
  label: "Editor of moving image work".freeze,
818
- "mads:authoritativeLabel" => %(Editor of moving image work).freeze,
819
- "mads:code" => %(edm).freeze,
820
- "skos:notation" => %(edm).freeze,
821
- "skos:prefLabel" => %(Editor of moving image work).freeze,
822
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
823
+ :"mads:authoritativeLabel" => %(Editor of moving image work).freeze,
824
+ :"mads:code" => %(edm).freeze,
825
+ :"skos:notation" => %(edm).freeze,
826
+ :"skos:prefLabel" => %(Editor of moving image work).freeze,
827
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
823
828
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
824
829
  property :edt,
825
830
  label: "Editor".freeze,
826
- "mads:authoritativeLabel" => %(Editor).freeze,
827
- "mads:code" => %(edt).freeze,
828
- "skos:notation" => %(edt).freeze,
829
- "skos:prefLabel" => %(Editor).freeze,
830
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
831
+ :"mads:authoritativeLabel" => %(Editor).freeze,
832
+ :"mads:code" => %(edt).freeze,
833
+ :"skos:notation" => %(edt).freeze,
834
+ :"skos:prefLabel" => %(Editor).freeze,
835
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
831
836
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
832
837
  property :egr,
833
838
  label: "Engraver".freeze,
834
- "mads:authoritativeLabel" => %(Engraver).freeze,
835
- "mads:code" => %(egr).freeze,
836
- "skos:notation" => %(egr).freeze,
837
- "skos:prefLabel" => %(Engraver).freeze,
838
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
839
+ :"mads:authoritativeLabel" => %(Engraver).freeze,
840
+ :"mads:code" => %(egr).freeze,
841
+ :"skos:notation" => %(egr).freeze,
842
+ :"skos:prefLabel" => %(Engraver).freeze,
843
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
839
844
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
840
845
  property :elg,
841
846
  label: "Electrician".freeze,
842
- "mads:authoritativeLabel" => %(Electrician).freeze,
843
- "mads:code" => %(elg).freeze,
844
- "skos:notation" => %(elg).freeze,
845
- "skos:prefLabel" => %(Electrician).freeze,
847
+ :"mads:authoritativeLabel" => %(Electrician).freeze,
848
+ :"mads:code" => %(elg).freeze,
849
+ :"skos:notation" => %(elg).freeze,
850
+ :"skos:prefLabel" => %(Electrician).freeze,
846
851
  subPropertyOf: "marcrelators:role".freeze,
847
852
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
848
853
  property :elt,
849
854
  label: "Electrotyper".freeze,
850
- "mads:authoritativeLabel" => %(Electrotyper).freeze,
851
- "mads:code" => %(elt).freeze,
852
- "skos:notation" => %(elt).freeze,
853
- "skos:prefLabel" => %(Electrotyper).freeze,
855
+ :"mads:authoritativeLabel" => %(Electrotyper).freeze,
856
+ :"mads:code" => %(elt).freeze,
857
+ :"skos:notation" => %(elt).freeze,
858
+ :"skos:prefLabel" => %(Electrotyper).freeze,
854
859
  subPropertyOf: "marcrelators:role".freeze,
855
860
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
856
861
  property :eng,
857
862
  label: "Engineer".freeze,
858
- "mads:authoritativeLabel" => %(Engineer).freeze,
859
- "mads:code" => %(eng).freeze,
860
- "skos:notation" => %(eng).freeze,
861
- "skos:prefLabel" => %(Engineer).freeze,
862
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
863
+ :"mads:authoritativeLabel" => %(Engineer).freeze,
864
+ :"mads:code" => %(eng).freeze,
865
+ :"skos:notation" => %(eng).freeze,
866
+ :"skos:prefLabel" => %(Engineer).freeze,
867
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
863
868
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
864
869
  property :enj,
865
870
  label: "Enacting jurisdiction".freeze,
866
- "mads:authoritativeLabel" => %(Enacting jurisdiction).freeze,
867
- "mads:code" => %(enj).freeze,
868
- "skos:notation" => %(enj).freeze,
869
- "skos:prefLabel" => %(Enacting jurisdiction).freeze,
870
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
871
+ :"mads:authoritativeLabel" => %(Enacting jurisdiction).freeze,
872
+ :"mads:code" => %(enj).freeze,
873
+ :"skos:notation" => %(enj).freeze,
874
+ :"skos:prefLabel" => %(Enacting jurisdiction).freeze,
875
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
871
876
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
872
877
  property :etr,
873
878
  label: "Etcher".freeze,
874
- "mads:authoritativeLabel" => %(Etcher).freeze,
875
- "mads:code" => %(etr).freeze,
876
- "skos:notation" => %(etr).freeze,
877
- "skos:prefLabel" => %(Etcher).freeze,
878
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
879
+ :"mads:authoritativeLabel" => %(Etcher).freeze,
880
+ :"mads:code" => %(etr).freeze,
881
+ :"skos:notation" => %(etr).freeze,
882
+ :"skos:prefLabel" => %(Etcher).freeze,
883
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
879
884
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
880
885
  property :evp,
881
886
  label: "Event place".freeze,
882
- "mads:authoritativeLabel" => %(Event place).freeze,
883
- "mads:code" => %(evp).freeze,
884
- "skos:notation" => %(evp).freeze,
885
- "skos:prefLabel" => %(Event place).freeze,
887
+ :"mads:authoritativeLabel" => %(Event place).freeze,
888
+ :"mads:code" => %(evp).freeze,
889
+ :"skos:notation" => %(evp).freeze,
890
+ :"skos:prefLabel" => %(Event place).freeze,
886
891
  subPropertyOf: "marcrelators:role".freeze,
887
892
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
888
893
  property :exp,
889
894
  label: "Expert".freeze,
890
- "mads:authoritativeLabel" => %(Expert).freeze,
891
- "mads:code" => %(exp).freeze,
892
- "skos:notation" => %(exp).freeze,
893
- "skos:prefLabel" => %(Expert).freeze,
895
+ :"mads:authoritativeLabel" => %(Expert).freeze,
896
+ :"mads:code" => %(exp).freeze,
897
+ :"skos:notation" => %(exp).freeze,
898
+ :"skos:prefLabel" => %(Expert).freeze,
894
899
  subPropertyOf: "marcrelators:role".freeze,
895
900
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
896
901
  property :fac,
897
902
  label: "Facsimilist".freeze,
898
- "mads:authoritativeLabel" => %(Facsimilist).freeze,
899
- "mads:code" => %(fac).freeze,
900
- "skos:notation" => %(fac).freeze,
901
- "skos:prefLabel" => %(Facsimilist).freeze,
902
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
903
+ :"mads:authoritativeLabel" => %(Facsimilist).freeze,
904
+ :"mads:code" => %(fac).freeze,
905
+ :"skos:notation" => %(fac).freeze,
906
+ :"skos:prefLabel" => %(Facsimilist).freeze,
907
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
903
908
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
904
909
  property :fds,
905
910
  label: "Film distributor".freeze,
906
- "mads:authoritativeLabel" => %(Film distributor).freeze,
907
- "mads:code" => %(fds).freeze,
908
- "skos:notation" => %(fds).freeze,
909
- "skos:prefLabel" => %(Film distributor).freeze,
910
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:dst".freeze, "dc11:contributor".freeze],
911
+ :"mads:authoritativeLabel" => %(Film distributor).freeze,
912
+ :"mads:code" => %(fds).freeze,
913
+ :"skos:notation" => %(fds).freeze,
914
+ :"skos:prefLabel" => %(Film distributor).freeze,
915
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:dst".freeze, "marcrelators:role".freeze],
911
916
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
912
917
  property :fld,
913
918
  label: "Field director".freeze,
914
- "mads:authoritativeLabel" => %(Field director).freeze,
915
- "mads:code" => %(fld).freeze,
916
- "skos:notation" => %(fld).freeze,
917
- "skos:prefLabel" => %(Field director).freeze,
919
+ :"mads:authoritativeLabel" => %(Field director).freeze,
920
+ :"mads:code" => %(fld).freeze,
921
+ :"skos:notation" => %(fld).freeze,
922
+ :"skos:prefLabel" => %(Field director).freeze,
918
923
  subPropertyOf: "marcrelators:role".freeze,
919
924
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
920
925
  property :flm,
921
926
  label: "Film editor".freeze,
922
- "mads:authoritativeLabel" => %(Film editor).freeze,
923
- "mads:code" => %(flm).freeze,
924
- "skos:notation" => %(flm).freeze,
925
- "skos:prefLabel" => %(Film editor).freeze,
926
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:edm".freeze, "dc11:contributor".freeze],
927
+ :"mads:authoritativeLabel" => %(Film editor).freeze,
928
+ :"mads:code" => %(flm).freeze,
929
+ :"skos:notation" => %(flm).freeze,
930
+ :"skos:prefLabel" => %(Film editor).freeze,
931
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:edm".freeze, "marcrelators:role".freeze],
927
932
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
928
933
  property :fmd,
929
934
  label: "Film director".freeze,
930
- "mads:authoritativeLabel" => %(Film director).freeze,
931
- "mads:code" => %(fmd).freeze,
932
- "skos:notation" => %(fmd).freeze,
933
- "skos:prefLabel" => %(Film director).freeze,
934
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:drt".freeze, "dc11:contributor".freeze],
935
+ :"mads:authoritativeLabel" => %(Film director).freeze,
936
+ :"mads:code" => %(fmd).freeze,
937
+ :"skos:notation" => %(fmd).freeze,
938
+ :"skos:prefLabel" => %(Film director).freeze,
939
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:drt".freeze, "marcrelators:role".freeze],
935
940
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
936
941
  property :fmk,
937
942
  label: "Filmmaker".freeze,
938
- "mads:authoritativeLabel" => %(Filmmaker).freeze,
939
- "mads:code" => %(fmk).freeze,
940
- "skos:notation" => %(fmk).freeze,
941
- "skos:prefLabel" => %(Filmmaker).freeze,
942
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:drt".freeze, "dc11:contributor".freeze],
943
+ :"mads:authoritativeLabel" => %(Filmmaker).freeze,
944
+ :"mads:code" => %(fmk).freeze,
945
+ :"skos:notation" => %(fmk).freeze,
946
+ :"skos:prefLabel" => %(Filmmaker).freeze,
947
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:drt".freeze, "marcrelators:role".freeze],
943
948
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
944
949
  property :fmo,
945
950
  label: "Former owner".freeze,
946
- "mads:authoritativeLabel" => %(Former owner).freeze,
947
- "mads:code" => %(fmo).freeze,
948
- "skos:notation" => %(fmo).freeze,
949
- "skos:prefLabel" => %(Former owner).freeze,
951
+ :"mads:authoritativeLabel" => %(Former owner).freeze,
952
+ :"mads:code" => %(fmo).freeze,
953
+ :"skos:notation" => %(fmo).freeze,
954
+ :"skos:prefLabel" => %(Former owner).freeze,
950
955
  subPropertyOf: "marcrelators:role".freeze,
951
956
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
952
957
  property :fmp,
953
958
  label: "Film producer".freeze,
954
- "mads:authoritativeLabel" => %(Film producer).freeze,
955
- "mads:code" => %(fmp).freeze,
956
- "skos:notation" => %(fmp).freeze,
957
- "skos:prefLabel" => %(Film producer).freeze,
958
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:pro".freeze, "dc11:contributor".freeze],
959
+ :"mads:authoritativeLabel" => %(Film producer).freeze,
960
+ :"mads:code" => %(fmp).freeze,
961
+ :"skos:notation" => %(fmp).freeze,
962
+ :"skos:prefLabel" => %(Film producer).freeze,
963
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:pro".freeze, "marcrelators:role".freeze],
959
964
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
960
965
  property :fnd,
961
966
  label: "Funder".freeze,
962
- "mads:authoritativeLabel" => %(Funder).freeze,
963
- "mads:code" => %(fnd).freeze,
964
- "skos:notation" => %(fnd).freeze,
965
- "skos:prefLabel" => %(Funder).freeze,
967
+ :"mads:authoritativeLabel" => %(Funder).freeze,
968
+ :"mads:code" => %(fnd).freeze,
969
+ :"skos:notation" => %(fnd).freeze,
970
+ :"skos:prefLabel" => %(Funder).freeze,
966
971
  subPropertyOf: "marcrelators:role".freeze,
967
972
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
968
973
  property :fpy,
969
974
  label: "First party".freeze,
970
- "mads:authoritativeLabel" => %(First party).freeze,
971
- "mads:code" => %(fpy).freeze,
972
- "skos:notation" => %(fpy).freeze,
973
- "skos:prefLabel" => %(First party).freeze,
975
+ :"mads:authoritativeLabel" => %(First party).freeze,
976
+ :"mads:code" => %(fpy).freeze,
977
+ :"skos:notation" => %(fpy).freeze,
978
+ :"skos:prefLabel" => %(First party).freeze,
974
979
  subPropertyOf: "marcrelators:role".freeze,
975
980
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
976
981
  property :frg,
977
982
  label: "Forger".freeze,
978
- "mads:authoritativeLabel" => %(Forger).freeze,
979
- "mads:code" => %(frg).freeze,
980
- "skos:notation" => %(frg).freeze,
981
- "skos:prefLabel" => %(Forger).freeze,
982
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
983
+ :"mads:authoritativeLabel" => %(Forger).freeze,
984
+ :"mads:code" => %(frg).freeze,
985
+ :"skos:notation" => %(frg).freeze,
986
+ :"skos:prefLabel" => %(Forger).freeze,
987
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
983
988
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
984
989
  property :gis,
985
990
  label: "Geographic information specialist".freeze,
986
- "mads:authoritativeLabel" => %(Geographic information specialist).freeze,
987
- "mads:code" => %(gis).freeze,
988
- "skos:notation" => %(gis).freeze,
989
- "skos:prefLabel" => %(Geographic information specialist).freeze,
991
+ :"mads:authoritativeLabel" => %(Geographic information specialist).freeze,
992
+ :"mads:code" => %(gis).freeze,
993
+ :"skos:notation" => %(gis).freeze,
994
+ :"skos:prefLabel" => %(Geographic information specialist).freeze,
990
995
  subPropertyOf: "marcrelators:role".freeze,
991
996
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
992
997
  property :his,
993
998
  label: "Host institution".freeze,
994
- "mads:authoritativeLabel" => %(Host institution).freeze,
995
- "mads:code" => %(his).freeze,
996
- "skos:notation" => %(his).freeze,
997
- "skos:prefLabel" => %(Host institution).freeze,
998
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:hst".freeze, "dc11:contributor".freeze],
999
+ :"mads:authoritativeLabel" => %(Host institution).freeze,
1000
+ :"mads:code" => %(his).freeze,
1001
+ :"skos:notation" => %(his).freeze,
1002
+ :"skos:prefLabel" => %(Host institution).freeze,
1003
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:hst".freeze, "marcrelators:role".freeze],
999
1004
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1000
1005
  property :hnr,
1001
1006
  label: "Honoree".freeze,
1002
- "mads:authoritativeLabel" => %(Honoree).freeze,
1003
- "mads:code" => %(hnr).freeze,
1004
- "skos:notation" => %(hnr).freeze,
1005
- "skos:prefLabel" => %(Honoree).freeze,
1007
+ :"mads:authoritativeLabel" => %(Honoree).freeze,
1008
+ :"mads:code" => %(hnr).freeze,
1009
+ :"skos:notation" => %(hnr).freeze,
1010
+ :"skos:prefLabel" => %(Honoree).freeze,
1006
1011
  subPropertyOf: "marcrelators:role".freeze,
1007
1012
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1008
1013
  property :hst,
1009
1014
  label: "Host".freeze,
1010
- "mads:authoritativeLabel" => %(Host).freeze,
1011
- "mads:code" => %(hst).freeze,
1012
- "skos:notation" => %(hst).freeze,
1013
- "skos:prefLabel" => %(Host).freeze,
1014
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:prf".freeze, "dc11:contributor".freeze],
1015
+ :"mads:authoritativeLabel" => %(Host).freeze,
1016
+ :"mads:code" => %(hst).freeze,
1017
+ :"skos:notation" => %(hst).freeze,
1018
+ :"skos:prefLabel" => %(Host).freeze,
1019
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
1015
1020
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1016
1021
  property :ill,
1017
1022
  label: "Illustrator".freeze,
1018
- "mads:authoritativeLabel" => %(Illustrator).freeze,
1019
- "mads:code" => %(ill).freeze,
1020
- "skos:notation" => %(ill).freeze,
1021
- "skos:prefLabel" => %(Illustrator).freeze,
1022
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1023
+ :"mads:authoritativeLabel" => %(Illustrator).freeze,
1024
+ :"mads:code" => %(ill).freeze,
1025
+ :"skos:notation" => %(ill).freeze,
1026
+ :"skos:prefLabel" => %(Illustrator).freeze,
1027
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1023
1028
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1024
1029
  property :ilu,
1025
1030
  label: "Illuminator".freeze,
1026
- "mads:authoritativeLabel" => %(Illuminator).freeze,
1027
- "mads:code" => %(ilu).freeze,
1028
- "skos:notation" => %(ilu).freeze,
1029
- "skos:prefLabel" => %(Illuminator).freeze,
1030
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1031
+ :"mads:authoritativeLabel" => %(Illuminator).freeze,
1032
+ :"mads:code" => %(ilu).freeze,
1033
+ :"skos:notation" => %(ilu).freeze,
1034
+ :"skos:prefLabel" => %(Illuminator).freeze,
1035
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1031
1036
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1032
1037
  property :ins,
1033
1038
  label: "Inscriber".freeze,
1034
- "mads:authoritativeLabel" => %(Inscriber).freeze,
1035
- "mads:code" => %(ins).freeze,
1036
- "skos:notation" => %(ins).freeze,
1037
- "skos:prefLabel" => %(Inscriber).freeze,
1039
+ :"mads:authoritativeLabel" => %(Inscriber).freeze,
1040
+ :"mads:code" => %(ins).freeze,
1041
+ :"skos:notation" => %(ins).freeze,
1042
+ :"skos:prefLabel" => %(Inscriber).freeze,
1038
1043
  subPropertyOf: "marcrelators:role".freeze,
1039
1044
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1040
1045
  property :inv,
1041
1046
  label: "Inventor".freeze,
1042
- "mads:authoritativeLabel" => %(Inventor).freeze,
1043
- "mads:code" => %(inv).freeze,
1044
- "skos:notation" => %(inv).freeze,
1045
- "skos:prefLabel" => %(Inventor).freeze,
1046
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1047
+ :"mads:authoritativeLabel" => %(Inventor).freeze,
1048
+ :"mads:code" => %(inv).freeze,
1049
+ :"skos:notation" => %(inv).freeze,
1050
+ :"skos:prefLabel" => %(Inventor).freeze,
1051
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1047
1052
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1048
1053
  property :isb,
1049
1054
  label: "Issuing body".freeze,
1050
- "mads:authoritativeLabel" => %(Issuing body).freeze,
1051
- "mads:code" => %(isb).freeze,
1052
- "skos:notation" => %(isb).freeze,
1053
- "skos:prefLabel" => %(Issuing body).freeze,
1054
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1055
+ :"mads:authoritativeLabel" => %(Issuing body).freeze,
1056
+ :"mads:code" => %(isb).freeze,
1057
+ :"skos:notation" => %(isb).freeze,
1058
+ :"skos:prefLabel" => %(Issuing body).freeze,
1059
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1055
1060
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1056
1061
  property :itr,
1057
1062
  label: "Instrumentalist".freeze,
1058
- "mads:authoritativeLabel" => %(Instrumentalist).freeze,
1059
- "mads:code" => %(itr).freeze,
1060
- "skos:notation" => %(itr).freeze,
1061
- "skos:prefLabel" => %(Instrumentalist).freeze,
1062
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:prf".freeze, "dc11:contributor".freeze],
1063
+ :"mads:authoritativeLabel" => %(Instrumentalist).freeze,
1064
+ :"mads:code" => %(itr).freeze,
1065
+ :"skos:notation" => %(itr).freeze,
1066
+ :"skos:prefLabel" => %(Instrumentalist).freeze,
1067
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
1063
1068
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1064
1069
  property :ive,
1065
1070
  label: "Interviewee".freeze,
1066
- "mads:authoritativeLabel" => %(Interviewee).freeze,
1067
- "mads:code" => %(ive).freeze,
1068
- "skos:notation" => %(ive).freeze,
1069
- "skos:prefLabel" => %(Interviewee).freeze,
1070
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1071
+ :"mads:authoritativeLabel" => %(Interviewee).freeze,
1072
+ :"mads:code" => %(ive).freeze,
1073
+ :"skos:notation" => %(ive).freeze,
1074
+ :"skos:prefLabel" => %(Interviewee).freeze,
1075
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1071
1076
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1072
1077
  property :ivr,
1073
1078
  label: "Interviewer".freeze,
1074
- "mads:authoritativeLabel" => %(Interviewer).freeze,
1075
- "mads:code" => %(ivr).freeze,
1076
- "skos:notation" => %(ivr).freeze,
1077
- "skos:prefLabel" => %(Interviewer).freeze,
1078
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1079
+ :"mads:authoritativeLabel" => %(Interviewer).freeze,
1080
+ :"mads:code" => %(ivr).freeze,
1081
+ :"skos:notation" => %(ivr).freeze,
1082
+ :"skos:prefLabel" => %(Interviewer).freeze,
1083
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1079
1084
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1080
1085
  property :jud,
1081
1086
  label: "Judge".freeze,
1082
- "mads:authoritativeLabel" => %(Judge).freeze,
1083
- "mads:code" => %(jud).freeze,
1084
- "skos:notation" => %(jud).freeze,
1085
- "skos:prefLabel" => %(Judge).freeze,
1086
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1087
+ :"mads:authoritativeLabel" => %(Judge).freeze,
1088
+ :"mads:code" => %(jud).freeze,
1089
+ :"skos:notation" => %(jud).freeze,
1090
+ :"skos:prefLabel" => %(Judge).freeze,
1091
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1087
1092
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1088
1093
  property :jug,
1089
1094
  label: "Jurisdiction governed".freeze,
1090
- "mads:authoritativeLabel" => %(Jurisdiction governed).freeze,
1091
- "mads:code" => %(jug).freeze,
1092
- "skos:notation" => %(jug).freeze,
1093
- "skos:prefLabel" => %(Jurisdiction governed).freeze,
1094
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1095
+ :"mads:authoritativeLabel" => %(Jurisdiction governed).freeze,
1096
+ :"mads:code" => %(jug).freeze,
1097
+ :"skos:notation" => %(jug).freeze,
1098
+ :"skos:prefLabel" => %(Jurisdiction governed).freeze,
1099
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1095
1100
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1096
1101
  property :lbr,
1097
1102
  label: "Laboratory".freeze,
1098
- "mads:authoritativeLabel" => %(Laboratory).freeze,
1099
- "mads:code" => %(lbr).freeze,
1100
- "skos:notation" => %(lbr).freeze,
1101
- "skos:prefLabel" => %(Laboratory).freeze,
1103
+ :"mads:authoritativeLabel" => %(Laboratory).freeze,
1104
+ :"mads:code" => %(lbr).freeze,
1105
+ :"skos:notation" => %(lbr).freeze,
1106
+ :"skos:prefLabel" => %(Laboratory).freeze,
1102
1107
  subPropertyOf: "marcrelators:role".freeze,
1103
1108
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1104
1109
  property :lbt,
1105
1110
  label: "Librettist".freeze,
1106
- "mads:authoritativeLabel" => %(Librettist).freeze,
1107
- "mads:code" => %(lbt).freeze,
1108
- "skos:notation" => %(lbt).freeze,
1109
- "skos:prefLabel" => %(Librettist).freeze,
1110
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:aut".freeze, "dc11:contributor".freeze],
1111
+ :"mads:authoritativeLabel" => %(Librettist).freeze,
1112
+ :"mads:code" => %(lbt).freeze,
1113
+ :"skos:notation" => %(lbt).freeze,
1114
+ :"skos:prefLabel" => %(Librettist).freeze,
1115
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:aut".freeze, "marcrelators:role".freeze],
1111
1116
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1112
1117
  property :ldr,
1113
1118
  label: "Laboratory director".freeze,
1114
- "mads:authoritativeLabel" => %(Laboratory director).freeze,
1115
- "mads:code" => %(ldr).freeze,
1116
- "skos:notation" => %(ldr).freeze,
1117
- "skos:prefLabel" => %(Laboratory director).freeze,
1119
+ :"mads:authoritativeLabel" => %(Laboratory director).freeze,
1120
+ :"mads:code" => %(ldr).freeze,
1121
+ :"skos:notation" => %(ldr).freeze,
1122
+ :"skos:prefLabel" => %(Laboratory director).freeze,
1118
1123
  subPropertyOf: "marcrelators:role".freeze,
1119
1124
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1120
1125
  property :led,
1121
1126
  label: "Lead".freeze,
1122
- "mads:authoritativeLabel" => %(Lead).freeze,
1123
- "mads:code" => %(led).freeze,
1124
- "skos:notation" => %(led).freeze,
1125
- "skos:prefLabel" => %(Lead).freeze,
1127
+ :"mads:authoritativeLabel" => %(Lead).freeze,
1128
+ :"mads:code" => %(led).freeze,
1129
+ :"skos:notation" => %(led).freeze,
1130
+ :"skos:prefLabel" => %(Lead).freeze,
1126
1131
  subPropertyOf: "marcrelators:role".freeze,
1127
1132
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1128
1133
  property :lee,
1129
1134
  label: "Libelee-appellee".freeze,
1130
- "mads:authoritativeLabel" => %(Libelee-appellee).freeze,
1131
- "mads:code" => %(lee).freeze,
1132
- "skos:notation" => %(lee).freeze,
1133
- "skos:prefLabel" => %(Libelee-appellee).freeze,
1134
- subPropertyOf: ["marcrelators:role".freeze],
1135
+ :"mads:authoritativeLabel" => %(Libelee-appellee).freeze,
1136
+ :"mads:code" => %(lee).freeze,
1137
+ :"skos:notation" => %(lee).freeze,
1138
+ :"skos:prefLabel" => %(Libelee-appellee).freeze,
1139
+ subPropertyOf: "marcrelators:role".freeze,
1135
1140
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1136
1141
  property :lel,
1137
1142
  label: "Libelee".freeze,
1138
- "mads:authoritativeLabel" => %(Libelee).freeze,
1139
- "mads:code" => %(lel).freeze,
1140
- "skos:notation" => %(lel).freeze,
1141
- "skos:prefLabel" => %(Libelee).freeze,
1143
+ :"mads:authoritativeLabel" => %(Libelee).freeze,
1144
+ :"mads:code" => %(lel).freeze,
1145
+ :"skos:notation" => %(lel).freeze,
1146
+ :"skos:prefLabel" => %(Libelee).freeze,
1142
1147
  subPropertyOf: "marcrelators:role".freeze,
1143
1148
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1144
1149
  property :len,
1145
1150
  label: "Lender".freeze,
1146
- "mads:authoritativeLabel" => %(Lender).freeze,
1147
- "mads:code" => %(len).freeze,
1148
- "skos:notation" => %(len).freeze,
1149
- "skos:prefLabel" => %(Lender).freeze,
1151
+ :"mads:authoritativeLabel" => %(Lender).freeze,
1152
+ :"mads:code" => %(len).freeze,
1153
+ :"skos:notation" => %(len).freeze,
1154
+ :"skos:prefLabel" => %(Lender).freeze,
1150
1155
  subPropertyOf: "marcrelators:role".freeze,
1151
1156
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1152
1157
  property :let,
1153
1158
  label: "Libelee-appellant".freeze,
1154
- "mads:authoritativeLabel" => %(Libelee-appellant).freeze,
1155
- "mads:code" => %(let).freeze,
1156
- "skos:notation" => %(let).freeze,
1157
- "skos:prefLabel" => %(Libelee-appellant).freeze,
1158
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:lel".freeze],
1159
+ :"mads:authoritativeLabel" => %(Libelee-appellant).freeze,
1160
+ :"mads:code" => %(let).freeze,
1161
+ :"skos:notation" => %(let).freeze,
1162
+ :"skos:prefLabel" => %(Libelee-appellant).freeze,
1163
+ subPropertyOf: ["marcrelators:lel".freeze, "marcrelators:role".freeze],
1159
1164
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1160
1165
  property :lgd,
1161
1166
  label: "Lighting designer".freeze,
1162
- "mads:authoritativeLabel" => %(Lighting designer).freeze,
1163
- "mads:code" => %(lgd).freeze,
1164
- "skos:notation" => %(lgd).freeze,
1165
- "skos:prefLabel" => %(Lighting designer).freeze,
1166
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1167
+ :"mads:authoritativeLabel" => %(Lighting designer).freeze,
1168
+ :"mads:code" => %(lgd).freeze,
1169
+ :"skos:notation" => %(lgd).freeze,
1170
+ :"skos:prefLabel" => %(Lighting designer).freeze,
1171
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1167
1172
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1168
1173
  property :lie,
1169
1174
  label: "Libelant-appellee".freeze,
1170
- "mads:authoritativeLabel" => %(Libelant-appellee).freeze,
1171
- "mads:code" => %(lie).freeze,
1172
- "skos:notation" => %(lie).freeze,
1173
- "skos:prefLabel" => %(Libelant-appellee).freeze,
1174
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:lil".freeze],
1175
+ :"mads:authoritativeLabel" => %(Libelant-appellee).freeze,
1176
+ :"mads:code" => %(lie).freeze,
1177
+ :"skos:notation" => %(lie).freeze,
1178
+ :"skos:prefLabel" => %(Libelant-appellee).freeze,
1179
+ subPropertyOf: ["marcrelators:lil".freeze, "marcrelators:role".freeze],
1175
1180
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1176
1181
  property :lil,
1177
1182
  label: "Libelant".freeze,
1178
- "mads:authoritativeLabel" => %(Libelant).freeze,
1179
- "mads:code" => %(lil).freeze,
1180
- "skos:notation" => %(lil).freeze,
1181
- "skos:prefLabel" => %(Libelant).freeze,
1183
+ :"mads:authoritativeLabel" => %(Libelant).freeze,
1184
+ :"mads:code" => %(lil).freeze,
1185
+ :"skos:notation" => %(lil).freeze,
1186
+ :"skos:prefLabel" => %(Libelant).freeze,
1182
1187
  subPropertyOf: "marcrelators:role".freeze,
1183
1188
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1184
1189
  property :lit,
1185
1190
  label: "Libelant-appellant".freeze,
1186
- "mads:authoritativeLabel" => %(Libelant-appellant).freeze,
1187
- "mads:code" => %(lit).freeze,
1188
- "skos:notation" => %(lit).freeze,
1189
- "skos:prefLabel" => %(Libelant-appellant).freeze,
1190
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:lil".freeze],
1191
+ :"mads:authoritativeLabel" => %(Libelant-appellant).freeze,
1192
+ :"mads:code" => %(lit).freeze,
1193
+ :"skos:notation" => %(lit).freeze,
1194
+ :"skos:prefLabel" => %(Libelant-appellant).freeze,
1195
+ subPropertyOf: ["marcrelators:lil".freeze, "marcrelators:role".freeze],
1191
1196
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1192
1197
  property :lsa,
1193
1198
  label: "Landscape architect".freeze,
1194
- "mads:authoritativeLabel" => %(Landscape architect).freeze,
1195
- "mads:code" => %(lsa).freeze,
1196
- "skos:notation" => %(lsa).freeze,
1197
- "skos:prefLabel" => %(Landscape architect).freeze,
1198
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:arc".freeze, "dc11:contributor".freeze],
1199
+ :"mads:authoritativeLabel" => %(Landscape architect).freeze,
1200
+ :"mads:code" => %(lsa).freeze,
1201
+ :"skos:notation" => %(lsa).freeze,
1202
+ :"skos:prefLabel" => %(Landscape architect).freeze,
1203
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:arc".freeze, "marcrelators:role".freeze],
1199
1204
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1200
1205
  property :lse,
1201
1206
  label: "Licensee".freeze,
1202
- "mads:authoritativeLabel" => %(Licensee).freeze,
1203
- "mads:code" => %(lse).freeze,
1204
- "skos:notation" => %(lse).freeze,
1205
- "skos:prefLabel" => %(Licensee).freeze,
1207
+ :"mads:authoritativeLabel" => %(Licensee).freeze,
1208
+ :"mads:code" => %(lse).freeze,
1209
+ :"skos:notation" => %(lse).freeze,
1210
+ :"skos:prefLabel" => %(Licensee).freeze,
1206
1211
  subPropertyOf: "marcrelators:role".freeze,
1207
1212
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1208
1213
  property :lso,
1209
1214
  label: "Licensor".freeze,
1210
- "mads:authoritativeLabel" => %(Licensor).freeze,
1211
- "mads:code" => %(lso).freeze,
1212
- "skos:notation" => %(lso).freeze,
1213
- "skos:prefLabel" => %(Licensor).freeze,
1215
+ :"mads:authoritativeLabel" => %(Licensor).freeze,
1216
+ :"mads:code" => %(lso).freeze,
1217
+ :"skos:notation" => %(lso).freeze,
1218
+ :"skos:prefLabel" => %(Licensor).freeze,
1214
1219
  subPropertyOf: "marcrelators:role".freeze,
1215
1220
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1216
1221
  property :ltg,
1217
1222
  label: "Lithographer".freeze,
1218
- "mads:authoritativeLabel" => %(Lithographer).freeze,
1219
- "mads:code" => %(ltg).freeze,
1220
- "skos:notation" => %(ltg).freeze,
1221
- "skos:prefLabel" => %(Lithographer).freeze,
1222
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1223
+ :"mads:authoritativeLabel" => %(Lithographer).freeze,
1224
+ :"mads:code" => %(ltg).freeze,
1225
+ :"skos:notation" => %(ltg).freeze,
1226
+ :"skos:prefLabel" => %(Lithographer).freeze,
1227
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1223
1228
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1224
1229
  property :lyr,
1225
1230
  label: "Lyricist".freeze,
1226
- "mads:authoritativeLabel" => %(Lyricist).freeze,
1227
- "mads:code" => %(lyr).freeze,
1228
- "skos:notation" => %(lyr).freeze,
1229
- "skos:prefLabel" => %(Lyricist).freeze,
1230
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:aut".freeze, "dc11:contributor".freeze],
1231
+ :"mads:authoritativeLabel" => %(Lyricist).freeze,
1232
+ :"mads:code" => %(lyr).freeze,
1233
+ :"skos:notation" => %(lyr).freeze,
1234
+ :"skos:prefLabel" => %(Lyricist).freeze,
1235
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:aut".freeze, "marcrelators:role".freeze],
1231
1236
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1232
1237
  property :mcp,
1233
1238
  label: "Music copyist".freeze,
1234
- "mads:authoritativeLabel" => %(Music copyist).freeze,
1235
- "mads:code" => %(mcp).freeze,
1236
- "skos:notation" => %(mcp).freeze,
1237
- "skos:prefLabel" => %(Music copyist).freeze,
1239
+ :"mads:authoritativeLabel" => %(Music copyist).freeze,
1240
+ :"mads:code" => %(mcp).freeze,
1241
+ :"skos:notation" => %(mcp).freeze,
1242
+ :"skos:prefLabel" => %(Music copyist).freeze,
1238
1243
  subPropertyOf: "marcrelators:role".freeze,
1239
1244
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1240
1245
  property :mdc,
1241
1246
  label: "Metadata contact".freeze,
1242
- "mads:authoritativeLabel" => %(Metadata contact).freeze,
1243
- "mads:code" => %(mdc).freeze,
1244
- "skos:notation" => %(mdc).freeze,
1245
- "skos:prefLabel" => %(Metadata contact).freeze,
1247
+ :"mads:authoritativeLabel" => %(Metadata contact).freeze,
1248
+ :"mads:code" => %(mdc).freeze,
1249
+ :"skos:notation" => %(mdc).freeze,
1250
+ :"skos:prefLabel" => %(Metadata contact).freeze,
1246
1251
  subPropertyOf: "marcrelators:role".freeze,
1247
1252
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1248
1253
  property :med,
1249
1254
  label: "Medium".freeze,
1250
- "mads:authoritativeLabel" => %(Medium).freeze,
1251
- "mads:code" => %(med).freeze,
1252
- "skos:notation" => %(med).freeze,
1253
- "skos:prefLabel" => %(Medium).freeze,
1254
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1255
+ :"mads:authoritativeLabel" => %(Medium).freeze,
1256
+ :"mads:code" => %(med).freeze,
1257
+ :"skos:notation" => %(med).freeze,
1258
+ :"skos:prefLabel" => %(Medium).freeze,
1259
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1255
1260
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1256
1261
  property :mfp,
1257
1262
  label: "Manufacture place".freeze,
1258
- "mads:authoritativeLabel" => %(Manufacture place).freeze,
1259
- "mads:code" => %(mfp).freeze,
1260
- "skos:notation" => %(mfp).freeze,
1261
- "skos:prefLabel" => %(Manufacture place).freeze,
1263
+ :"mads:authoritativeLabel" => %(Manufacture place).freeze,
1264
+ :"mads:code" => %(mfp).freeze,
1265
+ :"skos:notation" => %(mfp).freeze,
1266
+ :"skos:prefLabel" => %(Manufacture place).freeze,
1262
1267
  subPropertyOf: "marcrelators:role".freeze,
1263
1268
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1264
1269
  property :mfr,
1265
1270
  label: "Manufacturer".freeze,
1266
- "mads:authoritativeLabel" => %(Manufacturer).freeze,
1267
- "mads:code" => %(mfr).freeze,
1268
- "skos:notation" => %(mfr).freeze,
1269
- "skos:prefLabel" => %(Manufacturer).freeze,
1270
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:prv".freeze, "dc11:contributor".freeze],
1271
+ :"mads:authoritativeLabel" => %(Manufacturer).freeze,
1272
+ :"mads:code" => %(mfr).freeze,
1273
+ :"skos:notation" => %(mfr).freeze,
1274
+ :"skos:prefLabel" => %(Manufacturer).freeze,
1275
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prv".freeze, "marcrelators:role".freeze],
1271
1276
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1272
1277
  property :mod,
1273
1278
  label: "Moderator".freeze,
1274
- "mads:authoritativeLabel" => %(Moderator).freeze,
1275
- "mads:code" => %(mod).freeze,
1276
- "skos:notation" => %(mod).freeze,
1277
- "skos:prefLabel" => %(Moderator).freeze,
1278
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:prf".freeze, "dc11:contributor".freeze],
1279
+ :"mads:authoritativeLabel" => %(Moderator).freeze,
1280
+ :"mads:code" => %(mod).freeze,
1281
+ :"skos:notation" => %(mod).freeze,
1282
+ :"skos:prefLabel" => %(Moderator).freeze,
1283
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
1279
1284
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1280
1285
  property :mon,
1281
1286
  label: "Monitor".freeze,
1282
- "mads:authoritativeLabel" => %(Monitor).freeze,
1283
- "mads:code" => %(mon).freeze,
1284
- "skos:notation" => %(mon).freeze,
1285
- "skos:prefLabel" => %(Monitor).freeze,
1287
+ :"mads:authoritativeLabel" => %(Monitor).freeze,
1288
+ :"mads:code" => %(mon).freeze,
1289
+ :"skos:notation" => %(mon).freeze,
1290
+ :"skos:prefLabel" => %(Monitor).freeze,
1286
1291
  subPropertyOf: "marcrelators:role".freeze,
1287
1292
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1288
1293
  property :mrb,
1289
1294
  label: "Marbler".freeze,
1290
- "mads:authoritativeLabel" => %(Marbler).freeze,
1291
- "mads:code" => %(mrb).freeze,
1292
- "skos:notation" => %(mrb).freeze,
1293
- "skos:prefLabel" => %(Marbler).freeze,
1295
+ :"mads:authoritativeLabel" => %(Marbler).freeze,
1296
+ :"mads:code" => %(mrb).freeze,
1297
+ :"skos:notation" => %(mrb).freeze,
1298
+ :"skos:prefLabel" => %(Marbler).freeze,
1294
1299
  subPropertyOf: "marcrelators:role".freeze,
1295
1300
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1296
1301
  property :mrk,
1297
1302
  label: "Markup editor".freeze,
1298
- "mads:authoritativeLabel" => %(Markup editor).freeze,
1299
- "mads:code" => %(mrk).freeze,
1300
- "skos:notation" => %(mrk).freeze,
1301
- "skos:prefLabel" => %(Markup editor).freeze,
1303
+ :"mads:authoritativeLabel" => %(Markup editor).freeze,
1304
+ :"mads:code" => %(mrk).freeze,
1305
+ :"skos:notation" => %(mrk).freeze,
1306
+ :"skos:prefLabel" => %(Markup editor).freeze,
1302
1307
  subPropertyOf: "marcrelators:role".freeze,
1303
1308
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1304
1309
  property :msd,
1305
1310
  label: "Musical director".freeze,
1306
- "mads:authoritativeLabel" => %(Musical director).freeze,
1307
- "mads:code" => %(msd).freeze,
1308
- "skos:notation" => %(msd).freeze,
1309
- "skos:prefLabel" => %(Musical director).freeze,
1311
+ :"mads:authoritativeLabel" => %(Musical director).freeze,
1312
+ :"mads:code" => %(msd).freeze,
1313
+ :"skos:notation" => %(msd).freeze,
1314
+ :"skos:prefLabel" => %(Musical director).freeze,
1310
1315
  subPropertyOf: "marcrelators:role".freeze,
1311
1316
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1312
1317
  property :mte,
1313
1318
  label: "Metal-engraver".freeze,
1314
- "mads:authoritativeLabel" => %(Metal-engraver).freeze,
1315
- "mads:code" => %(mte).freeze,
1316
- "skos:notation" => %(mte).freeze,
1317
- "skos:prefLabel" => %(Metal-engraver).freeze,
1318
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:egr".freeze, "dc11:contributor".freeze],
1319
+ :"mads:authoritativeLabel" => %(Metal-engraver).freeze,
1320
+ :"mads:code" => %(mte).freeze,
1321
+ :"skos:notation" => %(mte).freeze,
1322
+ :"skos:prefLabel" => %(Metal-engraver).freeze,
1323
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:egr".freeze, "marcrelators:role".freeze],
1319
1324
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1320
1325
  property :mtk,
1321
1326
  label: "Minute taker".freeze,
1322
- "mads:authoritativeLabel" => %(Minute taker).freeze,
1323
- "mads:code" => %(mtk).freeze,
1324
- "skos:notation" => %(mtk).freeze,
1325
- "skos:prefLabel" => %(Minute taker).freeze,
1326
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1327
+ :"mads:authoritativeLabel" => %(Minute taker).freeze,
1328
+ :"mads:code" => %(mtk).freeze,
1329
+ :"skos:notation" => %(mtk).freeze,
1330
+ :"skos:prefLabel" => %(Minute taker).freeze,
1331
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1327
1332
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1328
1333
  property :mus,
1329
1334
  label: "Musician".freeze,
1330
- "mads:authoritativeLabel" => %(Musician).freeze,
1331
- "mads:code" => %(mus).freeze,
1332
- "skos:notation" => %(mus).freeze,
1333
- "skos:prefLabel" => %(Musician).freeze,
1334
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1335
+ :"mads:authoritativeLabel" => %(Musician).freeze,
1336
+ :"mads:code" => %(mus).freeze,
1337
+ :"skos:notation" => %(mus).freeze,
1338
+ :"skos:prefLabel" => %(Musician).freeze,
1339
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1335
1340
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1336
1341
  property :nrt,
1337
1342
  label: "Narrator".freeze,
1338
- "mads:authoritativeLabel" => %(Narrator).freeze,
1339
- "mads:code" => %(nrt).freeze,
1340
- "skos:notation" => %(nrt).freeze,
1341
- "skos:prefLabel" => %(Narrator).freeze,
1342
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:prf".freeze, "dc11:contributor".freeze],
1343
+ :"mads:authoritativeLabel" => %(Narrator).freeze,
1344
+ :"mads:code" => %(nrt).freeze,
1345
+ :"skos:notation" => %(nrt).freeze,
1346
+ :"skos:prefLabel" => %(Narrator).freeze,
1347
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
1343
1348
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1344
1349
  property :opn,
1345
1350
  label: "Opponent".freeze,
1346
- "mads:authoritativeLabel" => %(Opponent).freeze,
1347
- "mads:code" => %(opn).freeze,
1348
- "skos:notation" => %(opn).freeze,
1349
- "skos:prefLabel" => %(Opponent).freeze,
1351
+ :"mads:authoritativeLabel" => %(Opponent).freeze,
1352
+ :"mads:code" => %(opn).freeze,
1353
+ :"skos:notation" => %(opn).freeze,
1354
+ :"skos:prefLabel" => %(Opponent).freeze,
1350
1355
  subPropertyOf: "marcrelators:role".freeze,
1351
1356
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1352
1357
  property :org,
1353
1358
  label: "Originator".freeze,
1354
- "mads:authoritativeLabel" => %(Originator).freeze,
1355
- "mads:code" => %(org).freeze,
1356
- "skos:notation" => %(org).freeze,
1357
- "skos:prefLabel" => %(Originator).freeze,
1358
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1359
+ :"mads:authoritativeLabel" => %(Originator).freeze,
1360
+ :"mads:code" => %(org).freeze,
1361
+ :"skos:notation" => %(org).freeze,
1362
+ :"skos:prefLabel" => %(Originator).freeze,
1363
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1359
1364
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1360
1365
  property :orm,
1361
1366
  label: "Organizer".freeze,
1362
- "mads:authoritativeLabel" => %(Organizer).freeze,
1363
- "mads:code" => %(orm).freeze,
1364
- "skos:notation" => %(orm).freeze,
1365
- "skos:prefLabel" => %(Organizer).freeze,
1366
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1367
+ :"mads:authoritativeLabel" => %(Organizer).freeze,
1368
+ :"mads:code" => %(orm).freeze,
1369
+ :"skos:notation" => %(orm).freeze,
1370
+ :"skos:prefLabel" => %(Organizer).freeze,
1371
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1367
1372
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1368
1373
  property :osp,
1369
1374
  label: "Onscreen presenter".freeze,
1370
- "mads:authoritativeLabel" => %(Onscreen presenter).freeze,
1371
- "mads:code" => %(osp).freeze,
1372
- "skos:notation" => %(osp).freeze,
1373
- "skos:prefLabel" => %(Onscreen presenter).freeze,
1374
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:prf".freeze, "dc11:contributor".freeze],
1375
+ :"mads:authoritativeLabel" => %(Onscreen presenter).freeze,
1376
+ :"mads:code" => %(osp).freeze,
1377
+ :"skos:notation" => %(osp).freeze,
1378
+ :"skos:prefLabel" => %(Onscreen presenter).freeze,
1379
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
1375
1380
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1376
1381
  property :oth,
1377
1382
  label: "Other".freeze,
1378
- "mads:authoritativeLabel" => %(Other).freeze,
1379
- "mads:code" => %(oth).freeze,
1380
- "skos:notation" => %(oth).freeze,
1381
- "skos:prefLabel" => %(Other).freeze,
1383
+ :"mads:authoritativeLabel" => %(Other).freeze,
1384
+ :"mads:code" => %(oth).freeze,
1385
+ :"skos:notation" => %(oth).freeze,
1386
+ :"skos:prefLabel" => %(Other).freeze,
1382
1387
  subPropertyOf: "marcrelators:role".freeze,
1383
1388
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1384
1389
  property :own,
1385
1390
  label: "Owner".freeze,
1386
- "mads:authoritativeLabel" => %(Owner).freeze,
1387
- "mads:code" => %(own).freeze,
1388
- "skos:notation" => %(own).freeze,
1389
- "skos:prefLabel" => %(Owner).freeze,
1391
+ :"mads:authoritativeLabel" => %(Owner).freeze,
1392
+ :"mads:code" => %(own).freeze,
1393
+ :"skos:notation" => %(own).freeze,
1394
+ :"skos:prefLabel" => %(Owner).freeze,
1390
1395
  subPropertyOf: "marcrelators:role".freeze,
1391
1396
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1392
1397
  property :pan,
1393
1398
  label: "Panelist".freeze,
1394
- "mads:authoritativeLabel" => %(Panelist).freeze,
1395
- "mads:code" => %(pan).freeze,
1396
- "skos:notation" => %(pan).freeze,
1397
- "skos:prefLabel" => %(Panelist).freeze,
1398
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:prf".freeze, "dc11:contributor".freeze],
1399
+ :"mads:authoritativeLabel" => %(Panelist).freeze,
1400
+ :"mads:code" => %(pan).freeze,
1401
+ :"skos:notation" => %(pan).freeze,
1402
+ :"skos:prefLabel" => %(Panelist).freeze,
1403
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
1399
1404
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1400
1405
  property :pat,
1401
1406
  label: "Patron".freeze,
1402
- "mads:authoritativeLabel" => %(Patron).freeze,
1403
- "mads:code" => %(pat).freeze,
1404
- "skos:notation" => %(pat).freeze,
1405
- "skos:prefLabel" => %(Patron).freeze,
1407
+ :"mads:authoritativeLabel" => %(Patron).freeze,
1408
+ :"mads:code" => %(pat).freeze,
1409
+ :"skos:notation" => %(pat).freeze,
1410
+ :"skos:prefLabel" => %(Patron).freeze,
1406
1411
  subPropertyOf: "marcrelators:role".freeze,
1407
1412
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1408
1413
  property :pbd,
1409
1414
  label: "Publishing director".freeze,
1410
- "mads:authoritativeLabel" => %(Publishing director).freeze,
1411
- "mads:code" => %(pbd).freeze,
1412
- "skos:notation" => %(pbd).freeze,
1413
- "skos:prefLabel" => %(Publishing director).freeze,
1415
+ :"mads:authoritativeLabel" => %(Publishing director).freeze,
1416
+ :"mads:code" => %(pbd).freeze,
1417
+ :"skos:notation" => %(pbd).freeze,
1418
+ :"skos:prefLabel" => %(Publishing director).freeze,
1414
1419
  subPropertyOf: "marcrelators:role".freeze,
1415
1420
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1416
1421
  property :pbl,
1417
1422
  label: "Publisher".freeze,
1418
- "mads:authoritativeLabel" => %(Publisher).freeze,
1419
- "mads:code" => %(pbl).freeze,
1420
- "skos:notation" => %(pbl).freeze,
1421
- "skos:prefLabel" => %(Publisher).freeze,
1422
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:prv".freeze, "dc11:publisher".freeze],
1423
+ :"mads:authoritativeLabel" => %(Publisher).freeze,
1424
+ :"mads:code" => %(pbl).freeze,
1425
+ :"skos:notation" => %(pbl).freeze,
1426
+ :"skos:prefLabel" => %(Publisher).freeze,
1427
+ subPropertyOf: ["dc11:publisher".freeze, "marcrelators:prv".freeze, "marcrelators:role".freeze],
1423
1428
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1424
1429
  property :pdr,
1425
1430
  label: "Project director".freeze,
1426
- "mads:authoritativeLabel" => %(Project director).freeze,
1427
- "mads:code" => %(pdr).freeze,
1428
- "skos:notation" => %(pdr).freeze,
1429
- "skos:prefLabel" => %(Project director).freeze,
1431
+ :"mads:authoritativeLabel" => %(Project director).freeze,
1432
+ :"mads:code" => %(pdr).freeze,
1433
+ :"skos:notation" => %(pdr).freeze,
1434
+ :"skos:prefLabel" => %(Project director).freeze,
1430
1435
  subPropertyOf: "marcrelators:role".freeze,
1431
1436
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1432
1437
  property :pfr,
1433
1438
  label: "Proofreader".freeze,
1434
- "mads:authoritativeLabel" => %(Proofreader).freeze,
1435
- "mads:code" => %(pfr).freeze,
1436
- "skos:notation" => %(pfr).freeze,
1437
- "skos:prefLabel" => %(Proofreader).freeze,
1439
+ :"mads:authoritativeLabel" => %(Proofreader).freeze,
1440
+ :"mads:code" => %(pfr).freeze,
1441
+ :"skos:notation" => %(pfr).freeze,
1442
+ :"skos:prefLabel" => %(Proofreader).freeze,
1438
1443
  subPropertyOf: "marcrelators:role".freeze,
1439
1444
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1440
1445
  property :pht,
1441
1446
  label: "Photographer".freeze,
1442
- "mads:authoritativeLabel" => %(Photographer).freeze,
1443
- "mads:code" => %(pht).freeze,
1444
- "skos:notation" => %(pht).freeze,
1445
- "skos:prefLabel" => %(Photographer).freeze,
1446
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1447
+ :"mads:authoritativeLabel" => %(Photographer).freeze,
1448
+ :"mads:code" => %(pht).freeze,
1449
+ :"skos:notation" => %(pht).freeze,
1450
+ :"skos:prefLabel" => %(Photographer).freeze,
1451
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1447
1452
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1448
1453
  property :plt,
1449
1454
  label: "Platemaker".freeze,
1450
- "mads:authoritativeLabel" => %(Platemaker).freeze,
1451
- "mads:code" => %(plt).freeze,
1452
- "skos:notation" => %(plt).freeze,
1453
- "skos:prefLabel" => %(Platemaker).freeze,
1454
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1455
+ :"mads:authoritativeLabel" => %(Platemaker).freeze,
1456
+ :"mads:code" => %(plt).freeze,
1457
+ :"skos:notation" => %(plt).freeze,
1458
+ :"skos:prefLabel" => %(Platemaker).freeze,
1459
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1455
1460
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1456
1461
  property :pma,
1457
1462
  label: "Permitting agency".freeze,
1458
- "mads:authoritativeLabel" => %(Permitting agency).freeze,
1459
- "mads:code" => %(pma).freeze,
1460
- "skos:notation" => %(pma).freeze,
1461
- "skos:prefLabel" => %(Permitting agency).freeze,
1463
+ :"mads:authoritativeLabel" => %(Permitting agency).freeze,
1464
+ :"mads:code" => %(pma).freeze,
1465
+ :"skos:notation" => %(pma).freeze,
1466
+ :"skos:prefLabel" => %(Permitting agency).freeze,
1462
1467
  subPropertyOf: "marcrelators:role".freeze,
1463
1468
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1464
1469
  property :pmn,
1465
1470
  label: "Production manager".freeze,
1466
- "mads:authoritativeLabel" => %(Production manager).freeze,
1467
- "mads:code" => %(pmn).freeze,
1468
- "skos:notation" => %(pmn).freeze,
1469
- "skos:prefLabel" => %(Production manager).freeze,
1471
+ :"mads:authoritativeLabel" => %(Production manager).freeze,
1472
+ :"mads:code" => %(pmn).freeze,
1473
+ :"skos:notation" => %(pmn).freeze,
1474
+ :"skos:prefLabel" => %(Production manager).freeze,
1470
1475
  subPropertyOf: "marcrelators:role".freeze,
1471
1476
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1472
1477
  property :pop,
1473
1478
  label: "Printer of plates".freeze,
1474
- "mads:authoritativeLabel" => %(Printer of plates).freeze,
1475
- "mads:code" => %(pop).freeze,
1476
- "skos:notation" => %(pop).freeze,
1477
- "skos:prefLabel" => %(Printer of plates).freeze,
1479
+ :"mads:authoritativeLabel" => %(Printer of plates).freeze,
1480
+ :"mads:code" => %(pop).freeze,
1481
+ :"skos:notation" => %(pop).freeze,
1482
+ :"skos:prefLabel" => %(Printer of plates).freeze,
1478
1483
  subPropertyOf: "marcrelators:role".freeze,
1479
1484
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1480
1485
  property :ppm,
1481
1486
  label: "Papermaker".freeze,
1482
- "mads:authoritativeLabel" => %(Papermaker).freeze,
1483
- "mads:code" => %(ppm).freeze,
1484
- "skos:notation" => %(ppm).freeze,
1485
- "skos:prefLabel" => %(Papermaker).freeze,
1487
+ :"mads:authoritativeLabel" => %(Papermaker).freeze,
1488
+ :"mads:code" => %(ppm).freeze,
1489
+ :"skos:notation" => %(ppm).freeze,
1490
+ :"skos:prefLabel" => %(Papermaker).freeze,
1486
1491
  subPropertyOf: "marcrelators:role".freeze,
1487
1492
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1488
1493
  property :ppt,
1489
1494
  label: "Puppeteer".freeze,
1490
- "mads:authoritativeLabel" => %(Puppeteer).freeze,
1491
- "mads:code" => %(ppt).freeze,
1492
- "skos:notation" => %(ppt).freeze,
1493
- "skos:prefLabel" => %(Puppeteer).freeze,
1494
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:prf".freeze, "dc11:contributor".freeze],
1495
+ :"mads:authoritativeLabel" => %(Puppeteer).freeze,
1496
+ :"mads:code" => %(ppt).freeze,
1497
+ :"skos:notation" => %(ppt).freeze,
1498
+ :"skos:prefLabel" => %(Puppeteer).freeze,
1499
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
1495
1500
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1496
1501
  property :pra,
1497
1502
  label: "Praeses".freeze,
1498
- "mads:authoritativeLabel" => %(Praeses).freeze,
1499
- "mads:code" => %(pra).freeze,
1500
- "skos:notation" => %(pra).freeze,
1501
- "skos:prefLabel" => %(Praeses).freeze,
1502
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1503
+ :"mads:authoritativeLabel" => %(Praeses).freeze,
1504
+ :"mads:code" => %(pra).freeze,
1505
+ :"skos:notation" => %(pra).freeze,
1506
+ :"skos:prefLabel" => %(Praeses).freeze,
1507
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1503
1508
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1504
1509
  property :prc,
1505
1510
  label: "Process contact".freeze,
1506
- "mads:authoritativeLabel" => %(Process contact).freeze,
1507
- "mads:code" => %(prc).freeze,
1508
- "skos:notation" => %(prc).freeze,
1509
- "skos:prefLabel" => %(Process contact).freeze,
1511
+ :"mads:authoritativeLabel" => %(Process contact).freeze,
1512
+ :"mads:code" => %(prc).freeze,
1513
+ :"skos:notation" => %(prc).freeze,
1514
+ :"skos:prefLabel" => %(Process contact).freeze,
1510
1515
  subPropertyOf: "marcrelators:role".freeze,
1511
1516
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1512
1517
  property :prd,
1513
1518
  label: "Production personnel".freeze,
1514
- "mads:authoritativeLabel" => %(Production personnel).freeze,
1515
- "mads:code" => %(prd).freeze,
1516
- "skos:notation" => %(prd).freeze,
1517
- "skos:prefLabel" => %(Production personnel).freeze,
1518
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1519
+ :"mads:authoritativeLabel" => %(Production personnel).freeze,
1520
+ :"mads:code" => %(prd).freeze,
1521
+ :"skos:notation" => %(prd).freeze,
1522
+ :"skos:prefLabel" => %(Production personnel).freeze,
1523
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1519
1524
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1520
1525
  property :pre,
1521
1526
  label: "Presenter".freeze,
1522
- "mads:authoritativeLabel" => %(Presenter).freeze,
1523
- "mads:code" => %(pre).freeze,
1524
- "skos:notation" => %(pre).freeze,
1525
- "skos:prefLabel" => %(Presenter).freeze,
1526
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1527
+ :"mads:authoritativeLabel" => %(Presenter).freeze,
1528
+ :"mads:code" => %(pre).freeze,
1529
+ :"skos:notation" => %(pre).freeze,
1530
+ :"skos:prefLabel" => %(Presenter).freeze,
1531
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1527
1532
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1528
1533
  property :prf,
1529
1534
  label: "Performer".freeze,
1530
- "mads:authoritativeLabel" => %(Performer).freeze,
1531
- "mads:code" => %(prf).freeze,
1532
- "skos:notation" => %(prf).freeze,
1533
- "skos:prefLabel" => %(Performer).freeze,
1534
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1535
+ :"mads:authoritativeLabel" => %(Performer).freeze,
1536
+ :"mads:code" => %(prf).freeze,
1537
+ :"skos:notation" => %(prf).freeze,
1538
+ :"skos:prefLabel" => %(Performer).freeze,
1539
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1535
1540
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1536
1541
  property :prg,
1537
1542
  label: "Programmer".freeze,
1538
- "mads:authoritativeLabel" => %(Programmer).freeze,
1539
- "mads:code" => %(prg).freeze,
1540
- "skos:notation" => %(prg).freeze,
1541
- "skos:prefLabel" => %(Programmer).freeze,
1542
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1543
+ :"mads:authoritativeLabel" => %(Programmer).freeze,
1544
+ :"mads:code" => %(prg).freeze,
1545
+ :"skos:notation" => %(prg).freeze,
1546
+ :"skos:prefLabel" => %(Programmer).freeze,
1547
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1543
1548
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1544
1549
  property :prm,
1545
1550
  label: "Printmaker".freeze,
1546
- "mads:authoritativeLabel" => %(Printmaker).freeze,
1547
- "mads:code" => %(prm).freeze,
1548
- "skos:notation" => %(prm).freeze,
1549
- "skos:prefLabel" => %(Printmaker).freeze,
1550
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1551
+ :"mads:authoritativeLabel" => %(Printmaker).freeze,
1552
+ :"mads:code" => %(prm).freeze,
1553
+ :"skos:notation" => %(prm).freeze,
1554
+ :"skos:prefLabel" => %(Printmaker).freeze,
1555
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1551
1556
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1552
1557
  property :prn,
1553
1558
  label: "Production company".freeze,
1554
- "mads:authoritativeLabel" => %(Production company).freeze,
1555
- "mads:code" => %(prn).freeze,
1556
- "skos:notation" => %(prn).freeze,
1557
- "skos:prefLabel" => %(Production company).freeze,
1558
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1559
+ :"mads:authoritativeLabel" => %(Production company).freeze,
1560
+ :"mads:code" => %(prn).freeze,
1561
+ :"skos:notation" => %(prn).freeze,
1562
+ :"skos:prefLabel" => %(Production company).freeze,
1563
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1559
1564
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1560
1565
  property :pro,
1561
1566
  label: "Producer".freeze,
1562
- "mads:authoritativeLabel" => %(Producer).freeze,
1563
- "mads:code" => %(pro).freeze,
1564
- "skos:notation" => %(pro).freeze,
1565
- "skos:prefLabel" => %(Producer).freeze,
1566
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:prv".freeze, "dc11:contributor".freeze],
1567
+ :"mads:authoritativeLabel" => %(Producer).freeze,
1568
+ :"mads:code" => %(pro).freeze,
1569
+ :"skos:notation" => %(pro).freeze,
1570
+ :"skos:prefLabel" => %(Producer).freeze,
1571
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prv".freeze, "marcrelators:role".freeze],
1567
1572
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1568
1573
  property :prp,
1569
1574
  label: "Production place".freeze,
1570
- "mads:authoritativeLabel" => %(Production place).freeze,
1571
- "mads:code" => %(prp).freeze,
1572
- "skos:notation" => %(prp).freeze,
1573
- "skos:prefLabel" => %(Production place).freeze,
1575
+ :"mads:authoritativeLabel" => %(Production place).freeze,
1576
+ :"mads:code" => %(prp).freeze,
1577
+ :"skos:notation" => %(prp).freeze,
1578
+ :"skos:prefLabel" => %(Production place).freeze,
1574
1579
  subPropertyOf: "marcrelators:role".freeze,
1575
1580
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1576
1581
  property :prs,
1577
1582
  label: "Production designer".freeze,
1578
- "mads:authoritativeLabel" => %(Production designer).freeze,
1579
- "mads:code" => %(prs).freeze,
1580
- "skos:notation" => %(prs).freeze,
1581
- "skos:prefLabel" => %(Production designer).freeze,
1582
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1583
+ :"mads:authoritativeLabel" => %(Production designer).freeze,
1584
+ :"mads:code" => %(prs).freeze,
1585
+ :"skos:notation" => %(prs).freeze,
1586
+ :"skos:prefLabel" => %(Production designer).freeze,
1587
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1583
1588
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1584
1589
  property :prt,
1585
1590
  label: "Printer".freeze,
1586
- "mads:authoritativeLabel" => %(Printer).freeze,
1587
- "mads:code" => %(prt).freeze,
1588
- "skos:notation" => %(prt).freeze,
1589
- "skos:prefLabel" => %(Printer).freeze,
1591
+ :"mads:authoritativeLabel" => %(Printer).freeze,
1592
+ :"mads:code" => %(prt).freeze,
1593
+ :"skos:notation" => %(prt).freeze,
1594
+ :"skos:prefLabel" => %(Printer).freeze,
1590
1595
  subPropertyOf: "marcrelators:role".freeze,
1591
1596
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1592
1597
  property :prv,
1593
1598
  label: "Provider".freeze,
1594
- "mads:authoritativeLabel" => %(Provider).freeze,
1595
- "mads:code" => %(prv).freeze,
1596
- "skos:notation" => %(prv).freeze,
1597
- "skos:prefLabel" => %(Provider).freeze,
1599
+ :"mads:authoritativeLabel" => %(Provider).freeze,
1600
+ :"mads:code" => %(prv).freeze,
1601
+ :"skos:notation" => %(prv).freeze,
1602
+ :"skos:prefLabel" => %(Provider).freeze,
1598
1603
  subPropertyOf: "marcrelators:role".freeze,
1599
1604
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1600
1605
  property :pta,
1601
1606
  label: "Patent applicant".freeze,
1602
- "mads:authoritativeLabel" => %(Patent applicant).freeze,
1603
- "mads:code" => %(pta).freeze,
1604
- "skos:notation" => %(pta).freeze,
1605
- "skos:prefLabel" => %(Patent applicant).freeze,
1607
+ :"mads:authoritativeLabel" => %(Patent applicant).freeze,
1608
+ :"mads:code" => %(pta).freeze,
1609
+ :"skos:notation" => %(pta).freeze,
1610
+ :"skos:prefLabel" => %(Patent applicant).freeze,
1606
1611
  subPropertyOf: "marcrelators:role".freeze,
1607
1612
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1608
1613
  property :pte,
1609
1614
  label: "Plaintiff-appellee".freeze,
1610
- "mads:authoritativeLabel" => %(Plaintiff-appellee).freeze,
1611
- "mads:code" => %(pte).freeze,
1612
- "skos:notation" => %(pte).freeze,
1613
- "skos:prefLabel" => %(Plaintiff-appellee).freeze,
1614
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:ptf".freeze],
1615
+ :"mads:authoritativeLabel" => %(Plaintiff-appellee).freeze,
1616
+ :"mads:code" => %(pte).freeze,
1617
+ :"skos:notation" => %(pte).freeze,
1618
+ :"skos:prefLabel" => %(Plaintiff-appellee).freeze,
1619
+ subPropertyOf: ["marcrelators:ptf".freeze, "marcrelators:role".freeze],
1615
1620
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1616
1621
  property :ptf,
1617
1622
  label: "Plaintiff".freeze,
1618
- "mads:authoritativeLabel" => %(Plaintiff).freeze,
1619
- "mads:code" => %(ptf).freeze,
1620
- "skos:notation" => %(ptf).freeze,
1621
- "skos:prefLabel" => %(Plaintiff).freeze,
1623
+ :"mads:authoritativeLabel" => %(Plaintiff).freeze,
1624
+ :"mads:code" => %(ptf).freeze,
1625
+ :"skos:notation" => %(ptf).freeze,
1626
+ :"skos:prefLabel" => %(Plaintiff).freeze,
1622
1627
  subPropertyOf: "marcrelators:role".freeze,
1623
1628
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1624
1629
  property :pth,
1625
1630
  label: "Patent holder".freeze,
1626
- "mads:authoritativeLabel" => %(Patent holder).freeze,
1627
- "mads:code" => %(pth).freeze,
1628
- "skos:notation" => %(pth).freeze,
1629
- "skos:prefLabel" => %(Patent holder).freeze,
1631
+ :"mads:authoritativeLabel" => %(Patent holder).freeze,
1632
+ :"mads:code" => %(pth).freeze,
1633
+ :"skos:notation" => %(pth).freeze,
1634
+ :"skos:prefLabel" => %(Patent holder).freeze,
1630
1635
  subPropertyOf: "marcrelators:role".freeze,
1631
1636
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1632
1637
  property :ptt,
1633
1638
  label: "Plaintiff-appellant".freeze,
1634
- "mads:authoritativeLabel" => %(Plaintiff-appellant).freeze,
1635
- "mads:code" => %(ptt).freeze,
1636
- "skos:notation" => %(ptt).freeze,
1637
- "skos:prefLabel" => %(Plaintiff-appellant).freeze,
1638
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:ptf".freeze],
1639
+ :"mads:authoritativeLabel" => %(Plaintiff-appellant).freeze,
1640
+ :"mads:code" => %(ptt).freeze,
1641
+ :"skos:notation" => %(ptt).freeze,
1642
+ :"skos:prefLabel" => %(Plaintiff-appellant).freeze,
1643
+ subPropertyOf: ["marcrelators:ptf".freeze, "marcrelators:role".freeze],
1639
1644
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1640
1645
  property :pup,
1641
1646
  label: "Publication place".freeze,
1642
- "mads:authoritativeLabel" => %(Publication place).freeze,
1643
- "mads:code" => %(pup).freeze,
1644
- "skos:notation" => %(pup).freeze,
1645
- "skos:prefLabel" => %(Publication place).freeze,
1647
+ :"mads:authoritativeLabel" => %(Publication place).freeze,
1648
+ :"mads:code" => %(pup).freeze,
1649
+ :"skos:notation" => %(pup).freeze,
1650
+ :"skos:prefLabel" => %(Publication place).freeze,
1646
1651
  subPropertyOf: "marcrelators:role".freeze,
1647
1652
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1648
1653
  property :rbr,
1649
1654
  label: "Rubricator".freeze,
1650
- "mads:authoritativeLabel" => %(Rubricator).freeze,
1651
- "mads:code" => %(rbr).freeze,
1652
- "skos:notation" => %(rbr).freeze,
1653
- "skos:prefLabel" => %(Rubricator).freeze,
1655
+ :"mads:authoritativeLabel" => %(Rubricator).freeze,
1656
+ :"mads:code" => %(rbr).freeze,
1657
+ :"skos:notation" => %(rbr).freeze,
1658
+ :"skos:prefLabel" => %(Rubricator).freeze,
1654
1659
  subPropertyOf: "marcrelators:role".freeze,
1655
1660
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1656
1661
  property :rcd,
1657
1662
  label: "Recordist".freeze,
1658
- "mads:authoritativeLabel" => %(Recordist).freeze,
1659
- "mads:code" => %(rcd).freeze,
1660
- "skos:notation" => %(rcd).freeze,
1661
- "skos:prefLabel" => %(Recordist).freeze,
1663
+ :"mads:authoritativeLabel" => %(Recordist).freeze,
1664
+ :"mads:code" => %(rcd).freeze,
1665
+ :"skos:notation" => %(rcd).freeze,
1666
+ :"skos:prefLabel" => %(Recordist).freeze,
1662
1667
  subPropertyOf: "marcrelators:role".freeze,
1663
1668
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1664
1669
  property :rce,
1665
1670
  label: "Recording engineer".freeze,
1666
- "mads:authoritativeLabel" => %(Recording engineer).freeze,
1667
- "mads:code" => %(rce).freeze,
1668
- "skos:notation" => %(rce).freeze,
1669
- "skos:prefLabel" => %(Recording engineer).freeze,
1670
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1671
+ :"mads:authoritativeLabel" => %(Recording engineer).freeze,
1672
+ :"mads:code" => %(rce).freeze,
1673
+ :"skos:notation" => %(rce).freeze,
1674
+ :"skos:prefLabel" => %(Recording engineer).freeze,
1675
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1671
1676
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1672
1677
  property :rcp,
1673
1678
  label: "Addressee".freeze,
1674
- "mads:authoritativeLabel" => %(Addressee).freeze,
1675
- "mads:code" => %(rcp).freeze,
1676
- "skos:notation" => %(rcp).freeze,
1677
- "skos:prefLabel" => %(Addressee).freeze,
1679
+ :"mads:authoritativeLabel" => %(Addressee).freeze,
1680
+ :"mads:code" => %(rcp).freeze,
1681
+ :"skos:notation" => %(rcp).freeze,
1682
+ :"skos:prefLabel" => %(Addressee).freeze,
1678
1683
  subPropertyOf: "marcrelators:role".freeze,
1679
1684
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1680
1685
  property :rdd,
1681
1686
  label: "Radio director".freeze,
1682
- "mads:authoritativeLabel" => %(Radio director).freeze,
1683
- "mads:code" => %(rdd).freeze,
1684
- "skos:notation" => %(rdd).freeze,
1685
- "skos:prefLabel" => %(Radio director).freeze,
1686
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:drt".freeze, "dc11:contributor".freeze],
1687
+ :"mads:authoritativeLabel" => %(Radio director).freeze,
1688
+ :"mads:code" => %(rdd).freeze,
1689
+ :"skos:notation" => %(rdd).freeze,
1690
+ :"skos:prefLabel" => %(Radio director).freeze,
1691
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:drt".freeze, "marcrelators:role".freeze],
1687
1692
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1688
1693
  property :red,
1689
1694
  label: "Redaktor".freeze,
1690
- "mads:authoritativeLabel" => %(Redaktor).freeze,
1691
- "mads:code" => %(red).freeze,
1692
- "skos:notation" => %(red).freeze,
1693
- "skos:prefLabel" => %(Redaktor).freeze,
1695
+ :"mads:authoritativeLabel" => %(Redaktor).freeze,
1696
+ :"mads:code" => %(red).freeze,
1697
+ :"skos:notation" => %(red).freeze,
1698
+ :"skos:prefLabel" => %(Redaktor).freeze,
1694
1699
  subPropertyOf: "marcrelators:role".freeze,
1695
1700
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1696
1701
  property :ren,
1697
1702
  label: "Renderer".freeze,
1698
- "mads:authoritativeLabel" => %(Renderer).freeze,
1699
- "mads:code" => %(ren).freeze,
1700
- "skos:notation" => %(ren).freeze,
1701
- "skos:prefLabel" => %(Renderer).freeze,
1702
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1703
+ :"mads:authoritativeLabel" => %(Renderer).freeze,
1704
+ :"mads:code" => %(ren).freeze,
1705
+ :"skos:notation" => %(ren).freeze,
1706
+ :"skos:prefLabel" => %(Renderer).freeze,
1707
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1703
1708
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1704
1709
  property :res,
1705
1710
  label: "Researcher".freeze,
1706
- "mads:authoritativeLabel" => %(Researcher).freeze,
1707
- "mads:code" => %(res).freeze,
1708
- "skos:notation" => %(res).freeze,
1709
- "skos:prefLabel" => %(Researcher).freeze,
1710
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1711
+ :"mads:authoritativeLabel" => %(Researcher).freeze,
1712
+ :"mads:code" => %(res).freeze,
1713
+ :"skos:notation" => %(res).freeze,
1714
+ :"skos:prefLabel" => %(Researcher).freeze,
1715
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1711
1716
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1712
1717
  property :rev,
1713
1718
  label: "Reviewer".freeze,
1714
- "mads:authoritativeLabel" => %(Reviewer).freeze,
1715
- "mads:code" => %(rev).freeze,
1716
- "skos:notation" => %(rev).freeze,
1717
- "skos:prefLabel" => %(Reviewer).freeze,
1718
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1719
+ :"mads:authoritativeLabel" => %(Reviewer).freeze,
1720
+ :"mads:code" => %(rev).freeze,
1721
+ :"skos:notation" => %(rev).freeze,
1722
+ :"skos:prefLabel" => %(Reviewer).freeze,
1723
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1719
1724
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1720
1725
  property :role,
1721
1726
  comment: %(This property and its sub-properties are used to associate a Bibliographic Resource with a Resource that played a part in the lifecycle of the Bibliographic Resource. It is the inverse of relators:roleIn.).freeze,
@@ -1723,435 +1728,435 @@ module RDF::Vocab
1723
1728
  type: "owl:ObjectProperty".freeze
1724
1729
  property :rpc,
1725
1730
  label: "Radio producer".freeze,
1726
- "mads:authoritativeLabel" => %(Radio producer).freeze,
1727
- "mads:code" => %(rpc).freeze,
1728
- "skos:notation" => %(rpc).freeze,
1729
- "skos:prefLabel" => %(Radio producer).freeze,
1730
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:pro".freeze, "dc11:contributor".freeze],
1731
+ :"mads:authoritativeLabel" => %(Radio producer).freeze,
1732
+ :"mads:code" => %(rpc).freeze,
1733
+ :"skos:notation" => %(rpc).freeze,
1734
+ :"skos:prefLabel" => %(Radio producer).freeze,
1735
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:pro".freeze, "marcrelators:role".freeze],
1731
1736
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1732
1737
  property :rps,
1733
1738
  label: "Repository".freeze,
1734
- "mads:authoritativeLabel" => %(Repository).freeze,
1735
- "mads:code" => %(rps).freeze,
1736
- "skos:notation" => %(rps).freeze,
1737
- "skos:prefLabel" => %(Repository).freeze,
1739
+ :"mads:authoritativeLabel" => %(Repository).freeze,
1740
+ :"mads:code" => %(rps).freeze,
1741
+ :"skos:notation" => %(rps).freeze,
1742
+ :"skos:prefLabel" => %(Repository).freeze,
1738
1743
  subPropertyOf: "marcrelators:role".freeze,
1739
1744
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1740
1745
  property :rpt,
1741
1746
  label: "Reporter".freeze,
1742
- "mads:authoritativeLabel" => %(Reporter).freeze,
1743
- "mads:code" => %(rpt).freeze,
1744
- "skos:notation" => %(rpt).freeze,
1745
- "skos:prefLabel" => %(Reporter).freeze,
1746
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1747
+ :"mads:authoritativeLabel" => %(Reporter).freeze,
1748
+ :"mads:code" => %(rpt).freeze,
1749
+ :"skos:notation" => %(rpt).freeze,
1750
+ :"skos:prefLabel" => %(Reporter).freeze,
1751
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1747
1752
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1748
1753
  property :rpy,
1749
1754
  label: "Responsible party".freeze,
1750
- "mads:authoritativeLabel" => %(Responsible party).freeze,
1751
- "mads:code" => %(rpy).freeze,
1752
- "skos:notation" => %(rpy).freeze,
1753
- "skos:prefLabel" => %(Responsible party).freeze,
1754
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1755
+ :"mads:authoritativeLabel" => %(Responsible party).freeze,
1756
+ :"mads:code" => %(rpy).freeze,
1757
+ :"skos:notation" => %(rpy).freeze,
1758
+ :"skos:prefLabel" => %(Responsible party).freeze,
1759
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1755
1760
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1756
1761
  property :rse,
1757
1762
  label: "Respondent-appellee".freeze,
1758
- "mads:authoritativeLabel" => %(Respondent-appellee).freeze,
1759
- "mads:code" => %(rse).freeze,
1760
- "skos:notation" => %(rse).freeze,
1761
- "skos:prefLabel" => %(Respondent-appellee).freeze,
1763
+ :"mads:authoritativeLabel" => %(Respondent-appellee).freeze,
1764
+ :"mads:code" => %(rse).freeze,
1765
+ :"skos:notation" => %(rse).freeze,
1766
+ :"skos:prefLabel" => %(Respondent-appellee).freeze,
1762
1767
  subPropertyOf: ["marcrelators:role".freeze, "marcrelators:rsp".freeze],
1763
1768
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1764
1769
  property :rsg,
1765
1770
  label: "Restager".freeze,
1766
- "mads:authoritativeLabel" => %(Restager).freeze,
1767
- "mads:code" => %(rsg).freeze,
1768
- "skos:notation" => %(rsg).freeze,
1769
- "skos:prefLabel" => %(Restager).freeze,
1770
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1771
+ :"mads:authoritativeLabel" => %(Restager).freeze,
1772
+ :"mads:code" => %(rsg).freeze,
1773
+ :"skos:notation" => %(rsg).freeze,
1774
+ :"skos:prefLabel" => %(Restager).freeze,
1775
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1771
1776
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1772
1777
  property :rsp,
1773
1778
  label: "Respondent".freeze,
1774
- "mads:authoritativeLabel" => %(Respondent).freeze,
1775
- "mads:code" => %(rsp).freeze,
1776
- "skos:notation" => %(rsp).freeze,
1777
- "skos:prefLabel" => %(Respondent).freeze,
1779
+ :"mads:authoritativeLabel" => %(Respondent).freeze,
1780
+ :"mads:code" => %(rsp).freeze,
1781
+ :"skos:notation" => %(rsp).freeze,
1782
+ :"skos:prefLabel" => %(Respondent).freeze,
1778
1783
  subPropertyOf: "marcrelators:role".freeze,
1779
1784
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1780
1785
  property :rsr,
1781
1786
  label: "Restorationist".freeze,
1782
- "mads:authoritativeLabel" => %(Restorationist).freeze,
1783
- "mads:code" => %(rsr).freeze,
1784
- "skos:notation" => %(rsr).freeze,
1785
- "skos:prefLabel" => %(Restorationist).freeze,
1786
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1787
+ :"mads:authoritativeLabel" => %(Restorationist).freeze,
1788
+ :"mads:code" => %(rsr).freeze,
1789
+ :"skos:notation" => %(rsr).freeze,
1790
+ :"skos:prefLabel" => %(Restorationist).freeze,
1791
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1787
1792
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1788
1793
  property :rst,
1789
1794
  label: "Respondent-appellant".freeze,
1790
- "mads:authoritativeLabel" => %(Respondent-appellant).freeze,
1791
- "mads:code" => %(rst).freeze,
1792
- "skos:notation" => %(rst).freeze,
1793
- "skos:prefLabel" => %(Respondent-appellant).freeze,
1795
+ :"mads:authoritativeLabel" => %(Respondent-appellant).freeze,
1796
+ :"mads:code" => %(rst).freeze,
1797
+ :"skos:notation" => %(rst).freeze,
1798
+ :"skos:prefLabel" => %(Respondent-appellant).freeze,
1794
1799
  subPropertyOf: ["marcrelators:role".freeze, "marcrelators:rsp".freeze],
1795
1800
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1796
1801
  property :rth,
1797
1802
  label: "Research team head".freeze,
1798
- "mads:authoritativeLabel" => %(Research team head).freeze,
1799
- "mads:code" => %(rth).freeze,
1800
- "skos:notation" => %(rth).freeze,
1801
- "skos:prefLabel" => %(Research team head).freeze,
1802
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1803
+ :"mads:authoritativeLabel" => %(Research team head).freeze,
1804
+ :"mads:code" => %(rth).freeze,
1805
+ :"skos:notation" => %(rth).freeze,
1806
+ :"skos:prefLabel" => %(Research team head).freeze,
1807
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1803
1808
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1804
1809
  property :rtm,
1805
1810
  label: "Research team member".freeze,
1806
- "mads:authoritativeLabel" => %(Research team member).freeze,
1807
- "mads:code" => %(rtm).freeze,
1808
- "skos:notation" => %(rtm).freeze,
1809
- "skos:prefLabel" => %(Research team member).freeze,
1810
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1811
+ :"mads:authoritativeLabel" => %(Research team member).freeze,
1812
+ :"mads:code" => %(rtm).freeze,
1813
+ :"skos:notation" => %(rtm).freeze,
1814
+ :"skos:prefLabel" => %(Research team member).freeze,
1815
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1811
1816
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1812
1817
  property :sad,
1813
1818
  label: "Scientific advisor".freeze,
1814
- "mads:authoritativeLabel" => %(Scientific advisor).freeze,
1815
- "mads:code" => %(sad).freeze,
1816
- "skos:notation" => %(sad).freeze,
1817
- "skos:prefLabel" => %(Scientific advisor).freeze,
1818
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1819
+ :"mads:authoritativeLabel" => %(Scientific advisor).freeze,
1820
+ :"mads:code" => %(sad).freeze,
1821
+ :"skos:notation" => %(sad).freeze,
1822
+ :"skos:prefLabel" => %(Scientific advisor).freeze,
1823
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1819
1824
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1820
1825
  property :sce,
1821
1826
  label: "Scenarist".freeze,
1822
- "mads:authoritativeLabel" => %(Scenarist).freeze,
1823
- "mads:code" => %(sce).freeze,
1824
- "skos:notation" => %(sce).freeze,
1825
- "skos:prefLabel" => %(Scenarist).freeze,
1826
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1827
+ :"mads:authoritativeLabel" => %(Scenarist).freeze,
1828
+ :"mads:code" => %(sce).freeze,
1829
+ :"skos:notation" => %(sce).freeze,
1830
+ :"skos:prefLabel" => %(Scenarist).freeze,
1831
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1827
1832
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1828
1833
  property :scl,
1829
1834
  label: "Sculptor".freeze,
1830
- "mads:authoritativeLabel" => %(Sculptor).freeze,
1831
- "mads:code" => %(scl).freeze,
1832
- "skos:notation" => %(scl).freeze,
1833
- "skos:prefLabel" => %(Sculptor).freeze,
1834
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:aut".freeze, "dc11:contributor".freeze],
1835
+ :"mads:authoritativeLabel" => %(Sculptor).freeze,
1836
+ :"mads:code" => %(scl).freeze,
1837
+ :"skos:notation" => %(scl).freeze,
1838
+ :"skos:prefLabel" => %(Sculptor).freeze,
1839
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:aut".freeze, "marcrelators:role".freeze],
1835
1840
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1836
1841
  property :scr,
1837
1842
  label: "Scribe".freeze,
1838
- "mads:authoritativeLabel" => %(Scribe).freeze,
1839
- "mads:code" => %(scr).freeze,
1840
- "skos:notation" => %(scr).freeze,
1841
- "skos:prefLabel" => %(Scribe).freeze,
1842
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1843
+ :"mads:authoritativeLabel" => %(Scribe).freeze,
1844
+ :"mads:code" => %(scr).freeze,
1845
+ :"skos:notation" => %(scr).freeze,
1846
+ :"skos:prefLabel" => %(Scribe).freeze,
1847
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1843
1848
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1844
1849
  property :sds,
1845
1850
  label: "Sound designer".freeze,
1846
- "mads:authoritativeLabel" => %(Sound designer).freeze,
1847
- "mads:code" => %(sds).freeze,
1848
- "skos:notation" => %(sds).freeze,
1849
- "skos:prefLabel" => %(Sound designer).freeze,
1851
+ :"mads:authoritativeLabel" => %(Sound designer).freeze,
1852
+ :"mads:code" => %(sds).freeze,
1853
+ :"skos:notation" => %(sds).freeze,
1854
+ :"skos:prefLabel" => %(Sound designer).freeze,
1850
1855
  subPropertyOf: "marcrelators:role".freeze,
1851
1856
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1852
1857
  property :sec,
1853
1858
  label: "Secretary".freeze,
1854
- "mads:authoritativeLabel" => %(Secretary).freeze,
1855
- "mads:code" => %(sec).freeze,
1856
- "skos:notation" => %(sec).freeze,
1857
- "skos:prefLabel" => %(Secretary).freeze,
1858
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1859
+ :"mads:authoritativeLabel" => %(Secretary).freeze,
1860
+ :"mads:code" => %(sec).freeze,
1861
+ :"skos:notation" => %(sec).freeze,
1862
+ :"skos:prefLabel" => %(Secretary).freeze,
1863
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1859
1864
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1860
1865
  property :sgd,
1861
1866
  label: "Stage director".freeze,
1862
- "mads:authoritativeLabel" => %(Stage director).freeze,
1863
- "mads:code" => %(sgd).freeze,
1864
- "skos:notation" => %(sgd).freeze,
1865
- "skos:prefLabel" => %(Stage director).freeze,
1866
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1867
+ :"mads:authoritativeLabel" => %(Stage director).freeze,
1868
+ :"mads:code" => %(sgd).freeze,
1869
+ :"skos:notation" => %(sgd).freeze,
1870
+ :"skos:prefLabel" => %(Stage director).freeze,
1871
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1867
1872
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1868
1873
  property :sgn,
1869
1874
  label: "Signer".freeze,
1870
- "mads:authoritativeLabel" => %(Signer).freeze,
1871
- "mads:code" => %(sgn).freeze,
1872
- "skos:notation" => %(sgn).freeze,
1873
- "skos:prefLabel" => %(Signer).freeze,
1875
+ :"mads:authoritativeLabel" => %(Signer).freeze,
1876
+ :"mads:code" => %(sgn).freeze,
1877
+ :"skos:notation" => %(sgn).freeze,
1878
+ :"skos:prefLabel" => %(Signer).freeze,
1874
1879
  subPropertyOf: "marcrelators:role".freeze,
1875
1880
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1876
1881
  property :sht,
1877
1882
  label: "Supporting host".freeze,
1878
- "mads:authoritativeLabel" => %(Supporting host).freeze,
1879
- "mads:code" => %(sht).freeze,
1880
- "skos:notation" => %(sht).freeze,
1881
- "skos:prefLabel" => %(Supporting host).freeze,
1883
+ :"mads:authoritativeLabel" => %(Supporting host).freeze,
1884
+ :"mads:code" => %(sht).freeze,
1885
+ :"skos:notation" => %(sht).freeze,
1886
+ :"skos:prefLabel" => %(Supporting host).freeze,
1882
1887
  subPropertyOf: "marcrelators:role".freeze,
1883
1888
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1884
1889
  property :sll,
1885
1890
  label: "Seller".freeze,
1886
- "mads:authoritativeLabel" => %(Seller).freeze,
1887
- "mads:code" => %(sll).freeze,
1888
- "skos:notation" => %(sll).freeze,
1889
- "skos:prefLabel" => %(Seller).freeze,
1890
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:fmo".freeze, "dc11:contributor".freeze],
1891
+ :"mads:authoritativeLabel" => %(Seller).freeze,
1892
+ :"mads:code" => %(sll).freeze,
1893
+ :"skos:notation" => %(sll).freeze,
1894
+ :"skos:prefLabel" => %(Seller).freeze,
1895
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:fmo".freeze, "marcrelators:role".freeze],
1891
1896
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1892
1897
  property :sng,
1893
1898
  label: "Singer".freeze,
1894
- "mads:authoritativeLabel" => %(Singer).freeze,
1895
- "mads:code" => %(sng).freeze,
1896
- "skos:notation" => %(sng).freeze,
1897
- "skos:prefLabel" => %(Singer).freeze,
1898
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:prf".freeze, "dc11:contributor".freeze],
1899
+ :"mads:authoritativeLabel" => %(Singer).freeze,
1900
+ :"mads:code" => %(sng).freeze,
1901
+ :"skos:notation" => %(sng).freeze,
1902
+ :"skos:prefLabel" => %(Singer).freeze,
1903
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
1899
1904
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1900
1905
  property :spk,
1901
1906
  label: "Speaker".freeze,
1902
- "mads:authoritativeLabel" => %(Speaker).freeze,
1903
- "mads:code" => %(spk).freeze,
1904
- "skos:notation" => %(spk).freeze,
1905
- "skos:prefLabel" => %(Speaker).freeze,
1906
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:prf".freeze, "dc11:contributor".freeze],
1907
+ :"mads:authoritativeLabel" => %(Speaker).freeze,
1908
+ :"mads:code" => %(spk).freeze,
1909
+ :"skos:notation" => %(spk).freeze,
1910
+ :"skos:prefLabel" => %(Speaker).freeze,
1911
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
1907
1912
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1908
1913
  property :spn,
1909
1914
  label: "Sponsor".freeze,
1910
- "mads:authoritativeLabel" => %(Sponsor).freeze,
1911
- "mads:code" => %(spn).freeze,
1912
- "skos:notation" => %(spn).freeze,
1913
- "skos:prefLabel" => %(Sponsor).freeze,
1915
+ :"mads:authoritativeLabel" => %(Sponsor).freeze,
1916
+ :"mads:code" => %(spn).freeze,
1917
+ :"skos:notation" => %(spn).freeze,
1918
+ :"skos:prefLabel" => %(Sponsor).freeze,
1914
1919
  subPropertyOf: "marcrelators:role".freeze,
1915
1920
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1916
1921
  property :spy,
1917
1922
  label: "Second party".freeze,
1918
- "mads:authoritativeLabel" => %(Second party).freeze,
1919
- "mads:code" => %(spy).freeze,
1920
- "skos:notation" => %(spy).freeze,
1921
- "skos:prefLabel" => %(Second party).freeze,
1923
+ :"mads:authoritativeLabel" => %(Second party).freeze,
1924
+ :"mads:code" => %(spy).freeze,
1925
+ :"skos:notation" => %(spy).freeze,
1926
+ :"skos:prefLabel" => %(Second party).freeze,
1922
1927
  subPropertyOf: "marcrelators:role".freeze,
1923
1928
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1924
1929
  property :srv,
1925
1930
  label: "Surveyor".freeze,
1926
- "mads:authoritativeLabel" => %(Surveyor).freeze,
1927
- "mads:code" => %(srv).freeze,
1928
- "skos:notation" => %(srv).freeze,
1929
- "skos:prefLabel" => %(Surveyor).freeze,
1930
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1931
+ :"mads:authoritativeLabel" => %(Surveyor).freeze,
1932
+ :"mads:code" => %(srv).freeze,
1933
+ :"skos:notation" => %(srv).freeze,
1934
+ :"skos:prefLabel" => %(Surveyor).freeze,
1935
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1931
1936
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1932
1937
  property :std,
1933
1938
  label: "Set designer".freeze,
1934
- "mads:authoritativeLabel" => %(Set designer).freeze,
1935
- "mads:code" => %(std).freeze,
1936
- "skos:notation" => %(std).freeze,
1937
- "skos:prefLabel" => %(Set designer).freeze,
1938
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1939
+ :"mads:authoritativeLabel" => %(Set designer).freeze,
1940
+ :"mads:code" => %(std).freeze,
1941
+ :"skos:notation" => %(std).freeze,
1942
+ :"skos:prefLabel" => %(Set designer).freeze,
1943
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1939
1944
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1940
1945
  property :stg,
1941
1946
  label: "Setting".freeze,
1942
- "mads:authoritativeLabel" => %(Setting).freeze,
1943
- "mads:code" => %(stg).freeze,
1944
- "skos:notation" => %(stg).freeze,
1945
- "skos:prefLabel" => %(Setting).freeze,
1947
+ :"mads:authoritativeLabel" => %(Setting).freeze,
1948
+ :"mads:code" => %(stg).freeze,
1949
+ :"skos:notation" => %(stg).freeze,
1950
+ :"skos:prefLabel" => %(Setting).freeze,
1946
1951
  subPropertyOf: "marcrelators:role".freeze,
1947
1952
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1948
1953
  property :stl,
1949
1954
  label: "Storyteller".freeze,
1950
- "mads:authoritativeLabel" => %(Storyteller).freeze,
1951
- "mads:code" => %(stl).freeze,
1952
- "skos:notation" => %(stl).freeze,
1953
- "skos:prefLabel" => %(Storyteller).freeze,
1954
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:prf".freeze, "dc11:contributor".freeze],
1955
+ :"mads:authoritativeLabel" => %(Storyteller).freeze,
1956
+ :"mads:code" => %(stl).freeze,
1957
+ :"skos:notation" => %(stl).freeze,
1958
+ :"skos:prefLabel" => %(Storyteller).freeze,
1959
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
1955
1960
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1956
1961
  property :stm,
1957
1962
  label: "Stage manager".freeze,
1958
- "mads:authoritativeLabel" => %(Stage manager).freeze,
1959
- "mads:code" => %(stm).freeze,
1960
- "skos:notation" => %(stm).freeze,
1961
- "skos:prefLabel" => %(Stage manager).freeze,
1963
+ :"mads:authoritativeLabel" => %(Stage manager).freeze,
1964
+ :"mads:code" => %(stm).freeze,
1965
+ :"skos:notation" => %(stm).freeze,
1966
+ :"skos:prefLabel" => %(Stage manager).freeze,
1962
1967
  subPropertyOf: "marcrelators:role".freeze,
1963
1968
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1964
1969
  property :stn,
1965
1970
  label: "Standards body".freeze,
1966
- "mads:authoritativeLabel" => %(Standards body).freeze,
1967
- "mads:code" => %(stn).freeze,
1968
- "skos:notation" => %(stn).freeze,
1969
- "skos:prefLabel" => %(Standards body).freeze,
1970
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
1971
+ :"mads:authoritativeLabel" => %(Standards body).freeze,
1972
+ :"mads:code" => %(stn).freeze,
1973
+ :"skos:notation" => %(stn).freeze,
1974
+ :"skos:prefLabel" => %(Standards body).freeze,
1975
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1971
1976
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1972
1977
  property :str,
1973
1978
  label: "Stereotyper".freeze,
1974
- "mads:authoritativeLabel" => %(Stereotyper).freeze,
1975
- "mads:code" => %(str).freeze,
1976
- "skos:notation" => %(str).freeze,
1977
- "skos:prefLabel" => %(Stereotyper).freeze,
1979
+ :"mads:authoritativeLabel" => %(Stereotyper).freeze,
1980
+ :"mads:code" => %(str).freeze,
1981
+ :"skos:notation" => %(str).freeze,
1982
+ :"skos:prefLabel" => %(Stereotyper).freeze,
1978
1983
  subPropertyOf: "marcrelators:role".freeze,
1979
1984
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1980
1985
  property :tcd,
1981
1986
  label: "Technical director".freeze,
1982
- "mads:authoritativeLabel" => %(Technical director).freeze,
1983
- "mads:code" => %(tcd).freeze,
1984
- "skos:notation" => %(tcd).freeze,
1985
- "skos:prefLabel" => %(Technical director).freeze,
1987
+ :"mads:authoritativeLabel" => %(Technical director).freeze,
1988
+ :"mads:code" => %(tcd).freeze,
1989
+ :"skos:notation" => %(tcd).freeze,
1990
+ :"skos:prefLabel" => %(Technical director).freeze,
1986
1991
  subPropertyOf: "marcrelators:role".freeze,
1987
1992
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1988
1993
  property :tch,
1989
1994
  label: "Teacher".freeze,
1990
- "mads:authoritativeLabel" => %(Teacher).freeze,
1991
- "mads:code" => %(tch).freeze,
1992
- "skos:notation" => %(tch).freeze,
1993
- "skos:prefLabel" => %(Teacher).freeze,
1994
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:prf".freeze, "dc11:contributor".freeze],
1995
+ :"mads:authoritativeLabel" => %(Teacher).freeze,
1996
+ :"mads:code" => %(tch).freeze,
1997
+ :"skos:notation" => %(tch).freeze,
1998
+ :"skos:prefLabel" => %(Teacher).freeze,
1999
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
1995
2000
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1996
2001
  property :ths,
1997
2002
  label: "Thesis advisor".freeze,
1998
- "mads:authoritativeLabel" => %(Thesis advisor).freeze,
1999
- "mads:code" => %(ths).freeze,
2000
- "skos:notation" => %(ths).freeze,
2001
- "skos:prefLabel" => %(Thesis advisor).freeze,
2003
+ :"mads:authoritativeLabel" => %(Thesis advisor).freeze,
2004
+ :"mads:code" => %(ths).freeze,
2005
+ :"skos:notation" => %(ths).freeze,
2006
+ :"skos:prefLabel" => %(Thesis advisor).freeze,
2002
2007
  subPropertyOf: "marcrelators:role".freeze,
2003
2008
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2004
2009
  property :tld,
2005
2010
  label: "Television director".freeze,
2006
- "mads:authoritativeLabel" => %(Television director).freeze,
2007
- "mads:code" => %(tld).freeze,
2008
- "skos:notation" => %(tld).freeze,
2009
- "skos:prefLabel" => %(Television director).freeze,
2010
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:drt".freeze, "dc11:contributor".freeze],
2011
+ :"mads:authoritativeLabel" => %(Television director).freeze,
2012
+ :"mads:code" => %(tld).freeze,
2013
+ :"skos:notation" => %(tld).freeze,
2014
+ :"skos:prefLabel" => %(Television director).freeze,
2015
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:drt".freeze, "marcrelators:role".freeze],
2011
2016
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2012
2017
  property :tlp,
2013
2018
  label: "Television producer".freeze,
2014
- "mads:authoritativeLabel" => %(Television producer).freeze,
2015
- "mads:code" => %(tlp).freeze,
2016
- "skos:notation" => %(tlp).freeze,
2017
- "skos:prefLabel" => %(Television producer).freeze,
2018
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:pro".freeze, "dc11:contributor".freeze],
2019
+ :"mads:authoritativeLabel" => %(Television producer).freeze,
2020
+ :"mads:code" => %(tlp).freeze,
2021
+ :"skos:notation" => %(tlp).freeze,
2022
+ :"skos:prefLabel" => %(Television producer).freeze,
2023
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:pro".freeze, "marcrelators:role".freeze],
2019
2024
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2020
2025
  property :trc,
2021
2026
  label: "Transcriber".freeze,
2022
- "mads:authoritativeLabel" => %(Transcriber).freeze,
2023
- "mads:code" => %(trc).freeze,
2024
- "skos:notation" => %(trc).freeze,
2025
- "skos:prefLabel" => %(Transcriber).freeze,
2026
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
2027
+ :"mads:authoritativeLabel" => %(Transcriber).freeze,
2028
+ :"mads:code" => %(trc).freeze,
2029
+ :"skos:notation" => %(trc).freeze,
2030
+ :"skos:prefLabel" => %(Transcriber).freeze,
2031
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
2027
2032
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2028
2033
  property :trl,
2029
2034
  label: "Translator".freeze,
2030
- "mads:authoritativeLabel" => %(Translator).freeze,
2031
- "mads:code" => %(trl).freeze,
2032
- "skos:notation" => %(trl).freeze,
2033
- "skos:prefLabel" => %(Translator).freeze,
2034
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
2035
+ :"mads:authoritativeLabel" => %(Translator).freeze,
2036
+ :"mads:code" => %(trl).freeze,
2037
+ :"skos:notation" => %(trl).freeze,
2038
+ :"skos:prefLabel" => %(Translator).freeze,
2039
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
2035
2040
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2036
2041
  property :tyd,
2037
2042
  label: "Type designer".freeze,
2038
- "mads:authoritativeLabel" => %(Type designer).freeze,
2039
- "mads:code" => %(tyd).freeze,
2040
- "skos:notation" => %(tyd).freeze,
2041
- "skos:prefLabel" => %(Type designer).freeze,
2043
+ :"mads:authoritativeLabel" => %(Type designer).freeze,
2044
+ :"mads:code" => %(tyd).freeze,
2045
+ :"skos:notation" => %(tyd).freeze,
2046
+ :"skos:prefLabel" => %(Type designer).freeze,
2042
2047
  subPropertyOf: "marcrelators:role".freeze,
2043
2048
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2044
2049
  property :tyg,
2045
2050
  label: "Typographer".freeze,
2046
- "mads:authoritativeLabel" => %(Typographer).freeze,
2047
- "mads:code" => %(tyg).freeze,
2048
- "skos:notation" => %(tyg).freeze,
2049
- "skos:prefLabel" => %(Typographer).freeze,
2051
+ :"mads:authoritativeLabel" => %(Typographer).freeze,
2052
+ :"mads:code" => %(tyg).freeze,
2053
+ :"skos:notation" => %(tyg).freeze,
2054
+ :"skos:prefLabel" => %(Typographer).freeze,
2050
2055
  subPropertyOf: "marcrelators:role".freeze,
2051
2056
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2052
2057
  property :uvp,
2053
2058
  label: "University place".freeze,
2054
- "mads:authoritativeLabel" => %(University place).freeze,
2055
- "mads:code" => %(uvp).freeze,
2056
- "skos:notation" => %(uvp).freeze,
2057
- "skos:prefLabel" => %(University place).freeze,
2059
+ :"mads:authoritativeLabel" => %(University place).freeze,
2060
+ :"mads:code" => %(uvp).freeze,
2061
+ :"skos:notation" => %(uvp).freeze,
2062
+ :"skos:prefLabel" => %(University place).freeze,
2058
2063
  subPropertyOf: "marcrelators:role".freeze,
2059
2064
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2060
2065
  property :vac,
2061
2066
  label: "Voice actor".freeze,
2062
- "mads:authoritativeLabel" => %(Voice actor).freeze,
2063
- "mads:code" => %(vac).freeze,
2064
- "skos:notation" => %(vac).freeze,
2065
- "skos:prefLabel" => %(Voice actor).freeze,
2066
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:act".freeze, "dc11:contributor".freeze],
2067
+ :"mads:authoritativeLabel" => %(Voice actor).freeze,
2068
+ :"mads:code" => %(vac).freeze,
2069
+ :"skos:notation" => %(vac).freeze,
2070
+ :"skos:prefLabel" => %(Voice actor).freeze,
2071
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:act".freeze, "marcrelators:role".freeze],
2067
2072
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2068
2073
  property :vdg,
2069
2074
  label: "Videographer".freeze,
2070
- "mads:authoritativeLabel" => %(Videographer).freeze,
2071
- "mads:code" => %(vdg).freeze,
2072
- "skos:notation" => %(vdg).freeze,
2073
- "skos:prefLabel" => %(Videographer).freeze,
2074
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
2075
+ :"mads:authoritativeLabel" => %(Videographer).freeze,
2076
+ :"mads:code" => %(vdg).freeze,
2077
+ :"skos:notation" => %(vdg).freeze,
2078
+ :"skos:prefLabel" => %(Videographer).freeze,
2079
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
2075
2080
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2076
2081
  property :wac,
2077
2082
  label: "Writer of added commentary".freeze,
2078
- "mads:authoritativeLabel" => %(Writer of added commentary).freeze,
2079
- "mads:code" => %(wac).freeze,
2080
- "skos:notation" => %(wac).freeze,
2081
- "skos:prefLabel" => %(Writer of added commentary).freeze,
2082
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:wst".freeze, "dc11:contributor".freeze],
2083
+ :"mads:authoritativeLabel" => %(Writer of added commentary).freeze,
2084
+ :"mads:code" => %(wac).freeze,
2085
+ :"skos:notation" => %(wac).freeze,
2086
+ :"skos:prefLabel" => %(Writer of added commentary).freeze,
2087
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze, "marcrelators:wst".freeze],
2083
2088
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2084
2089
  property :wal,
2085
2090
  label: "Writer of added lyrics".freeze,
2086
- "mads:authoritativeLabel" => %(Writer of added lyrics).freeze,
2087
- "mads:code" => %(wal).freeze,
2088
- "skos:notation" => %(wal).freeze,
2089
- "skos:prefLabel" => %(Writer of added lyrics).freeze,
2090
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:wst".freeze, "dc11:contributor".freeze],
2091
+ :"mads:authoritativeLabel" => %(Writer of added lyrics).freeze,
2092
+ :"mads:code" => %(wal).freeze,
2093
+ :"skos:notation" => %(wal).freeze,
2094
+ :"skos:prefLabel" => %(Writer of added lyrics).freeze,
2095
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze, "marcrelators:wst".freeze],
2091
2096
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2092
2097
  property :wam,
2093
2098
  label: "Writer of accompanying material".freeze,
2094
- "mads:authoritativeLabel" => %(Writer of accompanying material).freeze,
2095
- "mads:code" => %(wam).freeze,
2096
- "skos:notation" => %(wam).freeze,
2097
- "skos:prefLabel" => %(Writer of accompanying material).freeze,
2098
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
2099
+ :"mads:authoritativeLabel" => %(Writer of accompanying material).freeze,
2100
+ :"mads:code" => %(wam).freeze,
2101
+ :"skos:notation" => %(wam).freeze,
2102
+ :"skos:prefLabel" => %(Writer of accompanying material).freeze,
2103
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
2099
2104
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2100
2105
  property :wat,
2101
2106
  label: "Writer of added text".freeze,
2102
- "mads:authoritativeLabel" => %(Writer of added text).freeze,
2103
- "mads:code" => %(wat).freeze,
2104
- "skos:notation" => %(wat).freeze,
2105
- "skos:prefLabel" => %(Writer of added text).freeze,
2106
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:wst".freeze, "dc11:contributor".freeze],
2107
+ :"mads:authoritativeLabel" => %(Writer of added text).freeze,
2108
+ :"mads:code" => %(wat).freeze,
2109
+ :"skos:notation" => %(wat).freeze,
2110
+ :"skos:prefLabel" => %(Writer of added text).freeze,
2111
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze, "marcrelators:wst".freeze],
2107
2112
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2108
2113
  property :wdc,
2109
2114
  label: "Woodcutter".freeze,
2110
- "mads:authoritativeLabel" => %(Woodcutter).freeze,
2111
- "mads:code" => %(wdc).freeze,
2112
- "skos:notation" => %(wdc).freeze,
2113
- "skos:prefLabel" => %(Woodcutter).freeze,
2114
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
2115
+ :"mads:authoritativeLabel" => %(Woodcutter).freeze,
2116
+ :"mads:code" => %(wdc).freeze,
2117
+ :"skos:notation" => %(wdc).freeze,
2118
+ :"skos:prefLabel" => %(Woodcutter).freeze,
2119
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
2115
2120
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2116
2121
  property :wde,
2117
2122
  label: "Wood engraver".freeze,
2118
- "mads:authoritativeLabel" => %(Wood engraver).freeze,
2119
- "mads:code" => %(wde).freeze,
2120
- "skos:notation" => %(wde).freeze,
2121
- "skos:prefLabel" => %(Wood engraver).freeze,
2122
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
2123
+ :"mads:authoritativeLabel" => %(Wood engraver).freeze,
2124
+ :"mads:code" => %(wde).freeze,
2125
+ :"skos:notation" => %(wde).freeze,
2126
+ :"skos:prefLabel" => %(Wood engraver).freeze,
2127
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
2123
2128
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2124
2129
  property :win,
2125
2130
  label: "Writer of introduction".freeze,
2126
- "mads:authoritativeLabel" => %(Writer of introduction).freeze,
2127
- "mads:code" => %(win).freeze,
2128
- "skos:notation" => %(win).freeze,
2129
- "skos:prefLabel" => %(Writer of introduction).freeze,
2130
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
2131
+ :"mads:authoritativeLabel" => %(Writer of introduction).freeze,
2132
+ :"mads:code" => %(win).freeze,
2133
+ :"skos:notation" => %(win).freeze,
2134
+ :"skos:prefLabel" => %(Writer of introduction).freeze,
2135
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
2131
2136
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2132
2137
  property :wit,
2133
2138
  label: "Witness".freeze,
2134
- "mads:authoritativeLabel" => %(Witness).freeze,
2135
- "mads:code" => %(wit).freeze,
2136
- "skos:notation" => %(wit).freeze,
2137
- "skos:prefLabel" => %(Witness).freeze,
2139
+ :"mads:authoritativeLabel" => %(Witness).freeze,
2140
+ :"mads:code" => %(wit).freeze,
2141
+ :"skos:notation" => %(wit).freeze,
2142
+ :"skos:prefLabel" => %(Witness).freeze,
2138
2143
  subPropertyOf: "marcrelators:role".freeze,
2139
2144
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2140
2145
  property :wpr,
2141
2146
  label: "Writer of preface".freeze,
2142
- "mads:authoritativeLabel" => %(Writer of preface).freeze,
2143
- "mads:code" => %(wpr).freeze,
2144
- "skos:notation" => %(wpr).freeze,
2145
- "skos:prefLabel" => %(Writer of preface).freeze,
2146
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
2147
+ :"mads:authoritativeLabel" => %(Writer of preface).freeze,
2148
+ :"mads:code" => %(wpr).freeze,
2149
+ :"skos:notation" => %(wpr).freeze,
2150
+ :"skos:prefLabel" => %(Writer of preface).freeze,
2151
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
2147
2152
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2148
2153
  property :wst,
2149
2154
  label: "Writer of supplementary textual content".freeze,
2150
- "mads:authoritativeLabel" => %(Writer of supplementary textual content).freeze,
2151
- "mads:code" => %(wst).freeze,
2152
- "skos:notation" => %(wst).freeze,
2153
- "skos:prefLabel" => %(Writer of supplementary textual content).freeze,
2154
- subPropertyOf: ["marcrelators:role".freeze, "dc11:contributor".freeze],
2155
+ :"mads:authoritativeLabel" => %(Writer of supplementary textual content).freeze,
2156
+ :"mads:code" => %(wst).freeze,
2157
+ :"skos:notation" => %(wst).freeze,
2158
+ :"skos:prefLabel" => %(Writer of supplementary textual content).freeze,
2159
+ subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
2155
2160
  type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2156
2161
 
2157
2162
  # Extra definitions