rdf-vocab 0.8.8 → 2.0.0.beta1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rdf/vocab.rb +160 -61
  3. data/lib/rdf/vocab/acl.rb +6 -1
  4. data/lib/rdf/vocab/bibframe.rb +83 -78
  5. data/lib/rdf/vocab/bibo.rb +255 -248
  6. data/lib/rdf/vocab/cc.rb +132 -0
  7. data/lib/rdf/vocab/cert.rb +249 -0
  8. data/lib/rdf/vocab/cnt.rb +23 -18
  9. data/lib/rdf/vocab/crm.rb +12 -7
  10. data/lib/rdf/vocab/datacite.rb +88 -83
  11. data/lib/rdf/vocab/dc.rb +952 -0
  12. data/lib/rdf/vocab/dc11.rb +171 -0
  13. data/lib/rdf/vocab/dcat.rb +218 -0
  14. data/lib/rdf/vocab/dcmitype.rb +80 -75
  15. data/lib/rdf/vocab/doap.rb +341 -0
  16. data/lib/rdf/vocab/dwc.rb +1651 -1646
  17. data/lib/rdf/vocab/ebucore.rb +122 -117
  18. data/lib/rdf/vocab/edm.rb +102 -97
  19. data/lib/rdf/vocab/exif.rb +945 -0
  20. data/lib/rdf/vocab/extensions.rb +1 -0
  21. data/lib/rdf/vocab/fcrepo4.rb +62 -57
  22. data/lib/rdf/vocab/foaf.rb +618 -0
  23. data/lib/rdf/vocab/geo.rb +161 -0
  24. data/lib/rdf/vocab/geonames.rb +2742 -2737
  25. data/lib/rdf/vocab/gr.rb +1505 -0
  26. data/lib/rdf/vocab/ht.rb +240 -0
  27. data/lib/rdf/vocab/hydra.rb +96 -91
  28. data/lib/rdf/vocab/iana.rb +5 -0
  29. data/lib/rdf/vocab/ical.rb +532 -0
  30. data/lib/rdf/vocab/identifiers.rb +203 -182
  31. data/lib/rdf/vocab/iiif.rb +51 -26
  32. data/lib/rdf/vocab/jsonld.rb +15 -10
  33. data/lib/rdf/vocab/ldp.rb +66 -61
  34. data/lib/rdf/vocab/lrmi.rb +68 -63
  35. data/lib/rdf/vocab/ma.rb +517 -0
  36. data/lib/rdf/vocab/mads.rb +448 -206
  37. data/lib/rdf/vocab/marc_relators.rb +1240 -1235
  38. data/lib/rdf/vocab/mo.rb +2416 -0
  39. data/lib/rdf/vocab/mods.rb +17 -12
  40. data/lib/rdf/vocab/nfo.rb +65 -60
  41. data/lib/rdf/vocab/oa.rb +91 -86
  42. data/lib/rdf/vocab/og.rb +226 -0
  43. data/lib/rdf/vocab/ogc.rb +62 -0
  44. data/lib/rdf/vocab/ore.rb +24 -19
  45. data/lib/rdf/vocab/org.rb +83 -78
  46. data/lib/rdf/vocab/pplan.rb +54 -49
  47. data/lib/rdf/vocab/premis.rb +470 -465
  48. data/lib/rdf/vocab/premis_event_type.rb +85 -80
  49. data/lib/rdf/vocab/prov.rb +1554 -0
  50. data/lib/rdf/vocab/ptr.rb +5 -0
  51. data/lib/rdf/vocab/rsa.rb +76 -0
  52. data/lib/rdf/vocab/rss.rb +70 -0
  53. data/lib/rdf/vocab/schema.rb +10765 -0
  54. data/lib/rdf/vocab/sioc.rb +673 -0
  55. data/lib/rdf/vocab/sioc_services.rb +27 -22
  56. data/lib/rdf/vocab/skos.rb +242 -0
  57. data/lib/rdf/vocab/skosxl.rb +61 -0
  58. data/lib/rdf/vocab/v.rb +387 -0
  59. data/lib/rdf/vocab/vcard.rb +845 -0
  60. data/lib/rdf/vocab/version.rb +1 -0
  61. data/lib/rdf/vocab/vmd.rb +387 -0
  62. data/lib/rdf/vocab/void.rb +190 -0
  63. data/lib/rdf/vocab/vs.rb +32 -0
  64. data/lib/rdf/vocab/wdrs.rb +138 -0
  65. data/lib/rdf/vocab/wot.rb +171 -0
  66. data/lib/rdf/vocab/xhtml.rb +12 -0
  67. data/lib/rdf/vocab/xhv.rb +509 -0
  68. data/spec/spec_helper.rb +1 -0
  69. data/spec/vocab_spec.rb +1 -0
  70. metadata +76 -33
  71. data/lib/rdf/vocab/disco.rb +0 -369
