rdf-vocab 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab/acl.rb +91 -89
  5. data/lib/rdf/vocab/as.rb +624 -622
  6. data/lib/rdf/vocab/bf2.rb +2241 -2239
  7. data/lib/rdf/vocab/bibframe.rb +2241 -2239
  8. data/lib/rdf/vocab/bibo.rb +943 -941
  9. data/lib/rdf/vocab/cc.rb +102 -100
  10. data/lib/rdf/vocab/cert.rb +107 -105
  11. data/lib/rdf/vocab/cnt.rb +92 -90
  12. data/lib/rdf/vocab/crm.rb +1793 -1791
  13. data/lib/rdf/vocab/datacite.rb +261 -263
  14. data/lib/rdf/vocab/dbo.rb +4307 -4305
  15. data/lib/rdf/vocab/dc.rb +665 -663
  16. data/lib/rdf/vocab/dc11.rb +109 -107
  17. data/lib/rdf/vocab/dcat.rb +373 -356
  18. data/lib/rdf/vocab/dcmitype.rb +91 -89
  19. data/lib/rdf/vocab/disco.rb +348 -346
  20. data/lib/rdf/vocab/doap.rb +304 -302
  21. data/lib/rdf/vocab/dwc.rb +2244 -2242
  22. data/lib/rdf/vocab/earl.rb +146 -144
  23. data/lib/rdf/vocab/ebucore.rb +4945 -4941
  24. data/lib/rdf/vocab/edm.rb +310 -308
  25. data/lib/rdf/vocab/exif.rb +777 -775
  26. data/lib/rdf/vocab/extensions.rb +2 -2
  27. data/lib/rdf/vocab/fcrepo4.rb +307 -305
  28. data/lib/rdf/vocab/foaf.rb +525 -523
  29. data/lib/rdf/vocab/geo.rb +34 -32
  30. data/lib/rdf/vocab/geojson.rb +66 -64
  31. data/lib/rdf/vocab/geonames.rb +3656 -3654
  32. data/lib/rdf/vocab/gr.rb +1204 -1202
  33. data/lib/rdf/vocab/gs1.rb +5881 -5879
  34. data/lib/rdf/vocab/ht.rb +194 -192
  35. data/lib/rdf/vocab/hydra.rb +439 -437
  36. data/lib/rdf/vocab/iana.rb +215 -213
  37. data/lib/rdf/vocab/ical.rb +726 -724
  38. data/lib/rdf/vocab/identifiers.rb +219 -217
  39. data/lib/rdf/vocab/iiif.rb +132 -130
  40. data/lib/rdf/vocab/jsonld.rb +205 -203
  41. data/lib/rdf/vocab/ldp.rb +193 -191
  42. data/lib/rdf/vocab/lrmi.rb +188 -186
  43. data/lib/rdf/vocab/ma.rb +318 -316
  44. data/lib/rdf/vocab/mads.rb +670 -668
  45. data/lib/rdf/vocab/marcrelators.rb +543 -541
  46. data/lib/rdf/vocab/mo.rb +1823 -1821
  47. data/lib/rdf/vocab/mods.rb +636 -634
  48. data/lib/rdf/vocab/nfo.rb +482 -480
  49. data/lib/rdf/vocab/oa.rb +333 -331
  50. data/lib/rdf/vocab/og.rb +198 -196
  51. data/lib/rdf/vocab/ogc.rb +43 -41
  52. data/lib/rdf/vocab/ore.rb +79 -77
  53. data/lib/rdf/vocab/org.rb +322 -320
  54. data/lib/rdf/vocab/pcdm.rb +73 -71
  55. data/lib/rdf/vocab/pplan.rb +97 -95
  56. data/lib/rdf/vocab/premis.rb +903 -901
  57. data/lib/rdf/vocab/premiseventtype.rb +143 -141
  58. data/lib/rdf/vocab/prov.rb +1360 -1358
  59. data/lib/rdf/vocab/ptr.rb +147 -145
  60. data/lib/rdf/vocab/rdau.rb +9447 -9438
  61. data/lib/rdf/vocab/rightsstatements.rb +123 -121
  62. data/lib/rdf/vocab/rsa.rb +44 -42
  63. data/lib/rdf/vocab/rss.rb +46 -44
  64. data/lib/rdf/vocab/schema.rb +14700 -14698
  65. data/lib/rdf/vocab/schemas.rb +14700 -14698
  66. data/lib/rdf/vocab/sd.rb +165 -163
  67. data/lib/rdf/vocab/sh.rb +1096 -1094
  68. data/lib/rdf/vocab/sioc.rb +615 -613
  69. data/lib/rdf/vocab/siocservices.rb +49 -47
  70. data/lib/rdf/vocab/sioctypes.rb +224 -222
  71. data/lib/rdf/vocab/skos.rb +202 -200
  72. data/lib/rdf/vocab/skosxl.rb +51 -49
  73. data/lib/rdf/vocab/v.rb +233 -231
  74. data/lib/rdf/vocab/vcard.rb +776 -774
  75. data/lib/rdf/vocab/vmd.rb +233 -231
  76. data/lib/rdf/vocab/void.rb +145 -143
  77. data/lib/rdf/vocab/vs.rb +27 -25
  78. data/lib/rdf/vocab/wdrs.rb +112 -110
  79. data/lib/rdf/vocab/wot.rb +135 -133
  80. data/lib/rdf/vocab/xhtml.rb +4 -2
  81. data/lib/rdf/vocab/xhv.rb +208 -206
  82. data/lib/rdf/vocab/xkos.rb +220 -218
  83. data/lib/rdf/vocab.rb +2 -0
  84. metadata +14 -3
