rdf-vocab 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: bebfe45454321637669664044496afede50f41eb
4
+ data.tar.gz: 04f968d55c1d30af7b4941bfd192de49fe6937b8
5
+ SHA512:
6
+ metadata.gz: 1e6d5a73f26e691011c1c94c1ce64ec15aedbded35db4ce0638909adb3f8d3764b615849efafa6e5117f96c9a9af883301aebbbb1b50e531bf4ed2a5f1768798
7
+ data.tar.gz: 4e04654db970f16d111cc9cdc2e9f0e17e84b29903050f61fed4da0d7d5a210441c36d57d30cc2b5c0fccfaf5d61107e83fb9a8bf8d4c43df39bca7a453d9a1a
data/.gitignore ADDED
@@ -0,0 +1,17 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
6
+ Gemfile.lock
7
+ InstalledFiles
8
+ _yardoc
9
+ coverage
10
+ doc/
11
+ lib/bundler/man
12
+ pkg
13
+ rdoc
14
+ spec/reports
15
+ test/tmp
16
+ test/version_tmp
17
+ tmp
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in rdf-vocab.gemspec
4
+ gemspec
data/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "{}"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright {yyyy} {name of copyright owner}
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
data/README.md ADDED
@@ -0,0 +1,4 @@
1
+ rdf-vocab
2
+ =========
3
+
4
+ A library of RDF vocabularies and tools based on ruby-rdf.
data/Rakefile ADDED
@@ -0,0 +1 @@
1
+ require "bundler/gem_tasks"
data/lib/rdf-vocab.rb ADDED
@@ -0,0 +1,5 @@
1
+ module RDF
2
+ module Vocab
3
+
4
+ end
5
+ end
@@ -0,0 +1,5 @@
1
+ module RDF
2
+ module Vocab
3
+ VERSION = "0.0.1"
4
+ end
5
+ end
@@ -0,0 +1,544 @@
1
+ # This file generated automatically using vocab-fetch from http://id.loc.gov/vocabulary/relators.nt
2
+ require 'rdf'
3
+ module RDF
4
+ class MARC_RELATORS < StrictVocabulary("http://id.loc.gov/vocabulary/relators/")
5
+
6
+ # Property definitions
7
+ property :abr, :label => 'Abridger'
8
+ property :act, :label => 'Actor'
9
+ property :adp, :label => 'Adapter'
10
+ property :rcp, :label => 'Addressee'
11
+ property :anl, :label => 'Analyst'
12
+ property :anm, :label => 'Animator'
13
+ property :ann, :label => 'Annotator'
14
+ property :apl, :label => 'Appellant'
15
+ property :ape, :label => 'Appellee'
16
+ property :app, :label => 'Applicant'
17
+ property :arc, :label => 'Architect'
18
+ property :arr, :label => 'Arranger'
19
+ property :acp, :label => 'Art copyist'
20
+ property :adi, :label => 'Art director'
21
+ property :art, :label => 'Artist'
22
+ property :ard, :label => 'Artistic director'
23
+ property :asg, :label => 'Assignee'
24
+ property :asn, :label => 'Associated name'
25
+ property :att, :label => 'Attributed name'
26
+ property :auc, :label => 'Auctioneer'
27
+ property :aut, :label => 'Author'
28
+ property :aqt, :label => 'Author in quotations or text abstracts'
29
+ property :aft, :label => 'Author of afterword, colophon, etc.'
30
+ property :aud, :label => 'Author of dialog'
31
+ property :aui, :label => 'Author of introduction, etc.'
32
+ property :ato, :label => 'Autographer'
33
+ property :ant, :label => 'Bibliographic antecedent'
34
+ property :bnd, :label => 'Binder'
35
+ property :bdd, :label => 'Binding designer'
36
+ property :blw, :label => 'Blurb writer'
37
+ property :bkd, :label => 'Book designer'
38
+ property :bkp, :label => 'Book producer'
39
+ property :bjd, :label => 'Bookjacket designer'
40
+ property :bpd, :label => 'Bookplate designer'
41
+ property :bsl, :label => 'Bookseller'
42
+ property :brl, :label => 'Braille embosser'
43
+ property :brd, :label => 'Broadcaster'
44
+ property :cll, :label => 'Calligrapher'
45
+ property :ctg, :label => 'Cartographer'
46
+ property :cas, :label => 'Caster'
47
+ property :cns, :label => 'Censor'
48
+ property :chr, :label => 'Choreographer'
49
+ property :cng, :label => 'Cinematographer'
50
+ property :cli, :label => 'Client'
51
+ property :cor, :label => 'Collection registrar'
52
+ property :col, :label => 'Collector'
53
+ property :clt, :label => 'Collotyper'
54
+ property :clr, :label => 'Colorist'
55
+ property :cmm, :label => 'Commentator'
56
+ property :cwt, :label => 'Commentator for written text'
57
+ property :com, :label => 'Compiler'
58
+ property :cpl, :label => 'Complainant'
59
+ property :cpt, :label => 'Complainant-appellant'
60
+ property :cpe, :label => 'Complainant-appellee'
61
+ property :cmp, :label => 'Composer'
62
+ property :cmt, :label => 'Compositor'
63
+ property :ccp, :label => 'Conceptor'
64
+ property :cnd, :label => 'Conductor'
65
+ property :con, :label => 'Conservator'
66
+ property :csl, :label => 'Consultant'
67
+ property :csp, :label => 'Consultant to a project'
68
+ property :cos, :label => 'Contestant'
69
+ property :cot, :label => 'Contestant-appellant'
70
+ property :coe, :label => 'Contestant-appellee'
71
+ property :cts, :label => 'Contestee'
72
+ property :ctt, :label => 'Contestee-appellant'
73
+ property :cte, :label => 'Contestee-appellee'
74
+ property :ctr, :label => 'Contractor'
75
+ property :ctb, :label => 'Contributor'
76
+ property :cpc, :label => 'Copyright claimant'
77
+ property :cph, :label => 'Copyright holder'
78
+ property :crr, :label => 'Corrector'
79
+ property :crp, :label => 'Correspondent'
80
+ property :cst, :label => 'Costume designer'
81
+ property :cou, :label => 'Court governed'
82
+ property :crt, :label => 'Court reporter'
83
+ property :cov, :label => 'Cover designer'
84
+ property :cre, :label => 'Creator'
85
+ property :cur, :label => 'Curator'
86
+ property :dnc, :label => 'Dancer'
87
+ property :dtc, :label => 'Data contributor'
88
+ property :dtm, :label => 'Data manager'
89
+ property :dte, :label => 'Dedicatee'
90
+ property :dto, :label => 'Dedicator'
91
+ property :dfd, :label => 'Defendant'
92
+ property :dft, :label => 'Defendant-appellant'
93
+ property :dfe, :label => 'Defendant-appellee'
94
+ property :dgg, :label => 'Degree granting institution'
95
+ property :dgs, :label => 'Degree supervisor'
96
+ property :dln, :label => 'Delineator'
97
+ property :dpc, :label => 'Depicted'
98
+ property :dpt, :label => 'Depositor'
99
+ property :dsr, :label => 'Designer'
100
+ property :drt, :label => 'Director'
101
+ property :dis, :label => 'Dissertant'
102
+ property :dbp, :label => 'Distribution place'
103
+ property :dst, :label => 'Distributor'
104
+ property :dnr, :label => 'Donor'
105
+ property :drm, :label => 'Draftsman'
106
+ property :dub, :label => 'Dubious author'
107
+ property :edt, :label => 'Editor'
108
+ property :edc, :label => 'Editor of compilation'
109
+ property :edm, :label => 'Editor of moving image work'
110
+ property :elg, :label => 'Electrician'
111
+ property :elt, :label => 'Electrotyper'
112
+ property :enj, :label => 'Enacting jurisdiction'
113
+ property :eng, :label => 'Engineer'
114
+ property :egr, :label => 'Engraver'
115
+ property :etr, :label => 'Etcher'
116
+ property :evp, :label => 'Event place'
117
+ property :exp, :label => 'Expert'
118
+ property :fac, :label => 'Facsimilist'
119
+ property :fld, :label => 'Field director'
120
+ property :fmd, :label => 'Film director'
121
+ property :fds, :label => 'Film distributor'
122
+ property :flm, :label => 'Film editor'
123
+ property :fmp, :label => 'Film producer'
124
+ property :fmk, :label => 'Filmmaker'
125
+ property :fpy, :label => 'First party'
126
+ property :frg, :label => 'Forger'
127
+ property :fmo, :label => 'Former owner'
128
+ property :fnd, :label => 'Funder'
129
+ property :gis, :label => 'Geographic information specialist'
130
+ property :hnr, :label => 'Honoree'
131
+ property :hst, :label => 'Host'
132
+ property :his, :label => 'Host institution'
133
+ property :ilu, :label => 'Illuminator'
134
+ property :ill, :label => 'Illustrator'
135
+ property :ins, :label => 'Inscriber'
136
+ property :itr, :label => 'Instrumentalist'
137
+ property :ive, :label => 'Interviewee'
138
+ property :ivr, :label => 'Interviewer'
139
+ property :inv, :label => 'Inventor'
140
+ property :isb, :label => 'Issuing body'
141
+ property :jud, :label => 'Judge'
142
+ property :jug, :label => 'Jurisdiction governed'
143
+ property :lbr, :label => 'Laboratory'
144
+ property :ldr, :label => 'Laboratory director'
145
+ property :lsa, :label => 'Landscape architect'
146
+ property :led, :label => 'Lead'
147
+ property :len, :label => 'Lender'
148
+ property :lil, :label => 'Libelant'
149
+ property :lit, :label => 'Libelant-appellant'
150
+ property :lie, :label => 'Libelant-appellee'
151
+ property :lel, :label => 'Libelee'
152
+ property :let, :label => 'Libelee-appellant'
153
+ property :lee, :label => 'Libelee-appellee'
154
+ property :lbt, :label => 'Librettist'
155
+ property :lse, :label => 'Licensee'
156
+ property :lso, :label => 'Licensor'
157
+ property :lgd, :label => 'Lighting designer'
158
+ property :ltg, :label => 'Lithographer'
159
+ property :lyr, :label => 'Lyricist'
160
+ property :mfp, :label => 'Manufacture place'
161
+ property :mfr, :label => 'Manufacturer'
162
+ property :mrb, :label => 'Marbler'
163
+ property :mrk, :label => 'Markup editor'
164
+ property :med, :label => 'Medium'
165
+ property :mdc, :label => 'Metadata contact'
166
+ property :mte, :label => 'Metal-engraver'
167
+ property :mtk, :label => 'Minute taker'
168
+ property :mod, :label => 'Moderator'
169
+ property :mon, :label => 'Monitor'
170
+ property :mcp, :label => 'Music copyist'
171
+ property :msd, :label => 'Musical director'
172
+ property :mus, :label => 'Musician'
173
+ property :nrt, :label => 'Narrator'
174
+ property :osp, :label => 'Onscreen presenter'
175
+ property :opn, :label => 'Opponent'
176
+ property :orm, :label => 'Organizer'
177
+ property :org, :label => 'Originator'
178
+ property :oth, :label => 'Other'
179
+ property :own, :label => 'Owner'
180
+ property :pan, :label => 'Panelist'
181
+ property :ppm, :label => 'Papermaker'
182
+ property :pta, :label => 'Patent applicant'
183
+ property :pth, :label => 'Patent holder'
184
+ property :pat, :label => 'Patron'
185
+ property :prf, :label => 'Performer'
186
+ property :pma, :label => 'Permitting agency'
187
+ property :pht, :label => 'Photographer'
188
+ property :ptf, :label => 'Plaintiff'
189
+ property :ptt, :label => 'Plaintiff-appellant'
190
+ property :pte, :label => 'Plaintiff-appellee'
191
+ property :plt, :label => 'Platemaker'
192
+ property :pra, :label => 'Praeses'
193
+ property :pre, :label => 'Presenter'
194
+ property :prt, :label => 'Printer'
195
+ property :pop, :label => 'Printer of plates'
196
+ property :prm, :label => 'Printmaker'
197
+ property :prc, :label => 'Process contact'
198
+ property :pro, :label => 'Producer'
199
+ property :prn, :label => 'Production company'
200
+ property :prs, :label => 'Production designer'
201
+ property :pmn, :label => 'Production manager'
202
+ property :prd, :label => 'Production personnel'
203
+ property :prp, :label => 'Production place'
204
+ property :prg, :label => 'Programmer'
205
+ property :pdr, :label => 'Project director'
206
+ property :pfr, :label => 'Proofreader'
207
+ property :prv, :label => 'Provider'
208
+ property :pup, :label => 'Publication place'
209
+ property :pbl, :label => 'Publisher'
210
+ property :pbd, :label => 'Publishing director'
211
+ property :ppt, :label => 'Puppeteer'
212
+ property :rdd, :label => 'Radio director'
213
+ property :rpc, :label => 'Radio producer'
214
+ property :rce, :label => 'Recording engineer'
215
+ property :rcd, :label => 'Recordist'
216
+ property :red, :label => 'Redaktor'
217
+ property :ren, :label => 'Renderer'
218
+ property :rpt, :label => 'Reporter'
219
+ property :rps, :label => 'Repository'
220
+ property :rth, :label => 'Research team head'
221
+ property :rtm, :label => 'Research team member'
222
+ property :res, :label => 'Researcher'
223
+ property :rsp, :label => 'Respondent'
224
+ property :rst, :label => 'Respondent-appellant'
225
+ property :rse, :label => 'Respondent-appellee'
226
+ property :rpy, :label => 'Responsible party'
227
+ property :rsg, :label => 'Restager'
228
+ property :rsr, :label => 'Restorationist'
229
+ property :rev, :label => 'Reviewer'
230
+ property :rbr, :label => 'Rubricator'
231
+ property :sce, :label => 'Scenarist'
232
+ property :sad, :label => 'Scientific advisor'
233
+ property :aus, :label => 'Screenwriter'
234
+ property :scr, :label => 'Scribe'
235
+ property :scl, :label => 'Sculptor'
236
+ property :spy, :label => 'Second party'
237
+ property :sec, :label => 'Secretary'
238
+ property :sll, :label => 'Seller'
239
+ property :std, :label => 'Set designer'
240
+ property :stg, :label => 'Setting'
241
+ property :sgn, :label => 'Signer'
242
+ property :sng, :label => 'Singer'
243
+ property :sds, :label => 'Sound designer'
244
+ property :spk, :label => 'Speaker'
245
+ property :spn, :label => 'Sponsor'
246
+ property :sgd, :label => 'Stage director'
247
+ property :stm, :label => 'Stage manager'
248
+ property :stn, :label => 'Standards body'
249
+ property :str, :label => 'Stereotyper'
250
+ property :stl, :label => 'Storyteller'
251
+ property :sht, :label => 'Supporting host'
252
+ property :srv, :label => 'Surveyor'
253
+ property :tch, :label => 'Teacher'
254
+ property :tcd, :label => 'Technical director'
255
+ property :tld, :label => 'Television director'
256
+ property :tlp, :label => 'Television producer'
257
+ property :ths, :label => 'Thesis advisor'
258
+ property :trc, :label => 'Transcriber'
259
+ property :trl, :label => 'Translator'
260
+ property :tyd, :label => 'Type designer'
261
+ property :tyg, :label => 'Typographer'
262
+ property :uvp, :label => 'University place'
263
+ property :vdg, :label => 'Videographer'
264
+ property :vac, :label => 'Voice actor'
265
+ property :wit, :label => 'Witness'
266
+ property :wde, :label => 'Wood engraver'
267
+ property :wdc, :label => 'Woodcutter'
268
+ property :wam, :label => 'Writer of accompanying material'
269
+ property :wac, :label => 'Writer of added commentary'
270
+ property :wal, :label => 'Writer of added lyrics'
271
+ property :wat, :label => 'Writer of added text'
272
+ property :win, :label => 'Writer of introduction'
273
+ property :wpr, :label => 'Writer of preface'
274
+ property :wst, :label => 'Writer of supplementary textual content'
275
+ property :abr, :label => 'Abridger'
276
+ property :act, :label => 'Actor'
277
+ property :adp, :label => 'Adapter'
278
+ property :rcp, :label => 'Addressee'
279
+ property :anl, :label => 'Analyst'
280
+ property :anm, :label => 'Animator'
281
+ property :ann, :label => 'Annotator'
282
+ property :apl, :label => 'Appellant'
283
+ property :ape, :label => 'Appellee'
284
+ property :app, :label => 'Applicant'
285
+ property :arc, :label => 'Architect'
286
+ property :arr, :label => 'Arranger'
287
+ property :acp, :label => 'Art copyist'
288
+ property :adi, :label => 'Art director'
289
+ property :art, :label => 'Artist'
290
+ property :ard, :label => 'Artistic director'
291
+ property :asg, :label => 'Assignee'
292
+ property :asn, :label => 'Associated name'
293
+ property :att, :label => 'Attributed name'
294
+ property :auc, :label => 'Auctioneer'
295
+ property :aut, :label => 'Author'
296
+ property :aqt, :label => 'Author in quotations or text abstracts'
297
+ property :aft, :label => 'Author of afterword, colophon, etc.'
298
+ property :aud, :label => 'Author of dialog'
299
+ property :aui, :label => 'Author of introduction, etc.'
300
+ property :ato, :label => 'Autographer'
301
+ property :ant, :label => 'Bibliographic antecedent'
302
+ property :bnd, :label => 'Binder'
303
+ property :bdd, :label => 'Binding designer'
304
+ property :blw, :label => 'Blurb writer'
305
+ property :bkd, :label => 'Book designer'
306
+ property :bkp, :label => 'Book producer'
307
+ property :bjd, :label => 'Bookjacket designer'
308
+ property :bpd, :label => 'Bookplate designer'
309
+ property :bsl, :label => 'Bookseller'
310
+ property :brl, :label => 'Braille embosser'
311
+ property :brd, :label => 'Broadcaster'
312
+ property :cll, :label => 'Calligrapher'
313
+ property :ctg, :label => 'Cartographer'
314
+ property :cas, :label => 'Caster'
315
+ property :cns, :label => 'Censor'
316
+ property :chr, :label => 'Choreographer'
317
+ property :cng, :label => 'Cinematographer'
318
+ property :cli, :label => 'Client'
319
+ property :cor, :label => 'Collection registrar'
320
+ property :col, :label => 'Collector'
321
+ property :clt, :label => 'Collotyper'
322
+ property :clr, :label => 'Colorist'
323
+ property :cmm, :label => 'Commentator'
324
+ property :cwt, :label => 'Commentator for written text'
325
+ property :com, :label => 'Compiler'
326
+ property :cpl, :label => 'Complainant'
327
+ property :cpt, :label => 'Complainant-appellant'
328
+ property :cpe, :label => 'Complainant-appellee'
329
+ property :cmp, :label => 'Composer'
330
+ property :cmt, :label => 'Compositor'
331
+ property :ccp, :label => 'Conceptor'
332
+ property :cnd, :label => 'Conductor'
333
+ property :con, :label => 'Conservator'
334
+ property :csl, :label => 'Consultant'
335
+ property :csp, :label => 'Consultant to a project'
336
+ property :cos, :label => 'Contestant'
337
+ property :cot, :label => 'Contestant-appellant'
338
+ property :coe, :label => 'Contestant-appellee'
339
+ property :cts, :label => 'Contestee'
340
+ property :ctt, :label => 'Contestee-appellant'
341
+ property :cte, :label => 'Contestee-appellee'
342
+ property :ctr, :label => 'Contractor'
343
+ property :ctb, :label => 'Contributor'
344
+ property :cpc, :label => 'Copyright claimant'
345
+ property :cph, :label => 'Copyright holder'
346
+ property :crr, :label => 'Corrector'
347
+ property :crp, :label => 'Correspondent'
348
+ property :cst, :label => 'Costume designer'
349
+ property :cou, :label => 'Court governed'
350
+ property :crt, :label => 'Court reporter'
351
+ property :cov, :label => 'Cover designer'
352
+ property :cre, :label => 'Creator'
353
+ property :cur, :label => 'Curator'
354
+ property :dnc, :label => 'Dancer'
355
+ property :dtc, :label => 'Data contributor'
356
+ property :dtm, :label => 'Data manager'
357
+ property :dte, :label => 'Dedicatee'
358
+ property :dto, :label => 'Dedicator'
359
+ property :dfd, :label => 'Defendant'
360
+ property :dft, :label => 'Defendant-appellant'
361
+ property :dfe, :label => 'Defendant-appellee'
362
+ property :dgg, :label => 'Degree granting institution'
363
+ property :dgs, :label => 'Degree supervisor'
364
+ property :dln, :label => 'Delineator'
365
+ property :dpc, :label => 'Depicted'
366
+ property :dpt, :label => 'Depositor'
367
+ property :dsr, :label => 'Designer'
368
+ property :drt, :label => 'Director'
369
+ property :dis, :label => 'Dissertant'
370
+ property :dbp, :label => 'Distribution place'
371
+ property :dst, :label => 'Distributor'
372
+ property :dnr, :label => 'Donor'
373
+ property :drm, :label => 'Draftsman'
374
+ property :dub, :label => 'Dubious author'
375
+ property :edt, :label => 'Editor'
376
+ property :edc, :label => 'Editor of compilation'
377
+ property :edm, :label => 'Editor of moving image work'
378
+ property :elg, :label => 'Electrician'
379
+ property :elt, :label => 'Electrotyper'
380
+ property :enj, :label => 'Enacting jurisdiction'
381
+ property :eng, :label => 'Engineer'
382
+ property :egr, :label => 'Engraver'
383
+ property :etr, :label => 'Etcher'
384
+ property :evp, :label => 'Event place'
385
+ property :exp, :label => 'Expert'
386
+ property :fac, :label => 'Facsimilist'
387
+ property :fld, :label => 'Field director'
388
+ property :fmd, :label => 'Film director'
389
+ property :fds, :label => 'Film distributor'
390
+ property :flm, :label => 'Film editor'
391
+ property :fmp, :label => 'Film producer'
392
+ property :fmk, :label => 'Filmmaker'
393
+ property :fpy, :label => 'First party'
394
+ property :frg, :label => 'Forger'
395
+ property :fmo, :label => 'Former owner'
396
+ property :fnd, :label => 'Funder'
397
+ property :gis, :label => 'Geographic information specialist'
398
+ property :hnr, :label => 'Honoree'
399
+ property :hst, :label => 'Host'
400
+ property :his, :label => 'Host institution'
401
+ property :ilu, :label => 'Illuminator'
402
+ property :ill, :label => 'Illustrator'
403
+ property :ins, :label => 'Inscriber'
404
+ property :itr, :label => 'Instrumentalist'
405
+ property :ive, :label => 'Interviewee'
406
+ property :ivr, :label => 'Interviewer'
407
+ property :inv, :label => 'Inventor'
408
+ property :isb, :label => 'Issuing body'
409
+ property :jud, :label => 'Judge'
410
+ property :jug, :label => 'Jurisdiction governed'
411
+ property :lbr, :label => 'Laboratory'
412
+ property :ldr, :label => 'Laboratory director'
413
+ property :lsa, :label => 'Landscape architect'
414
+ property :led, :label => 'Lead'
415
+ property :len, :label => 'Lender'
416
+ property :lil, :label => 'Libelant'
417
+ property :lit, :label => 'Libelant-appellant'
418
+ property :lie, :label => 'Libelant-appellee'
419
+ property :lel, :label => 'Libelee'
420
+ property :let, :label => 'Libelee-appellant'
421
+ property :lee, :label => 'Libelee-appellee'
422
+ property :lbt, :label => 'Librettist'
423
+ property :lse, :label => 'Licensee'
424
+ property :lso, :label => 'Licensor'
425
+ property :lgd, :label => 'Lighting designer'
426
+ property :ltg, :label => 'Lithographer'
427
+ property :lyr, :label => 'Lyricist'
428
+ property :mfp, :label => 'Manufacture place'
429
+ property :mfr, :label => 'Manufacturer'
430
+ property :mrb, :label => 'Marbler'
431
+ property :mrk, :label => 'Markup editor'
432
+ property :med, :label => 'Medium'
433
+ property :mdc, :label => 'Metadata contact'
434
+ property :mte, :label => 'Metal-engraver'
435
+ property :mtk, :label => 'Minute taker'
436
+ property :mod, :label => 'Moderator'
437
+ property :mon, :label => 'Monitor'
438
+ property :mcp, :label => 'Music copyist'
439
+ property :msd, :label => 'Musical director'
440
+ property :mus, :label => 'Musician'
441
+ property :nrt, :label => 'Narrator'
442
+ property :osp, :label => 'Onscreen presenter'
443
+ property :opn, :label => 'Opponent'
444
+ property :orm, :label => 'Organizer'
445
+ property :org, :label => 'Originator'
446
+ property :oth, :label => 'Other'
447
+ property :own, :label => 'Owner'
448
+ property :pan, :label => 'Panelist'
449
+ property :ppm, :label => 'Papermaker'
450
+ property :pta, :label => 'Patent applicant'
451
+ property :pth, :label => 'Patent holder'
452
+ property :pat, :label => 'Patron'
453
+ property :prf, :label => 'Performer'
454
+ property :pma, :label => 'Permitting agency'
455
+ property :pht, :label => 'Photographer'
456
+ property :ptf, :label => 'Plaintiff'
457
+ property :ptt, :label => 'Plaintiff-appellant'
458
+ property :pte, :label => 'Plaintiff-appellee'
459
+ property :plt, :label => 'Platemaker'
460
+ property :pra, :label => 'Praeses'
461
+ property :pre, :label => 'Presenter'
462
+ property :prt, :label => 'Printer'
463
+ property :pop, :label => 'Printer of plates'
464
+ property :prm, :label => 'Printmaker'
465
+ property :prc, :label => 'Process contact'
466
+ property :pro, :label => 'Producer'
467
+ property :prn, :label => 'Production company'
468
+ property :prs, :label => 'Production designer'
469
+ property :pmn, :label => 'Production manager'
470
+ property :prd, :label => 'Production personnel'
471
+ property :prp, :label => 'Production place'
472
+ property :prg, :label => 'Programmer'
473
+ property :pdr, :label => 'Project director'
474
+ property :pfr, :label => 'Proofreader'
475
+ property :prv, :label => 'Provider'
476
+ property :pup, :label => 'Publication place'
477
+ property :pbl, :label => 'Publisher'
478
+ property :pbd, :label => 'Publishing director'
479
+ property :ppt, :label => 'Puppeteer'
480
+ property :rdd, :label => 'Radio director'
481
+ property :rpc, :label => 'Radio producer'
482
+ property :rce, :label => 'Recording engineer'
483
+ property :rcd, :label => 'Recordist'
484
+ property :red, :label => 'Redaktor'
485
+ property :ren, :label => 'Renderer'
486
+ property :rpt, :label => 'Reporter'
487
+ property :rps, :label => 'Repository'
488
+ property :rth, :label => 'Research team head'
489
+ property :rtm, :label => 'Research team member'
490
+ property :res, :label => 'Researcher'
491
+ property :rsp, :label => 'Respondent'
492
+ property :rst, :label => 'Respondent-appellant'
493
+ property :rse, :label => 'Respondent-appellee'
494
+ property :rpy, :label => 'Responsible party'
495
+ property :rsg, :label => 'Restager'
496
+ property :rsr, :label => 'Restorationist'
497
+ property :rev, :label => 'Reviewer'
498
+ property :rbr, :label => 'Rubricator'
499
+ property :sce, :label => 'Scenarist'
500
+ property :sad, :label => 'Scientific advisor'
501
+ property :aus, :label => 'Screenwriter'
502
+ property :scr, :label => 'Scribe'
503
+ property :scl, :label => 'Sculptor'
504
+ property :spy, :label => 'Second party'
505
+ property :sec, :label => 'Secretary'
506
+ property :sll, :label => 'Seller'
507
+ property :std, :label => 'Set designer'
508
+ property :stg, :label => 'Setting'
509
+ property :sgn, :label => 'Signer'
510
+ property :sng, :label => 'Singer'
511
+ property :sds, :label => 'Sound designer'
512
+ property :spk, :label => 'Speaker'
513
+ property :spn, :label => 'Sponsor'
514
+ property :sgd, :label => 'Stage director'
515
+ property :stm, :label => 'Stage manager'
516
+ property :stn, :label => 'Standards body'
517
+ property :str, :label => 'Stereotyper'
518
+ property :stl, :label => 'Storyteller'
519
+ property :sht, :label => 'Supporting host'
520
+ property :srv, :label => 'Surveyor'
521
+ property :tch, :label => 'Teacher'
522
+ property :tcd, :label => 'Technical director'
523
+ property :tld, :label => 'Television director'
524
+ property :tlp, :label => 'Television producer'
525
+ property :ths, :label => 'Thesis advisor'
526
+ property :trc, :label => 'Transcriber'
527
+ property :trl, :label => 'Translator'
528
+ property :tyd, :label => 'Type designer'
529
+ property :tyg, :label => 'Typographer'
530
+ property :uvp, :label => 'University place'
531
+ property :vdg, :label => 'Videographer'
532
+ property :vac, :label => 'Voice actor'
533
+ property :wit, :label => 'Witness'
534
+ property :wde, :label => 'Wood engraver'
535
+ property :wdc, :label => 'Woodcutter'
536
+ property :wam, :label => 'Writer of accompanying material'
537
+ property :wac, :label => 'Writer of added commentary'
538
+ property :wal, :label => 'Writer of added lyrics'
539
+ property :wat, :label => 'Writer of added text'
540
+ property :win, :label => 'Writer of introduction'
541
+ property :wpr, :label => 'Writer of preface'
542
+ property :wst, :label => 'Writer of supplementary textual content'
543
+ end
544
+ end