@@ -1,301 +1,322 @@
1
1
  # -*- encoding: utf-8 -*-
2
+ # frozen_string_literal: true
2
3
  # This file generated automatically using vocab-fetch from http://id.loc.gov/vocabulary/identifiers.rdf
3
4
  require 'rdf'
4
5
  module RDF::Vocab
6
+ # @!parse
7
+ # # Vocabulary for <http://id.loc.gov/vocabulary/identifiers/>
8
+ # class Identifiers < RDF::StrictVocabulary
9
+ # end
5
10
  class Identifiers < RDF::StrictVocabulary("http://id.loc.gov/vocabulary/identifiers/")
6
11
 
7
12
  # Property definitions
8
13
  property :ansi,
9
14
  label: "American National Standards Institute and National Information Standards Organisation number for an ANSI or ANSI/NISO standard".freeze,
10
- "mads:authoritativeLabel" => %(American National Standards Institute and National Information Standards Organisation number for an ANSI or ANSI/NISO standard).freeze,
11
- "mads:code" => %(ansi).freeze,
12
- "skos:notation" => %(ansi).freeze,
13
- "skos:prefLabel" => %(American National Standards Institute and National Information Standards Organisation number for an ANSI or ANSI/NISO standard).freeze,
15
+ :"mads:authoritativeLabel" => %(American National Standards Institute and National Information Standards Organisation number for an ANSI or ANSI/NISO standard).freeze,
16
+ :"mads:code" => %(ansi).freeze,
17
+ :"skos:notation" => %(ansi).freeze,
18
+ :"skos:prefLabel" => %(American National Standards Institute and National Information Standards Organisation number for an ANSI or ANSI/NISO standard).freeze,
14
19
  subPropertyOf: "identifiers:id".freeze,
15
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
20
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
16
21
  property :danacode,
17
22
  label: "Danacode (Bnei Brak, Israel: D.A.N.A. Systems)".freeze,
18
- "mads:authoritativeLabel" => %(Danacode \(Bnei Brak, Israel: D.A.N.A. Systems\)).freeze,
19
- "mads:code" => %(danacode).freeze,
20
- "skos:notation" => %(danacode).freeze,
21
- "skos:prefLabel" => %(Danacode \(Bnei Brak, Israel: D.A.N.A. Systems\)).freeze,
23
+ :"mads:authoritativeLabel" => %(Danacode \(Bnei Brak, Israel: D.A.N.A. Systems\)).freeze,
24
+ :"mads:code" => %(danacode).freeze,
25
+ :"skos:notation" => %(danacode).freeze,
26
+ :"skos:prefLabel" => %(Danacode \(Bnei Brak, Israel: D.A.N.A. Systems\)).freeze,
22
27
  subPropertyOf: "identifiers:id".freeze,
23
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
28
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
24
29
  property :doi,
25
30
  label: "Digital Object Identifier".freeze,
26
- "mads:authoritativeLabel" => %(Digital Object Identifier).freeze,
27
- "mads:code" => %(doi).freeze,
28
- "skos:notation" => %(doi).freeze,
29
- "skos:prefLabel" => %(Digital Object Identifier).freeze,
31
+ :"mads:authoritativeLabel" => %(Digital Object Identifier).freeze,
32
+ :"mads:code" => %(doi).freeze,
33
+ :"skos:notation" => %(doi).freeze,
34
+ :"skos:prefLabel" => %(Digital Object Identifier).freeze,
30
35
  subPropertyOf: "identifiers:id".freeze,
31
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
36
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
32
37
  property :ean,
33
38
  label: "International Article Number".freeze,
