rdf-vocab 0.7.0 → 0.8.0

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