rdf-vocab 3.1.2 → 3.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +69 -45
  4. data/VERSION +1 -1
  5. data/lib/rdf/vocab.rb +60 -40
  6. data/lib/rdf/vocab/acl.rb +104 -61
  7. data/lib/rdf/vocab/as.rb +556 -91
  8. data/lib/rdf/vocab/bf2.rb +1791 -475
  9. data/lib/rdf/vocab/bibframe.rb +1 -2
  10. data/lib/rdf/vocab/bibo.rb +616 -124
  11. data/lib/rdf/vocab/cc.rb +125 -48
  12. data/lib/rdf/vocab/cert.rb +68 -1
  13. data/lib/rdf/vocab/cnt.rb +79 -1
  14. data/lib/rdf/vocab/crm.rb +1543 -776
  15. data/lib/rdf/vocab/datacite.rb +1 -1
  16. data/lib/rdf/vocab/dbo.rb +10463 -1
  17. data/lib/rdf/vocab/dc.rb +485 -99
  18. data/lib/rdf/vocab/dc11.rb +93 -31
  19. data/lib/rdf/vocab/dcat.rb +236 -88
  20. data/lib/rdf/vocab/dcmitype.rb +63 -13
  21. data/lib/rdf/vocab/disco.rb +286 -59
  22. data/lib/rdf/vocab/doap.rb +175 -1
  23. data/lib/rdf/vocab/dwc.rb +941 -189
  24. data/lib/rdf/vocab/earl.rb +324 -0
  25. data/lib/rdf/vocab/ebucore.rb +7255 -2184
  26. data/lib/rdf/vocab/edm.rb +202 -76
  27. data/lib/rdf/vocab/exif.rb +650 -1
  28. data/lib/rdf/vocab/extensions.rb +257 -203
  29. data/lib/rdf/vocab/fcrepo4.rb +398 -22
  30. data/lib/rdf/vocab/foaf.rb +380 -76
  31. data/lib/rdf/vocab/geo.rb +47 -110
  32. data/lib/rdf/vocab/geojson.rb +82 -17
  33. data/lib/rdf/vocab/geonames.rb +1508 -1351
  34. data/lib/rdf/vocab/gr.rb +861 -565
  35. data/lib/rdf/vocab/gs1.rb +1597 -1
  36. data/lib/rdf/vocab/ht.rb +204 -41
  37. data/lib/rdf/vocab/hydra.rb +335 -60
  38. data/lib/rdf/vocab/iana.rb +301 -114
  39. data/lib/rdf/vocab/ical.rb +534 -121
  40. data/lib/rdf/vocab/identifiers.rb +459 -499
  41. data/lib/rdf/vocab/iiif.rb +161 -26
  42. data/lib/rdf/vocab/jsonld.rb +179 -53
  43. data/lib/rdf/vocab/ldp.rb +130 -1
  44. data/lib/rdf/vocab/lrmi.rb +85 -17
  45. data/lib/rdf/vocab/ma.rb +460 -80
  46. data/lib/rdf/vocab/mads.rb +610 -22
  47. data/lib/rdf/vocab/{marc_relators.rb → marcrelators.rb} +813 -4
  48. data/lib/rdf/vocab/mo.rb +1115 -540
  49. data/lib/rdf/vocab/mods.rb +635 -124
  50. data/lib/rdf/vocab/nfo.rb +1 -1
  51. data/lib/rdf/vocab/oa.rb +343 -73
  52. data/lib/rdf/vocab/og.rb +100 -1
  53. data/lib/rdf/vocab/ogc.rb +42 -9
  54. data/lib/rdf/vocab/ore.rb +69 -14
  55. data/lib/rdf/vocab/org.rb +235 -47
  56. data/lib/rdf/vocab/pcdm.rb +58 -34
  57. data/lib/rdf/vocab/pplan.rb +21 -136
  58. data/lib/rdf/vocab/premis.rb +1171 -779
  59. data/lib/rdf/vocab/{premis_event_type.rb → premiseventtype.rb} +156 -2
  60. data/lib/rdf/vocab/prov.rb +700 -107
  61. data/lib/rdf/vocab/ptr.rb +172 -37
  62. data/lib/rdf/vocab/rightsstatements.rb +17 -13
  63. data/lib/rdf/vocab/rsa.rb +30 -1
  64. data/lib/rdf/vocab/rss.rb +52 -11
  65. data/lib/rdf/vocab/schema.rb +14970 -3993
  66. data/lib/rdf/vocab/schemas.rb +27066 -0
  67. data/lib/rdf/vocab/sd.rb +372 -0
  68. data/lib/rdf/vocab/sh.rb +919 -184
  69. data/lib/rdf/vocab/sioc.rb +498 -98
  70. data/lib/rdf/vocab/{sioc_services.rb → siocservices.rb} +46 -9
  71. data/lib/rdf/vocab/sioctypes.rb +434 -0
  72. data/lib/rdf/vocab/skos.rb +160 -44
  73. data/lib/rdf/vocab/skosxl.rb +40 -11
  74. data/lib/rdf/vocab/v.rb +323 -37
  75. data/lib/rdf/vocab/vcard.rb +625 -119
  76. data/lib/rdf/vocab/vmd.rb +323 -37
  77. data/lib/rdf/vocab/void.rb +147 -27
  78. data/lib/rdf/vocab/vs.rb +23 -5
  79. data/lib/rdf/vocab/wdrs.rb +112 -23
  80. data/lib/rdf/vocab/wot.rb +96 -19
  81. data/lib/rdf/vocab/xhtml.rb +2 -1
  82. data/lib/rdf/vocab/xhv.rb +422 -201
  83. data/lib/rdf/vocab/xkos.rb +156 -7
  84. data/spec/extensions_spec.rb +68 -0
  85. data/spec/vocab_spec.rb +10 -0
  86. metadata +20 -11
  87. data/lib/rdf/vocab/sioct.rb +0 -277