34
- "mads:authoritativeLabel" => %(International Article Number).freeze,
35
- "mads:code" => %(ean).freeze,
36
- "skos:notation" => %(ean).freeze,
37
- "skos:prefLabel" => %(International Article Number).freeze,
38
- subPropertyOf: "identifiers:id".freeze,
39
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
39
+ :"mads:authoritativeLabel" => %(International Article Number).freeze,
40
+ :"mads:code" => %(ean).freeze,
41
+ :"skos:notation" => %(ean).freeze,
42
+ :"skos:prefLabel" => %(International Article Number).freeze,
43
+ subPropertyOf: "identifiers:id".freeze,
44
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
45
+ property :eidr,
46
+ label: "EIDR: Entertainment Identifier Registry".freeze,
47
+ :"mads:authoritativeLabel" => %(EIDR: Entertainment Identifier Registry).freeze,
48
+ :"mads:code" => %(eidr).freeze,
49
+ :"skos:notation" => %(eidr).freeze,
50
+ :"skos:prefLabel" => %(EIDR: Entertainment Identifier Registry).freeze,
51
+ subPropertyOf: "identifiers:id".freeze,
52
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
40
53
  property :"gtin-14",
41
54
  label: "Global Trade Identification Number 14 (EAN/UCC-128 or ITF-14)".freeze,
42
- "mads:authoritativeLabel" => %(Global Trade Identification Number 14 \(EAN/UCC-128 or ITF-14\)).freeze,
43
- "mads:code" => %(gtin-14).freeze,
44
- "skos:notation" => %(gtin-14).freeze,
45
- "skos:prefLabel" => %(Global Trade Identification Number 14 \(EAN/UCC-128 or ITF-14\)).freeze,
55
+ :"mads:authoritativeLabel" => %(Global Trade Identification Number 14 \(EAN/UCC-128 or ITF-14\)).freeze,
56
+ :"mads:code" => %(gtin-14).freeze,
57
+ :"skos:notation" => %(gtin-14).freeze,
58
+ :"skos:prefLabel" => %(Global Trade Identification Number 14 \(EAN/UCC-128 or ITF-14\)).freeze,
46
59
  subPropertyOf: "identifiers:id".freeze,
47
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
60
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
48
61
  property :hdl,
49
62
  label: "Handle".freeze,
50
- "mads:authoritativeLabel" => %(Handle).freeze,
51
- "mads:code" => %(hdl).freeze,
52
- "skos:notation" => %(hdl).freeze,
53
- "skos:prefLabel" => %(Handle).freeze,
63
+ :"mads:authoritativeLabel" => %(Handle).freeze,
64
+ :"mads:code" => %(hdl).freeze,
65
+ :"skos:notation" => %(hdl).freeze,
66
+ :"skos:prefLabel" => %(Handle).freeze,
54
67
  subPropertyOf: "identifiers:id".freeze,
55
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
68
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
56
69
  property :id,
57
70
  comment: %(Generic Identifier property. It is expected that one will use one of its many subproperties.).freeze,
58
71
  label: "Identifier".freeze,
59
72
  type: "rdf:Property".freeze
60
73
  property :isan,
61
74
  label: "International Standard Audiovisual Number".freeze,
62
- "mads:authoritativeLabel" => %(International Standard Audiovisual Number).freeze,
63
- "mads:code" => %(isan).freeze,
64
- "skos:notation" => %(isan).freeze,
65
- "skos:prefLabel" => %(International Standard Audiovisual Number).freeze,
75
+ :"mads:authoritativeLabel" => %(International Standard Audiovisual Number).freeze,
76
+ :"mads:code" => %(isan).freeze,
77
+ :"skos:notation" => %(isan).freeze,
78
+ :"skos:prefLabel" => %(International Standard Audiovisual Number).freeze,
66
79
  subPropertyOf: "identifiers:id".freeze,
67
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
80
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
68
81
  property :isbn,
69
82
  label: "International Standard Book Number".freeze,
70
- "mads:authoritativeLabel" => %(International Standard Book Number).freeze,
71
- "mads:code" => %(isbn).freeze,
72
- "skos:notation" => %(isbn).freeze,
73
- "skos:prefLabel" => %(International Standard Book Number).freeze,
83
+ :"mads:authoritativeLabel" => %(International Standard Book Number).freeze,
84
+ :"mads:code" => %(isbn).freeze,
85
+ :"skos:notation" => %(isbn).freeze,
86
+ :"skos:prefLabel" => %(International Standard Book Number).freeze,
74
87
  subPropertyOf: "identifiers:id".freeze,
75
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
88
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
76
89
  property :"isbn-a",
77
90
  label: "International Standard Book Number (the actionable ISBN)".freeze,