@@ -3,336 +3,338 @@
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
+ # Vocabulary for <http://id.loc.gov/vocabulary/identifiers/>
7
+ # @!visibility private
6
8
  Identifiers = Class.new(RDF::StrictVocabulary("http://id.loc.gov/vocabulary/identifiers/")) do
7
9
 
8
10
  # Ontology definition
9
11
  ontology :"http://id.loc.gov/vocabulary/identifiers/",
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]
12
+ 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.",
13
+ "http://www.loc.gov/mads/rdf/v1#hasMADSSchemeMember": ["http://id.loc.gov/vocabulary/identifiers/agrovoc", "http://id.loc.gov/vocabulary/identifiers/allmovie", "http://id.loc.gov/vocabulary/identifiers/allmusic", "http://id.loc.gov/vocabulary/identifiers/allocine", "http://id.loc.gov/vocabulary/identifiers/amnbo", "http://id.loc.gov/vocabulary/identifiers/ansi", "http://id.loc.gov/vocabulary/identifiers/artsy", "http://id.loc.gov/vocabulary/identifiers/bdusc", "http://id.loc.gov/vocabulary/identifiers/bfi", "http://id.loc.gov/vocabulary/identifiers/bnfcg", "http://id.loc.gov/vocabulary/identifiers/cantic", "http://id.loc.gov/vocabulary/identifiers/cgndb", "http://id.loc.gov/vocabulary/identifiers/danacode", "http://id.loc.gov/vocabulary/identifiers/datoses", "http://id.loc.gov/vocabulary/identifiers/discogs", "http://id.loc.gov/vocabulary/identifiers/dkfilm", "http://id.loc.gov/vocabulary/identifiers/doi", "http://id.loc.gov/vocabulary/identifiers/ean", "http://id.loc.gov/vocabulary/identifiers/eidr", "http://id.loc.gov/vocabulary/identifiers/fast", "http://id.loc.gov/vocabulary/identifiers/filmport", "http://id.loc.gov/vocabulary/identifiers/findagr", "http://id.loc.gov/vocabulary/identifiers/freebase", "http://id.loc.gov/vocabulary/identifiers/gec", "http://id.loc.gov/vocabulary/identifiers/geogndb", "http://id.loc.gov/vocabulary/identifiers/geonames", "http://id.loc.gov/vocabulary/identifiers/gettytgn", "http://id.loc.gov/vocabulary/identifiers/gettyulan", "http://id.loc.gov/vocabulary/identifiers/gnd", "http://id.loc.gov/vocabulary/identifiers/gnis", "http://id.loc.gov/vocabulary/identifiers/gtin-14", "http://id.loc.gov/vocabulary/identifiers/hdl", "http://id.loc.gov/vocabulary/identifiers/ibdb", "http://id.loc.gov/vocabulary/identifiers/idref", "http://id.loc.gov/vocabulary/identifiers/imdb", "http://id.loc.gov/vocabulary/identifiers/isan", "http://id.loc.gov/vocabulary/identifiers/isbn", "http://id.loc.gov/vocabulary/identifiers/isbn-a", "http://id.loc.gov/vocabulary/identifiers/isbnre", "http://id.loc.gov/vocabulary/identifiers/isil", "http://id.loc.gov/vocabulary/identifiers/ismn", "http://id.loc.gov/vocabulary/identifiers/isni", "http://id.loc.gov/vocabulary/identifiers/iso", "http://id.loc.gov/vocabulary/identifiers/isrc", "http://id.loc.gov/vocabulary/identifiers/issn", "http://id.loc.gov/vocabulary/identifiers/issn-l", "http://id.loc.gov/vocabulary/identifiers/issue-number", "http://id.loc.gov/vocabulary/identifiers/istc", "http://id.loc.gov/vocabulary/identifiers/iswc", "http://id.loc.gov/vocabulary/identifiers/itar", "http://id.loc.gov/vocabulary/identifiers/kinipo", "http://id.loc.gov/vocabulary/identifiers/lccn", "http://id.loc.gov/vocabulary/identifiers/lcmd", "http://id.loc.gov/vocabulary/identifiers/libaus", "http://id.loc.gov/vocabulary/identifiers/local", "http://id.loc.gov/vocabulary/identifiers/matrix-number", "http://id.loc.gov/vocabulary/identifiers/moma", "http://id.loc.gov/vocabulary/identifiers/munzing", "http://id.loc.gov/vocabulary/identifiers/music-plate", "http://id.loc.gov/vocabulary/identifiers/music-publisher", "http://id.loc.gov/vocabulary/identifiers/musicb", "http://id.loc.gov/vocabulary/identifiers/natgazfid", "http://id.loc.gov/vocabulary/identifiers/nga", "http://id.loc.gov/vocabulary/identifiers/nipo", "http://id.loc.gov/vocabulary/identifiers/nndb", "http://id.loc.gov/vocabulary/identifiers/npg", "http://id.loc.gov/vocabulary/identifiers/odnb", "http://id.loc.gov/vocabulary/identifiers/opensm", "http://id.loc.gov/vocabulary/identifiers/orcid", "http://id.loc.gov/vocabulary/identifiers/oxforddnb", "http://id.loc.gov/vocabulary/identifiers/porthu", "http://id.loc.gov/vocabulary/identifiers/rbmsbt", "http://id.loc.gov/vocabulary/identifiers/rbmsgt", "http://id.loc.gov/vocabulary/identifiers/rbmspe", "http://id.loc.gov/vocabulary/identifiers/rbmsppe", "http://id.loc.gov/vocabulary/identifiers/rbmspt", "http://id.loc.gov/vocabulary/identifiers/rbmsrd", "http://id.loc.gov/vocabulary/identifiers/rbmste", "http://id.loc.gov/vocabulary/identifiers/rid", "http://id.loc.gov/vocabulary/identifiers/rkda", "http://id.loc.gov/vocabulary/identifiers/saam", "http://id.loc.gov/vocabulary/identifiers/scholaru", "http://id.loc.gov/vocabulary/identifiers/scope", "http://id.loc.gov/vocabulary/identifiers/scopus", "http://id.loc.gov/vocabulary/identifiers/sici", "http://id.loc.gov/vocabulary/identifiers/spotify", "http://id.loc.gov/vocabulary/identifiers/sprfbsb", "http://id.loc.gov/vocabulary/identifiers/sprfbsk", "http://id.loc.gov/vocabulary/identifiers/sprfcbb", "http://id.loc.gov/vocabulary/identifiers/sprfcfb", "http://id.loc.gov/vocabulary/identifiers/sprfhoc", "http://id.loc.gov/vocabulary/identifiers/sprfoly", "http://id.loc.gov/vocabulary/identifiers/sprfpfb", "http://id.loc.gov/vocabulary/identifiers/stock-number", "http://id.loc.gov/vocabulary/identifiers/strn", "http://id.loc.gov/vocabulary/identifiers/svfilm", "http://id.loc.gov/vocabulary/identifiers/tatearid", "http://id.loc.gov/vocabulary/identifiers/theatr", "http://id.loc.gov/vocabulary/identifiers/trove", "http://id.loc.gov/vocabulary/identifiers/upc", "http://id.loc.gov/vocabulary/identifiers/uri", "http://id.loc.gov/vocabulary/identifiers/urn", "http://id.loc.gov/vocabulary/identifiers/viaf", "http://id.loc.gov/vocabulary/identifiers/videorecording-identifier", "http://id.loc.gov/vocabulary/identifiers/wikidata", "http://id.loc.gov/vocabulary/identifiers/wndla"],
14
+ label: {en: "Standard Identifier Schemes"},
15
+ type: ["http://www.loc.gov/mads/rdf/v1#MADSScheme", "http://www.w3.org/2004/02/skos/core#ConceptScheme"]
14
16
 