@@ -5,335 +5,522 @@ require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
7
7
  # # Vocabulary for <http://www.iana.org/assignments/relation/>
8
+ # #
8
9
  # class IANA < RDF::StrictVocabulary
10
+ # # Refers to a resource that is the subject of the link's context.
11
+ # # @return [RDF::Vocabulary::Term]
12
+ # attr_reader :about
13
+ #
14
+ # # Refers to a substitute for this context
15
+ # # @return [RDF::Vocabulary::Term]
16
+ # attr_reader :alternate
17
+ #
18
+ # # Refers to an appendix.
19
+ # # @return [RDF::Vocabulary::Term]
20
+ # attr_reader :appendix
21
+ #
22
+ # # Refers to a collection of records, documents, or other materials of historical interest.
23
+ # # @return [RDF::Vocabulary::Term]
24
+ # attr_reader :archives
25
+ #
26
+ # # Refers to the context's author.
27
+ # # @return [RDF::Vocabulary::Term]
28
+ # attr_reader :author
29
+ #
30
+ # # Gives a permanent link to use for bookmarking purposes.
31
+ # # @return [RDF::Vocabulary::Term]
32
+ # attr_reader :bookmark
33
+ #
34
+ # # Designates the preferred version of a resource (the IRI and its contents).
35
+ # # @return [RDF::Vocabulary::Term]
36
+ # attr_reader :canonical
37
+ #
38
+ # # Refers to a chapter in a collection of resources.
39
+ # # @return [RDF::Vocabulary::Term]
40
+ # attr_reader :chapter
41
+ #
42
+ # # The target IRI points to a resource which represents the collection resource for the context IRI.
43
+ # # @return [RDF::Vocabulary::Term]
44
+ # attr_reader :collection
45
+ #
46
+ # # Refers to a table of contents.
47
+ # # @return [RDF::Vocabulary::Term]
48
+ # attr_reader :contents
49
+ #
50
+ # # Refers to a copyright statement that applies to the link's context.
51
+ # # @return [RDF::Vocabulary::Term]
52
+ # attr_reader :copyright
53
+ #
54
+ # # Refers to a resource containing the most recent item(s) in a collection of resources.
55
+ # # @return [RDF::Vocabulary::Term]
56
+ # attr_reader :current
57
+ #
58
+ # # The target IRI points to a resource from which this material was derived.
59
+ # # @return [RDF::Vocabulary::Term]
60
+ # attr_reader :derivedfrom
61
+ #
62
+ # # Refers to a resource providing information about the link's context.
63
+ # # @return [RDF::Vocabulary::Term]
64
+ # attr_reader :describedby
65
+ #
66
+ # # The relationship A 'describes' B asserts that resource A provides a description of resource B. There are no constraints on the format or representation of either A or B, neither are there any further constraints on either resource.
67
+ # # @return [RDF::Vocabulary::Term]
68
+ # attr_reader :describes
69
+ #
70
+ # # Refers to a list of patent disclosures made with respect to material for which 'disclosure' relation is specified.
71
+ # # @return [RDF::Vocabulary::Term]
72
+ # attr_reader :disclosure
73
+ #
74
+ # # Refers to a resource whose available representations are byte-for-byte identical with the corresponding representations of the context IRI.
75
+ # # @return [RDF::Vocabulary::Term]
76
+ # attr_reader :duplicate
77
+ #
78
+ # # Refers to a resource that can be used to edit the link's context.
79
+ # # @return [RDF::Vocabulary::Term]
80
+ # attr_reader :edit
81
+ #
82
+ # # Identifies a related resource that is potentially large and might require special handling.
83
+ # # @return [RDF::Vocabulary::Term]
84
+ # attr_reader :enclosure
85
+ #
86
+ # # An IRI that refers to the furthest preceding resource in a series of resources.
87
+ # # @return [RDF::Vocabulary::Term]
88
+ # attr_reader :first
89
+ #
90
+ # # Refers to a glossary of terms.
91
+ # # @return [RDF::Vocabulary::Term]
92
+ # attr_reader :glossary
93
+ #
94
+ # # Refers to context-sensitive help.
95
+ # # @return [RDF::Vocabulary::Term]
96
+ # attr_reader :help
97
+ #
98
+ # # Refers to a resource hosted by the server indicated by the link context.
99
+ # # @return [RDF::Vocabulary::Term]
100
+ # attr_reader :hosts
101
+ #
102
+ # # Refers to a hub that enables registration for notification of updates to the context.
103
+ # # @return [RDF::Vocabulary::Term]
104
+ # attr_reader :hub
105
+ #
106
+ # # Refers to an icon representing the link's context.
107
+ # # @return [RDF::Vocabulary::Term]
108
+ # attr_reader :icon
109
+ #
110
+ # # Refers to an index.
111
+ # # @return [RDF::Vocabulary::Term]
112
+ # attr_reader :index
113
+ #
114
+ # # The target IRI points to a resource that is a member of the collection represented by the context IRI.
115
+ # # @return [RDF::Vocabulary::Term]
116
+ # attr_reader :item
117
+ #
118
+ # # An IRI that refers to the furthest following resource in a series of resources.
119
+ # # @return [RDF::Vocabulary::Term]
120
+ # attr_reader :last
121
+ #
122
+ # # Refers to a license associated with this context.
123
+ # # @return [RDF::Vocabulary::Term]
124
+ # attr_reader :license
125
+ #
126
+ # # Refers to further information about the link's context, expressed as a LRDD ("Link-based Resource Descriptor Document") resource. See [RFC6415] for information about processing this relation type in host-meta documents. When used elsewhere, it refers to additional links and other metadata. Multiple instances indicate additional LRDD resources. LRDD resources MUST have an "application/xrd+xml" representation, and MAY have others.
127
+ # # @return [RDF::Vocabulary::Term]
128
+ # attr_reader :lrdd
129
+ #
130
+ # # The Target IRI points to a Memento, a fixed resource that will not change state anymore.
131
+ # # @return [RDF::Vocabulary::Term]
132
+ # attr_reader :memento
133
+ #
134
+ # # Refers to a resource that can be used to monitor changes in an HTTP resource.
135
+ # # @return [RDF::Vocabulary::Term]
136
+ # attr_reader :monitor
137
+ #
138
+ # # Indicates that the link's context is a part of a series, and that the next in the series is the link target.
139
+ # # @return [RDF::Vocabulary::Term]
140
+ # attr_reader :next
141
+ #
142
+ # # Indicates that the context’s original author or publisher does not endorse the link target.
143
+ # # @return [RDF::Vocabulary::Term]
144
+ # attr_reader :nofollow
145
+ #
146
+ # # Indicates that no referrer information is to be leaked when following the link.
147
+ # # @return [RDF::Vocabulary::Term]
148
+ # attr_reader :noreferrer
149
+ #
150
+ # # The Target IRI points to an Original Resource.
151
+ # # @return [RDF::Vocabulary::Term]
152
+ # attr_reader :original
153
+ #
154
+ # # Indicates a resource where payment is accepted.
155
+ # # @return [RDF::Vocabulary::Term]
156
+ # attr_reader :payment
157
+ #
158
+ # # Indicates that the link target should be preemptively cached.
159
+ # # @return [RDF::Vocabulary::Term]
160
+ # attr_reader :prefetch
161
+ #
162
+ # # Indicates that the link's context is a part of a series, and that the previous in the series is the link target.
163
+ # # @return [RDF::Vocabulary::Term]
164
+ # attr_reader :prev
165
+ #
166
+ # # Refers to a resource that provides a preview of the link's context.
167
+ # # @return [RDF::Vocabulary::Term]
168
+ # attr_reader :preview
169
+ #
170
+ # # Refers to the previous resource in an ordered series of resources. Synonym for "prev".
171
+ # # @return [RDF::Vocabulary::Term]
172
+ # attr_reader :previous
173
+ #
174
+ # # Identifying that a resource representation conforms to a certain profile, without affecting the non-profile semantics of the resource representation.
175
+ # # @return [RDF::Vocabulary::Term]
176
+ # attr_reader :profile
177
+ #
178
+ # # Identifies a related resource.
179
+ # # @return [RDF::Vocabulary::Term]
180
+ # attr_reader :related
181
+ #
182
+ # # Identifies a resource that is a reply to the context of the link.
183
+ # # @return [RDF::Vocabulary::Term]
184
+ # attr_reader :replies
185
+ #
186
+ # # Refers to a resource that can be used to search through the link's context and related resources.
187
+ # # @return [RDF::Vocabulary::Term]
188
+ # attr_reader :search
189
+ #
190
+ # # Refers to a section in a collection of resources.
191
+ # # @return [RDF::Vocabulary::Term]
192
+ # attr_reader :section
193
+ #
194
+ # # Conveys an identifier for the link's context.
195
+ # # @return [RDF::Vocabulary::Term]
196
+ # attr_reader :self
197
+ #
198
+ # # Indicates a URI that can be used to retrieve a service document.
199
+ # # @return [RDF::Vocabulary::Term]
200
+ # attr_reader :service
201
+ #
202
+ # # Refers to the first resource in a collection of resources.
203
+ # # @return [RDF::Vocabulary::Term]
204
+ # attr_reader :start
205
+ #
206
+ # # Refers to a stylesheet.
207
+ # # @return [RDF::Vocabulary::Term]
208
+ # attr_reader :stylesheet
209
+ #
210
+ # # Refers to a resource serving as a subsection in a collection of resources.
211
+ # # @return [RDF::Vocabulary::Term]
212
+ # attr_reader :subsection
213
+ #
214
+ # # Gives a tag (identified by the given address) that applies to the current document.
215
+ # # @return [RDF::Vocabulary::Term]
216
+ # attr_reader :tag
217
+ #
218
+ # # The Target IRI points to a TimeGate for an Original Resource.
219
+ # # @return [RDF::Vocabulary::Term]
220
+ # attr_reader :timegate
221
+ #
222
+ # # The Target IRI points to a TimeMap for an Original Resource.
223
+ # # @return [RDF::Vocabulary::Term]
224
+ # attr_reader :timemap
225
+ #
226
+ # # Refers to a resource identifying the abstract semantic type of which the link's context is considered to be an instance.
227
+ # # @return [RDF::Vocabulary::Term]
228
+ # attr_reader :type
229
+ #
230
+ # # Refers to a parent document in a hierarchy of documents.
231
+ # # @return [RDF::Vocabulary::Term]
232
+ # attr_reader :up
233
+ #
234
+ # # Identifies a resource that is the source of the information in the link's context.
235
+ # # @return [RDF::Vocabulary::Term]
236
+ # attr_reader :via
237
+ #
9
238
  # end