78
- "mads:authoritativeLabel" => %(International Standard Book Number \(the actionable ISBN\)).freeze,
79
- "mads:code" => %(isbn-a).freeze,
80
- "skos:notation" => %(isbn-a).freeze,
81
- "skos:prefLabel" => %(International Standard Book Number \(the actionable ISBN\)).freeze,
91
+ :"mads:authoritativeLabel" => %(International Standard Book Number \(the actionable ISBN\)).freeze,
92
+ :"mads:code" => %(isbn-a).freeze,
93
+ :"skos:notation" => %(isbn-a).freeze,
94
+ :"skos:prefLabel" => %(International Standard Book Number \(the actionable ISBN\)).freeze,
82
95
  subPropertyOf: "identifiers:id".freeze,
83
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
96
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
84
97
  property :ismn,
85
98
  label: "International Standard Music Number".freeze,
86
- "mads:authoritativeLabel" => %(International Standard Music Number).freeze,
87
- "mads:code" => %(ismn).freeze,
88
- "skos:notation" => %(ismn).freeze,
89
- "skos:prefLabel" => %(International Standard Music Number).freeze,
99
+ :"mads:authoritativeLabel" => %(International Standard Music Number).freeze,
100
+ :"mads:code" => %(ismn).freeze,
101
+ :"skos:notation" => %(ismn).freeze,
102
+ :"skos:prefLabel" => %(International Standard Music Number).freeze,
90
103
  subPropertyOf: "identifiers:id".freeze,
91
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
104
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
92
105
  property :isni,
93
106
  label: "International Standard Name Identifier".freeze,
94
- "mads:authoritativeLabel" => %(International Standard Name Identifier).freeze,
95
- "mads:code" => %(isni).freeze,
96
- "skos:notation" => %(isni).freeze,
97
- "skos:prefLabel" => %(International Standard Name Identifier).freeze,
107
+ :"mads:authoritativeLabel" => %(International Standard Name Identifier).freeze,
108
+ :"mads:code" => %(isni).freeze,
109
+ :"skos:notation" => %(isni).freeze,
110
+ :"skos:prefLabel" => %(International Standard Name Identifier).freeze,
98
111
  subPropertyOf: "identifiers:id".freeze,
99
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
112
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
100
113
  property :iso,
101
114
  label: "International Organization for Standardization number for an ISO standard".freeze,
102
- "mads:authoritativeLabel" => %(International Organization for Standardization number for an ISO standard).freeze,
103
- "mads:code" => %(iso).freeze,
104
- "skos:notation" => %(iso).freeze,
105
- "skos:prefLabel" => %(International Organization for Standardization number for an ISO standard).freeze,
115
+ :"mads:authoritativeLabel" => %(International Organization for Standardization number for an ISO standard).freeze,
116
+ :"mads:code" => %(iso).freeze,
117
+ :"skos:notation" => %(iso).freeze,
118
+ :"skos:prefLabel" => %(International Organization for Standardization number for an ISO standard).freeze,
106
119
  subPropertyOf: "identifiers:id".freeze,
107
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
120
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
108
121
  property :isrc,
109
122
  label: "International Standard Recording Code".freeze,
110
- "mads:authoritativeLabel" => %(International Standard Recording Code).freeze,
111
- "mads:code" => %(isrc).freeze,
112
- "skos:notation" => %(isrc).freeze,
113
- "skos:prefLabel" => %(International Standard Recording Code).freeze,
123
+ :"mads:authoritativeLabel" => %(International Standard Recording Code).freeze,
124
+ :"mads:code" => %(isrc).freeze,
125
+ :"skos:notation" => %(isrc).freeze,
126
+ :"skos:prefLabel" => %(International Standard Recording Code).freeze,
114
127
  subPropertyOf: "identifiers:id".freeze,
115
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
128
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
116
129
  property :issn,
117
130
  label: "International Standard Serial Number".freeze,
118
- "mads:authoritativeLabel" => %(International Standard Serial Number).freeze,
119
- "mads:code" => %(issn).freeze,
120
- "skos:notation" => %(issn).freeze,
121
- "skos:prefLabel" => %(International Standard Serial Number).freeze,
131
+ :"mads:authoritativeLabel" => %(International Standard Serial Number).freeze,
132
+ :"mads:code" => %(issn).freeze,
133
+ :"skos:notation" => %(issn).freeze,
134
+ :"skos:prefLabel" => %(International Standard Serial Number).freeze,
122
135
  subPropertyOf: "identifiers:id".freeze,
123
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
136
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
124
137
  property :"issn-l",
125
138
  label: "Linking International Standard Serial Number".freeze,