15
17
  # Property definitions
16
18
  property :id,
17
- comment: "Generic Identifier property. It is expected that one will use one of its many subproperties.".freeze,
18
- label: "Identifier".freeze,
19
- type: "rdf:Property".freeze
19
+ comment: "Generic Identifier property. It is expected that one will use one of its many subproperties.",
20
+ label: "Identifier",
21
+ type: "rdf:Property"
20
22
 
21
23
  # Extra definitions
22
24
  term :agrovoc,
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
25
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "AGROVOC multilingual agricultural thesaurus",
26
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
25
27
  term :allmovie,
26
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "AllMovie".freeze,
27
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
28
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "AllMovie",
29
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
28
30
  term :allmusic,
29
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "AllMusic".freeze,
30
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
31
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "AllMusic",
32
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
31
33
  term :allocine,
32
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "AlloCiné".freeze,
33
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
34
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "AlloCiné",
35
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
34
36
  term :amnbo,
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
37
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "American National Biography Online",
38
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
37
39
  term :ansi,
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
40
+ "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",
41
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
40
42
  term :artsy,
41
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Artsy".freeze,
42
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
43
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Artsy",
44
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
43
45
  term :bdusc,
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
46
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Biographical Directory of the United States Congress",
47
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
46
48
  term :bfi,
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
49
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "BFI - British Film Institute",
50
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
49
51
  term :bnfcg,
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
52
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "BnF catalogue général",
53
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
52
54
  term :cantic,
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
55
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "CANTIC (Biblioteca de Catalunya)",
56
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
55
57
  term :cgndb,
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
58
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Canadian Geographical Names Database",
59
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
58
60
  term :danacode,
