rdf-vocab 3.1.7 → 3.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +5 -1
- data/lib/rdf/vocab/acl.rb +20 -60
- data/lib/rdf/vocab/as.rb +90 -90
- data/lib/rdf/vocab/bf2.rb +488 -488
- data/lib/rdf/vocab/bibo.rb +120 -123
- data/lib/rdf/vocab/cc.rb +18 -47
- data/lib/rdf/vocab/crm.rb +240 -775
- data/lib/rdf/vocab/dc.rb +98 -98
- data/lib/rdf/vocab/dc11.rb +30 -30
- data/lib/rdf/vocab/dcat.rb +85 -85
- data/lib/rdf/vocab/dcmitype.rb +12 -12
- data/lib/rdf/vocab/disco.rb +58 -58
- data/lib/rdf/vocab/dwc.rb +188 -188
- data/lib/rdf/vocab/earl.rb +27 -27
- data/lib/rdf/vocab/ebucore.rb +1232 -1522
- data/lib/rdf/vocab/edm.rb +52 -75
- data/lib/rdf/vocab/fcrepo4.rb +21 -21
- data/lib/rdf/vocab/foaf.rb +75 -75
- data/lib/rdf/vocab/geo.rb +8 -109
- data/lib/rdf/vocab/geojson.rb +16 -16
- data/lib/rdf/vocab/geonames.rb +1344 -1352
- data/lib/rdf/vocab/gr.rb +177 -564
- data/lib/rdf/vocab/ht.rb +40 -40
- data/lib/rdf/vocab/hydra.rb +99 -58
- data/lib/rdf/vocab/iana.rb +71 -113
- data/lib/rdf/vocab/ical.rb +123 -171
- data/lib/rdf/vocab/identifiers.rb +161 -662
- data/lib/rdf/vocab/iiif.rb +25 -25
- data/lib/rdf/vocab/jsonld.rb +33 -51
- data/lib/rdf/vocab/lrmi.rb +16 -16
- data/lib/rdf/vocab/ma.rb +79 -79
- data/lib/rdf/vocab/marcrelators.rb +4 -3
- data/lib/rdf/vocab/mo.rb +196 -539
- data/lib/rdf/vocab/mods.rb +119 -123
- data/lib/rdf/vocab/oa.rb +68 -72
- data/lib/rdf/vocab/ogc.rb +8 -8
- data/lib/rdf/vocab/ore.rb +13 -13
- data/lib/rdf/vocab/org.rb +46 -46
- data/lib/rdf/vocab/pcdm.rb +11 -33
- data/lib/rdf/vocab/pplan.rb +18 -196
- data/lib/rdf/vocab/premis.rb +321 -416
- data/lib/rdf/vocab/premiseventtype.rb +1 -1
- data/lib/rdf/vocab/prov.rb +90 -115
- data/lib/rdf/vocab/ptr.rb +34 -36
- data/lib/rdf/vocab/rightsstatements.rb +12 -12
- data/lib/rdf/vocab/rss.rb +10 -10
- data/lib/rdf/vocab/schema.rb +3131 -3445
- data/lib/rdf/vocab/schemas.rb +27066 -0
- data/lib/rdf/vocab/sd.rb +38 -38
- data/lib/rdf/vocab/sh.rb +183 -183
- data/lib/rdf/vocab/sioc.rb +97 -97
- data/lib/rdf/vocab/siocservices.rb +8 -8
- data/lib/rdf/vocab/sioctypes.rb +38 -38
- data/lib/rdf/vocab/skos.rb +45 -47
- data/lib/rdf/vocab/skosxl.rb +10 -10
- data/lib/rdf/vocab/v.rb +32 -36
- data/lib/rdf/vocab/vcard.rb +117 -118
- data/lib/rdf/vocab/vmd.rb +32 -36
- data/lib/rdf/vocab/void.rb +26 -26
- data/lib/rdf/vocab/vs.rb +4 -4
- data/lib/rdf/vocab/wdrs.rb +22 -22
- data/lib/rdf/vocab/wot.rb +18 -18
- data/lib/rdf/vocab/xhv.rb +84 -200
- data/lib/rdf/vocab/xkos.rb +10 -10
- metadata +6 -5
@@ -6,7 +6,7 @@ module RDF::Vocab
|
|
6
6
|
# @!parse
|
7
7
|
# # Vocabulary for <http://id.loc.gov/vocabulary/identifiers/>
|
8
8
|
# #
|
9
|
-
# # Standard
|
9
|
+
# # Standard Identifier Schemes
|
10
10
|
# #
|
11
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
12
|
# class Identifiers < RDF::StrictVocabulary
|
@@ -15,9 +15,6 @@ module RDF::Vocab
|
|
15
15
|
# attr_reader :id
|
16
16
|
#
|
17
17
|
# # @return [RDF::Vocabulary::Term]
|
18
|
-
# attr_reader :agorha
|
19
|
-
#
|
20
|
-
# # @return [RDF::Vocabulary::Term]
|
21
18
|
# attr_reader :agrovoc
|
22
19
|
#
|
23
20
|
# # @return [RDF::Vocabulary::Term]
|
@@ -39,66 +36,21 @@ module RDF::Vocab
|
|
39
36
|
# attr_reader :artsy
|
40
37
|
#
|
41
38
|
# # @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
39
|
# attr_reader :bdusc
|
55
40
|
#
|
56
41
|
# # @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
42
|
# attr_reader :bfi
|
67
43
|
#
|
68
44
|
# # @return [RDF::Vocabulary::Term]
|
69
|
-
# attr_reader :bigenc
|
70
|
-
#
|
71
|
-
# # @return [RDF::Vocabulary::Term]
|
72
45
|
# attr_reader :bnfcg
|
73
46
|
#
|
74
47
|
# # @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
48
|
# attr_reader :cantic
|
82
49
|
#
|
83
50
|
# # @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
51
|
# attr_reader :cgndb
|
91
52
|
#
|
92
53
|
# # @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
54
|
# attr_reader :danacode
|
103
55
|
#
|
104
56
|
# # @return [RDF::Vocabulary::Term]
|
@@ -114,36 +66,21 @@ module RDF::Vocab
|
|
114
66
|
# attr_reader :doi
|
115
67
|
#
|
116
68
|
# # @return [RDF::Vocabulary::Term]
|
117
|
-
# attr_reader :dpb
|
118
|
-
#
|
119
|
-
# # @return [RDF::Vocabulary::Term]
|
120
69
|
# attr_reader :ean
|
121
70
|
#
|
122
71
|
# # @return [RDF::Vocabulary::Term]
|
123
72
|
# attr_reader :eidr
|
124
73
|
#
|
125
74
|
# # @return [RDF::Vocabulary::Term]
|
126
|
-
# attr_reader :emlo
|
127
|
-
#
|
128
|
-
# # @return [RDF::Vocabulary::Term]
|
129
75
|
# attr_reader :fast
|
130
76
|
#
|
131
77
|
# # @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
78
|
# attr_reader :filmport
|
139
79
|
#
|
140
80
|
# # @return [RDF::Vocabulary::Term]
|
141
81
|
# attr_reader :findagr
|
142
82
|
#
|
143
83
|
# # @return [RDF::Vocabulary::Term]
|
144
|
-
# attr_reader :fisa
|
145
|
-
#
|
146
|
-
# # @return [RDF::Vocabulary::Term]
|
147
84
|
# attr_reader :freebase
|
148
85
|
#
|
149
86
|
# # @return [RDF::Vocabulary::Term]
|
@@ -156,12 +93,6 @@ module RDF::Vocab
|
|
156
93
|
# attr_reader :geonames
|
157
94
|
#
|
158
95
|
# # @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
96
|
# attr_reader :gettytgn
|
166
97
|
#
|
167
98
|
# # @return [RDF::Vocabulary::Term]
|
@@ -174,18 +105,9 @@ module RDF::Vocab
|
|
174
105
|
# attr_reader :gnis
|
175
106
|
#
|
176
107
|
# # @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
108
|
# attr_reader :hdl
|
184
109
|
#
|
185
110
|
# # @return [RDF::Vocabulary::Term]
|
186
|
-
# attr_reader :iaafa
|
187
|
-
#
|
188
|
-
# # @return [RDF::Vocabulary::Term]
|
189
111
|
# attr_reader :ibdb
|
190
112
|
#
|
191
113
|
# # @return [RDF::Vocabulary::Term]
|
@@ -204,21 +126,6 @@ module RDF::Vocab
|
|
204
126
|
# attr_reader :isbnre
|
205
127
|
#
|
206
128
|
# # @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
129
|
# attr_reader :isil
|
223
130
|
#
|
224
131
|
# # @return [RDF::Vocabulary::Term]
|
@@ -246,16 +153,7 @@ module RDF::Vocab
|
|
246
153
|
# attr_reader :itar
|
247
154
|
#
|
248
155
|
# # @return [RDF::Vocabulary::Term]
|
249
|
-
# attr_reader :
|
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
|
156
|
+
# attr_reader :kinipo
|
259
157
|
#
|
260
158
|
# # @return [RDF::Vocabulary::Term]
|
261
159
|
# attr_reader :lccn
|
@@ -264,36 +162,18 @@ module RDF::Vocab
|
|
264
162
|
# attr_reader :lcmd
|
265
163
|
#
|
266
164
|
# # @return [RDF::Vocabulary::Term]
|
267
|
-
# attr_reader :lei
|
268
|
-
#
|
269
|
-
# # @return [RDF::Vocabulary::Term]
|
270
165
|
# attr_reader :libaus
|
271
166
|
#
|
272
167
|
# # @return [RDF::Vocabulary::Term]
|
273
168
|
# attr_reader :local
|
274
169
|
#
|
275
170
|
# # @return [RDF::Vocabulary::Term]
|
276
|
-
# attr_reader :mocofo
|
277
|
-
#
|
278
|
-
# # @return [RDF::Vocabulary::Term]
|
279
171
|
# attr_reader :moma
|
280
172
|
#
|
281
173
|
# # @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
174
|
# attr_reader :munzing
|
292
175
|
#
|
293
176
|
# # @return [RDF::Vocabulary::Term]
|
294
|
-
# attr_reader :muscl
|
295
|
-
#
|
296
|
-
# # @return [RDF::Vocabulary::Term]
|
297
177
|
# attr_reader :musicb
|
298
178
|
#
|
299
179
|
# # @return [RDF::Vocabulary::Term]
|
@@ -303,12 +183,6 @@ module RDF::Vocab
|
|
303
183
|
# attr_reader :nga
|
304
184
|
#
|
305
185
|
# # @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
186
|
# attr_reader :nipo
|
313
187
|
#
|
314
188
|
# # @return [RDF::Vocabulary::Term]
|
@@ -321,12 +195,6 @@ module RDF::Vocab
|
|
321
195
|
# attr_reader :odnb
|
322
196
|
#
|
323
197
|
# # @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
198
|
# attr_reader :opensm
|
331
199
|
#
|
332
200
|
# # @return [RDF::Vocabulary::Term]
|
@@ -336,21 +204,9 @@ module RDF::Vocab
|
|
336
204
|
# attr_reader :oxforddnb
|
337
205
|
#
|
338
206
|
# # @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
207
|
# attr_reader :porthu
|
349
208
|
#
|
350
209
|
# # @return [RDF::Vocabulary::Term]
|
351
|
-
# attr_reader :prabook
|
352
|
-
#
|
353
|
-
# # @return [RDF::Vocabulary::Term]
|
354
210
|
# attr_reader :rbmsbt
|
355
211
|
#
|
356
212
|
# # @return [RDF::Vocabulary::Term]
|
@@ -393,9 +249,6 @@ module RDF::Vocab
|
|
393
249
|
# attr_reader :sici
|
394
250
|
#
|
395
251
|
# # @return [RDF::Vocabulary::Term]
|
396
|
-
# attr_reader :snac
|
397
|
-
#
|
398
|
-
# # @return [RDF::Vocabulary::Term]
|
399
252
|
# attr_reader :spotify
|
400
253
|
#
|
401
254
|
# # @return [RDF::Vocabulary::Term]
|
@@ -444,18 +297,6 @@ module RDF::Vocab
|
|
444
297
|
# attr_reader :urn
|
445
298
|
#
|
446
299
|
# # @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
300
|
# attr_reader :viaf
|
460
301
|
#
|
461
302
|
# # @return [RDF::Vocabulary::Term]
|
@@ -464,31 +305,14 @@ module RDF::Vocab
|
|
464
305
|
# # @return [RDF::Vocabulary::Term]
|
465
306
|
# attr_reader :wndla
|
466
307
|
#
|
467
|
-
# # @return [RDF::Vocabulary::Term]
|
468
|
-
# attr_reader :xgamea
|
469
|
-
#
|
470
308
|
# end
|
471
309
|
Identifiers = Class.new(RDF::StrictVocabulary("http://id.loc.gov/vocabulary/identifiers/")) do
|
472
310
|
|
473
311
|
# Ontology definition
|
474
312
|
ontology :"http://id.loc.gov/vocabulary/identifiers/",
|
475
|
-
comment:
|
476
|
-
|
477
|
-
|
478
|
-
"mads:adminMetadata": term(
|
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
|
-
),
|
313
|
+
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,
|
314
|
+
label: "Standard Identifier Schemes".freeze,
|
315
|
+
"mads:hasMADSSchemeMember": ["identifiers:agrovoc".freeze, "identifiers:allmovie".freeze, "identifiers:allmusic".freeze, "identifiers:allocine".freeze, "identifiers:amnbo".freeze, "identifiers:ansi".freeze, "identifiers:artsy".freeze, "identifiers:bdusc".freeze, "identifiers:bfi".freeze, "identifiers:bnfcg".freeze, "identifiers:cantic".freeze, "identifiers:cgndb".freeze, "identifiers:danacode".freeze, "identifiers:datoses".freeze, "identifiers:discogs".freeze, "identifiers:dkfilm".freeze, "identifiers:doi".freeze, "identifiers:ean".freeze, "identifiers:eidr".freeze, "identifiers:fast".freeze, "identifiers:filmport".freeze, "identifiers:findagr".freeze, "identifiers:freebase".freeze, "identifiers:gec".freeze, "identifiers:geogndb".freeze, "identifiers:geonames".freeze, "identifiers:gettytgn".freeze, "identifiers:gettyulan".freeze, "identifiers:gnd".freeze, "identifiers:gnis".freeze, "identifiers:gtin-14".freeze, "identifiers:hdl".freeze, "identifiers:ibdb".freeze, "identifiers:idref".freeze, "identifiers:imdb".freeze, "identifiers:isan".freeze, "identifiers:isbn".freeze, "identifiers:isbn-a".freeze, "identifiers:isbnre".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:kinipo".freeze, "identifiers:lccn".freeze, "identifiers:lcmd".freeze, "identifiers:libaus".freeze, "identifiers:local".freeze, "identifiers:matrix-number".freeze, "identifiers:moma".freeze, "identifiers:munzing".freeze, "identifiers:music-plate".freeze, "identifiers:music-publisher".freeze, "identifiers:musicb".freeze, "identifiers:natgazfid".freeze, "identifiers:nga".freeze, "identifiers:nipo".freeze, "identifiers:nndb".freeze, "identifiers:npg".freeze, "identifiers:odnb".freeze, "identifiers:opensm".freeze, "identifiers:orcid".freeze, "identifiers:oxforddnb".freeze, "identifiers:porthu".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: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:viaf".freeze, "identifiers:videorecording-identifier".freeze, "identifiers:wikidata".freeze, "identifiers:wndla".freeze],
|
492
316
|
type: ["mads:MADSScheme".freeze, "skos:ConceptScheme".freeze]
|
493
317
|
|
494
318
|
# Property definitions
|
@@ -498,645 +322,320 @@ module RDF::Vocab
|
|
498
322
|
type: "rdf:Property".freeze
|
499
323
|
|
500
324
|
# 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
325
|
term :agrovoc,
|
506
|
-
"mads:authoritativeLabel": "AGROVOC multilingual agricultural thesaurus
|
507
|
-
|
508
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
326
|
+
"mads:authoritativeLabel": "AGROVOC multilingual agricultural thesaurus".freeze,
|
327
|
+
type: "mads:Authority".freeze
|
509
328
|
term :allmovie,
|
510
329
|
"mads:authoritativeLabel": "AllMovie".freeze,
|
511
|
-
|
512
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
330
|
+
type: "mads:Authority".freeze
|
513
331
|
term :allmusic,
|
514
332
|
"mads:authoritativeLabel": "AllMusic".freeze,
|
515
|
-
|
516
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
333
|
+
type: "mads:Authority".freeze
|
517
334
|
term :allocine,
|
518
335
|
"mads:authoritativeLabel": "AlloCiné".freeze,
|
519
|
-
|
520
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
336
|
+
type: "mads:Authority".freeze
|
521
337
|
term :amnbo,
|
522
338
|
"mads:authoritativeLabel": "American National Biography Online".freeze,
|
523
|
-
|
524
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
339
|
+
type: "mads:Authority".freeze
|
525
340
|
term :ansi,
|
526
341
|
"mads:authoritativeLabel": "American National Standards Institute and National Information Standards Organisation number for an ANSI or ANSI/NISO standard".freeze,
|
527
|
-
|
528
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
342
|
+
type: "mads:Authority".freeze
|
529
343
|
term :artsy,
|
530
344
|
"mads:authoritativeLabel": "Artsy".freeze,
|
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]
|
345
|
+
type: "mads:Authority".freeze
|
549
346
|
term :bdusc,
|
550
|
-
"mads:authoritativeLabel": "Biographical Directory of the United States Congress
|
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]
|
347
|
+
"mads:authoritativeLabel": "Biographical Directory of the United States Congress".freeze,
|
348
|
+
type: "mads:Authority".freeze
|
565
349
|
term :bfi,
|
566
350
|
"mads:authoritativeLabel": "BFI - British Film Institute".freeze,
|
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]
|
351
|
+
type: "mads:Authority".freeze
|
573
352
|
term :bnfcg,
|
574
|
-
"mads:authoritativeLabel": "BnF catalogue général
|
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]
|
353
|
+
"mads:authoritativeLabel": "BnF catalogue général".freeze,
|
354
|
+
type: "mads:Authority".freeze
|
585
355
|
term :cantic,
|
586
|
-
"mads:authoritativeLabel": "CANTIC (
|
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]
|
356
|
+
"mads:authoritativeLabel": "CANTIC (Biblioteca de Catalunya)".freeze,
|
357
|
+
type: "mads:Authority".freeze
|
597
358
|
term :cgndb,
|
598
|
-
"mads:authoritativeLabel": "Canadian Geographical Names Database
|
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]
|
359
|
+
"mads:authoritativeLabel": "Canadian Geographical Names Database".freeze,
|
360
|
+
type: "mads:Authority".freeze
|
613
361
|
term :danacode,
|
614
|
-
"mads:authoritativeLabel": "Danacode
|
615
|
-
|
616
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
362
|
+
"mads:authoritativeLabel": "Danacode".freeze,
|
363
|
+
type: "mads:Authority".freeze
|
617
364
|
term :datoses,
|
618
|
-
"mads:authoritativeLabel": "datos.bne.es
|
619
|
-
|
620
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
365
|
+
"mads:authoritativeLabel": "datos.bne.es".freeze,
|
366
|
+
type: "mads:Authority".freeze
|
621
367
|
term :discogs,
|
622
368
|
"mads:authoritativeLabel": "Discogs".freeze,
|
623
|
-
|
624
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
369
|
+
type: "mads:Authority".freeze
|
625
370
|
term :dkfilm,
|
626
371
|
"mads:authoritativeLabel": "Det Danske Filminstitut Filmdatabasen".freeze,
|
627
|
-
|
628
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
372
|
+
type: "mads:Authority".freeze
|
629
373
|
term :doi,
|
630
|
-
"mads:authoritativeLabel": "Digital
|
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]
|
374
|
+
"mads:authoritativeLabel": "Digital Object Identifier".freeze,
|
375
|
+
type: "mads:Authority".freeze
|
637
376
|
term :ean,
|
638
377
|
"mads:authoritativeLabel": "International Article Number".freeze,
|
639
|
-
|
640
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
378
|
+
type: "mads:Authority".freeze
|
641
379
|
term :eidr,
|
642
380
|
"mads:authoritativeLabel": "EIDR: Entertainment Identifier Registry".freeze,
|
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]
|
381
|
+
type: "mads:Authority".freeze
|
649
382
|
term :fast,
|
650
383
|
"mads:authoritativeLabel": "FAST - Faceted Application of Subject Terminology".freeze,
|
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]
|
384
|
+
type: "mads:Authority".freeze
|
661
385
|
term :filmport,
|
662
386
|
"mads:authoritativeLabel": "filmportal.de".freeze,
|
663
|
-
|
664
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
387
|
+
type: "mads:Authority".freeze
|
665
388
|
term :findagr,
|
666
389
|
"mads:authoritativeLabel": "Find a Grave".freeze,
|
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]
|
390
|
+
type: "mads:Authority".freeze
|
673
391
|
term :freebase,
|
674
392
|
"mads:authoritativeLabel": "Freebase".freeze,
|
675
|
-
|
676
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
393
|
+
type: "mads:Authority".freeze
|
677
394
|
term :gec,
|
678
395
|
"mads:authoritativeLabel": "Gran enciclopèdia catalana".freeze,
|
679
|
-
|
680
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
396
|
+
type: "mads:Authority".freeze
|
681
397
|
term :geogndb,
|
682
398
|
"mads:authoritativeLabel": "Geographic Names Database".freeze,
|
683
|
-
|
684
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
399
|
+
type: "mads:Authority".freeze
|
685
400
|
term :geonames,
|
686
401
|
"mads:authoritativeLabel": "GeoNames".freeze,
|
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]
|
402
|
+
type: "mads:Authority".freeze
|
697
403
|
term :gettytgn,
|
698
|
-
"mads:authoritativeLabel": "Getty Thesaurus of Geographic Names Online
|
699
|
-
|
700
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
404
|
+
"mads:authoritativeLabel": "Getty Thesaurus of Geographic Names Online".freeze,
|
405
|
+
type: "mads:Authority".freeze
|
701
406
|
term :gettyulan,
|
702
|
-
"mads:authoritativeLabel": "Union List of Artist Names Online
|
703
|
-
|
704
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
407
|
+
"mads:authoritativeLabel": "Union List of Artist Names Online".freeze,
|
408
|
+
type: "mads:Authority".freeze
|
705
409
|
term :gnd,
|
706
|
-
"mads:authoritativeLabel": "Gemeinsame Normdatei
|
707
|
-
|
708
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
410
|
+
"mads:authoritativeLabel": "Gemeinsame Normdatei".freeze,
|
411
|
+
type: "mads:Authority".freeze
|
709
412
|
term :gnis,
|
710
|
-
"mads:authoritativeLabel": "Geographic Names Information System (
|
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]
|
413
|
+
"mads:authoritativeLabel": "Geographic Names Information System (United States Geological Survey, Board on Geographic Names)".freeze,
|
414
|
+
type: "mads:Authority".freeze
|
721
415
|
term :"gtin-14",
|
722
|
-
"mads:authoritativeLabel": "Global Trade Identification Number 14
|
723
|
-
|
724
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
416
|
+
"mads:authoritativeLabel": "Global Trade Identification Number 14".freeze,
|
417
|
+
type: "mads:Authority".freeze
|
725
418
|
term :hdl,
|
726
419
|
"mads:authoritativeLabel": "Handle".freeze,
|
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]
|
420
|
+
type: "mads:Authority".freeze
|
733
421
|
term :ibdb,
|
734
422
|
"mads:authoritativeLabel": "IBDB - Internet Broadway Database".freeze,
|
735
|
-
|
736
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
423
|
+
type: "mads:Authority".freeze
|
737
424
|
term :idref,
|
738
|
-
"mads:authoritativeLabel": "IdRef: le référentiel des autorités Sudoc
|
739
|
-
|
740
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
425
|
+
"mads:authoritativeLabel": "IdRef: le référentiel des autorités Sudoc".freeze,
|
426
|
+
type: "mads:Authority".freeze
|
741
427
|
term :imdb,
|
742
428
|
"mads:authoritativeLabel": "IMDb - Internet Movie Database".freeze,
|
743
|
-
|
744
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
429
|
+
type: "mads:Authority".freeze
|
745
430
|
term :isan,
|
746
|
-
"mads:authoritativeLabel": "International
|
747
|
-
|
748
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
431
|
+
"mads:authoritativeLabel": "International Standard Audiovisual Number".freeze,
|
432
|
+
type: "mads:Authority".freeze
|
749
433
|
term :isbn,
|
750
|
-
"mads:authoritativeLabel": "International
|
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]
|
434
|
+
"mads:authoritativeLabel": "International Standard Book Number".freeze,
|
435
|
+
type: "mads:Authority".freeze
|
757
436
|
term :isbnre,
|
758
|
-
"mads:authoritativeLabel": "ISBN
|
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]
|
437
|
+
"mads: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,
|
438
|
+
type: "mads:Authority".freeze
|
781
439
|
term :isil,
|
782
|
-
"mads:authoritativeLabel": "ISIL
|
783
|
-
|
784
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
440
|
+
"mads:authoritativeLabel": "ISIL".freeze,
|
441
|
+
type: "mads:Authority".freeze
|
785
442
|
term :ismn,
|
786
|
-
"mads:authoritativeLabel": "International
|
787
|
-
|
788
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
443
|
+
"mads:authoritativeLabel": "International Standard Music Number".freeze,
|
444
|
+
type: "mads:Authority".freeze
|
789
445
|
term :isni,
|
790
|
-
"mads:authoritativeLabel": "International
|
791
|
-
|
792
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
446
|
+
"mads:authoritativeLabel": "International Standard Name Identifier".freeze,
|
447
|
+
type: "mads:Authority".freeze
|
793
448
|
term :iso,
|
794
449
|
"mads:authoritativeLabel": "International Organization for Standardization number for an ISO standard".freeze,
|
795
|
-
|
796
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
450
|
+
type: "mads:Authority".freeze
|
797
451
|
term :isrc,
|
798
|
-
"mads:authoritativeLabel": "International
|
799
|
-
|
800
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
452
|
+
"mads:authoritativeLabel": "International Standard Recording Code".freeze,
|
453
|
+
type: "mads:Authority".freeze
|
801
454
|
term :issn,
|
802
|
-
"mads:authoritativeLabel": "International
|
803
|
-
|
804
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
455
|
+
"mads:authoritativeLabel": "International Standard Serial Number".freeze,
|
456
|
+
type: "mads:Authority".freeze
|
805
457
|
term :"issn-l",
|
806
|
-
"mads:authoritativeLabel": "Linking International
|
807
|
-
|
808
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
458
|
+
"mads:authoritativeLabel": "Linking International Standard Serial Number".freeze,
|
459
|
+
type: "mads:Authority".freeze
|
809
460
|
term :"issue-number",
|
810
461
|
"mads:authoritativeLabel": "Sound recording issue number".freeze,
|
811
|
-
|
812
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
462
|
+
type: "mads:Authority".freeze
|
813
463
|
term :istc,
|
814
|
-
"mads:authoritativeLabel": "International
|
815
|
-
|
816
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
464
|
+
"mads:authoritativeLabel": "International Standard Text Code".freeze,
|
465
|
+
type: "mads:Authority".freeze
|
817
466
|
term :iswc,
|
818
|
-
"mads:authoritativeLabel": "International
|
819
|
-
|
820
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
467
|
+
"mads:authoritativeLabel": "International Standard Musical Work Code".freeze,
|
468
|
+
type: "mads:Authority".freeze
|
821
469
|
term :itar,
|
822
|
-
"mads:authoritativeLabel": "ITAR
|
823
|
-
|
824
|
-
|
825
|
-
term :kda,
|
826
|
-
"mads:authoritativeLabel": "Kunstindeks Danmark Artist".freeze,
|
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,
|
470
|
+
"mads:authoritativeLabel": "ITAR".freeze,
|
471
|
+
type: "mads:Authority".freeze
|
472
|
+
term :kinipo,
|
834
473
|
"mads:authoritativeLabel": "КиноПоиск = KinoPoisk".freeze,
|
835
|
-
|
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]
|
474
|
+
type: "mads:Authority".freeze
|
841
475
|
term :lccn,
|
842
|
-
"mads:authoritativeLabel": "Library of Congress
|
843
|
-
|
844
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
476
|
+
"mads:authoritativeLabel": "Library of Congress Control Number".freeze,
|
477
|
+
type: "mads:Authority".freeze
|
845
478
|
term :lcmd,
|
846
|
-
"mads:authoritativeLabel": "Library of Congress Manuscript Division
|
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]
|
479
|
+
"mads:authoritativeLabel": "Library of Congress Manuscript Division".freeze,
|
480
|
+
type: "mads:Authority".freeze
|
853
481
|
term :libaus,
|
854
|
-
"mads:authoritativeLabel": "Libraries Australia
|
855
|
-
|
856
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
482
|
+
"mads:authoritativeLabel": "Libraries Australia".freeze,
|
483
|
+
type: "mads:Authority".freeze
|
857
484
|
term :local,
|
858
485
|
"mads:authoritativeLabel": "Locally defined identifier".freeze,
|
859
|
-
|
860
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
486
|
+
type: "mads:Authority".freeze
|
861
487
|
term :"matrix-number",
|
862
488
|
"mads:authoritativeLabel": "Sound recording matrix number".freeze,
|
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]
|
489
|
+
type: "mads:Authority".freeze
|
869
490
|
term :moma,
|
870
|
-
"mads:authoritativeLabel": "Museum of Modern Art
|
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]
|
491
|
+
"mads:authoritativeLabel": "Museum of Modern Art".freeze,
|
492
|
+
type: "mads:Authority".freeze
|
885
493
|
term :munzing,
|
886
|
-
"mads:authoritativeLabel": "Munzinger
|
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]
|
494
|
+
"mads:authoritativeLabel": "Munzinger".freeze,
|
495
|
+
type: "mads:Authority".freeze
|
893
496
|
term :"music-plate",
|
894
497
|
"mads:authoritativeLabel": "Publisher's music plate number".freeze,
|
895
|
-
|
896
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
498
|
+
type: "mads:Authority".freeze
|
897
499
|
term :"music-publisher",
|
898
500
|
"mads:authoritativeLabel": "Publisher-assigned music number".freeze,
|
899
|
-
|
900
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
501
|
+
type: "mads:Authority".freeze
|
901
502
|
term :musicb,
|
902
503
|
"mads:authoritativeLabel": "MusicBrainz".freeze,
|
903
|
-
|
904
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
504
|
+
type: "mads:Authority".freeze
|
905
505
|
term :natgazfid,
|
906
|
-
"mads:authoritativeLabel": "U.S. National Gazetteer Feature Name Identifier
|
907
|
-
|
908
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
506
|
+
"mads:authoritativeLabel": "U.S. National Gazetteer Feature Name Identifier".freeze,
|
507
|
+
type: "mads:Authority".freeze
|
909
508
|
term :nga,
|
910
|
-
"mads:authoritativeLabel": "National Gallery of Art
|
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]
|
509
|
+
"mads:authoritativeLabel": "National Gallery of Art".freeze,
|
510
|
+
type: "mads:Authority".freeze
|
921
511
|
term :nipo,
|
922
|
-
"mads:authoritativeLabel": "
|
923
|
-
|
924
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
512
|
+
"mads:authoritativeLabel": "Número de Identificación de las Publicaciones Oficiales".freeze,
|
513
|
+
type: "mads:Authority".freeze
|
925
514
|
term :nndb,
|
926
|
-
"mads:authoritativeLabel": "NNDB
|
927
|
-
|
928
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
515
|
+
"mads:authoritativeLabel": "NNDB".freeze,
|
516
|
+
type: "mads:Authority".freeze
|
929
517
|
term :npg,
|
930
|
-
"mads:authoritativeLabel": "National Portrait Gallery
|
931
|
-
|
932
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
518
|
+
"mads:authoritativeLabel": "National Portrait Gallery".freeze,
|
519
|
+
type: "mads:Authority".freeze
|
933
520
|
term :odnb,
|
934
|
-
"mads:authoritativeLabel": "Oxford Dictionary of National Biography
|
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]
|
521
|
+
"mads:authoritativeLabel": "Oxford Dictionary of National Biography".freeze,
|
522
|
+
type: "mads:Authority".freeze
|
945
523
|
term :opensm,
|
946
524
|
"mads:authoritativeLabel": "OpenStreetMap".freeze,
|
947
|
-
|
948
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
525
|
+
type: "mads:Authority".freeze
|
949
526
|
term :orcid,
|
950
527
|
"mads:authoritativeLabel": "Open Researcher and Contributor Identifier".freeze,
|
951
|
-
|
952
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
528
|
+
type: "mads:Authority".freeze
|
953
529
|
term :oxforddnb,
|
954
530
|
"mads:authoritativeLabel": "Oxford Biography Index".freeze,
|
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]
|
531
|
+
type: "mads:Authority".freeze
|
969
532
|
term :porthu,
|
970
533
|
"mads:authoritativeLabel": "PORT.hu".freeze,
|
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]
|
534
|
+
type: "mads:Authority".freeze
|
977
535
|
term :rbmsbt,
|
978
|
-
"mads:authoritativeLabel": "RBMS Controlled Vocabularies: Binding Terms
|
979
|
-
|
980
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
536
|
+
"mads:authoritativeLabel": "RBMS Controlled Vocabularies: Binding Terms".freeze,
|
537
|
+
type: "mads:Authority".freeze
|
981
538
|
term :rbmsgt,
|
982
|
-
"mads:authoritativeLabel": "RBMS Controlled Vocabularies: Genre Terms
|
983
|
-
|
984
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
539
|
+
"mads:authoritativeLabel": "RBMS Controlled Vocabularies: Genre Terms".freeze,
|
540
|
+
type: "mads:Authority".freeze
|
985
541
|
term :rbmspe,
|
986
|
-
"mads:authoritativeLabel": "RBMS Controlled Vocabularies: Provenance Evidence
|
987
|
-
|
988
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
542
|
+
"mads:authoritativeLabel": "RBMS Controlled Vocabularies: Provenance Evidence".freeze,
|
543
|
+
type: "mads:Authority".freeze
|
989
544
|
term :rbmsppe,
|
990
|
-
"mads:authoritativeLabel": "RBMS Controlled Vocabularies: Printing and Publishing Terms
|
991
|
-
|
992
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
545
|
+
"mads:authoritativeLabel": "RBMS Controlled Vocabularies: Printing and Publishing Terms".freeze,
|
546
|
+
type: "mads:Authority".freeze
|
993
547
|
term :rbmspt,
|
994
|
-
"mads:authoritativeLabel": "RBMS Controlled Vocabularies: Paper Terms
|
995
|
-
|
996
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
548
|
+
"mads:authoritativeLabel": "RBMS Controlled Vocabularies: Paper Terms".freeze,
|
549
|
+
type: "mads:Authority".freeze
|
997
550
|
term :rbmsrd,
|
998
|
-
"mads:authoritativeLabel": "RBMS Controlled Vocabularies: Relationship Designators
|
999
|
-
|
1000
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
551
|
+
"mads:authoritativeLabel": "RBMS Controlled Vocabularies: Relationship Designators".freeze,
|
552
|
+
type: "mads:Authority".freeze
|
1001
553
|
term :rbmste,
|
1002
|
-
"mads:authoritativeLabel": "RBMS Controlled Vocabularies: Type Evidence
|
1003
|
-
|
1004
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
554
|
+
"mads:authoritativeLabel": "RBMS Controlled Vocabularies: Type Evidence".freeze,
|
555
|
+
type: "mads:Authority".freeze
|
1005
556
|
term :rid,
|
1006
|
-
"mads:authoritativeLabel": "ResearcherID
|
1007
|
-
|
1008
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
557
|
+
"mads:authoritativeLabel": "ResearcherID".freeze,
|
558
|
+
type: "mads:Authority".freeze
|
1009
559
|
term :rkda,
|
1010
|
-
"mads:authoritativeLabel": "RKDartists&
|
1011
|
-
|
1012
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
560
|
+
"mads:authoritativeLabel": "RKDartists&".freeze,
|
561
|
+
type: "mads:Authority".freeze
|
1013
562
|
term :saam,
|
1014
|
-
"mads:authoritativeLabel": "Smithsonian American Art Museum
|
1015
|
-
|
1016
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
563
|
+
"mads:authoritativeLabel": "Smithsonian American Art Museum".freeze,
|
564
|
+
type: "mads:Authority".freeze
|
1017
565
|
term :scholaru,
|
1018
566
|
"mads:authoritativeLabel": "Scholar Universe".freeze,
|
1019
|
-
|
1020
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
567
|
+
type: "mads:Authority".freeze
|
1021
568
|
term :scope,
|
1022
569
|
"mads:authoritativeLabel": "Scope".freeze,
|
1023
|
-
|
1024
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
570
|
+
type: "mads:Authority".freeze
|
1025
571
|
term :scopus,
|
1026
572
|
"mads:authoritativeLabel": "Scopus Author Identifier".freeze,
|
1027
|
-
|
1028
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
573
|
+
type: "mads:Authority".freeze
|
1029
574
|
term :sici,
|
1030
575
|
"mads:authoritativeLabel": "Serial Item and Contribution Identifier".freeze,
|
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]
|
576
|
+
type: "mads:Authority".freeze
|
1037
577
|
term :spotify,
|
1038
578
|
"mads:authoritativeLabel": "Spotify".freeze,
|
1039
|
-
|
1040
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
579
|
+
type: "mads:Authority".freeze
|
1041
580
|
term :sprfbsb,
|
1042
581
|
"mads:authoritativeLabel": "Sports Reference: Baseball".freeze,
|
1043
|
-
|
1044
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
582
|
+
type: "mads:Authority".freeze
|
1045
583
|
term :sprfbsk,
|
1046
584
|
"mads:authoritativeLabel": "Sports Reference: Basketball".freeze,
|
1047
|
-
|
1048
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
585
|
+
type: "mads:Authority".freeze
|
1049
586
|
term :sprfcbb,
|
1050
587
|
"mads:authoritativeLabel": "Sports Reference: College Basketball".freeze,
|
1051
|
-
|
1052
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
588
|
+
type: "mads:Authority".freeze
|
1053
589
|
term :sprfcfb,
|
1054
590
|
"mads:authoritativeLabel": "Sports Reference: College Football".freeze,
|
1055
|
-
|
1056
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
591
|
+
type: "mads:Authority".freeze
|
1057
592
|
term :sprfhoc,
|
1058
593
|
"mads:authoritativeLabel": "Sports Reference: Hockey".freeze,
|
1059
|
-
|
1060
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
594
|
+
type: "mads:Authority".freeze
|
1061
595
|
term :sprfoly,
|
1062
596
|
"mads:authoritativeLabel": "Sports Reference: Olympic Sports".freeze,
|
1063
|
-
|
1064
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
597
|
+
type: "mads:Authority".freeze
|
1065
598
|
term :sprfpfb,
|
1066
599
|
"mads:authoritativeLabel": "Sports Reference: Pro Football".freeze,
|
1067
|
-
|
1068
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
600
|
+
type: "mads:Authority".freeze
|
1069
601
|
term :"stock-number",
|
1070
602
|
"mads:authoritativeLabel": "Publisher, distributor, or vendor stock number".freeze,
|
1071
|
-
|
1072
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
603
|
+
type: "mads:Authority".freeze
|
1073
604
|
term :strn,
|
1074
605
|
"mads:authoritativeLabel": "Standard Technical Report Number".freeze,
|
1075
|
-
|
1076
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
606
|
+
type: "mads:Authority".freeze
|
1077
607
|
term :svfilm,
|
1078
608
|
"mads:authoritativeLabel": "Svensk Filmdatabas".freeze,
|
1079
|
-
|
1080
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
609
|
+
type: "mads:Authority".freeze
|
1081
610
|
term :tatearid,
|
1082
611
|
"mads:authoritativeLabel": "Tate Artist Identifier".freeze,
|
1083
|
-
|
1084
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
612
|
+
type: "mads:Authority".freeze
|
1085
613
|
term :theatr,
|
1086
614
|
"mads:authoritativeLabel": "Theatricalia".freeze,
|
1087
|
-
|
1088
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
615
|
+
type: "mads:Authority".freeze
|
1089
616
|
term :trove,
|
1090
|
-
"mads:authoritativeLabel": "Trove
|
1091
|
-
|
1092
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
617
|
+
"mads:authoritativeLabel": "Trove".freeze,
|
618
|
+
type: "mads:Authority".freeze
|
1093
619
|
term :upc,
|
1094
620
|
"mads:authoritativeLabel": "Universal Product Code".freeze,
|
1095
|
-
|
1096
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
621
|
+
type: "mads:Authority".freeze
|
1097
622
|
term :uri,
|
1098
623
|
"mads:authoritativeLabel": "Uniform Resource Identifier".freeze,
|
1099
|
-
|
1100
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
624
|
+
type: "mads:Authority".freeze
|
1101
625
|
term :urn,
|
1102
626
|
"mads:authoritativeLabel": "Uniform Resource Name".freeze,
|
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]
|
627
|
+
type: "mads:Authority".freeze
|
1121
628
|
term :viaf,
|
1122
629
|
"mads:authoritativeLabel": "Virtual International Authority File number".freeze,
|
1123
|
-
|
1124
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
630
|
+
type: "mads:Authority".freeze
|
1125
631
|
term :"videorecording-identifier",
|
1126
632
|
"mads:authoritativeLabel": "Publisher-assigned videorecording number".freeze,
|
1127
|
-
|
1128
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
633
|
+
type: "mads:Authority".freeze
|
1129
634
|
term :wikidata,
|
1130
|
-
"mads:authoritativeLabel": "Wikidata
|
1131
|
-
|
1132
|
-
type: ["mads:Authority".freeze, "skos:Concept".freeze]
|
635
|
+
"mads:authoritativeLabel": "Wikidata".freeze,
|
636
|
+
type: "mads:Authority".freeze
|
1133
637
|
term :wndla,
|
1134
|
-
"mads:authoritativeLabel": "Web NDL Authorities
|
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]
|
638
|
+
"mads:authoritativeLabel": "Web NDL Authorities )".freeze,
|
639
|
+
type: "mads:Authority".freeze
|
1141
640
|
end
|
1142
641
|
end
|