rdf-vocab 3.1.10 → 3.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +13 -1
- data/lib/rdf/vocab/acl.rb +47 -134
- data/lib/rdf/vocab/as.rb +381 -894
- data/lib/rdf/vocab/bf2.rb +1241 -2561
- data/lib/rdf/vocab/bibframe.rb +1241 -2561
- data/lib/rdf/vocab/bibo.rb +576 -1078
- data/lib/rdf/vocab/cc.rb +57 -167
- data/lib/rdf/vocab/cert.rb +72 -143
- data/lib/rdf/vocab/cnt.rb +51 -133
- data/lib/rdf/vocab/crm.rb +1180 -2486
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3900 -14140
- data/lib/rdf/vocab/dc.rb +458 -848
- data/lib/rdf/vocab/dc11.rb +62 -128
- data/lib/rdf/vocab/dcat.rb +215 -382
- data/lib/rdf/vocab/dcmitype.rb +65 -119
- data/lib/rdf/vocab/disco.rb +170 -401
- data/lib/rdf/vocab/doap.rb +197 -375
- data/lib/rdf/vocab/dwc.rb +1451 -2207
- data/lib/rdf/vocab/earl.rb +80 -218
- data/lib/rdf/vocab/ebucore.rb +2991 -7439
- data/lib/rdf/vocab/edm.rb +159 -351
- data/lib/rdf/vocab/exif.rb +453 -1106
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +247 -627
- data/lib/rdf/vocab/foaf.rb +373 -681
- data/lib/rdf/vocab/geo.rb +16 -58
- data/lib/rdf/vocab/geojson.rb +16 -85
- data/lib/rdf/vocab/geonames.rb +1573 -1742
- data/lib/rdf/vocab/gr.rb +539 -1427
- data/lib/rdf/vocab/gs1.rb +2824 -4424
- data/lib/rdf/vocab/ht.rb +93 -260
- data/lib/rdf/vocab/hydra.rb +216 -477
- data/lib/rdf/vocab/iana.rb +71 -304
- data/lib/rdf/vocab/ical.rb +460 -925
- data/lib/rdf/vocab/identifiers.rb +212 -515
- data/lib/rdf/vocab/iiif.rb +81 -220
- data/lib/rdf/vocab/jsonld.rb +130 -272
- data/lib/rdf/vocab/ldp.rb +131 -264
- data/lib/rdf/vocab/lrmi.rb +146 -234
- data/lib/rdf/vocab/ma.rb +233 -623
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +539 -1351
- data/lib/rdf/vocab/mo.rb +1383 -2305
- data/lib/rdf/vocab/mods.rb +384 -903
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +196 -474
- data/lib/rdf/vocab/og.rb +120 -201
- data/lib/rdf/vocab/ogc.rb +25 -62
- data/lib/rdf/vocab/ore.rb +51 -110
- data/lib/rdf/vocab/org.rb +180 -376
- data/lib/rdf/vocab/pcdm.rb +50 -100
- data/lib/rdf/vocab/pplan.rb +16 -24
- data/lib/rdf/vocab/premis.rb +674 -1825
- data/lib/rdf/vocab/premiseventtype.rb +114 -272
- data/lib/rdf/vocab/prov.rb +996 -1618
- data/lib/rdf/vocab/ptr.rb +77 -218
- data/lib/rdf/vocab/rdau.rb +1289 -1294
- data/lib/rdf/vocab/rightsstatements.rb +90 -98
- data/lib/rdf/vocab/rsa.rb +30 -63
- data/lib/rdf/vocab/rss.rb +24 -69
- data/lib/rdf/vocab/schema.rb +8430 -18899
- data/lib/rdf/vocab/schemas.rb +8430 -18899
- data/lib/rdf/vocab/sd.rb +85 -242
- data/lib/rdf/vocab/sh.rb +729 -1468
- data/lib/rdf/vocab/sioc.rb +416 -820
- data/lib/rdf/vocab/siocservices.rb +31 -72
- data/lib/rdf/vocab/sioctypes.rb +145 -306
- data/lib/rdf/vocab/skos.rb +95 -217
- data/lib/rdf/vocab/skosxl.rb +26 -59
- data/lib/rdf/vocab/v.rb +199 -493
- data/lib/rdf/vocab/vcard.rb +290 -920
- data/lib/rdf/vocab/vmd.rb +199 -493
- data/lib/rdf/vocab/void.rb +86 -210
- data/lib/rdf/vocab/vs.rb +16 -38
- data/lib/rdf/vocab/wdrs.rb +43 -136
- data/lib/rdf/vocab/wot.rb +95 -176
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +122 -463
- data/lib/rdf/vocab/xkos.rb +116 -269
- data/spec/extensions_spec.rb +1 -1
- metadata +45 -25
@@ -3,317 +3,14 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://id.loc.gov/vocabulary/identifiers/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://id.loc.gov/vocabulary/identifiers/>
|
8
|
-
# #
|
9
|
-
# # Standard Identifier Schemes
|
10
|
-
# #
|
11
|
-
# # Standard Identifiers Scheme lists standard number or code systems and assigns a URI to each database or publication that defines or contains the identifiers. The purpose of these source codes is to enable the type of standard numbers or codes in resource descriptions to be indicated by URI.
|
12
|
-
# class Identifiers < RDF::StrictVocabulary
|
13
|
-
# # Generic Identifier property. It is expected that one will use one of its many subproperties.
|
14
|
-
# # @return [RDF::Vocabulary::Term]
|
15
|
-
# attr_reader :id
|
16
|
-
#
|
17
|
-
# # @return [RDF::Vocabulary::Term]
|
18
|
-
# attr_reader :agrovoc
|
19
|
-
#
|
20
|
-
# # @return [RDF::Vocabulary::Term]
|
21
|
-
# attr_reader :allmovie
|
22
|
-
#
|
23
|
-
# # @return [RDF::Vocabulary::Term]
|
24
|
-
# attr_reader :allmusic
|
25
|
-
#
|
26
|
-
# # @return [RDF::Vocabulary::Term]
|
27
|
-
# attr_reader :allocine
|
28
|
-
#
|
29
|
-
# # @return [RDF::Vocabulary::Term]
|
30
|
-
# attr_reader :amnbo
|
31
|
-
#
|
32
|
-
# # @return [RDF::Vocabulary::Term]
|
33
|
-
# attr_reader :ansi
|
34
|
-
#
|
35
|
-
# # @return [RDF::Vocabulary::Term]
|
36
|
-
# attr_reader :artsy
|
37
|
-
#
|
38
|
-
# # @return [RDF::Vocabulary::Term]
|
39
|
-
# attr_reader :bdusc
|
40
|
-
#
|
41
|
-
# # @return [RDF::Vocabulary::Term]
|
42
|
-
# attr_reader :bfi
|
43
|
-
#
|
44
|
-
# # @return [RDF::Vocabulary::Term]
|
45
|
-
# attr_reader :bnfcg
|
46
|
-
#
|
47
|
-
# # @return [RDF::Vocabulary::Term]
|
48
|
-
# attr_reader :cantic
|
49
|
-
#
|
50
|
-
# # @return [RDF::Vocabulary::Term]
|
51
|
-
# attr_reader :cgndb
|
52
|
-
#
|
53
|
-
# # @return [RDF::Vocabulary::Term]
|
54
|
-
# attr_reader :danacode
|
55
|
-
#
|
56
|
-
# # @return [RDF::Vocabulary::Term]
|
57
|
-
# attr_reader :datoses
|
58
|
-
#
|
59
|
-
# # @return [RDF::Vocabulary::Term]
|
60
|
-
# attr_reader :discogs
|
61
|
-
#
|
62
|
-
# # @return [RDF::Vocabulary::Term]
|
63
|
-
# attr_reader :dkfilm
|
64
|
-
#
|
65
|
-
# # @return [RDF::Vocabulary::Term]
|
66
|
-
# attr_reader :doi
|
67
|
-
#
|
68
|
-
# # @return [RDF::Vocabulary::Term]
|
69
|
-
# attr_reader :ean
|
70
|
-
#
|
71
|
-
# # @return [RDF::Vocabulary::Term]
|
72
|
-
# attr_reader :eidr
|
73
|
-
#
|
74
|
-
# # @return [RDF::Vocabulary::Term]
|
75
|
-
# attr_reader :fast
|
76
|
-
#
|
77
|
-
# # @return [RDF::Vocabulary::Term]
|
78
|
-
# attr_reader :filmport
|
79
|
-
#
|
80
|
-
# # @return [RDF::Vocabulary::Term]
|
81
|
-
# attr_reader :findagr
|
82
|
-
#
|
83
|
-
# # @return [RDF::Vocabulary::Term]
|
84
|
-
# attr_reader :freebase
|
85
|
-
#
|
86
|
-
# # @return [RDF::Vocabulary::Term]
|
87
|
-
# attr_reader :gec
|
88
|
-
#
|
89
|
-
# # @return [RDF::Vocabulary::Term]
|
90
|
-
# attr_reader :geogndb
|
91
|
-
#
|
92
|
-
# # @return [RDF::Vocabulary::Term]
|
93
|
-
# attr_reader :geonames
|
94
|
-
#
|
95
|
-
# # @return [RDF::Vocabulary::Term]
|
96
|
-
# attr_reader :gettytgn
|
97
|
-
#
|
98
|
-
# # @return [RDF::Vocabulary::Term]
|
99
|
-
# attr_reader :gettyulan
|
100
|
-
#
|
101
|
-
# # @return [RDF::Vocabulary::Term]
|
102
|
-
# attr_reader :gnd
|
103
|
-
#
|
104
|
-
# # @return [RDF::Vocabulary::Term]
|
105
|
-
# attr_reader :gnis
|
106
|
-
#
|
107
|
-
# # @return [RDF::Vocabulary::Term]
|
108
|
-
# attr_reader :hdl
|
109
|
-
#
|
110
|
-
# # @return [RDF::Vocabulary::Term]
|
111
|
-
# attr_reader :ibdb
|
112
|
-
#
|
113
|
-
# # @return [RDF::Vocabulary::Term]
|
114
|
-
# attr_reader :idref
|
115
|
-
#
|
116
|
-
# # @return [RDF::Vocabulary::Term]
|
117
|
-
# attr_reader :imdb
|
118
|
-
#
|
119
|
-
# # @return [RDF::Vocabulary::Term]
|
120
|
-
# attr_reader :isan
|
121
|
-
#
|
122
|
-
# # @return [RDF::Vocabulary::Term]
|
123
|
-
# attr_reader :isbn
|
124
|
-
#
|
125
|
-
# # @return [RDF::Vocabulary::Term]
|
126
|
-
# attr_reader :isbnre
|
127
|
-
#
|
128
|
-
# # @return [RDF::Vocabulary::Term]
|
129
|
-
# attr_reader :isil
|
130
|
-
#
|
131
|
-
# # @return [RDF::Vocabulary::Term]
|
132
|
-
# attr_reader :ismn
|
133
|
-
#
|
134
|
-
# # @return [RDF::Vocabulary::Term]
|
135
|
-
# attr_reader :isni
|
136
|
-
#
|
137
|
-
# # @return [RDF::Vocabulary::Term]
|
138
|
-
# attr_reader :iso
|
139
|
-
#
|
140
|
-
# # @return [RDF::Vocabulary::Term]
|
141
|
-
# attr_reader :isrc
|
142
|
-
#
|
143
|
-
# # @return [RDF::Vocabulary::Term]
|
144
|
-
# attr_reader :issn
|
145
|
-
#
|
146
|
-
# # @return [RDF::Vocabulary::Term]
|
147
|
-
# attr_reader :istc
|
148
|
-
#
|
149
|
-
# # @return [RDF::Vocabulary::Term]
|
150
|
-
# attr_reader :iswc
|
151
|
-
#
|
152
|
-
# # @return [RDF::Vocabulary::Term]
|
153
|
-
# attr_reader :itar
|
154
|
-
#
|
155
|
-
# # @return [RDF::Vocabulary::Term]
|
156
|
-
# attr_reader :kinipo
|
157
|
-
#
|
158
|
-
# # @return [RDF::Vocabulary::Term]
|
159
|
-
# attr_reader :lccn
|
160
|
-
#
|
161
|
-
# # @return [RDF::Vocabulary::Term]
|
162
|
-
# attr_reader :lcmd
|
163
|
-
#
|
164
|
-
# # @return [RDF::Vocabulary::Term]
|
165
|
-
# attr_reader :libaus
|
166
|
-
#
|
167
|
-
# # @return [RDF::Vocabulary::Term]
|
168
|
-
# attr_reader :local
|
169
|
-
#
|
170
|
-
# # @return [RDF::Vocabulary::Term]
|
171
|
-
# attr_reader :moma
|
172
|
-
#
|
173
|
-
# # @return [RDF::Vocabulary::Term]
|
174
|
-
# attr_reader :munzing
|
175
|
-
#
|
176
|
-
# # @return [RDF::Vocabulary::Term]
|
177
|
-
# attr_reader :musicb
|
178
|
-
#
|
179
|
-
# # @return [RDF::Vocabulary::Term]
|
180
|
-
# attr_reader :natgazfid
|
181
|
-
#
|
182
|
-
# # @return [RDF::Vocabulary::Term]
|
183
|
-
# attr_reader :nga
|
184
|
-
#
|
185
|
-
# # @return [RDF::Vocabulary::Term]
|
186
|
-
# attr_reader :nipo
|
187
|
-
#
|
188
|
-
# # @return [RDF::Vocabulary::Term]
|
189
|
-
# attr_reader :nndb
|
190
|
-
#
|
191
|
-
# # @return [RDF::Vocabulary::Term]
|
192
|
-
# attr_reader :npg
|
193
|
-
#
|
194
|
-
# # @return [RDF::Vocabulary::Term]
|
195
|
-
# attr_reader :odnb
|
196
|
-
#
|
197
|
-
# # @return [RDF::Vocabulary::Term]
|
198
|
-
# attr_reader :opensm
|
199
|
-
#
|
200
|
-
# # @return [RDF::Vocabulary::Term]
|
201
|
-
# attr_reader :orcid
|
202
|
-
#
|
203
|
-
# # @return [RDF::Vocabulary::Term]
|
204
|
-
# attr_reader :oxforddnb
|
205
|
-
#
|
206
|
-
# # @return [RDF::Vocabulary::Term]
|
207
|
-
# attr_reader :porthu
|
208
|
-
#
|
209
|
-
# # @return [RDF::Vocabulary::Term]
|
210
|
-
# attr_reader :rbmsbt
|
211
|
-
#
|
212
|
-
# # @return [RDF::Vocabulary::Term]
|
213
|
-
# attr_reader :rbmsgt
|
214
|
-
#
|
215
|
-
# # @return [RDF::Vocabulary::Term]
|
216
|
-
# attr_reader :rbmspe
|
217
|
-
#
|
218
|
-
# # @return [RDF::Vocabulary::Term]
|
219
|
-
# attr_reader :rbmsppe
|
220
|
-
#
|
221
|
-
# # @return [RDF::Vocabulary::Term]
|
222
|
-
# attr_reader :rbmspt
|
223
|
-
#
|
224
|
-
# # @return [RDF::Vocabulary::Term]
|
225
|
-
# attr_reader :rbmsrd
|
226
|
-
#
|
227
|
-
# # @return [RDF::Vocabulary::Term]
|
228
|
-
# attr_reader :rbmste
|
229
|
-
#
|
230
|
-
# # @return [RDF::Vocabulary::Term]
|
231
|
-
# attr_reader :rid
|
232
|
-
#
|
233
|
-
# # @return [RDF::Vocabulary::Term]
|
234
|
-
# attr_reader :rkda
|
235
|
-
#
|
236
|
-
# # @return [RDF::Vocabulary::Term]
|
237
|
-
# attr_reader :saam
|
238
|
-
#
|
239
|
-
# # @return [RDF::Vocabulary::Term]
|
240
|
-
# attr_reader :scholaru
|
241
|
-
#
|
242
|
-
# # @return [RDF::Vocabulary::Term]
|
243
|
-
# attr_reader :scope
|
244
|
-
#
|
245
|
-
# # @return [RDF::Vocabulary::Term]
|
246
|
-
# attr_reader :scopus
|
247
|
-
#
|
248
|
-
# # @return [RDF::Vocabulary::Term]
|
249
|
-
# attr_reader :sici
|
250
|
-
#
|
251
|
-
# # @return [RDF::Vocabulary::Term]
|
252
|
-
# attr_reader :spotify
|
253
|
-
#
|
254
|
-
# # @return [RDF::Vocabulary::Term]
|
255
|
-
# attr_reader :sprfbsb
|
256
|
-
#
|
257
|
-
# # @return [RDF::Vocabulary::Term]
|
258
|
-
# attr_reader :sprfbsk
|
259
|
-
#
|
260
|
-
# # @return [RDF::Vocabulary::Term]
|
261
|
-
# attr_reader :sprfcbb
|
262
|
-
#
|
263
|
-
# # @return [RDF::Vocabulary::Term]
|
264
|
-
# attr_reader :sprfcfb
|
265
|
-
#
|
266
|
-
# # @return [RDF::Vocabulary::Term]
|
267
|
-
# attr_reader :sprfhoc
|
268
|
-
#
|
269
|
-
# # @return [RDF::Vocabulary::Term]
|
270
|
-
# attr_reader :sprfoly
|
271
|
-
#
|
272
|
-
# # @return [RDF::Vocabulary::Term]
|
273
|
-
# attr_reader :sprfpfb
|
274
|
-
#
|
275
|
-
# # @return [RDF::Vocabulary::Term]
|
276
|
-
# attr_reader :strn
|
277
|
-
#
|
278
|
-
# # @return [RDF::Vocabulary::Term]
|
279
|
-
# attr_reader :svfilm
|
280
|
-
#
|
281
|
-
# # @return [RDF::Vocabulary::Term]
|
282
|
-
# attr_reader :tatearid
|
283
|
-
#
|
284
|
-
# # @return [RDF::Vocabulary::Term]
|
285
|
-
# attr_reader :theatr
|
286
|
-
#
|
287
|
-
# # @return [RDF::Vocabulary::Term]
|
288
|
-
# attr_reader :trove
|
289
|
-
#
|
290
|
-
# # @return [RDF::Vocabulary::Term]
|
291
|
-
# attr_reader :upc
|
292
|
-
#
|
293
|
-
# # @return [RDF::Vocabulary::Term]
|
294
|
-
# attr_reader :uri
|
295
|
-
#
|
296
|
-
# # @return [RDF::Vocabulary::Term]
|
297
|
-
# attr_reader :urn
|
298
|
-
#
|
299
|
-
# # @return [RDF::Vocabulary::Term]
|
300
|
-
# attr_reader :viaf
|
301
|
-
#
|
302
|
-
# # @return [RDF::Vocabulary::Term]
|
303
|
-
# attr_reader :wikidata
|
304
|
-
#
|
305
|
-
# # @return [RDF::Vocabulary::Term]
|
306
|
-
# attr_reader :wndla
|
307
|
-
#
|
308
|
-
# end
|
309
6
|
Identifiers = Class.new(RDF::StrictVocabulary("http://id.loc.gov/vocabulary/identifiers/")) do
|
310
7
|
|
311
8
|
# Ontology definition
|
312
9
|
ontology :"http://id.loc.gov/vocabulary/identifiers/",
|
313
10
|
comment: "Standard Identifiers Scheme lists standard number or code systems and assigns a URI to each database or publication that defines or contains the identifiers. The purpose of these source codes is to enable the type of standard numbers or codes in resource descriptions to be indicated by URI.".freeze,
|
11
|
+
"http://www.loc.gov/mads/rdf/v1#hasMADSSchemeMember": ["http://id.loc.gov/vocabulary/identifiers/agrovoc".freeze, "http://id.loc.gov/vocabulary/identifiers/allmovie".freeze, "http://id.loc.gov/vocabulary/identifiers/allmusic".freeze, "http://id.loc.gov/vocabulary/identifiers/allocine".freeze, "http://id.loc.gov/vocabulary/identifiers/amnbo".freeze, "http://id.loc.gov/vocabulary/identifiers/ansi".freeze, "http://id.loc.gov/vocabulary/identifiers/artsy".freeze, "http://id.loc.gov/vocabulary/identifiers/bdusc".freeze, "http://id.loc.gov/vocabulary/identifiers/bfi".freeze, "http://id.loc.gov/vocabulary/identifiers/bnfcg".freeze, "http://id.loc.gov/vocabulary/identifiers/cantic".freeze, "http://id.loc.gov/vocabulary/identifiers/cgndb".freeze, "http://id.loc.gov/vocabulary/identifiers/danacode".freeze, "http://id.loc.gov/vocabulary/identifiers/datoses".freeze, "http://id.loc.gov/vocabulary/identifiers/discogs".freeze, "http://id.loc.gov/vocabulary/identifiers/dkfilm".freeze, "http://id.loc.gov/vocabulary/identifiers/doi".freeze, "http://id.loc.gov/vocabulary/identifiers/ean".freeze, "http://id.loc.gov/vocabulary/identifiers/eidr".freeze, "http://id.loc.gov/vocabulary/identifiers/fast".freeze, "http://id.loc.gov/vocabulary/identifiers/filmport".freeze, "http://id.loc.gov/vocabulary/identifiers/findagr".freeze, "http://id.loc.gov/vocabulary/identifiers/freebase".freeze, "http://id.loc.gov/vocabulary/identifiers/gec".freeze, "http://id.loc.gov/vocabulary/identifiers/geogndb".freeze, "http://id.loc.gov/vocabulary/identifiers/geonames".freeze, "http://id.loc.gov/vocabulary/identifiers/gettytgn".freeze, "http://id.loc.gov/vocabulary/identifiers/gettyulan".freeze, "http://id.loc.gov/vocabulary/identifiers/gnd".freeze, "http://id.loc.gov/vocabulary/identifiers/gnis".freeze, "http://id.loc.gov/vocabulary/identifiers/gtin-14".freeze, "http://id.loc.gov/vocabulary/identifiers/hdl".freeze, "http://id.loc.gov/vocabulary/identifiers/ibdb".freeze, "http://id.loc.gov/vocabulary/identifiers/idref".freeze, "http://id.loc.gov/vocabulary/identifiers/imdb".freeze, "http://id.loc.gov/vocabulary/identifiers/isan".freeze, "http://id.loc.gov/vocabulary/identifiers/isbn".freeze, "http://id.loc.gov/vocabulary/identifiers/isbn-a".freeze, "http://id.loc.gov/vocabulary/identifiers/isbnre".freeze, "http://id.loc.gov/vocabulary/identifiers/isil".freeze, "http://id.loc.gov/vocabulary/identifiers/ismn".freeze, "http://id.loc.gov/vocabulary/identifiers/isni".freeze, "http://id.loc.gov/vocabulary/identifiers/iso".freeze, "http://id.loc.gov/vocabulary/identifiers/isrc".freeze, "http://id.loc.gov/vocabulary/identifiers/issn".freeze, "http://id.loc.gov/vocabulary/identifiers/issn-l".freeze, "http://id.loc.gov/vocabulary/identifiers/issue-number".freeze, "http://id.loc.gov/vocabulary/identifiers/istc".freeze, "http://id.loc.gov/vocabulary/identifiers/iswc".freeze, "http://id.loc.gov/vocabulary/identifiers/itar".freeze, "http://id.loc.gov/vocabulary/identifiers/kinipo".freeze, "http://id.loc.gov/vocabulary/identifiers/lccn".freeze, "http://id.loc.gov/vocabulary/identifiers/lcmd".freeze, "http://id.loc.gov/vocabulary/identifiers/libaus".freeze, "http://id.loc.gov/vocabulary/identifiers/local".freeze, "http://id.loc.gov/vocabulary/identifiers/matrix-number".freeze, "http://id.loc.gov/vocabulary/identifiers/moma".freeze, "http://id.loc.gov/vocabulary/identifiers/munzing".freeze, "http://id.loc.gov/vocabulary/identifiers/music-plate".freeze, "http://id.loc.gov/vocabulary/identifiers/music-publisher".freeze, "http://id.loc.gov/vocabulary/identifiers/musicb".freeze, "http://id.loc.gov/vocabulary/identifiers/natgazfid".freeze, "http://id.loc.gov/vocabulary/identifiers/nga".freeze, "http://id.loc.gov/vocabulary/identifiers/nipo".freeze, "http://id.loc.gov/vocabulary/identifiers/nndb".freeze, "http://id.loc.gov/vocabulary/identifiers/npg".freeze, "http://id.loc.gov/vocabulary/identifiers/odnb".freeze, "http://id.loc.gov/vocabulary/identifiers/opensm".freeze, "http://id.loc.gov/vocabulary/identifiers/orcid".freeze, "http://id.loc.gov/vocabulary/identifiers/oxforddnb".freeze, "http://id.loc.gov/vocabulary/identifiers/porthu".freeze, "http://id.loc.gov/vocabulary/identifiers/rbmsbt".freeze, "http://id.loc.gov/vocabulary/identifiers/rbmsgt".freeze, "http://id.loc.gov/vocabulary/identifiers/rbmspe".freeze, "http://id.loc.gov/vocabulary/identifiers/rbmsppe".freeze, "http://id.loc.gov/vocabulary/identifiers/rbmspt".freeze, "http://id.loc.gov/vocabulary/identifiers/rbmsrd".freeze, "http://id.loc.gov/vocabulary/identifiers/rbmste".freeze, "http://id.loc.gov/vocabulary/identifiers/rid".freeze, "http://id.loc.gov/vocabulary/identifiers/rkda".freeze, "http://id.loc.gov/vocabulary/identifiers/saam".freeze, "http://id.loc.gov/vocabulary/identifiers/scholaru".freeze, "http://id.loc.gov/vocabulary/identifiers/scope".freeze, "http://id.loc.gov/vocabulary/identifiers/scopus".freeze, "http://id.loc.gov/vocabulary/identifiers/sici".freeze, "http://id.loc.gov/vocabulary/identifiers/spotify".freeze, "http://id.loc.gov/vocabulary/identifiers/sprfbsb".freeze, "http://id.loc.gov/vocabulary/identifiers/sprfbsk".freeze, "http://id.loc.gov/vocabulary/identifiers/sprfcbb".freeze, "http://id.loc.gov/vocabulary/identifiers/sprfcfb".freeze, "http://id.loc.gov/vocabulary/identifiers/sprfhoc".freeze, "http://id.loc.gov/vocabulary/identifiers/sprfoly".freeze, "http://id.loc.gov/vocabulary/identifiers/sprfpfb".freeze, "http://id.loc.gov/vocabulary/identifiers/stock-number".freeze, "http://id.loc.gov/vocabulary/identifiers/strn".freeze, "http://id.loc.gov/vocabulary/identifiers/svfilm".freeze, "http://id.loc.gov/vocabulary/identifiers/tatearid".freeze, "http://id.loc.gov/vocabulary/identifiers/theatr".freeze, "http://id.loc.gov/vocabulary/identifiers/trove".freeze, "http://id.loc.gov/vocabulary/identifiers/upc".freeze, "http://id.loc.gov/vocabulary/identifiers/uri".freeze, "http://id.loc.gov/vocabulary/identifiers/urn".freeze, "http://id.loc.gov/vocabulary/identifiers/viaf".freeze, "http://id.loc.gov/vocabulary/identifiers/videorecording-identifier".freeze, "http://id.loc.gov/vocabulary/identifiers/wikidata".freeze, "http://id.loc.gov/vocabulary/identifiers/wndla".freeze],
|
314
12
|
label: "Standard Identifier Schemes".freeze,
|
315
|
-
|
316
|
-
type: ["mads:MADSScheme".freeze, "skos:ConceptScheme".freeze]
|
13
|
+
type: ["http://www.loc.gov/mads/rdf/v1#MADSScheme".freeze, "http://www.w3.org/2004/02/skos/core#ConceptScheme".freeze]
|
317
14
|
|
318
15
|
# Property definitions
|
319
16
|
property :id,
|
@@ -323,319 +20,319 @@ module RDF::Vocab
|
|
323
20
|
|
324
21
|
# Extra definitions
|
325
22
|
term :agrovoc,
|
326
|
-
"mads
|
327
|
-
type: "mads
|
23
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "AGROVOC multilingual agricultural thesaurus".freeze,
|
24
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
328
25
|
term :allmovie,
|
329
|
-
"mads
|
330
|
-
type: "mads
|
26
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "AllMovie".freeze,
|
27
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
331
28
|
term :allmusic,
|
332
|
-
"mads
|
333
|
-
type: "mads
|
29
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "AllMusic".freeze,
|
30
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
334
31
|
term :allocine,
|
335
|
-
"mads
|
336
|
-
type: "mads
|
32
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "AlloCiné".freeze,
|
33
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
337
34
|
term :amnbo,
|
338
|
-
"mads
|
339
|
-
type: "mads
|
35
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "American National Biography Online".freeze,
|
36
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
340
37
|
term :ansi,
|
341
|
-
"mads
|
342
|
-
type: "mads
|
38
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "American National Standards Institute and National Information Standards Organisation number for an ANSI or ANSI/NISO standard".freeze,
|
39
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
343
40
|
term :artsy,
|
344
|
-
"mads
|
345
|
-
type: "mads
|
41
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Artsy".freeze,
|
42
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
346
43
|
term :bdusc,
|
347
|
-
"mads
|
348
|
-
type: "mads
|
44
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Biographical Directory of the United States Congress".freeze,
|
45
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
349
46
|
term :bfi,
|
350
|
-
"mads
|
351
|
-
type: "mads
|
47
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "BFI - British Film Institute".freeze,
|
48
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
352
49
|
term :bnfcg,
|
353
|
-
"mads
|
354
|
-
type: "mads
|
50
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "BnF catalogue général".freeze,
|
51
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
355
52
|
term :cantic,
|
356
|
-
"mads
|
357
|
-
type: "mads
|
53
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "CANTIC (Biblioteca de Catalunya)".freeze,
|
54
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
358
55
|
term :cgndb,
|
359
|
-
"mads
|
360
|
-
type: "mads
|
56
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Canadian Geographical Names Database".freeze,
|
57
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
361
58
|
term :danacode,
|
362
|
-
"mads
|
363
|
-
type: "mads
|
59
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Danacode".freeze,
|
60
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
364
61
|
term :datoses,
|
365
|
-
"mads
|
366
|
-
type: "mads
|
62
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "datos.bne.es".freeze,
|
63
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
367
64
|
term :discogs,
|
368
|
-
"mads
|
369
|
-
type: "mads
|
65
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Discogs".freeze,
|
66
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
370
67
|
term :dkfilm,
|
371
|
-
"mads
|
372
|
-
type: "mads
|
68
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Det Danske Filminstitut Filmdatabasen".freeze,
|
69
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
373
70
|
term :doi,
|
374
|
-
"mads
|
375
|
-
type: "mads
|
71
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Digital Object Identifier".freeze,
|
72
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
376
73
|
term :ean,
|
377
|
-
"mads
|
378
|
-
type: "mads
|
74
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "International Article Number".freeze,
|
75
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
379
76
|
term :eidr,
|
380
|
-
"mads
|
381
|
-
type: "mads
|
77
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "EIDR: Entertainment Identifier Registry".freeze,
|
78
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
382
79
|
term :fast,
|
383
|
-
"mads
|
384
|
-
type: "mads
|
80
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "FAST - Faceted Application of Subject Terminology".freeze,
|
81
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
385
82
|
term :filmport,
|
386
|
-
"mads
|
387
|
-
type: "mads
|
83
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "filmportal.de".freeze,
|
84
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
388
85
|
term :findagr,
|
389
|
-
"mads
|
390
|
-
type: "mads
|
86
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Find a Grave".freeze,
|
87
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
391
88
|
term :freebase,
|
392
|
-
"mads
|
393
|
-
type: "mads
|
89
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Freebase".freeze,
|
90
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
394
91
|
term :gec,
|
395
|
-
"mads
|
396
|
-
type: "mads
|
92
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Gran enciclopèdia catalana".freeze,
|
93
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
397
94
|
term :geogndb,
|
398
|
-
"mads
|
399
|
-
type: "mads
|
95
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Geographic Names Database".freeze,
|
96
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
400
97
|
term :geonames,
|
401
|
-
"mads
|
402
|
-
type: "mads
|
98
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "GeoNames".freeze,
|
99
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
403
100
|
term :gettytgn,
|
404
|
-
"mads
|
405
|
-
type: "mads
|
101
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Getty Thesaurus of Geographic Names Online".freeze,
|
102
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
406
103
|
term :gettyulan,
|
407
|
-
"mads
|
408
|
-
type: "mads
|
104
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Union List of Artist Names Online".freeze,
|
105
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
409
106
|
term :gnd,
|
410
|
-
"mads
|
411
|
-
type: "mads
|
107
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Gemeinsame Normdatei".freeze,
|
108
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
412
109
|
term :gnis,
|
413
|
-
"mads
|
414
|
-
type: "mads
|
110
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Geographic Names Information System (United States Geological Survey, Board on Geographic Names)".freeze,
|
111
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
415
112
|
term :"gtin-14",
|
416
|
-
"mads
|
417
|
-
type: "mads
|
113
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Global Trade Identification Number 14".freeze,
|
114
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
418
115
|
term :hdl,
|
419
|
-
"mads
|
420
|
-
type: "mads
|
116
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Handle".freeze,
|
117
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
421
118
|
term :ibdb,
|
422
|
-
"mads
|
423
|
-
type: "mads
|
119
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "IBDB - Internet Broadway Database".freeze,
|
120
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
424
121
|
term :idref,
|
425
|
-
"mads
|
426
|
-
type: "mads
|
122
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "IdRef: le référentiel des autorités Sudoc".freeze,
|
123
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
427
124
|
term :imdb,
|
428
|
-
"mads
|
429
|
-
type: "mads
|
125
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "IMDb - Internet Movie Database".freeze,
|
126
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
430
127
|
term :isan,
|
431
|
-
"mads
|
432
|
-
type: "mads
|
128
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "International Standard Audiovisual Number".freeze,
|
129
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
433
130
|
term :isbn,
|
434
|
-
"mads
|
435
|
-
type: "mads
|
131
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "International Standard Book Number".freeze,
|
132
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
436
133
|
term :isbnre,
|
437
|
-
"mads
|
438
|
-
type: "mads
|
134
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "ISBN registrant element [Note: Refers to the part of the ISBN number that is stable for a publisher's publications (the registrant element).]".freeze,
|
135
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
439
136
|
term :isil,
|
440
|
-
"mads
|
441
|
-
type: "mads
|
137
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "ISIL".freeze,
|
138
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
442
139
|
term :ismn,
|
443
|
-
"mads
|
444
|
-
type: "mads
|
140
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "International Standard Music Number".freeze,
|
141
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
445
142
|
term :isni,
|
446
|
-
"mads
|
447
|
-
type: "mads
|
143
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "International Standard Name Identifier".freeze,
|
144
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
448
145
|
term :iso,
|
449
|
-
"mads
|
450
|
-
type: "mads
|
146
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "International Organization for Standardization number for an ISO standard".freeze,
|
147
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
451
148
|
term :isrc,
|
452
|
-
"mads
|
453
|
-
type: "mads
|
149
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "International Standard Recording Code".freeze,
|
150
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
454
151
|
term :issn,
|
455
|
-
"mads
|
456
|
-
type: "mads
|
152
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "International Standard Serial Number".freeze,
|
153
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
457
154
|
term :"issn-l",
|
458
|
-
"mads
|
459
|
-
type: "mads
|
155
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Linking International Standard Serial Number".freeze,
|
156
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
460
157
|
term :"issue-number",
|
461
|
-
"mads
|
462
|
-
type: "mads
|
158
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sound recording issue number".freeze,
|
159
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
463
160
|
term :istc,
|
464
|
-
"mads
|
465
|
-
type: "mads
|
161
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "International Standard Text Code".freeze,
|
162
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
466
163
|
term :iswc,
|
467
|
-
"mads
|
468
|
-
type: "mads
|
164
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "International Standard Musical Work Code".freeze,
|
165
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
469
166
|
term :itar,
|
470
|
-
"mads
|
471
|
-
type: "mads
|
167
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "ITAR".freeze,
|
168
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
472
169
|
term :kinipo,
|
473
|
-
"mads
|
474
|
-
type: "mads
|
170
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "КиноПоиск = KinoPoisk".freeze,
|
171
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
475
172
|
term :lccn,
|
476
|
-
"mads
|
477
|
-
type: "mads
|
173
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Library of Congress Control Number".freeze,
|
174
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
478
175
|
term :lcmd,
|
479
|
-
"mads
|
480
|
-
type: "mads
|
176
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Library of Congress Manuscript Division".freeze,
|
177
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
481
178
|
term :libaus,
|
482
|
-
"mads
|
483
|
-
type: "mads
|
179
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Libraries Australia".freeze,
|
180
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
484
181
|
term :local,
|
485
|
-
"mads
|
486
|
-
type: "mads
|
182
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Locally defined identifier".freeze,
|
183
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
487
184
|
term :"matrix-number",
|
488
|
-
"mads
|
489
|
-
type: "mads
|
185
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sound recording matrix number".freeze,
|
186
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
490
187
|
term :moma,
|
491
|
-
"mads
|
492
|
-
type: "mads
|
188
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Museum of Modern Art".freeze,
|
189
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
493
190
|
term :munzing,
|
494
|
-
"mads
|
495
|
-
type: "mads
|
191
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Munzinger".freeze,
|
192
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
496
193
|
term :"music-plate",
|
497
|
-
"mads
|
498
|
-
type: "mads
|
194
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Publisher's music plate number".freeze,
|
195
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
499
196
|
term :"music-publisher",
|
500
|
-
"mads
|
501
|
-
type: "mads
|
197
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Publisher-assigned music number".freeze,
|
198
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
502
199
|
term :musicb,
|
503
|
-
"mads
|
504
|
-
type: "mads
|
200
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "MusicBrainz".freeze,
|
201
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
505
202
|
term :natgazfid,
|
506
|
-
"mads
|
507
|
-
type: "mads
|
203
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "U.S. National Gazetteer Feature Name Identifier".freeze,
|
204
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
508
205
|
term :nga,
|
509
|
-
"mads
|
510
|
-
type: "mads
|
206
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "National Gallery of Art".freeze,
|
207
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
511
208
|
term :nipo,
|
512
|
-
"mads
|
513
|
-
type: "mads
|
209
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Número de Identificación de las Publicaciones Oficiales".freeze,
|
210
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
514
211
|
term :nndb,
|
515
|
-
"mads
|
516
|
-
type: "mads
|
212
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "NNDB".freeze,
|
213
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
517
214
|
term :npg,
|
518
|
-
"mads
|
519
|
-
type: "mads
|
215
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "National Portrait Gallery".freeze,
|
216
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
520
217
|
term :odnb,
|
521
|
-
"mads
|
522
|
-
type: "mads
|
218
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Oxford Dictionary of National Biography".freeze,
|
219
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
523
220
|
term :opensm,
|
524
|
-
"mads
|
525
|
-
type: "mads
|
221
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "OpenStreetMap".freeze,
|
222
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
526
223
|
term :orcid,
|
527
|
-
"mads
|
528
|
-
type: "mads
|
224
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Open Researcher and Contributor Identifier".freeze,
|
225
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
529
226
|
term :oxforddnb,
|
530
|
-
"mads
|
531
|
-
type: "mads
|
227
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Oxford Biography Index".freeze,
|
228
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
532
229
|
term :porthu,
|
533
|
-
"mads
|
534
|
-
type: "mads
|
230
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "PORT.hu".freeze,
|
231
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
535
232
|
term :rbmsbt,
|
536
|
-
"mads
|
537
|
-
type: "mads
|
233
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "RBMS Controlled Vocabularies: Binding Terms".freeze,
|
234
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
538
235
|
term :rbmsgt,
|
539
|
-
"mads
|
540
|
-
type: "mads
|
236
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "RBMS Controlled Vocabularies: Genre Terms".freeze,
|
237
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
541
238
|
term :rbmspe,
|
542
|
-
"mads
|
543
|
-
type: "mads
|
239
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "RBMS Controlled Vocabularies: Provenance Evidence".freeze,
|
240
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
544
241
|
term :rbmsppe,
|
545
|
-
"mads
|
546
|
-
type: "mads
|
242
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "RBMS Controlled Vocabularies: Printing and Publishing Terms".freeze,
|
243
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
547
244
|
term :rbmspt,
|
548
|
-
"mads
|
549
|
-
type: "mads
|
245
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "RBMS Controlled Vocabularies: Paper Terms".freeze,
|
246
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
550
247
|
term :rbmsrd,
|
551
|
-
"mads
|
552
|
-
type: "mads
|
248
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "RBMS Controlled Vocabularies: Relationship Designators".freeze,
|
249
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
553
250
|
term :rbmste,
|
554
|
-
"mads
|
555
|
-
type: "mads
|
251
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "RBMS Controlled Vocabularies: Type Evidence".freeze,
|
252
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
556
253
|
term :rid,
|
557
|
-
"mads
|
558
|
-
type: "mads
|
254
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "ResearcherID".freeze,
|
255
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
559
256
|
term :rkda,
|
560
|
-
"mads
|
561
|
-
type: "mads
|
257
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "RKDartists&".freeze,
|
258
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
562
259
|
term :saam,
|
563
|
-
"mads
|
564
|
-
type: "mads
|
260
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Smithsonian American Art Museum".freeze,
|
261
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
565
262
|
term :scholaru,
|
566
|
-
"mads
|
567
|
-
type: "mads
|
263
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Scholar Universe".freeze,
|
264
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
568
265
|
term :scope,
|
569
|
-
"mads
|
570
|
-
type: "mads
|
266
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Scope".freeze,
|
267
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
571
268
|
term :scopus,
|
572
|
-
"mads
|
573
|
-
type: "mads
|
269
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Scopus Author Identifier".freeze,
|
270
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
574
271
|
term :sici,
|
575
|
-
"mads
|
576
|
-
type: "mads
|
272
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Serial Item and Contribution Identifier".freeze,
|
273
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
577
274
|
term :spotify,
|
578
|
-
"mads
|
579
|
-
type: "mads
|
275
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Spotify".freeze,
|
276
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
580
277
|
term :sprfbsb,
|
581
|
-
"mads
|
582
|
-
type: "mads
|
278
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sports Reference: Baseball".freeze,
|
279
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
583
280
|
term :sprfbsk,
|
584
|
-
"mads
|
585
|
-
type: "mads
|
281
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sports Reference: Basketball".freeze,
|
282
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
586
283
|
term :sprfcbb,
|
587
|
-
"mads
|
588
|
-
type: "mads
|
284
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sports Reference: College Basketball".freeze,
|
285
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
589
286
|
term :sprfcfb,
|
590
|
-
"mads
|
591
|
-
type: "mads
|
287
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sports Reference: College Football".freeze,
|
288
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
592
289
|
term :sprfhoc,
|
593
|
-
"mads
|
594
|
-
type: "mads
|
290
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sports Reference: Hockey".freeze,
|
291
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
595
292
|
term :sprfoly,
|
596
|
-
"mads
|
597
|
-
type: "mads
|
293
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sports Reference: Olympic Sports".freeze,
|
294
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
598
295
|
term :sprfpfb,
|
599
|
-
"mads
|
600
|
-
type: "mads
|
296
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sports Reference: Pro Football".freeze,
|
297
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
601
298
|
term :"stock-number",
|
602
|
-
"mads
|
603
|
-
type: "mads
|
299
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Publisher, distributor, or vendor stock number".freeze,
|
300
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
604
301
|
term :strn,
|
605
|
-
"mads
|
606
|
-
type: "mads
|
302
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Standard Technical Report Number".freeze,
|
303
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
607
304
|
term :svfilm,
|
608
|
-
"mads
|
609
|
-
type: "mads
|
305
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Svensk Filmdatabas".freeze,
|
306
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
610
307
|
term :tatearid,
|
611
|
-
"mads
|
612
|
-
type: "mads
|
308
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Tate Artist Identifier".freeze,
|
309
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
613
310
|
term :theatr,
|
614
|
-
"mads
|
615
|
-
type: "mads
|
311
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Theatricalia".freeze,
|
312
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
616
313
|
term :trove,
|
617
|
-
"mads
|
618
|
-
type: "mads
|
314
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Trove".freeze,
|
315
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
619
316
|
term :upc,
|
620
|
-
"mads
|
621
|
-
type: "mads
|
317
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Universal Product Code".freeze,
|
318
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
622
319
|
term :uri,
|
623
|
-
"mads
|
624
|
-
type: "mads
|
320
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Uniform Resource Identifier".freeze,
|
321
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
625
322
|
term :urn,
|
626
|
-
"mads
|
627
|
-
type: "mads
|
323
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Uniform Resource Name".freeze,
|
324
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
628
325
|
term :viaf,
|
629
|
-
"mads
|
630
|
-
type: "mads
|
326
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Virtual International Authority File number".freeze,
|
327
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
631
328
|
term :"videorecording-identifier",
|
632
|
-
"mads
|
633
|
-
type: "mads
|
329
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Publisher-assigned videorecording number".freeze,
|
330
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
634
331
|
term :wikidata,
|
635
|
-
"mads
|
636
|
-
type: "mads
|
332
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Wikidata".freeze,
|
333
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
637
334
|
term :wndla,
|
638
|
-
"mads
|
639
|
-
type: "mads
|
335
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Web NDL Authorities )".freeze,
|
336
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
640
337
|
end
|
641
338
|
end
|