59
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Danacode".freeze,
60
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
61
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Danacode",
62
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
61
63
  term :datoses,
62
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "datos.bne.es".freeze,
63
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
64
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "datos.bne.es",
65
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
64
66
  term :discogs,
65
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Discogs".freeze,
66
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
67
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Discogs",
68
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
67
69
  term :dkfilm,
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
70
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Det Danske Filminstitut Filmdatabasen",
71
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
70
72
  term :doi,
71
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Digital Object Identifier".freeze,
72
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
73
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Digital Object Identifier",
74
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
73
75
  term :ean,
74
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "International Article Number".freeze,
75
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
76
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "International Article Number",
77
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
76
78
  term :eidr,
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
79
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "EIDR: Entertainment Identifier Registry",
80
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
79
81
  term :fast,
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
82
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "FAST - Faceted Application of Subject Terminology",
83
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
82
84
  term :filmport,
83
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "filmportal.de".freeze,
84
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
85
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "filmportal.de",
86
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
85
87
  term :findagr,
86
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Find a Grave".freeze,
87
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
88
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Find a Grave",
89
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
88
90
  term :freebase,
89
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Freebase".freeze,
90
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
91
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Freebase",
92
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
91
93
  term :gec,
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
94
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Gran enciclopèdia catalana",
95
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
94
96
  term :geogndb,
95
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Geographic Names Database".freeze,
96
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
97
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Geographic Names Database",
98
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
97
99
  term :geonames,
98
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "GeoNames".freeze,
99
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
100
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "GeoNames",
101
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
100
102
  term :gettytgn,
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
103
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Getty Thesaurus of Geographic Names Online",
104
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
103
105
  term :gettyulan,
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
106
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Union List of Artist Names Online",
107
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
106
108
  term :gnd,