126
- "mads:authoritativeLabel" => %(Linking International Standard Serial Number).freeze,
127
- "mads:code" => %(issn-l).freeze,
128
- "skos:notation" => %(issn-l).freeze,
129
- "skos:prefLabel" => %(Linking International Standard Serial Number).freeze,
139
+ :"mads:authoritativeLabel" => %(Linking International Standard Serial Number).freeze,
140
+ :"mads:code" => %(issn-l).freeze,
141
+ :"skos:notation" => %(issn-l).freeze,
142
+ :"skos:prefLabel" => %(Linking International Standard Serial Number).freeze,
130
143
  subPropertyOf: "identifiers:id".freeze,
131
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
144
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
132
145
  property :"issue-number",
133
146
  label: "Sound recording issue number".freeze,
134
- "mads:authoritativeLabel" => %(Sound recording issue number).freeze,
135
- "mads:code" => %(issue-number).freeze,
136
- "skos:notation" => %(issue-number).freeze,
137
- "skos:prefLabel" => %(Sound recording issue number).freeze,
147
+ :"mads:authoritativeLabel" => %(Sound recording issue number).freeze,
148
+ :"mads:code" => %(issue-number).freeze,
149
+ :"skos:notation" => %(issue-number).freeze,
150
+ :"skos:prefLabel" => %(Sound recording issue number).freeze,
138
151
  subPropertyOf: "identifiers:id".freeze,
139
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
152
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
140
153
  property :istc,
141
154
  label: "International Standard Text Code".freeze,
142
- "mads:authoritativeLabel" => %(International Standard Text Code).freeze,
143
- "mads:code" => %(istc).freeze,
144
- "skos:notation" => %(istc).freeze,
145
- "skos:prefLabel" => %(International Standard Text Code).freeze,
155
+ :"mads:authoritativeLabel" => %(International Standard Text Code).freeze,
156
+ :"mads:code" => %(istc).freeze,
157
+ :"skos:notation" => %(istc).freeze,
158
+ :"skos:prefLabel" => %(International Standard Text Code).freeze,
146
159
  subPropertyOf: "identifiers:id".freeze,
147
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
160
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
148
161
  property :iswc,
149
162
  label: "International Standard Musical Work Code".freeze,
150
- "mads:authoritativeLabel" => %(International Standard Musical Work Code).freeze,
151
- "mads:code" => %(iswc).freeze,
152
- "skos:notation" => %(iswc).freeze,
153
- "skos:prefLabel" => %(International Standard Musical Work Code).freeze,
163
+ :"mads:authoritativeLabel" => %(International Standard Musical Work Code).freeze,
164
+ :"mads:code" => %(iswc).freeze,
165
+ :"skos:notation" => %(iswc).freeze,
166
+ :"skos:prefLabel" => %(International Standard Musical Work Code).freeze,
154
167
  subPropertyOf: "identifiers:id".freeze,
155
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
168
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
156
169
  property :itar,
157
170
  label: "ITAR (Importtjeneste og autoritetsregistre)".freeze,
158
- "mads:authoritativeLabel" => %(ITAR \(Importtjeneste og autoritetsregistre\)).freeze,
159
- "mads:code" => %(itar).freeze,
160
- "skos:notation" => %(itar).freeze,
161
- "skos:prefLabel" => %(ITAR \(Importtjeneste og autoritetsregistre\)).freeze,
171
+ :"mads:authoritativeLabel" => %(ITAR \(Importtjeneste og autoritetsregistre\)).freeze,
172
+ :"mads:code" => %(itar).freeze,
173
+ :"skos:notation" => %(itar).freeze,
174
+ :"skos:prefLabel" => %(ITAR \(Importtjeneste og autoritetsregistre\)).freeze,
162
175
  subPropertyOf: "identifiers:id".freeze,
163
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
176
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
164
177
  property :lccn,
165
178
  label: "Library of Congress Control Number".freeze,
166
- "mads:authoritativeLabel" => %(Library of Congress Control Number).freeze,
167
- "mads:code" => %(lccn).freeze,
168
- "skos:notation" => %(lccn).freeze,
169
- "skos:prefLabel" => %(Library of Congress Control Number).freeze,
179
+ :"mads:authoritativeLabel" => %(Library of Congress Control Number).freeze,
180
+ :"mads:code" => %(lccn).freeze,
181
+ :"skos:notation" => %(lccn).freeze,
182
+ :"skos:prefLabel" => %(Library of Congress Control Number).freeze,
170
183
  subPropertyOf: "identifiers:id".freeze,
