rdf-vocab 3.1.6 → 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 +10 -3
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +25 -8
- data/lib/rdf/vocab/acl.rb +67 -194
- data/lib/rdf/vocab/as.rb +471 -984
- data/lib/rdf/vocab/bf2.rb +1714 -3034
- data/lib/rdf/vocab/bibframe.rb +2270 -1840
- data/lib/rdf/vocab/bibo.rb +696 -1201
- data/lib/rdf/vocab/cc.rb +75 -214
- data/lib/rdf/vocab/cert.rb +90 -268
- data/lib/rdf/vocab/cnt.rb +70 -152
- data/lib/rdf/vocab/crm.rb +1420 -3261
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3901 -14146
- data/lib/rdf/vocab/dc.rb +556 -898
- data/lib/rdf/vocab/dc11.rb +92 -158
- data/lib/rdf/vocab/dcat.rb +300 -466
- data/lib/rdf/vocab/dcmitype.rb +77 -131
- data/lib/rdf/vocab/disco.rb +228 -459
- data/lib/rdf/vocab/doap.rb +250 -430
- data/lib/rdf/vocab/dwc.rb +1639 -2395
- data/lib/rdf/vocab/earl.rb +105 -243
- data/lib/rdf/vocab/ebucore.rb +3957 -8695
- data/lib/rdf/vocab/edm.rb +211 -426
- data/lib/rdf/vocab/exif.rb +614 -1268
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +268 -648
- data/lib/rdf/vocab/foaf.rb +448 -756
- data/lib/rdf/vocab/geo.rb +24 -167
- data/lib/rdf/vocab/geojson.rb +32 -101
- data/lib/rdf/vocab/geonames.rb +2915 -3092
- data/lib/rdf/vocab/gr.rb +716 -1991
- data/lib/rdf/vocab/gs1.rb +3780 -5380
- data/lib/rdf/vocab/ht.rb +133 -300
- data/lib/rdf/vocab/hydra.rb +298 -511
- data/lib/rdf/vocab/iana.rb +142 -417
- data/lib/rdf/vocab/ical.rb +532 -1045
- data/lib/rdf/vocab/identifiers.rb +215 -1019
- data/lib/rdf/vocab/iiif.rb +106 -245
- data/lib/rdf/vocab/jsonld.rb +163 -323
- data/lib/rdf/vocab/ldp.rb +161 -294
- data/lib/rdf/vocab/lrmi.rb +175 -199
- data/lib/rdf/vocab/ma.rb +312 -702
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +540 -1351
- data/lib/rdf/vocab/mo.rb +1579 -2844
- data/lib/rdf/vocab/mods.rb +503 -1026
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +264 -546
- data/lib/rdf/vocab/og.rb +158 -239
- data/lib/rdf/vocab/ogc.rb +33 -70
- data/lib/rdf/vocab/ore.rb +64 -123
- data/lib/rdf/vocab/org.rb +226 -422
- data/lib/rdf/vocab/pcdm.rb +61 -133
- data/lib/rdf/vocab/pplan.rb +16 -202
- data/lib/rdf/vocab/premis.rb +793 -2039
- data/lib/rdf/vocab/premiseventtype.rb +115 -273
- data/lib/rdf/vocab/prov.rb +1077 -1724
- data/lib/rdf/vocab/ptr.rb +111 -254
- data/lib/rdf/vocab/rdau.rb +10506 -0
- data/lib/rdf/vocab/rightsstatements.rb +102 -110
- data/lib/rdf/vocab/rsa.rb +37 -89
- data/lib/rdf/vocab/rss.rb +34 -79
- data/lib/rdf/vocab/schema.rb +11193 -22240
- data/lib/rdf/vocab/schemas.rb +16333 -0
- data/lib/rdf/vocab/sd.rb +123 -280
- data/lib/rdf/vocab/sh.rb +912 -1651
- data/lib/rdf/vocab/sioc.rb +513 -917
- data/lib/rdf/vocab/siocservices.rb +39 -80
- data/lib/rdf/vocab/sioctypes.rb +183 -344
- data/lib/rdf/vocab/skos.rb +136 -260
- data/lib/rdf/vocab/skosxl.rb +36 -69
- data/lib/rdf/vocab/v.rb +231 -529
- data/lib/rdf/vocab/vcard.rb +407 -1038
- data/lib/rdf/vocab/vmd.rb +231 -529
- data/lib/rdf/vocab/void.rb +112 -236
- data/lib/rdf/vocab/vs.rb +20 -42
- data/lib/rdf/vocab/wdrs.rb +65 -158
- data/lib/rdf/vocab/wot.rb +113 -194
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +206 -663
- data/lib/rdf/vocab/xkos.rb +122 -275
- data/spec/extensions_spec.rb +1 -1
- data/spec/spec_helper.rb +13 -0
- metadata +72 -24
@@ -3,493 +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 Identifiers Scheme
|
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 :agorha
|
19
|
-
#
|
20
|
-
# # @return [RDF::Vocabulary::Term]
|
21
|
-
# attr_reader :agrovoc
|
22
|
-
#
|
23
|
-
# # @return [RDF::Vocabulary::Term]
|
24
|
-
# attr_reader :allmovie
|
25
|
-
#
|
26
|
-
# # @return [RDF::Vocabulary::Term]
|
27
|
-
# attr_reader :allmusic
|
28
|
-
#
|
29
|
-
# # @return [RDF::Vocabulary::Term]
|
30
|
-
# attr_reader :allocine
|
31
|
-
#
|
32
|
-
# # @return [RDF::Vocabulary::Term]
|
33
|
-
# attr_reader :amnbo
|
34
|
-
#
|
35
|
-
# # @return [RDF::Vocabulary::Term]
|
36
|
-
# attr_reader :ansi
|
37
|
-
#
|
38
|
-
# # @return [RDF::Vocabulary::Term]
|
39
|
-
# attr_reader :artsy
|
40
|
-
#
|
41
|
-
# # @return [RDF::Vocabulary::Term]
|
42
|
-
# attr_reader :artukart
|
43
|
-
#
|
44
|
-
# # @return [RDF::Vocabulary::Term]
|
45
|
-
# attr_reader :artukaw
|
46
|
-
#
|
47
|
-
# # @return [RDF::Vocabulary::Term]
|
48
|
-
# attr_reader :balat
|
49
|
-
#
|
50
|
-
# # @return [RDF::Vocabulary::Term]
|
51
|
-
# attr_reader :bbcth
|
52
|
-
#
|
53
|
-
# # @return [RDF::Vocabulary::Term]
|
54
|
-
# attr_reader :bdusc
|
55
|
-
#
|
56
|
-
# # @return [RDF::Vocabulary::Term]
|
57
|
-
# attr_reader :belvku
|
58
|
-
#
|
59
|
-
# # @return [RDF::Vocabulary::Term]
|
60
|
-
# attr_reader :belvwrk
|
61
|
-
#
|
62
|
-
# # @return [RDF::Vocabulary::Term]
|
63
|
-
# attr_reader :benezit
|
64
|
-
#
|
65
|
-
# # @return [RDF::Vocabulary::Term]
|
66
|
-
# attr_reader :bfi
|
67
|
-
#
|
68
|
-
# # @return [RDF::Vocabulary::Term]
|
69
|
-
# attr_reader :bigenc
|
70
|
-
#
|
71
|
-
# # @return [RDF::Vocabulary::Term]
|
72
|
-
# attr_reader :bnfcg
|
73
|
-
#
|
74
|
-
# # @return [RDF::Vocabulary::Term]
|
75
|
-
# attr_reader :bpn
|
76
|
-
#
|
77
|
-
# # @return [RDF::Vocabulary::Term]
|
78
|
-
# attr_reader :cana
|
79
|
-
#
|
80
|
-
# # @return [RDF::Vocabulary::Term]
|
81
|
-
# attr_reader :cantic
|
82
|
-
#
|
83
|
-
# # @return [RDF::Vocabulary::Term]
|
84
|
-
# attr_reader :cbwpid
|
85
|
-
#
|
86
|
-
# # @return [RDF::Vocabulary::Term]
|
87
|
-
# attr_reader :cerl
|
88
|
-
#
|
89
|
-
# # @return [RDF::Vocabulary::Term]
|
90
|
-
# attr_reader :cgndb
|
91
|
-
#
|
92
|
-
# # @return [RDF::Vocabulary::Term]
|
93
|
-
# attr_reader :clara
|
94
|
-
#
|
95
|
-
# # @return [RDF::Vocabulary::Term]
|
96
|
-
# attr_reader :cnbksy
|
97
|
-
#
|
98
|
-
# # @return [RDF::Vocabulary::Term]
|
99
|
-
# attr_reader :csfdcz
|
100
|
-
#
|
101
|
-
# # @return [RDF::Vocabulary::Term]
|
102
|
-
# attr_reader :danacode
|
103
|
-
#
|
104
|
-
# # @return [RDF::Vocabulary::Term]
|
105
|
-
# attr_reader :datoses
|
106
|
-
#
|
107
|
-
# # @return [RDF::Vocabulary::Term]
|
108
|
-
# attr_reader :discogs
|
109
|
-
#
|
110
|
-
# # @return [RDF::Vocabulary::Term]
|
111
|
-
# attr_reader :dkfilm
|
112
|
-
#
|
113
|
-
# # @return [RDF::Vocabulary::Term]
|
114
|
-
# attr_reader :doi
|
115
|
-
#
|
116
|
-
# # @return [RDF::Vocabulary::Term]
|
117
|
-
# attr_reader :dpb
|
118
|
-
#
|
119
|
-
# # @return [RDF::Vocabulary::Term]
|
120
|
-
# attr_reader :ean
|
121
|
-
#
|
122
|
-
# # @return [RDF::Vocabulary::Term]
|
123
|
-
# attr_reader :eidr
|
124
|
-
#
|
125
|
-
# # @return [RDF::Vocabulary::Term]
|
126
|
-
# attr_reader :emlo
|
127
|
-
#
|
128
|
-
# # @return [RDF::Vocabulary::Term]
|
129
|
-
# attr_reader :fast
|
130
|
-
#
|
131
|
-
# # @return [RDF::Vocabulary::Term]
|
132
|
-
# attr_reader :fidecp
|
133
|
-
#
|
134
|
-
# # @return [RDF::Vocabulary::Term]
|
135
|
-
# attr_reader :filmaff
|
136
|
-
#
|
137
|
-
# # @return [RDF::Vocabulary::Term]
|
138
|
-
# attr_reader :filmport
|
139
|
-
#
|
140
|
-
# # @return [RDF::Vocabulary::Term]
|
141
|
-
# attr_reader :findagr
|
142
|
-
#
|
143
|
-
# # @return [RDF::Vocabulary::Term]
|
144
|
-
# attr_reader :fisa
|
145
|
-
#
|
146
|
-
# # @return [RDF::Vocabulary::Term]
|
147
|
-
# attr_reader :freebase
|
148
|
-
#
|
149
|
-
# # @return [RDF::Vocabulary::Term]
|
150
|
-
# attr_reader :gec
|
151
|
-
#
|
152
|
-
# # @return [RDF::Vocabulary::Term]
|
153
|
-
# attr_reader :geogndb
|
154
|
-
#
|
155
|
-
# # @return [RDF::Vocabulary::Term]
|
156
|
-
# attr_reader :geonames
|
157
|
-
#
|
158
|
-
# # @return [RDF::Vocabulary::Term]
|
159
|
-
# attr_reader :gettyart
|
160
|
-
#
|
161
|
-
# # @return [RDF::Vocabulary::Term]
|
162
|
-
# attr_reader :gettyobj
|
163
|
-
#
|
164
|
-
# # @return [RDF::Vocabulary::Term]
|
165
|
-
# attr_reader :gettytgn
|
166
|
-
#
|
167
|
-
# # @return [RDF::Vocabulary::Term]
|
168
|
-
# attr_reader :gettyulan
|
169
|
-
#
|
170
|
-
# # @return [RDF::Vocabulary::Term]
|
171
|
-
# attr_reader :gnd
|
172
|
-
#
|
173
|
-
# # @return [RDF::Vocabulary::Term]
|
174
|
-
# attr_reader :gnis
|
175
|
-
#
|
176
|
-
# # @return [RDF::Vocabulary::Term]
|
177
|
-
# attr_reader :goodra
|
178
|
-
#
|
179
|
-
# # @return [RDF::Vocabulary::Term]
|
180
|
-
# attr_reader :gtaa
|
181
|
-
#
|
182
|
-
# # @return [RDF::Vocabulary::Term]
|
183
|
-
# attr_reader :hdl
|
184
|
-
#
|
185
|
-
# # @return [RDF::Vocabulary::Term]
|
186
|
-
# attr_reader :iaafa
|
187
|
-
#
|
188
|
-
# # @return [RDF::Vocabulary::Term]
|
189
|
-
# attr_reader :ibdb
|
190
|
-
#
|
191
|
-
# # @return [RDF::Vocabulary::Term]
|
192
|
-
# attr_reader :idref
|
193
|
-
#
|
194
|
-
# # @return [RDF::Vocabulary::Term]
|
195
|
-
# attr_reader :imdb
|
196
|
-
#
|
197
|
-
# # @return [RDF::Vocabulary::Term]
|
198
|
-
# attr_reader :isan
|
199
|
-
#
|
200
|
-
# # @return [RDF::Vocabulary::Term]
|
201
|
-
# attr_reader :isbn
|
202
|
-
#
|
203
|
-
# # @return [RDF::Vocabulary::Term]
|
204
|
-
# attr_reader :isbnre
|
205
|
-
#
|
206
|
-
# # @return [RDF::Vocabulary::Term]
|
207
|
-
# attr_reader :isbnsbn
|
208
|
-
#
|
209
|
-
# # @return [RDF::Vocabulary::Term]
|
210
|
-
# attr_reader :isfdbau
|
211
|
-
#
|
212
|
-
# # @return [RDF::Vocabulary::Term]
|
213
|
-
# attr_reader :isfdbaw
|
214
|
-
#
|
215
|
-
# # @return [RDF::Vocabulary::Term]
|
216
|
-
# attr_reader :isfdbma
|
217
|
-
#
|
218
|
-
# # @return [RDF::Vocabulary::Term]
|
219
|
-
# attr_reader :isfdbpu
|
220
|
-
#
|
221
|
-
# # @return [RDF::Vocabulary::Term]
|
222
|
-
# attr_reader :isil
|
223
|
-
#
|
224
|
-
# # @return [RDF::Vocabulary::Term]
|
225
|
-
# attr_reader :ismn
|
226
|
-
#
|
227
|
-
# # @return [RDF::Vocabulary::Term]
|
228
|
-
# attr_reader :isni
|
229
|
-
#
|
230
|
-
# # @return [RDF::Vocabulary::Term]
|
231
|
-
# attr_reader :iso
|
232
|
-
#
|
233
|
-
# # @return [RDF::Vocabulary::Term]
|
234
|
-
# attr_reader :isrc
|
235
|
-
#
|
236
|
-
# # @return [RDF::Vocabulary::Term]
|
237
|
-
# attr_reader :issn
|
238
|
-
#
|
239
|
-
# # @return [RDF::Vocabulary::Term]
|
240
|
-
# attr_reader :istc
|
241
|
-
#
|
242
|
-
# # @return [RDF::Vocabulary::Term]
|
243
|
-
# attr_reader :iswc
|
244
|
-
#
|
245
|
-
# # @return [RDF::Vocabulary::Term]
|
246
|
-
# attr_reader :itar
|
247
|
-
#
|
248
|
-
# # @return [RDF::Vocabulary::Term]
|
249
|
-
# attr_reader :kda
|
250
|
-
#
|
251
|
-
# # @return [RDF::Vocabulary::Term]
|
252
|
-
# attr_reader :kdw
|
253
|
-
#
|
254
|
-
# # @return [RDF::Vocabulary::Term]
|
255
|
-
# attr_reader :kinopo
|
256
|
-
#
|
257
|
-
# # @return [RDF::Vocabulary::Term]
|
258
|
-
# attr_reader :lattes
|
259
|
-
#
|
260
|
-
# # @return [RDF::Vocabulary::Term]
|
261
|
-
# attr_reader :lccn
|
262
|
-
#
|
263
|
-
# # @return [RDF::Vocabulary::Term]
|
264
|
-
# attr_reader :lcmd
|
265
|
-
#
|
266
|
-
# # @return [RDF::Vocabulary::Term]
|
267
|
-
# attr_reader :lei
|
268
|
-
#
|
269
|
-
# # @return [RDF::Vocabulary::Term]
|
270
|
-
# attr_reader :libaus
|
271
|
-
#
|
272
|
-
# # @return [RDF::Vocabulary::Term]
|
273
|
-
# attr_reader :local
|
274
|
-
#
|
275
|
-
# # @return [RDF::Vocabulary::Term]
|
276
|
-
# attr_reader :mocofo
|
277
|
-
#
|
278
|
-
# # @return [RDF::Vocabulary::Term]
|
279
|
-
# attr_reader :moma
|
280
|
-
#
|
281
|
-
# # @return [RDF::Vocabulary::Term]
|
282
|
-
# attr_reader :morana
|
283
|
-
#
|
284
|
-
# # @return [RDF::Vocabulary::Term]
|
285
|
-
# attr_reader :moviemetf
|
286
|
-
#
|
287
|
-
# # @return [RDF::Vocabulary::Term]
|
288
|
-
# attr_reader :moviemetr
|
289
|
-
#
|
290
|
-
# # @return [RDF::Vocabulary::Term]
|
291
|
-
# attr_reader :munzing
|
292
|
-
#
|
293
|
-
# # @return [RDF::Vocabulary::Term]
|
294
|
-
# attr_reader :muscl
|
295
|
-
#
|
296
|
-
# # @return [RDF::Vocabulary::Term]
|
297
|
-
# attr_reader :musicb
|
298
|
-
#
|
299
|
-
# # @return [RDF::Vocabulary::Term]
|
300
|
-
# attr_reader :natgazfid
|
301
|
-
#
|
302
|
-
# # @return [RDF::Vocabulary::Term]
|
303
|
-
# attr_reader :nga
|
304
|
-
#
|
305
|
-
# # @return [RDF::Vocabulary::Term]
|
306
|
-
# attr_reader :ngva
|
307
|
-
#
|
308
|
-
# # @return [RDF::Vocabulary::Term]
|
309
|
-
# attr_reader :ngvw
|
310
|
-
#
|
311
|
-
# # @return [RDF::Vocabulary::Term]
|
312
|
-
# attr_reader :nipo
|
313
|
-
#
|
314
|
-
# # @return [RDF::Vocabulary::Term]
|
315
|
-
# attr_reader :nndb
|
316
|
-
#
|
317
|
-
# # @return [RDF::Vocabulary::Term]
|
318
|
-
# attr_reader :npg
|
319
|
-
#
|
320
|
-
# # @return [RDF::Vocabulary::Term]
|
321
|
-
# attr_reader :odnb
|
322
|
-
#
|
323
|
-
# # @return [RDF::Vocabulary::Term]
|
324
|
-
# attr_reader :ofdb
|
325
|
-
#
|
326
|
-
# # @return [RDF::Vocabulary::Term]
|
327
|
-
# attr_reader :onix
|
328
|
-
#
|
329
|
-
# # @return [RDF::Vocabulary::Term]
|
330
|
-
# attr_reader :opensm
|
331
|
-
#
|
332
|
-
# # @return [RDF::Vocabulary::Term]
|
333
|
-
# attr_reader :orcid
|
334
|
-
#
|
335
|
-
# # @return [RDF::Vocabulary::Term]
|
336
|
-
# attr_reader :oxforddnb
|
337
|
-
#
|
338
|
-
# # @return [RDF::Vocabulary::Term]
|
339
|
-
# attr_reader :permid
|
340
|
-
#
|
341
|
-
# # @return [RDF::Vocabulary::Term]
|
342
|
-
# attr_reader :picnypl
|
343
|
-
#
|
344
|
-
# # @return [RDF::Vocabulary::Term]
|
345
|
-
# attr_reader :pnta
|
346
|
-
#
|
347
|
-
# # @return [RDF::Vocabulary::Term]
|
348
|
-
# attr_reader :porthu
|
349
|
-
#
|
350
|
-
# # @return [RDF::Vocabulary::Term]
|
351
|
-
# attr_reader :prabook
|
352
|
-
#
|
353
|
-
# # @return [RDF::Vocabulary::Term]
|
354
|
-
# attr_reader :rbmsbt
|
355
|
-
#
|
356
|
-
# # @return [RDF::Vocabulary::Term]
|
357
|
-
# attr_reader :rbmsgt
|
358
|
-
#
|
359
|
-
# # @return [RDF::Vocabulary::Term]
|
360
|
-
# attr_reader :rbmspe
|
361
|
-
#
|
362
|
-
# # @return [RDF::Vocabulary::Term]
|
363
|
-
# attr_reader :rbmsppe
|
364
|
-
#
|
365
|
-
# # @return [RDF::Vocabulary::Term]
|
366
|
-
# attr_reader :rbmspt
|
367
|
-
#
|
368
|
-
# # @return [RDF::Vocabulary::Term]
|
369
|
-
# attr_reader :rbmsrd
|
370
|
-
#
|
371
|
-
# # @return [RDF::Vocabulary::Term]
|
372
|
-
# attr_reader :rbmste
|
373
|
-
#
|
374
|
-
# # @return [RDF::Vocabulary::Term]
|
375
|
-
# attr_reader :rid
|
376
|
-
#
|
377
|
-
# # @return [RDF::Vocabulary::Term]
|
378
|
-
# attr_reader :rkda
|
379
|
-
#
|
380
|
-
# # @return [RDF::Vocabulary::Term]
|
381
|
-
# attr_reader :saam
|
382
|
-
#
|
383
|
-
# # @return [RDF::Vocabulary::Term]
|
384
|
-
# attr_reader :scholaru
|
385
|
-
#
|
386
|
-
# # @return [RDF::Vocabulary::Term]
|
387
|
-
# attr_reader :scope
|
388
|
-
#
|
389
|
-
# # @return [RDF::Vocabulary::Term]
|
390
|
-
# attr_reader :scopus
|
391
|
-
#
|
392
|
-
# # @return [RDF::Vocabulary::Term]
|
393
|
-
# attr_reader :sici
|
394
|
-
#
|
395
|
-
# # @return [RDF::Vocabulary::Term]
|
396
|
-
# attr_reader :snac
|
397
|
-
#
|
398
|
-
# # @return [RDF::Vocabulary::Term]
|
399
|
-
# attr_reader :spotify
|
400
|
-
#
|
401
|
-
# # @return [RDF::Vocabulary::Term]
|
402
|
-
# attr_reader :sprfbsb
|
403
|
-
#
|
404
|
-
# # @return [RDF::Vocabulary::Term]
|
405
|
-
# attr_reader :sprfbsk
|
406
|
-
#
|
407
|
-
# # @return [RDF::Vocabulary::Term]
|
408
|
-
# attr_reader :sprfcbb
|
409
|
-
#
|
410
|
-
# # @return [RDF::Vocabulary::Term]
|
411
|
-
# attr_reader :sprfcfb
|
412
|
-
#
|
413
|
-
# # @return [RDF::Vocabulary::Term]
|
414
|
-
# attr_reader :sprfhoc
|
415
|
-
#
|
416
|
-
# # @return [RDF::Vocabulary::Term]
|
417
|
-
# attr_reader :sprfoly
|
418
|
-
#
|
419
|
-
# # @return [RDF::Vocabulary::Term]
|
420
|
-
# attr_reader :sprfpfb
|
421
|
-
#
|
422
|
-
# # @return [RDF::Vocabulary::Term]
|
423
|
-
# attr_reader :strn
|
424
|
-
#
|
425
|
-
# # @return [RDF::Vocabulary::Term]
|
426
|
-
# attr_reader :svfilm
|
427
|
-
#
|
428
|
-
# # @return [RDF::Vocabulary::Term]
|
429
|
-
# attr_reader :tatearid
|
430
|
-
#
|
431
|
-
# # @return [RDF::Vocabulary::Term]
|
432
|
-
# attr_reader :theatr
|
433
|
-
#
|
434
|
-
# # @return [RDF::Vocabulary::Term]
|
435
|
-
# attr_reader :trove
|
436
|
-
#
|
437
|
-
# # @return [RDF::Vocabulary::Term]
|
438
|
-
# attr_reader :upc
|
439
|
-
#
|
440
|
-
# # @return [RDF::Vocabulary::Term]
|
441
|
-
# attr_reader :uri
|
442
|
-
#
|
443
|
-
# # @return [RDF::Vocabulary::Term]
|
444
|
-
# attr_reader :urn
|
445
|
-
#
|
446
|
-
# # @return [RDF::Vocabulary::Term]
|
447
|
-
# attr_reader :vd16
|
448
|
-
#
|
449
|
-
# # @return [RDF::Vocabulary::Term]
|
450
|
-
# attr_reader :vd17
|
451
|
-
#
|
452
|
-
# # @return [RDF::Vocabulary::Term]
|
453
|
-
# attr_reader :vd18
|
454
|
-
#
|
455
|
-
# # @return [RDF::Vocabulary::Term]
|
456
|
-
# attr_reader :vgmdb
|
457
|
-
#
|
458
|
-
# # @return [RDF::Vocabulary::Term]
|
459
|
-
# attr_reader :viaf
|
460
|
-
#
|
461
|
-
# # @return [RDF::Vocabulary::Term]
|
462
|
-
# attr_reader :wikidata
|
463
|
-
#
|
464
|
-
# # @return [RDF::Vocabulary::Term]
|
465
|
-
# attr_reader :wndla
|
466
|
-
#
|
467
|
-
# # @return [RDF::Vocabulary::Term]
|
468
|
-
# attr_reader :xgamea
|
469
|
-
#
|
470
|
-
# end
|
471
6
|
Identifiers = Class.new(RDF::StrictVocabulary("http://id.loc.gov/vocabulary/identifiers/")) do
|
472
7
|
|
473
8
|
# Ontology definition
|
474
9
|
ontology :"http://id.loc.gov/vocabulary/identifiers/",
|
475
|
-
comment:
|
476
|
-
|
477
|
-
label: "Standard
|
478
|
-
"mads
|
479
|
-
"http://id.loc.gov/ontologies/RecordInfo#recordChangeDate": "2018-08-21T15:40:36.337088-04:00".freeze,
|
480
|
-
"http://id.loc.gov/ontologies/RecordInfo#recordContentSource": "http://id.loc.gov/vocabulary/organizations/dlcmrc".freeze,
|
481
|
-
"http://id.loc.gov/ontologies/RecordInfo#recordStatus": "modified".freeze,
|
482
|
-
type: "http://id.loc.gov/ontologies/RecordInfo#RecordInfo".freeze
|
483
|
-
),
|
484
|
-
"mads:hasTopMemberOfMADSScheme": ["identifiers:agorha".freeze, "identifiers:agrovoc".freeze, "identifiers:allmovie".freeze, "identifiers:allmusic".freeze, "identifiers:allocine".freeze, "identifiers:amnbo".freeze, "identifiers:ansi".freeze, "identifiers:artsy".freeze, "identifiers:artukart".freeze, "identifiers:artukaw".freeze, "identifiers:balat".freeze, "identifiers:bbcth".freeze, "identifiers:bdusc".freeze, "identifiers:belvku".freeze, "identifiers:belvwrk".freeze, "identifiers:benezit".freeze, "identifiers:bfi".freeze, "identifiers:bigenc".freeze, "identifiers:bnfcg".freeze, "identifiers:bpn".freeze, "identifiers:cana".freeze, "identifiers:cantic".freeze, "identifiers:cbwpid".freeze, "identifiers:cerl".freeze, "identifiers:cgndb".freeze, "identifiers:clara".freeze, "identifiers:cnbksy".freeze, "identifiers:csfdcz".freeze, "identifiers:danacode".freeze, "identifiers:datoses".freeze, "identifiers:discogs".freeze, "identifiers:dkfilm".freeze, "identifiers:doi".freeze, "identifiers:dpb".freeze, "identifiers:ean".freeze, "identifiers:eidr".freeze, "identifiers:emlo".freeze, "identifiers:fast".freeze, "identifiers:fidecp".freeze, "identifiers:filmaff".freeze, "identifiers:filmport".freeze, "identifiers:findagr".freeze, "identifiers:fisa".freeze, "identifiers:freebase".freeze, "identifiers:gec".freeze, "identifiers:geogndb".freeze, "identifiers:geonames".freeze, "identifiers:gettyart".freeze, "identifiers:gettyobj".freeze, "identifiers:gettytgn".freeze, "identifiers:gettyulan".freeze, "identifiers:gnd".freeze, "identifiers:gnis".freeze, "identifiers:goodra".freeze, "identifiers:gtaa".freeze, "identifiers:gtin-14".freeze, "identifiers:hdl".freeze, "identifiers:iaafa".freeze, "identifiers:ibdb".freeze, "identifiers:idref".freeze, "identifiers:imdb".freeze, "identifiers:isan".freeze, "identifiers:isbn".freeze, "identifiers:isbn-a".freeze, "identifiers:isbnre".freeze, "identifiers:isbnsbn".freeze, "identifiers:isfdbau".freeze, "identifiers:isfdbaw".freeze, "identifiers:isfdbma".freeze, "identifiers:isfdbpu".freeze, "identifiers:isil".freeze, "identifiers:ismn".freeze, "identifiers:isni".freeze, "identifiers:iso".freeze, "identifiers:isrc".freeze, "identifiers:issn".freeze, "identifiers:issn-l".freeze, "identifiers:issue-number".freeze, "identifiers:istc".freeze, "identifiers:iswc".freeze, "identifiers:itar".freeze, "identifiers:kda".freeze, "identifiers:kdw".freeze, "identifiers:kinopo".freeze, "identifiers:lattes".freeze, "identifiers:lccn".freeze, "identifiers:lcmd".freeze, "identifiers:lei".freeze, "identifiers:libaus".freeze, "identifiers:local".freeze, "identifiers:matrix-number".freeze, "identifiers:mocofo".freeze, "identifiers:moma".freeze, "identifiers:morana".freeze, "identifiers:moviemetf".freeze, "identifiers:moviemetr".freeze, "identifiers:munzing".freeze, "identifiers:muscl".freeze, "identifiers:music-plate".freeze, "identifiers:music-publisher".freeze, "identifiers:musicb".freeze, "identifiers:natgazfid".freeze, "identifiers:nga".freeze, "identifiers:ngva".freeze, "identifiers:ngvw".freeze, "identifiers:nipo".freeze, "identifiers:nndb".freeze, "identifiers:npg".freeze, "identifiers:odnb".freeze, "identifiers:ofdb".freeze, "identifiers:onix".freeze, "identifiers:opensm".freeze, "identifiers:orcid".freeze, "identifiers:oxforddnb".freeze, "identifiers:permid".freeze, "identifiers:picnypl".freeze, "identifiers:pnta".freeze, "identifiers:porthu".freeze, "identifiers:prabook".freeze, "identifiers:rbmsbt".freeze, "identifiers:rbmsgt".freeze, "identifiers:rbmspe".freeze, "identifiers:rbmsppe".freeze, "identifiers:rbmspt".freeze, "identifiers:rbmsrd".freeze, "identifiers:rbmste".freeze, "identifiers:rid".freeze, "identifiers:rkda".freeze, "identifiers:saam".freeze, "identifiers:scholaru".freeze, "identifiers:scope".freeze, "identifiers:scopus".freeze, "identifiers:sici".freeze, "identifiers:snac".freeze, "identifiers:spotify".freeze, "identifiers:sprfbsb".freeze, "identifiers:sprfbsk".freeze, "identifiers:sprfcbb".freeze, "identifiers:sprfcfb".freeze, "identifiers:sprfhoc".freeze, "identifiers:sprfoly".freeze, "identifiers:sprfpfb".freeze, "identifiers:stock-number".freeze, "identifiers:strn".freeze, "identifiers:svfilm".freeze, "identifiers:tatearid".freeze, "identifiers:theatr".freeze, "identifiers:trove".freeze, "identifiers:upc".freeze, "identifiers:uri".freeze, "identifiers:urn".freeze, "identifiers:vd16".freeze, "identifiers:vd17".freeze, "identifiers:vd18".freeze, "identifiers:vgmdb".freeze, "identifiers:viaf".freeze, "identifiers:videorecording-identifier".freeze, "identifiers:wikidata".freeze, "identifiers:wndla".freeze, "identifiers:xgamea".freeze],
|
485
|
-
"skos:changeNote": term(
|
486
|
-
"http://purl.org/vocab/changeset/schema#changeReason": "modified".freeze,
|
487
|
-
"http://purl.org/vocab/changeset/schema#createdDate": "2018-08-21T15:40:36.337088-04:00".freeze,
|
488
|
-
"http://purl.org/vocab/changeset/schema#creatorName": "http://id.loc.gov/vocabulary/organizations/dlcmrc".freeze,
|
489
|
-
"http://purl.org/vocab/changeset/schema#subjectOfChange": "http://id.loc.gov/vocabulary/identifiers".freeze,
|
490
|
-
type: "http://purl.org/vocab/changeset/schema#ChangeSet".freeze
|
491
|
-
),
|
492
|
-
type: ["mads:MADSScheme".freeze, "skos:ConceptScheme".freeze]
|
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],
|
12
|
+
label: "Standard Identifier Schemes".freeze,
|
13
|
+
type: ["http://www.loc.gov/mads/rdf/v1#MADSScheme".freeze, "http://www.w3.org/2004/02/skos/core#ConceptScheme".freeze]
|
493
14
|
|
494
15
|
# Property definitions
|
495
16
|
property :id,
|
@@ -498,645 +19,320 @@ module RDF::Vocab
|
|
498
19
|
type: "rdf:Property".freeze
|
499
20
|
|
500
21
|
# Extra definitions
|
501
|
-
term :agorha,
|
502
|
-
"mads:authoritativeLabel": "AGORHA (Accès Global et Organisé aux Ressources en Histoire de l'Art)".freeze,
|
503
|
-
prefLabel: "AGORHA (Accès Global et Organisé aux Ressources en Histoire de l'Art)".freeze,
|
504
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
505
22
|
term :agrovoc,
|
506
|
-
"mads
|
507
|
-
|
508
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
509
25
|
term :allmovie,
|
510
|
-
"mads
|
511
|
-
|
512
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
26
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "AllMovie".freeze,
|
27
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
513
28
|
term :allmusic,
|
514
|
-
"mads
|
515
|
-
|
516
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
29
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "AllMusic".freeze,
|
30
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
517
31
|
term :allocine,
|
518
|
-
"mads
|
519
|
-
|
520
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
32
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "AlloCiné".freeze,
|
33
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
521
34
|
term :amnbo,
|
522
|
-
"mads
|
523
|
-
|
524
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
525
37
|
term :ansi,
|
526
|
-
"mads
|
527
|
-
|
528
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
529
40
|
term :artsy,
|
530
|
-
"mads
|
531
|
-
|
532
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
533
|
-
term :artukart,
|
534
|
-
"mads:authoritativeLabel": "Art UK Artists".freeze,
|
535
|
-
prefLabel: "Art UK Artists".freeze,
|
536
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
537
|
-
term :artukaw,
|
538
|
-
"mads:authoritativeLabel": "Art UK Artworks".freeze,
|
539
|
-
prefLabel: "Art UK Artworks".freeze,
|
540
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
541
|
-
term :balat,
|
542
|
-
"mads:authoritativeLabel": "BALaT (Belgian Art Links and Tools) People & Institutions".freeze,
|
543
|
-
prefLabel: "BALaT (Belgian Art Links and Tools) People & Institutions".freeze,
|
544
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
545
|
-
term :bbcth,
|
546
|
-
"mads:authoritativeLabel": "BBC Things".freeze,
|
547
|
-
prefLabel: "BBC Things".freeze,
|
548
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
41
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Artsy".freeze,
|
42
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
549
43
|
term :bdusc,
|
550
|
-
"mads
|
551
|
-
|
552
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
553
|
-
term :belvku,
|
554
|
-
"mads:authoritativeLabel": "Belvedere Künstler".freeze,
|
555
|
-
prefLabel: "Belvedere Künstler".freeze,
|
556
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
557
|
-
term :belvwrk,
|
558
|
-
"mads:authoritativeLabel": "Belvedere Werke".freeze,
|
559
|
-
prefLabel: "Belvedere Werke".freeze,
|
560
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
561
|
-
term :benezit,
|
562
|
-
"mads:authoritativeLabel": "Benezit Dictionary of Artists".freeze,
|
563
|
-
prefLabel: "Benezit Dictionary of Artists".freeze,
|
564
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
565
46
|
term :bfi,
|
566
|
-
"mads
|
567
|
-
|
568
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
569
|
-
term :bigenc,
|
570
|
-
"mads:authoritativeLabel": "Ð\u0091олÑ\u008CÑ\u0088аÑ\u008F Ñ\u0080оÑ\u0081Ñ\u0081ийÑ\u0081каÑ\u008F Ñ\u008DнÑ\u0086иклопедиÑ\u008F = Bolʹshaiï¸ a︡ rossiÄskaiï¸ a︡ Ä\u0097ntï¸ s︡iklopediiï¸ a︡ (Great Russian Encyclopedia)".freeze,
|
571
|
-
prefLabel: "Ð\u0091олÑ\u008CÑ\u0088аÑ\u008F Ñ\u0080оÑ\u0081Ñ\u0081ийÑ\u0081каÑ\u008F Ñ\u008DнÑ\u0086иклопедиÑ\u008F = Bolʹshaiï¸ a︡ rossiÄskaiï¸ a︡ Ä\u0097ntï¸ s︡iklopediiï¸ a︡ (Great Russian Encyclopedia)".freeze,
|
572
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
573
49
|
term :bnfcg,
|
574
|
-
"mads
|
575
|
-
|
576
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
577
|
-
term :bpn,
|
578
|
-
"mads:authoritativeLabel": "Biografisch Portaal van Nederland = Biography portal of the Netherlands".freeze,
|
579
|
-
prefLabel: "Biografisch Portaal van Nederland = Biography portal of the Netherlands".freeze,
|
580
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
581
|
-
term :cana,
|
582
|
-
"mads:authoritativeLabel": "Canadiana Authorities (Library and Archives Canada)".freeze,
|
583
|
-
prefLabel: "Canadiana Authorities (Library and Archives Canada)".freeze,
|
584
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
585
52
|
term :cantic,
|
586
|
-
"mads
|
587
|
-
|
588
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
589
|
-
term :cbwpid,
|
590
|
-
"mads:authoritativeLabel": "Collective Biographies of Women Persons ID".freeze,
|
591
|
-
prefLabel: "Collective Biographies of Women Persons ID".freeze,
|
592
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
593
|
-
term :cerl,
|
594
|
-
"mads:authoritativeLabel": "CERL Thesaurus".freeze,
|
595
|
-
prefLabel: "CERL Thesaurus".freeze,
|
596
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
597
55
|
term :cgndb,
|
598
|
-
"mads
|
599
|
-
|
600
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
601
|
-
term :clara,
|
602
|
-
"mads:authoritativeLabel": "Clara: Database of Women Artists (National Museum of Women in the Arts)".freeze,
|
603
|
-
prefLabel: "Clara: Database of Women Artists (National Museum of Women in the Arts)".freeze,
|
604
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
605
|
-
term :cnbksy,
|
606
|
-
"mads:authoritativeLabel": "Quan Guo Bao Kan Suo Yin (CNBKSY)".freeze,
|
607
|
-
prefLabel: "Quan Guo Bao Kan Suo Yin (CNBKSY)".freeze,
|
608
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
609
|
-
term :csfdcz,
|
610
|
-
"mads:authoritativeLabel": "Cesko-Slovenská filmová databáze".freeze,
|
611
|
-
prefLabel: "Cesko-Slovenská filmová databáze".freeze,
|
612
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
613
58
|
term :danacode,
|
614
|
-
"mads
|
615
|
-
|
616
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
59
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Danacode".freeze,
|
60
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
617
61
|
term :datoses,
|
618
|
-
"mads
|
619
|
-
|
620
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
62
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "datos.bne.es".freeze,
|
63
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
621
64
|
term :discogs,
|
622
|
-
"mads
|
623
|
-
|
624
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
65
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Discogs".freeze,
|
66
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
625
67
|
term :dkfilm,
|
626
|
-
"mads
|
627
|
-
|
628
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
629
70
|
term :doi,
|
630
|
-
"mads
|
631
|
-
|
632
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
633
|
-
term :dpb,
|
634
|
-
"mads:authoritativeLabel": "Dictionnaire des peintres belges".freeze,
|
635
|
-
prefLabel: "Dictionnaire des peintres belges".freeze,
|
636
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
71
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Digital Object Identifier".freeze,
|
72
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
637
73
|
term :ean,
|
638
|
-
"mads
|
639
|
-
|
640
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
74
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "International Article Number".freeze,
|
75
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
641
76
|
term :eidr,
|
642
|
-
"mads
|
643
|
-
|
644
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
645
|
-
term :emlo,
|
646
|
-
"mads:authoritativeLabel": "Early Modern Letters Online".freeze,
|
647
|
-
prefLabel: "Early Modern Letters Online".freeze,
|
648
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
649
79
|
term :fast,
|
650
|
-
"mads
|
651
|
-
|
652
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
653
|
-
term :fidecp,
|
654
|
-
"mads:authoritativeLabel": "Fide Chess Profile (World Chess Federation)".freeze,
|
655
|
-
prefLabel: "Fide Chess Profile (World Chess Federation)".freeze,
|
656
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
657
|
-
term :filmaff,
|
658
|
-
"mads:authoritativeLabel": "Film Affinity".freeze,
|
659
|
-
prefLabel: "Film Affinity".freeze,
|
660
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
661
82
|
term :filmport,
|
662
|
-
"mads
|
663
|
-
|
664
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
83
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "filmportal.de".freeze,
|
84
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
665
85
|
term :findagr,
|
666
|
-
"mads
|
667
|
-
|
668
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
669
|
-
term :fisa,
|
670
|
-
"mads:authoritativeLabel": "FIS Athlete".freeze,
|
671
|
-
prefLabel: "FIS Athlete".freeze,
|
672
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
86
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Find a Grave".freeze,
|
87
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
673
88
|
term :freebase,
|
674
|
-
"mads
|
675
|
-
|
676
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
89
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Freebase".freeze,
|
90
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
677
91
|
term :gec,
|
678
|
-
"mads
|
679
|
-
|
680
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
681
94
|
term :geogndb,
|
682
|
-
"mads
|
683
|
-
|
684
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
95
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Geographic Names Database".freeze,
|
96
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
685
97
|
term :geonames,
|
686
|
-
"mads
|
687
|
-
|
688
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
689
|
-
term :gettyart,
|
690
|
-
"mads:authoritativeLabel": "J. Paul Getty Museum Artists".freeze,
|
691
|
-
prefLabel: "J. Paul Getty Museum Artists".freeze,
|
692
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
693
|
-
term :gettyobj,
|
694
|
-
"mads:authoritativeLabel": "J. Paul Getty Museum Objects".freeze,
|
695
|
-
prefLabel: "J. Paul Getty Museum Objects".freeze,
|
696
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
98
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "GeoNames".freeze,
|
99
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
697
100
|
term :gettytgn,
|
698
|
-
"mads
|
699
|
-
|
700
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
701
103
|
term :gettyulan,
|
702
|
-
"mads
|
703
|
-
|
704
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
705
106
|
term :gnd,
|
706
|
-
"mads
|
707
|
-
|
708
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
107
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Gemeinsame Normdatei".freeze,
|
108
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
709
109
|
term :gnis,
|
710
|
-
"mads
|
711
|
-
|
712
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
713
|
-
term :goodra,
|
714
|
-
"mads:authoritativeLabel": "Goodreads Author ID".freeze,
|
715
|
-
prefLabel: "Goodreads Author ID".freeze,
|
716
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
717
|
-
term :gtaa,
|
718
|
-
"mads:authoritativeLabel": "Gemeenschappelijke Thesaurus Audiovisuele Archieven".freeze,
|
719
|
-
prefLabel: "Gemeenschappelijke Thesaurus Audiovisuele Archieven".freeze,
|
720
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
721
112
|
term :"gtin-14",
|
722
|
-
"mads
|
723
|
-
|
724
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
725
115
|
term :hdl,
|
726
|
-
"mads
|
727
|
-
|
728
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
729
|
-
term :iaafa,
|
730
|
-
"mads:authoritativeLabel": "IAAF Athletes (International Association of Athletics Federations)".freeze,
|
731
|
-
prefLabel: "IAAF Athletes (International Association of Athletics Federations)".freeze,
|
732
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
116
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Handle".freeze,
|
117
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
733
118
|
term :ibdb,
|
734
|
-
"mads
|
735
|
-
|
736
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
737
121
|
term :idref,
|
738
|
-
"mads
|
739
|
-
|
740
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
741
124
|
term :imdb,
|
742
|
-
"mads
|
743
|
-
|
744
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
745
127
|
term :isan,
|
746
|
-
"mads
|
747
|
-
|
748
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
749
130
|
term :isbn,
|
750
|
-
"mads
|
751
|
-
|
752
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
753
|
-
term :"isbn-a",
|
754
|
-
"mads:authoritativeLabel": "International Standard Book Number (the actionable ISBN)".freeze,
|
755
|
-
prefLabel: "International Standard Book Number (the actionable ISBN)".freeze,
|
756
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
757
133
|
term :isbnre,
|
758
|
-
"mads
|
759
|
-
|
760
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
761
|
-
term :isbnsbn,
|
762
|
-
"mads:authoritativeLabel": "Identificativo SBN (Servizio bibliotecario nazionale)".freeze,
|
763
|
-
prefLabel: "Identificativo SBN (Servizio bibliotecario nazionale)".freeze,
|
764
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
765
|
-
term :isfdbau,
|
766
|
-
"mads:authoritativeLabel": "ISFDB author directory (The Internet Speculative Fiction Database)".freeze,
|
767
|
-
prefLabel: "ISFDB author directory (The Internet Speculative Fiction Database)".freeze,
|
768
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
769
|
-
term :isfdbaw,
|
770
|
-
"mads:authoritativeLabel": "ISFDB award directory (The Internet Speculative Fiction Database)".freeze,
|
771
|
-
prefLabel: "ISFDB award directory (The Internet Speculative Fiction Database)".freeze,
|
772
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
773
|
-
term :isfdbma,
|
774
|
-
"mads:authoritativeLabel": "ISFDB magazine directory (The Internet Speculative Fiction Database)".freeze,
|
775
|
-
prefLabel: "ISFDB magazine directory (The Internet Speculative Fiction Database)".freeze,
|
776
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
777
|
-
term :isfdbpu,
|
778
|
-
"mads:authoritativeLabel": "ISFDB publisher directory (The Internet Speculative Fiction Database)".freeze,
|
779
|
-
prefLabel: "ISFDB publisher directory (The Internet Speculative Fiction Database)".freeze,
|
780
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
781
136
|
term :isil,
|
782
|
-
"mads
|
783
|
-
|
784
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
137
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "ISIL".freeze,
|
138
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
785
139
|
term :ismn,
|
786
|
-
"mads
|
787
|
-
|
788
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
789
142
|
term :isni,
|
790
|
-
"mads
|
791
|
-
|
792
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
793
145
|
term :iso,
|
794
|
-
"mads
|
795
|
-
|
796
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
797
148
|
term :isrc,
|
798
|
-
"mads
|
799
|
-
|
800
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
801
151
|
term :issn,
|
802
|
-
"mads
|
803
|
-
|
804
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
805
154
|
term :"issn-l",
|
806
|
-
"mads
|
807
|
-
|
808
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
809
157
|
term :"issue-number",
|
810
|
-
"mads
|
811
|
-
|
812
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
813
160
|
term :istc,
|
814
|
-
"mads
|
815
|
-
|
816
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
817
163
|
term :iswc,
|
818
|
-
"mads
|
819
|
-
|
820
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
821
166
|
term :itar,
|
822
|
-
"mads
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
prefLabel: "Kunstindeks Danmark Artist".freeze,
|
828
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
829
|
-
term :kdw,
|
830
|
-
"mads:authoritativeLabel": "Kunstindeks Danmark Work".freeze,
|
831
|
-
prefLabel: "Kunstindeks Danmark Work".freeze,
|
832
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
833
|
-
term :kinopo,
|
834
|
-
"mads:authoritativeLabel": "КиноПоиск = KinoPoisk".freeze,
|
835
|
-
prefLabel: "КиноПоиск = KinoPoisk".freeze,
|
836
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
837
|
-
term :lattes,
|
838
|
-
"mads:authoritativeLabel": "CurrÃculo Lattes".freeze,
|
839
|
-
prefLabel: "CurrÃculo Lattes".freeze,
|
840
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
167
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "ITAR".freeze,
|
168
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
169
|
+
term :kinipo,
|
170
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "КиноПоиск = KinoPoisk".freeze,
|
171
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
841
172
|
term :lccn,
|
842
|
-
"mads
|
843
|
-
|
844
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
845
175
|
term :lcmd,
|
846
|
-
"mads
|
847
|
-
|
848
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
849
|
-
term :lei,
|
850
|
-
"mads:authoritativeLabel": "Legal entity identifier".freeze,
|
851
|
-
prefLabel: "Legal entity identifier".freeze,
|
852
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
853
178
|
term :libaus,
|
854
|
-
"mads
|
855
|
-
|
856
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
179
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Libraries Australia".freeze,
|
180
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
857
181
|
term :local,
|
858
|
-
"mads
|
859
|
-
|
860
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
182
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Locally defined identifier".freeze,
|
183
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
861
184
|
term :"matrix-number",
|
862
|
-
"mads
|
863
|
-
|
864
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
865
|
-
term :mocofo,
|
866
|
-
"mads:authoritativeLabel": "Musée d'Orsay Catalogue des oeuvres fiche oeuvre".freeze,
|
867
|
-
prefLabel: "Musée d'Orsay Catalogue des oeuvres fiche oeuvre".freeze,
|
868
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
869
187
|
term :moma,
|
870
|
-
"mads
|
871
|
-
|
872
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
873
|
-
term :morana,
|
874
|
-
"mads:authoritativeLabel": "Musée d'Orsay Répertoire des artistes notice artiste".freeze,
|
875
|
-
prefLabel: "Musée d'Orsay Répertoire des artistes notice artiste".freeze,
|
876
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
877
|
-
term :moviemetf,
|
878
|
-
"mads:authoritativeLabel": "MovieMeter Films".freeze,
|
879
|
-
prefLabel: "MovieMeter Films".freeze,
|
880
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
881
|
-
term :moviemetr,
|
882
|
-
"mads:authoritativeLabel": "MovieMeter Regisseurs".freeze,
|
883
|
-
prefLabel: "MovieMeter Regisseurs".freeze,
|
884
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
885
190
|
term :munzing,
|
886
|
-
"mads
|
887
|
-
|
888
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
889
|
-
term :muscl,
|
890
|
-
"mads:authoritativeLabel": "Music Sales Classical".freeze,
|
891
|
-
prefLabel: "Music Sales Classical".freeze,
|
892
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
191
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Munzinger".freeze,
|
192
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
893
193
|
term :"music-plate",
|
894
|
-
"mads
|
895
|
-
|
896
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
897
196
|
term :"music-publisher",
|
898
|
-
"mads
|
899
|
-
|
900
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
901
199
|
term :musicb,
|
902
|
-
"mads
|
903
|
-
|
904
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
200
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "MusicBrainz".freeze,
|
201
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
905
202
|
term :natgazfid,
|
906
|
-
"mads
|
907
|
-
|
908
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
909
205
|
term :nga,
|
910
|
-
"mads
|
911
|
-
|
912
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
913
|
-
term :ngva,
|
914
|
-
"mads:authoritativeLabel": "National Gallery of Victoria Artist".freeze,
|
915
|
-
prefLabel: "National Gallery of Victoria Artist".freeze,
|
916
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
917
|
-
term :ngvw,
|
918
|
-
"mads:authoritativeLabel": "National Gallery of Victoria Work".freeze,
|
919
|
-
prefLabel: "National Gallery of Victoria Work".freeze,
|
920
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
921
208
|
term :nipo,
|
922
|
-
"mads
|
923
|
-
|
924
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
925
211
|
term :nndb,
|
926
|
-
"mads
|
927
|
-
|
928
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
212
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "NNDB".freeze,
|
213
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
929
214
|
term :npg,
|
930
|
-
"mads
|
931
|
-
|
932
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
215
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "National Portrait Gallery".freeze,
|
216
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
933
217
|
term :odnb,
|
934
|
-
"mads
|
935
|
-
|
936
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
937
|
-
term :ofdb,
|
938
|
-
"mads:authoritativeLabel": "OFDb: Online-Filmdatenbank".freeze,
|
939
|
-
prefLabel: "OFDb: Online-Filmdatenbank".freeze,
|
940
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
941
|
-
term :onix,
|
942
|
-
"mads:authoritativeLabel": "ONIX (Online Information Exchange)".freeze,
|
943
|
-
prefLabel: "ONIX (Online Information Exchange)".freeze,
|
944
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
945
220
|
term :opensm,
|
946
|
-
"mads
|
947
|
-
|
948
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
221
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "OpenStreetMap".freeze,
|
222
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
949
223
|
term :orcid,
|
950
|
-
"mads
|
951
|
-
|
952
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
953
226
|
term :oxforddnb,
|
954
|
-
"mads
|
955
|
-
|
956
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
957
|
-
term :permid,
|
958
|
-
"mads:authoritativeLabel": "PermID".freeze,
|
959
|
-
prefLabel: "PermID".freeze,
|
960
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
961
|
-
term :picnypl,
|
962
|
-
"mads:authoritativeLabel": "PIC - Photographers' Identities Catalog (New York Public Library)".freeze,
|
963
|
-
prefLabel: "PIC - Photographers' Identities Catalog (New York Public Library)".freeze,
|
964
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
965
|
-
term :pnta,
|
966
|
-
"mads:authoritativeLabel": "Personen uit de Nederlandse Thesaurus van Auteursnamen".freeze,
|
967
|
-
prefLabel: "Personen uit de Nederlandse Thesaurus van Auteursnamen".freeze,
|
968
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
227
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Oxford Biography Index".freeze,
|
228
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
969
229
|
term :porthu,
|
970
|
-
"mads
|
971
|
-
|
972
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
973
|
-
term :prabook,
|
974
|
-
"mads:authoritativeLabel": "Prabook".freeze,
|
975
|
-
prefLabel: "Prabook".freeze,
|
976
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
230
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "PORT.hu".freeze,
|
231
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
977
232
|
term :rbmsbt,
|
978
|
-
"mads
|
979
|
-
|
980
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
981
235
|
term :rbmsgt,
|
982
|
-
"mads
|
983
|
-
|
984
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
985
238
|
term :rbmspe,
|
986
|
-
"mads
|
987
|
-
|
988
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
989
241
|
term :rbmsppe,
|
990
|
-
"mads
|
991
|
-
|
992
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
993
244
|
term :rbmspt,
|
994
|
-
"mads
|
995
|
-
|
996
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
997
247
|
term :rbmsrd,
|
998
|
-
"mads
|
999
|
-
|
1000
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
1001
250
|
term :rbmste,
|
1002
|
-
"mads
|
1003
|
-
|
1004
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
1005
253
|
term :rid,
|
1006
|
-
"mads
|
1007
|
-
|
1008
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
254
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "ResearcherID".freeze,
|
255
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
1009
256
|
term :rkda,
|
1010
|
-
"mads
|
1011
|
-
|
1012
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
257
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "RKDartists&".freeze,
|
258
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
1013
259
|
term :saam,
|
1014
|
-
"mads
|
1015
|
-
|
1016
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
1017
262
|
term :scholaru,
|
1018
|
-
"mads
|
1019
|
-
|
1020
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
263
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Scholar Universe".freeze,
|
264
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
1021
265
|
term :scope,
|
1022
|
-
"mads
|
1023
|
-
|
1024
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
266
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Scope".freeze,
|
267
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
1025
268
|
term :scopus,
|
1026
|
-
"mads
|
1027
|
-
|
1028
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
269
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Scopus Author Identifier".freeze,
|
270
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
1029
271
|
term :sici,
|
1030
|
-
"mads
|
1031
|
-
|
1032
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
1033
|
-
term :snac,
|
1034
|
-
"mads:authoritativeLabel": "Social Networks and Archival Context".freeze,
|
1035
|
-
prefLabel: "Social Networks and Archival Context".freeze,
|
1036
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
1037
274
|
term :spotify,
|
1038
|
-
"mads
|
1039
|
-
|
1040
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
275
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Spotify".freeze,
|
276
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
1041
277
|
term :sprfbsb,
|
1042
|
-
"mads
|
1043
|
-
|
1044
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
278
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sports Reference: Baseball".freeze,
|
279
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
1045
280
|
term :sprfbsk,
|
1046
|
-
"mads
|
1047
|
-
|
1048
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
281
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sports Reference: Basketball".freeze,
|
282
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
1049
283
|
term :sprfcbb,
|
1050
|
-
"mads
|
1051
|
-
|
1052
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
1053
286
|
term :sprfcfb,
|
1054
|
-
"mads
|
1055
|
-
|
1056
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
1057
289
|
term :sprfhoc,
|
1058
|
-
"mads
|
1059
|
-
|
1060
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
290
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sports Reference: Hockey".freeze,
|
291
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
1061
292
|
term :sprfoly,
|
1062
|
-
"mads
|
1063
|
-
|
1064
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
1065
295
|
term :sprfpfb,
|
1066
|
-
"mads
|
1067
|
-
|
1068
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
1069
298
|
term :"stock-number",
|
1070
|
-
"mads
|
1071
|
-
|
1072
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
1073
301
|
term :strn,
|
1074
|
-
"mads
|
1075
|
-
|
1076
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
1077
304
|
term :svfilm,
|
1078
|
-
"mads
|
1079
|
-
|
1080
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
305
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Svensk Filmdatabas".freeze,
|
306
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
1081
307
|
term :tatearid,
|
1082
|
-
"mads
|
1083
|
-
|
1084
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
308
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Tate Artist Identifier".freeze,
|
309
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
1085
310
|
term :theatr,
|
1086
|
-
"mads
|
1087
|
-
|
1088
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
311
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Theatricalia".freeze,
|
312
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
1089
313
|
term :trove,
|
1090
|
-
"mads
|
1091
|
-
|
1092
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
314
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Trove".freeze,
|
315
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
1093
316
|
term :upc,
|
1094
|
-
"mads
|
1095
|
-
|
1096
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
317
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Universal Product Code".freeze,
|
318
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
1097
319
|
term :uri,
|
1098
|
-
"mads
|
1099
|
-
|
1100
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
320
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Uniform Resource Identifier".freeze,
|
321
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
1101
322
|
term :urn,
|
1102
|
-
"mads
|
1103
|
-
|
1104
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
1105
|
-
term :vd16,
|
1106
|
-
"mads:authoritativeLabel": "Verzeichnis der Drucke des 16. Jahrhunderts".freeze,
|
1107
|
-
prefLabel: "Verzeichnis der Drucke des 16. Jahrhunderts".freeze,
|
1108
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
1109
|
-
term :vd17,
|
1110
|
-
"mads:authoritativeLabel": "Verzeichnis der Drucke des 17. Jahrhunderts".freeze,
|
1111
|
-
prefLabel: "Verzeichnis der Drucke des 17. Jahrhunderts".freeze,
|
1112
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
1113
|
-
term :vd18,
|
1114
|
-
"mads:authoritativeLabel": "Verzeichnis der Drucke des 18. Jahrhunderts".freeze,
|
1115
|
-
prefLabel: "Verzeichnis der Drucke des 18. Jahrhunderts".freeze,
|
1116
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
1117
|
-
term :vgmdb,
|
1118
|
-
"mads:authoritativeLabel": "VGMdb artists".freeze,
|
1119
|
-
prefLabel: "VGMdb artists".freeze,
|
1120
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
323
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Uniform Resource Name".freeze,
|
324
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
1121
325
|
term :viaf,
|
1122
|
-
"mads
|
1123
|
-
|
1124
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
1125
328
|
term :"videorecording-identifier",
|
1126
|
-
"mads
|
1127
|
-
|
1128
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
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
|
1129
331
|
term :wikidata,
|
1130
|
-
"mads
|
1131
|
-
|
1132
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
332
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Wikidata".freeze,
|
333
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
1133
334
|
term :wndla,
|
1134
|
-
"mads
|
1135
|
-
|
1136
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
1137
|
-
term :xgamea,
|
1138
|
-
"mads:authoritativeLabel": "X Games Athletes".freeze,
|
1139
|
-
prefLabel: "X Games Athletes".freeze,
|
1140
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
335
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Web NDL Authorities )".freeze,
|
336
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
1141
337
|
end
|
1142
338
|
end
|