107
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Gemeinsame Normdatei".freeze,
108
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
109
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Gemeinsame Normdatei",
110
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
109
111
  term :gnis,
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
112
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Geographic Names Information System (United States Geological Survey, Board on Geographic Names)",
113
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
112
114
  term :"gtin-14",
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
115
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Global Trade Identification Number 14",
116
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
115
117
  term :hdl,
116
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Handle".freeze,
117
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
118
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Handle",
119
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
118
120
  term :ibdb,
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
121
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "IBDB - Internet Broadway Database",
122
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
121
123
  term :idref,
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
124
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "IdRef: le référentiel des autorités Sudoc",
125
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
124
126
  term :imdb,
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
127
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "IMDb - Internet Movie Database",
128
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
127
129
  term :isan,
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
130
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "International Standard Audiovisual Number",
131
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
130
132
  term :isbn,
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
133
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "International Standard Book Number",
134
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
133
135
  term :isbnre,
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
136
+ "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).]",
137
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
136
138
  term :isil,
137
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "ISIL".freeze,
138
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
139
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "ISIL",
140
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
139
141
  term :ismn,
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
142
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "International Standard Music Number",
143
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
142
144
  term :isni,
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
145
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "International Standard Name Identifier",
146
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
145
147
  term :iso,
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
148
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "International Organization for Standardization number for an ISO standard",
149
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
148
150
  term :isrc,
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
151
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "International Standard Recording Code",
152
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
151
153
  term :issn,
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
154
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "International Standard Serial Number",
155
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
154
156
  term :"issn-l",
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
157
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Linking International Standard Serial Number",
158
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
157
159
  term :"issue-number",
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
160
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sound recording issue number",
161
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
160
162
  term :istc,
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
163
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "International Standard Text Code",
164
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
163
165
  term :iswc,
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
166
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "International Standard Musical Work Code",
167
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
166
168
  term :itar,
167
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "ITAR".freeze,
168
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
169
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "ITAR",
170
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
169
171
  term :kinipo,
170
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "КиноПоиск = KinoPoisk".freeze,
171
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
172
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "КиноПоиск = KinoPoisk",
173
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
172
174
  term :lccn,
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
175
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Library of Congress Control Number",
176
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
175
177
  term :lcmd,
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
178
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Library of Congress Manuscript Division",
179
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
178
180
  term :libaus,
179
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Libraries Australia".freeze,
180
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
181
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Libraries Australia",
182
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
181
183
  term :local,
182
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Locally defined identifier".freeze,
183
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
184
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Locally defined identifier",
185
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
184
186
  term :"matrix-number",
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
187
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sound recording matrix number",
188
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
187
189
  term :moma,
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
190
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Museum of Modern Art",
191
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
190
192
  term :munzing,
191
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Munzinger".freeze,
192
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
193
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Munzinger",
194
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
193
195
  term :"music-plate",
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
196
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Publisher's music plate number",
197
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
196
198
  term :"music-publisher",
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
199
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Publisher-assigned music number",
200
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
199
201
  term :musicb,
200
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "MusicBrainz".freeze,
201
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
202
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "MusicBrainz",
203
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
202
204
  term :natgazfid,
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
205
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "U.S. National Gazetteer Feature Name Identifier",
206
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
205
207
  term :nga,
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
208
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "National Gallery of Art",
209
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
208
210
  term :nipo,
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
211
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Número de Identificación de las Publicaciones Oficiales",
212
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
211
213
  term :nndb,
212
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "NNDB".freeze,
213
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
214
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "NNDB",
215
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
214
216
  term :npg,
215
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "National Portrait Gallery".freeze,
216
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
217
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "National Portrait Gallery",
218
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
217
219
  term :odnb,
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
220
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Oxford Dictionary of National Biography",
221
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
220
222
  term :opensm,
221
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "OpenStreetMap".freeze,
222
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
223
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "OpenStreetMap",
224
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
223
225
  term :orcid,
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
226
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Open Researcher and Contributor Identifier",
227
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
226
228
  term :oxforddnb,
227
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Oxford Biography Index".freeze,
228
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
229
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Oxford Biography Index",
230
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
229
231
  term :porthu,