171
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
184
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
172
185
  property :local,
173
186
  label: "Locally defined identifier".freeze,
174
- "mads:authoritativeLabel" => %(Locally defined identifier).freeze,
175
- "mads:code" => %(local).freeze,
176
- "skos:notation" => %(local).freeze,
177
- "skos:prefLabel" => %(Locally defined identifier).freeze,
187
+ :"mads:authoritativeLabel" => %(Locally defined identifier).freeze,
188
+ :"mads:code" => %(local).freeze,
189
+ :"skos:notation" => %(local).freeze,
190
+ :"skos:prefLabel" => %(Locally defined identifier).freeze,
178
191
  subPropertyOf: "identifiers:id".freeze,
179
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
192
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
180
193
  property :"matrix-number",
181
194
  label: "Sound recording matrix number".freeze,
182
- "mads:authoritativeLabel" => %(Sound recording matrix number).freeze,
183
- "mads:code" => %(matrix-number).freeze,
184
- "skos:notation" => %(matrix-number).freeze,
185
- "skos:prefLabel" => %(Sound recording matrix number).freeze,
195
+ :"mads:authoritativeLabel" => %(Sound recording matrix number).freeze,
196
+ :"mads:code" => %(matrix-number).freeze,
197
+ :"skos:notation" => %(matrix-number).freeze,
198
+ :"skos:prefLabel" => %(Sound recording matrix number).freeze,
186
199
  subPropertyOf: "identifiers:id".freeze,
187
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
200
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
188
201
  property :"music-plate",
189
202
  label: "Publisher's music plate number".freeze,