10
- class IANA < RDF::StrictVocabulary("http://www.iana.org/assignments/relation/")
239
+ IANA = Class.new(RDF::StrictVocabulary("http://www.iana.org/assignments/relation/")) do
11
240
 
12
241
  # Property definitions
13
242
  property :about,
14
- comment: %(Refers to a resource that is the subject of the link's context.).freeze,
243
+ comment: "Refers to a resource that is the subject of the link's context.".freeze,
15
244
  label: "about".freeze,
16
245
  type: "rdf:Property".freeze
17
246
  property :alternate,
18
- comment: %(Refers to a substitute for this context).freeze,
247
+ comment: "Refers to a substitute for this context".freeze,
19
248
  label: "alternate".freeze,
20
249
  type: "rdf:Property".freeze
21
250
  property :appendix,
22
- comment: %(Refers to an appendix.).freeze,
251
+ comment: "Refers to an appendix.".freeze,
23
252
  label: "appendix".freeze,
24
253
  type: "rdf:Property".freeze
25
254
  property :archives,
26
- comment: %(Refers to a collection of records, documents, or other
27
- materials of historical interest.).freeze,
255
+ comment: "Refers to a collection of records, documents, or other\n materials of historical interest.".freeze,
28
256
  label: "archives".freeze,
29
257
  type: "rdf:Property".freeze
30
258
  property :author,
31
- comment: %(Refers to the context's author.).freeze,
259
+ comment: "Refers to the context's author.".freeze,
32
260
  label: "author".freeze,
33
261
  type: "rdf:Property".freeze
34
262
  property :bookmark,
35
- comment: %(Gives a permanent link to use for bookmarking purposes.).freeze,
263
+ comment: "Gives a permanent link to use for bookmarking purposes.".freeze,
36
264
  label: "bookmark".freeze,
37
265
  type: "rdf:Property".freeze
38
266
  property :canonical,
39
- comment: %(Designates the preferred version of a resource \(the IRI and its contents\).).freeze,
267
+ comment: "Designates the preferred version of a resource (the IRI and its contents).".freeze,
40
268
  label: "canonical".freeze,
41
269
  type: "rdf:Property".freeze
42
270
  property :chapter,
43
- comment: %(Refers to a chapter in a collection of resources.).freeze,
271
+ comment: "Refers to a chapter in a collection of resources.".freeze,
44
272
  label: "chapter".freeze,
45
273
  type: "rdf:Property".freeze
46
274
  property :collection,
47
- comment: %(The target IRI points to a resource which represents the collection resource for the context IRI.).freeze,
275
+ comment: "The target IRI points to a resource which represents the collection resource for the context IRI.".freeze,
48
276
  label: "collection".freeze,
49
277
  type: "rdf:Property".freeze
50
278
  property :contents,
51
- comment: %(Refers to a table of contents.).freeze,
279
+ comment: "Refers to a table of contents.".freeze,
52
280
  label: "contents".freeze,
53
281
  type: "rdf:Property".freeze
54
282
  property :copyright,
55
- comment: %(Refers to a copyright statement that applies to the
56
- link's context.).freeze,
283
+ comment: "Refers to a copyright statement that applies to the\n link's context.".freeze,
57
284
  label: "copyright".freeze,
58
285
  type: "rdf:Property".freeze
59
286
  property :"create-form",
60
- comment: %(The target IRI points to a resource where a submission form can be obtained.).freeze,
287
+ comment: "The target IRI points to a resource where a submission form can be obtained.".freeze,
61
288
  label: "create-form".freeze,
62
289
  type: "rdf:Property".freeze
63
290
  property :current,
64
- comment: %(Refers to a resource containing the most recent
65
- item\(s\) in a collection of resources.).freeze,
291
+ comment: "Refers to a resource containing the most recent\n item(s) in a collection of resources.".freeze,
66
292
  label: "current".freeze,
67
293
  type: "rdf:Property".freeze
68
294
  property :derivedfrom,
69
- comment: %(The target IRI points to a resource from which this material was derived.).freeze,
295
+ comment: "The target IRI points to a resource from which this material was derived.".freeze,
70
296
  label: "derivedfrom".freeze,
71
297
  type: "rdf:Property".freeze
72
298
  property :describedby,
73
- comment: %(Refers to a resource providing information about the
74
- link's context.).freeze,
299
+ comment: "Refers to a resource providing information about the\n link's context.".freeze,
75
300
  label: "describedby".freeze,
76
301
  type: "rdf:Property".freeze
77
302
  property :describes,
78
- comment: %(The relationship A 'describes' B asserts that
79
- resource A provides a description of resource B. There are no
80
- constraints on the format or representation of either A or B,
81
- neither are there any further constraints on either resource.).freeze,
303
+ comment: "The relationship A 'describes' B asserts that\n resource A provides a description of resource B. There are no\n constraints on the format or representation of either A or B,\n neither are there any further constraints on either resource.".freeze,
82
304
  label: "describes".freeze,
83
305
  type: "rdf:Property".freeze
84
306
  property :disclosure,
85
- comment: %(Refers to a list of patent disclosures made with respect to material for which 'disclosure' relation is specified.).freeze,
307
+ comment: "Refers to a list of patent disclosures made with respect to material for which 'disclosure' relation is specified.".freeze,
86
308
  label: "disclosure".freeze,
87
309
  type: "rdf:Property".freeze
88
310
  property :duplicate,
89
- comment: %(Refers to a resource whose available representations
90
- are byte-for-byte identical with the corresponding representations of
91
- the context IRI.).freeze,
311
+ comment: "Refers to a resource whose available representations\n are byte-for-byte identical with the corresponding representations of\n the context IRI.".freeze,
92
312
  label: "duplicate".freeze,
93
313
  type: "rdf:Property".freeze
94
314
  property :edit,
95
- comment: %(Refers to a resource that can be used to edit the
96
- link's context.).freeze,
315
+ comment: "Refers to a resource that can be used to edit the\n link's context.".freeze,
97
316
  label: "edit".freeze,
98
317
  type: "rdf:Property".freeze
99
318
  property :"edit-form",
100
- comment: %(The target IRI points to a resource where a submission form for
101
- editing associated resource can be obtained.).freeze,
319
+ comment: "The target IRI points to a resource where a submission form for\n editing associated resource can be obtained.".freeze,
102
320
  label: "edit-form".freeze,
103
321
  type: "rdf:Property".freeze
104
322
  property :"edit-media",
105
- comment: %(Refers to a resource that can be used to edit media
106
- associated with the link's context.).freeze,
323
+ comment: "Refers to a resource that can be used to edit media\n associated with the link's context.".freeze,
107
324
  label: "edit-media".freeze,
108
325
  type: "rdf:Property".freeze
109
326
  property :enclosure,
110
- comment: %(Identifies a related resource that is potentially
111
- large and might require special handling.).freeze,
327
+ comment: "Identifies a related resource that is potentially\n large and might require special handling.".freeze,
112
328
  label: "enclosure".freeze,
113
329
  type: "rdf:Property".freeze
114
330
  property :first,
115
- comment: %(An IRI that refers to the furthest preceding resource
116
- in a series of resources.).freeze,
331
+ comment: "An IRI that refers to the furthest preceding resource\n in a series of resources.".freeze,
117
332
  label: "first".freeze,
118
333
  type: "rdf:Property".freeze
119
334
  property :glossary,
120
- comment: %(Refers to a glossary of terms.).freeze,
335
+ comment: "Refers to a glossary of terms.".freeze,
121
336
  label: "glossary".freeze,
122
337
  type: "rdf:Property".freeze
123
338
  property :help,
124
- comment: %(Refers to context-sensitive help.).freeze,
339
+ comment: "Refers to context-sensitive help.".freeze,
125
340
  label: "help".freeze,
126
341
  type: "rdf:Property".freeze
127
342
  property :hosts,
128
- comment: %(Refers to a resource hosted by the server indicated by
129
- the link context.).freeze,
343
+ comment: "Refers to a resource hosted by the server indicated by\n the link context.".freeze,
130
344
  label: "hosts".freeze,
131
345
  type: "rdf:Property".freeze
132
346
  property :hub,
133
- comment: %(Refers to a hub that enables registration for
134
- notification of updates to the context.).freeze,
347
+ comment: "Refers to a hub that enables registration for\n notification of updates to the context.".freeze,
135
348
  label: "hub".freeze,
136
349
  type: "rdf:Property".freeze
137
350
  property :icon,
138
- comment: %(Refers to an icon representing the link's context.).freeze,
351
+ comment: "Refers to an icon representing the link's context.".freeze,
139
352
  label: "icon".freeze,
140
353
  type: "rdf:Property".freeze
141
354
  property :index,
142
- comment: %(Refers to an index.).freeze,
355
+ comment: "Refers to an index.".freeze,
143
356
  label: "index".freeze,
144
357
  type: "rdf:Property".freeze
145
358
  property :item,
146
- comment: %(The target IRI points to a resource that is a member of the collection represented by the context IRI.).freeze,
359
+ comment: "The target IRI points to a resource that is a member of the collection represented by the context IRI.".freeze,
147
360
  label: "item".freeze,
148
361
  type: "rdf:Property".freeze
149
362
  property :last,
150
- comment: %(An IRI that refers to the furthest following resource
151
- in a series of resources.).freeze,
363
+ comment: "An IRI that refers to the furthest following resource\n in a series of resources.".freeze,
152
364
  label: "last".freeze,
153
365
  type: "rdf:Property".freeze
154
366
  property :"latest-version",
155
- comment: %(Points to a resource containing the latest \(e.g.,
156
- current\) version of the context.).freeze,
367
+ comment: "Points to a resource containing the latest (e.g.,\n current) version of the context.".freeze,
157
368
  label: "latest-version".freeze,
158
369
  type: "rdf:Property".freeze
159
370
  property :license,
160
- comment: %(Refers to a license associated with this context.).freeze,
371
+ comment: "Refers to a license associated with this context.".freeze,
161
372
  label: "license".freeze,
162
373
  type: "rdf:Property".freeze
163
374
  property :lrdd,
164
- comment: %(Refers to further information about the link's context,
165
- expressed as a LRDD \("Link-based Resource Descriptor Document"\)
166
- resource. See [RFC6415] for information about
167
- processing this relation type in host-meta documents. When used
168
- elsewhere, it refers to additional links and other metadata.
169
- Multiple instances indicate additional LRDD resources. LRDD
170
- resources MUST have an "application/xrd+xml" representation, and
171
- MAY have others.).freeze,
375
+ comment: "Refers to further information about the link's context,\n expressed as a LRDD (\"Link-based Resource Descriptor Document\")\n resource. See [RFC6415] for information about\n processing this relation type in host-meta documents. When used\n elsewhere, it refers to additional links and other metadata.\n Multiple instances indicate additional LRDD resources. LRDD\n resources MUST have an \"application/xrd+xml\" representation, and\n MAY have others.".freeze,
172
376
  label: "lrdd".freeze,
173
377
  type: "rdf:Property".freeze
174
378
  property :memento,
175
- comment: %(The Target IRI points to a Memento, a fixed resource that will not change state anymore.).freeze,
379
+ comment: "The Target IRI points to a Memento, a fixed resource that will not change state anymore.".freeze,
176
380
  label: "memento".freeze,
177
381
  type: "rdf:Property".freeze
178
382
  property :monitor,
179
- comment: %(Refers to a resource that can be used to monitor changes in an HTTP resource.).freeze,
383
+ comment: "Refers to a resource that can be used to monitor changes in an HTTP resource.".freeze,
180
384
  label: "monitor".freeze,
181
385
  type: "rdf:Property".freeze
182
386
  property :"monitor-group",
183
- comment: %(Refers to a resource that can be used to monitor changes in a specified group of HTTP resources.).freeze,
387
+ comment: "Refers to a resource that can be used to monitor changes in a specified group of HTTP resources.".freeze,
184
388
  label: "monitor-group".freeze,
185
389
  type: "rdf:Property".freeze
186
390
  property :next,
187
- comment: %(Indicates that the link's context is a part of a series, and
188
- that the next in the series is the link target.).freeze,
391
+ comment: "Indicates that the link's context is a part of a series, and\n that the next in the series is the link target.".freeze,
189
392
  label: "next".freeze,
190
393
  type: "rdf:Property".freeze
191
394
  property :"next-archive",
192
- comment: %(Refers to the immediately following archive resource.).freeze,
395
+ comment: "Refers to the immediately following archive resource.".freeze,
193
396
  label: "next-archive".freeze,
194
397
  type: "rdf:Property".freeze
195
398
  property :nofollow,
196
- comment: %(Indicates that the context’s original author or publisher does not endorse the link target.).freeze,
399
+ comment: "Indicates that the context’s original author or publisher does not endorse the link target.".freeze,
197
400
  label: "nofollow".freeze,
198
401
  type: "rdf:Property".freeze
199
402
  property :noreferrer,
200
- comment: %(Indicates that no referrer information is to be leaked when following the link.).freeze,
403
+ comment: "Indicates that no referrer information is to be leaked when following the link.".freeze,
201
404
  label: "noreferrer".freeze,
202
405
  type: "rdf:Property".freeze
203
406
  property :original,
204
- comment: %(The Target IRI points to an Original Resource.).freeze,
407
+ comment: "The Target IRI points to an Original Resource.".freeze,
205
408
  label: "original".freeze,
206
409
  type: "rdf:Property".freeze
207
410
  property :payment,
208
- comment: %(Indicates a resource where payment is accepted.).freeze,
411
+ comment: "Indicates a resource where payment is accepted.".freeze,
209
412
  label: "payment".freeze,
210
413
  type: "rdf:Property".freeze
211
414
  property :"predecessor-version",
212
- comment: %(Points to a resource containing the predecessor
213
- version in the version history.).freeze,
415
+ comment: "Points to a resource containing the predecessor\n version in the version history.".freeze,
214
416
  label: "predecessor-version".freeze,
215
417
  type: "rdf:Property".freeze
216
418
  property :prefetch,
217
- comment: %(Indicates that the link target should be preemptively cached.).freeze,
419
+ comment: "Indicates that the link target should be preemptively cached.".freeze,
218
420
  label: "prefetch".freeze,
219
421
  type: "rdf:Property".freeze
220
422
  property :prev,
221
- comment: %(Indicates that the link's context is a part of a series, and
222
- that the previous in the series is the link target.).freeze,
423
+ comment: "Indicates that the link's context is a part of a series, and\n that the previous in the series is the link target.".freeze,
223
424
  label: "prev".freeze,
224
425
  type: "rdf:Property".freeze
225
426
  property :"prev-archive",
226
- comment: %(Refers to the immediately preceding archive resource.).freeze,
427
+ comment: "Refers to the immediately preceding archive resource.".freeze,
227
428
  label: "prev-archive".freeze,
228
429
  type: "rdf:Property".freeze
229
430
  property :preview,
230
- comment: %(Refers to a resource that provides a preview of the link's context.).freeze,
431
+ comment: "Refers to a resource that provides a preview of the link's context.".freeze,
231
432
  label: "preview".freeze,
232
433
  type: "rdf:Property".freeze
233
434
  property :previous,
234
- comment: %(Refers to the previous resource in an ordered series
235
- of resources. Synonym for "prev".).freeze,
435
+ comment: "Refers to the previous resource in an ordered series\n of resources. Synonym for \"prev\".".freeze,
236
436
  label: "previous".freeze,
237
437
  type: "rdf:Property".freeze
238
438
  property :"privacy-policy",
239
- comment: %(Refers to a privacy policy associated with the link's context.).freeze,
439
+ comment: "Refers to a privacy policy associated with the link's context.".freeze,
240
440
  label: "privacy-policy".freeze,
241
441
  type: "rdf:Property".freeze
242
442
  property :profile,
243
- comment: %(Identifying that a resource representation conforms
244
- to a certain profile, without affecting the non-profile semantics
245
- of the resource representation.).freeze,
443
+ comment: "Identifying that a resource representation conforms\nto a certain profile, without affecting the non-profile semantics\nof the resource representation.".freeze,
246
444
  label: "profile".freeze,
247
445
  type: "rdf:Property".freeze
248
446
  property :related,
249
- comment: %(Identifies a related resource.).freeze,
447
+ comment: "Identifies a related resource.".freeze,
250
448
  label: "related".freeze,
251
449
  type: "rdf:Property".freeze
252
450
  property :replies,
253
- comment: %(Identifies a resource that is a reply to the context
254
- of the link.).freeze,
451
+ comment: "Identifies a resource that is a reply to the context\n of the link.".freeze,
255
452
  label: "replies".freeze,
256
453
  type: "rdf:Property".freeze
257
454
  property :search,
258
- comment: %(Refers to a resource that can be used to search through
259
- the link's context and related resources.).freeze,
455
+ comment: "Refers to a resource that can be used to search through\n the link's context and related resources.".freeze,
260
456
  label: "search".freeze,
261
457
  type: "rdf:Property".freeze
262
458
  property :section,
263
- comment: %(Refers to a section in a collection of resources.).freeze,
459
+ comment: "Refers to a section in a collection of resources.".freeze,
264
460
  label: "section".freeze,
265
461
  type: "rdf:Property".freeze
266
462
  property :self,
267
- comment: %(Conveys an identifier for the link's context.).freeze,
463
+ comment: "Conveys an identifier for the link's context.".freeze,
268
464
  label: "self".freeze,
269
465
  type: "rdf:Property".freeze
270
466
  property :service,
271
- comment: %(Indicates a URI that can be used to retrieve a
272
- service document.).freeze,
467
+ comment: "Indicates a URI that can be used to retrieve a\n service document.".freeze,
273
468
  label: "service".freeze,
274
469
  type: "rdf:Property".freeze
275
470
  property :start,
276
- comment: %(Refers to the first resource in a collection of
277
- resources.).freeze,
471
+ comment: "Refers to the first resource in a collection of\n resources.".freeze,
278
472
  label: "start".freeze,
279
473
  type: "rdf:Property".freeze
280
474
  property :stylesheet,
281
- comment: %(Refers to a stylesheet.).freeze,
475
+ comment: "Refers to a stylesheet.".freeze,
282
476
  label: "stylesheet".freeze,
283
477
  type: "rdf:Property".freeze
284
478
  property :subsection,
285
- comment: %(Refers to a resource serving as a subsection in a
286
- collection of resources.).freeze,
479
+ comment: "Refers to a resource serving as a subsection in a\n collection of resources.".freeze,
287
480
  label: "subsection".freeze,
288
481
  type: "rdf:Property".freeze
289
482
  property :"successor-version",
290
- comment: %(Points to a resource containing the successor version
291
- in the version history.).freeze,
483
+ comment: "Points to a resource containing the successor version\n in the version history.".freeze,
292
484
  label: "successor-version".freeze,
293
485
  type: "rdf:Property".freeze
294
486
  property :tag,
295
- comment: %(Gives a tag \(identified by the given address\) that applies to
296
- the current document.).freeze,
487
+ comment: "Gives a tag (identified by the given address) that applies to\n the current document.".freeze,
297
488
  label: "tag".freeze,
298
489
  type: "rdf:Property".freeze
299
490
  property :"terms-of-service",
300
- comment: %(Refers to the terms of service associated with the link's context.).freeze,
491
+ comment: "Refers to the terms of service associated with the link's context.".freeze,
301
492
  label: "terms-of-service".freeze,
302
493
  type: "rdf:Property".freeze
303
494
  property :timegate,
304
- comment: %(The Target IRI points to a TimeGate for an Original Resource.).freeze,
495
+ comment: "The Target IRI points to a TimeGate for an Original Resource.".freeze,
305
496
  label: "timegate".freeze,
306
497
  type: "rdf:Property".freeze
307
498
  property :timemap,
308
- comment: %(The Target IRI points to a TimeMap for an Original Resource.).freeze,
499
+ comment: "The Target IRI points to a TimeMap for an Original Resource.".freeze,
309
500
  label: "timemap".freeze,
310
501
  type: "rdf:Property".freeze
311
502
  property :type,
312
- comment: %(Refers to a resource identifying the abstract semantic type of which the link's context is considered to be an instance.).freeze,
503
+ comment: "Refers to a resource identifying the abstract semantic type of which the link's context is considered to be an instance.".freeze,
313
504
  label: "type".freeze,
314
505
  type: "rdf:Property".freeze
315
506
  property :up,
316
- comment: %(Refers to a parent document in a hierarchy of
317
- documents.).freeze,
507
+ comment: "Refers to a parent document in a hierarchy of\n documents.".freeze,
318
508
  label: "up".freeze,
319
509
  type: "rdf:Property".freeze
320
510
  property :"version-history",
321
- comment: %(Points to a resource containing the version history
322
- for the context.).freeze,
511
+ comment: "Points to a resource containing the version history\n for the context.".freeze,
323
512
  label: "version-history".freeze,
324
513
  type: "rdf:Property".freeze
325
514
  property :via,
326
- comment: %(Identifies a resource that is the source of the
327
- information in the link's context.).freeze,
515
+ comment: "Identifies a resource that is the source of the\n information in the link's context.".freeze,
328
516
  label: "via".freeze,
329
517
  type: "rdf:Property".freeze
330
518
  property :"working-copy",
331
- comment: %(Points to a working copy for this resource.).freeze,
519
+ comment: "Points to a working copy for this resource.".freeze,
332
520
  label: "working-copy".freeze,
333
521
  type: "rdf:Property".freeze
334
522
  property :"working-copy-of",
335
- comment: %(Points to the versioned resource from which this
336
- working copy was obtained.).freeze,
523
+ comment: "Points to the versioned resource from which this\n working copy was obtained.".freeze,
337
524
  label: "working-copy-of".freeze,
338
525
  type: "rdf:Property".freeze
339
526
  end