230
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "PORT.hu".freeze,
231
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
232
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "PORT.hu",
233
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
232
234
  term :rbmsbt,
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
235
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "RBMS Controlled Vocabularies: Binding Terms",
236
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
235
237
  term :rbmsgt,
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
238
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "RBMS Controlled Vocabularies: Genre Terms",
239
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
238
240
  term :rbmspe,
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
241
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "RBMS Controlled Vocabularies: Provenance Evidence",
242
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
241
243
  term :rbmsppe,
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
244
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "RBMS Controlled Vocabularies: Printing and Publishing Terms",
245
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
244
246
  term :rbmspt,
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
247
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "RBMS Controlled Vocabularies: Paper Terms",
248
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
247
249
  term :rbmsrd,
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
250
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "RBMS Controlled Vocabularies: Relationship Designators",
251
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
250
252
  term :rbmste,
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
253
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "RBMS Controlled Vocabularies: Type Evidence",
254
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
253
255
  term :rid,
254
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "ResearcherID".freeze,
255
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
256
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "ResearcherID",
257
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
256
258
  term :rkda,
257
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "RKDartists&".freeze,
258
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
259
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "RKDartists&",
260
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
259
261
  term :saam,
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
262
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Smithsonian American Art Museum",
263
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
262
264
  term :scholaru,
263
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Scholar Universe".freeze,
264
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
265
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Scholar Universe",
266
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
265
267
  term :scope,
266
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Scope".freeze,
267
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
268
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Scope",
269
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
268
270
  term :scopus,
269
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Scopus Author Identifier".freeze,
270
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
271
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Scopus Author Identifier",
272
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
271
273
  term :sici,
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
274
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Serial Item and Contribution Identifier",
275
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
274
276
  term :spotify,
275
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Spotify".freeze,
276
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
277
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Spotify",
278
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
277
279
  term :sprfbsb,
278
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sports Reference: Baseball".freeze,
279
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
280
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sports Reference: Baseball",
281
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
280
282
  term :sprfbsk,
281
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sports Reference: Basketball".freeze,
282
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
283
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sports Reference: Basketball",
284
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
283
285
  term :sprfcbb,
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
286
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sports Reference: College Basketball",
287
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
286
288
  term :sprfcfb,
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
289
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sports Reference: College Football",
290
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
289
291
  term :sprfhoc,
290
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sports Reference: Hockey".freeze,
291
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
292
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sports Reference: Hockey",
293
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
292
294
  term :sprfoly,
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
295
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sports Reference: Olympic Sports",
296
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
295
297
  term :sprfpfb,
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
298
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Sports Reference: Pro Football",
299
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
298
300
  term :"stock-number",
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
301
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Publisher, distributor, or vendor stock number",
302
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
301
303
  term :strn,
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
304
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Standard Technical Report Number",
305
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
304
306
  term :svfilm,
305
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Svensk Filmdatabas".freeze,
306
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
307
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Svensk Filmdatabas",
308
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
307
309
  term :tatearid,
308
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Tate Artist Identifier".freeze,
309
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
310
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Tate Artist Identifier",
311
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
310
312
  term :theatr,
311
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Theatricalia".freeze,
312
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
313
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Theatricalia",
314
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
313
315
  term :trove,
314
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Trove".freeze,
315
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
316
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Trove",
317
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
316
318
  term :upc,
317
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Universal Product Code".freeze,
318
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
319
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Universal Product Code",
320
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
319
321
  term :uri,
320
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Uniform Resource Identifier".freeze,
321
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
322
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Uniform Resource Identifier",
323
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
322
324
  term :urn,
323
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Uniform Resource Name".freeze,
324
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
325
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Uniform Resource Name",
326
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
325
327
  term :viaf,
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
328
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Virtual International Authority File number",
329
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
328
330
  term :"videorecording-identifier",
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
331
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Publisher-assigned videorecording number",
332
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
331
333
  term :wikidata,
332
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Wikidata".freeze,
333
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
334
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Wikidata",
335
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
334
336
  term :wndla,
335
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Web NDL Authorities )".freeze,
336
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
337
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Web NDL Authorities )",
338
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
337
339
  end
338
340
  end