190
- "mads:authoritativeLabel" => %(Publisher's music plate number).freeze,
191
- "mads:code" => %(music-plate).freeze,
192
- "skos:notation" => %(music-plate).freeze,
193
- "skos:prefLabel" => %(Publisher's music plate number).freeze,
203
+ :"mads:authoritativeLabel" => %(Publisher's music plate number).freeze,
204
+ :"mads:code" => %(music-plate).freeze,
205
+ :"skos:notation" => %(music-plate).freeze,
206
+ :"skos:prefLabel" => %(Publisher's music plate number).freeze,
194
207
  subPropertyOf: "identifiers:id".freeze,
195
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
208
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
196
209
  property :"music-publisher",
197
210
  label: "Publisher-assigned music number".freeze,
198
- "mads:authoritativeLabel" => %(Publisher-assigned music number).freeze,
199
- "mads:code" => %(music-publisher).freeze,
200
- "skos:notation" => %(music-publisher).freeze,
201
- "skos:prefLabel" => %(Publisher-assigned music number).freeze,
211
+ :"mads:authoritativeLabel" => %(Publisher-assigned music number).freeze,
212
+ :"mads:code" => %(music-publisher).freeze,
213
+ :"skos:notation" => %(music-publisher).freeze,
214
+ :"skos:prefLabel" => %(Publisher-assigned music number).freeze,
202
215
  subPropertyOf: "identifiers:id".freeze,
203
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
216
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
204
217
  property :natgazfid,
205
218
  label: "U.S. National Gazetteer Feature Name Identifier".freeze,
206
- "mads:authoritativeLabel" => %(U.S. National Gazetteer Feature Name Identifier).freeze,
207
- "mads:code" => %(natgazfid).freeze,
208
- "skos:notation" => %(natgazfid).freeze,
209
- "skos:prefLabel" => %(U.S. National Gazetteer Feature Name Identifier).freeze,
219
+ :"mads:authoritativeLabel" => %(U.S. National Gazetteer Feature Name Identifier).freeze,
220
+ :"mads:code" => %(natgazfid).freeze,
221
+ :"skos:notation" => %(natgazfid).freeze,
222
+ :"skos:prefLabel" => %(U.S. National Gazetteer Feature Name Identifier).freeze,
210
223
  subPropertyOf: "identifiers:id".freeze,
211
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
224
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
212
225
  property :nipo,
213
226
  label: "Número de Identificación de las Publicaciones Oficiales".freeze,
214
- "mads:authoritativeLabel" => %(Número de Identificación de las Publicaciones Oficiales).freeze,
215
- "mads:code" => %(nipo).freeze,
216
- "skos:notation" => %(nipo).freeze,
217
- "skos:prefLabel" => %(Número de Identificación de las Publicaciones Oficiales).freeze,
227
+ :"mads:authoritativeLabel" => %(Número de Identificación de las Publicaciones Oficiales).freeze,
228
+ :"mads:code" => %(nipo).freeze,
229
+ :"skos:notation" => %(nipo).freeze,
230
+ :"skos:prefLabel" => %(Número de Identificación de las Publicaciones Oficiales).freeze,
218
231
  subPropertyOf: "identifiers:id".freeze,
219
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
232
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
220
233
  property :orcid,
221
234
  label: "Open Researcher and Contributor Identifier".freeze,
222
- "mads:authoritativeLabel" => %(Open Researcher and Contributor Identifier).freeze,
223
- "mads:code" => %(orcid).freeze,
224
- "skos:notation" => %(orcid).freeze,
225
- "skos:prefLabel" => %(Open Researcher and Contributor Identifier).freeze,
235
+ :"mads:authoritativeLabel" => %(Open Researcher and Contributor Identifier).freeze,
236
+ :"mads:code" => %(orcid).freeze,
237
+ :"skos:notation" => %(orcid).freeze,
238
+ :"skos:prefLabel" => %(Open Researcher and Contributor Identifier).freeze,
226
239
  subPropertyOf: "identifiers:id".freeze,
227
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
240
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
228
241
  property :rid,
229
242
  label: "ResearcherID (Thomson Reuters)".freeze,
230
- "mads:authoritativeLabel" => %(ResearcherID \(Thomson Reuters\)).freeze,
231
- "mads:code" => %(rid).freeze,
232
- "skos:notation" => %(rid).freeze,
233
- "skos:prefLabel" => %(ResearcherID \(Thomson Reuters\)).freeze,
234
- subPropertyOf: "identifiers:id".freeze,
235
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
243
+ :"mads:authoritativeLabel" => %(ResearcherID \(Thomson Reuters\)).freeze,
244
+ :"mads:code" => %(rid).freeze,
245
+ :"skos:notation" => %(rid).freeze,
246
+ :"skos:prefLabel" => %(ResearcherID \(Thomson Reuters\)).freeze,
247
+ subPropertyOf: "identifiers:id".freeze,
248
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
249
+ property :scopus,
250
+ label: "Scopus Author Identifier".freeze,
251
+ :"mads:authoritativeLabel" => %(Scopus Author Identifier).freeze,
252
+ :"mads:code" => %(scopus).freeze,
253
+ :"skos:notation" => %(scopus).freeze,
254
+ :"skos:prefLabel" => %(Scopus Author Identifier).freeze,
255
+ subPropertyOf: "identifiers:id".freeze,
256
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
236
257
  property :sici,
237
258
  label: "Serial Item and Contribution Identifier".freeze,
238
- "mads:authoritativeLabel" => %(Serial Item and Contribution Identifier).freeze,
239
- "mads:code" => %(sici).freeze,
240
- "skos:notation" => %(sici).freeze,
241
- "skos:prefLabel" => %(Serial Item and Contribution Identifier).freeze,
259
+ :"mads:authoritativeLabel" => %(Serial Item and Contribution Identifier).freeze,
260
+ :"mads:code" => %(sici).freeze,
261
+ :"skos:notation" => %(sici).freeze,
262
+ :"skos:prefLabel" => %(Serial Item and Contribution Identifier).freeze,
242
263
  subPropertyOf: "identifiers:id".freeze,
243
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
264
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
244
265
  property :"stock-number",
245
266
  label: "Publisher, distributor, or vendor stock number".freeze,
246
- "mads:authoritativeLabel" => %(Publisher, distributor, or vendor stock number).freeze,
247
- "mads:code" => %(stock-number).freeze,
248
- "skos:notation" => %(stock-number).freeze,
249
- "skos:prefLabel" => %(Publisher, distributor, or vendor stock number).freeze,
267
+ :"mads:authoritativeLabel" => %(Publisher, distributor, or vendor stock number).freeze,
268
+ :"mads:code" => %(stock-number).freeze,
269
+ :"skos:notation" => %(stock-number).freeze,
270
+ :"skos:prefLabel" => %(Publisher, distributor, or vendor stock number).freeze,
250
271
  subPropertyOf: "identifiers:id".freeze,
251
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
272
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
252
273
  property :strn,
253
274
  label: "Standard Technical Report Number".freeze,
254
- "mads:authoritativeLabel" => %(Standard Technical Report Number).freeze,
255
- "mads:code" => %(strn).freeze,
256
- "skos:notation" => %(strn).freeze,
257
- "skos:prefLabel" => %(Standard Technical Report Number).freeze,
275
+ :"mads:authoritativeLabel" => %(Standard Technical Report Number).freeze,
276
+ :"mads:code" => %(strn).freeze,
277
+ :"skos:notation" => %(strn).freeze,
278
+ :"skos:prefLabel" => %(Standard Technical Report Number).freeze,
258
279
  subPropertyOf: "identifiers:id".freeze,
259
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
280
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
260
281
  property :upc,
261
282
  label: "Universal Product Code".freeze,
262
- "mads:authoritativeLabel" => %(Universal Product Code).freeze,
263
- "mads:code" => %(upc).freeze,
264
- "skos:notation" => %(upc).freeze,
265
- "skos:prefLabel" => %(Universal Product Code).freeze,
283
+ :"mads:authoritativeLabel" => %(Universal Product Code).freeze,
284
+ :"mads:code" => %(upc).freeze,
285
+ :"skos:notation" => %(upc).freeze,
286
+ :"skos:prefLabel" => %(Universal Product Code).freeze,
266
287
  subPropertyOf: "identifiers:id".freeze,
267
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
288
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
268
289
  property :uri,
269
290
  label: "Uniform Resource Identifier".freeze,
270
- "mads:authoritativeLabel" => %(Uniform Resource Identifier).freeze,
271
- "mads:code" => %(uri).freeze,
272
- "skos:notation" => %(uri).freeze,
273
- "skos:prefLabel" => %(Uniform Resource Identifier).freeze,
291
+ :"mads:authoritativeLabel" => %(Uniform Resource Identifier).freeze,
292
+ :"mads:code" => %(uri).freeze,
293
+ :"skos:notation" => %(uri).freeze,
294
+ :"skos:prefLabel" => %(Uniform Resource Identifier).freeze,
274
295
  subPropertyOf: "identifiers:id".freeze,
275
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
296
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
276
297
  property :urn,
277
298
  label: "Uniform Resource Name".freeze,
278
- "mads:authoritativeLabel" => %(Uniform Resource Name).freeze,
279
- "mads:code" => %(urn).freeze,
280
- "skos:notation" => %(urn).freeze,
281
- "skos:prefLabel" => %(Uniform Resource Name).freeze,
299
+ :"mads:authoritativeLabel" => %(Uniform Resource Name).freeze,
300
+ :"mads:code" => %(urn).freeze,
301
+ :"skos:notation" => %(urn).freeze,
302
+ :"skos:prefLabel" => %(Uniform Resource Name).freeze,
282
303
  subPropertyOf: "identifiers:id".freeze,
283
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
304
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
284
305
  property :viaf,
285
306
  label: "Virtual International Authority File number".freeze,
286
- "mads:authoritativeLabel" => %(Virtual International Authority File number).freeze,
287
- "mads:code" => %(viaf).freeze,
288
- "skos:notation" => %(viaf).freeze,
289
- "skos:prefLabel" => %(Virtual International Authority File number).freeze,
307
+ :"mads:authoritativeLabel" => %(Virtual International Authority File number).freeze,
308
+ :"mads:code" => %(viaf).freeze,
309
+ :"skos:notation" => %(viaf).freeze,
310
+ :"skos:prefLabel" => %(Virtual International Authority File number).freeze,
290
311
  subPropertyOf: "identifiers:id".freeze,
291
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
312
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
292
313
  property :"videorecording-identifier",
293
314
  label: "Publisher-assigned videorecording number".freeze,
294
- "mads:authoritativeLabel" => %(Publisher-assigned videorecording number).freeze,
295
- "mads:code" => %(videorecording-identifier).freeze,
296
- "skos:notation" => %(videorecording-identifier).freeze,
297
- "skos:prefLabel" => %(Publisher-assigned videorecording number).freeze,
315
+ :"mads:authoritativeLabel" => %(Publisher-assigned videorecording number).freeze,
316
+ :"mads:code" => %(videorecording-identifier).freeze,
317
+ :"skos:notation" => %(videorecording-identifier).freeze,
318
+ :"skos:prefLabel" => %(Publisher-assigned videorecording number).freeze,
298
319
  subPropertyOf: "identifiers:id".freeze,
299
- type: ["rdf:Property".freeze, "mads:Authority".freeze, "skos:Concept".freeze]
320
+ type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
300
321
  end
301
322
  end