rdf-vocab 3.1.7 → 3.1.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -3
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab.rb +33 -8
  5. data/lib/rdf/vocab/acl.rb +67 -194
  6. data/lib/rdf/vocab/as.rb +471 -984
  7. data/lib/rdf/vocab/bf2.rb +1714 -3034
  8. data/lib/rdf/vocab/bibframe.rb +2270 -1840
  9. data/lib/rdf/vocab/bibo.rb +696 -1201
  10. data/lib/rdf/vocab/cc.rb +75 -214
  11. data/lib/rdf/vocab/cert.rb +90 -268
  12. data/lib/rdf/vocab/cnt.rb +70 -152
  13. data/lib/rdf/vocab/crm.rb +1420 -3261
  14. data/lib/rdf/vocab/datacite.rb +161 -161
  15. data/lib/rdf/vocab/dbo.rb +3901 -14146
  16. data/lib/rdf/vocab/dc.rb +556 -898
  17. data/lib/rdf/vocab/dc11.rb +92 -158
  18. data/lib/rdf/vocab/dcat.rb +300 -466
  19. data/lib/rdf/vocab/dcmitype.rb +77 -131
  20. data/lib/rdf/vocab/disco.rb +228 -459
  21. data/lib/rdf/vocab/doap.rb +250 -430
  22. data/lib/rdf/vocab/dwc.rb +1639 -2395
  23. data/lib/rdf/vocab/earl.rb +105 -243
  24. data/lib/rdf/vocab/ebucore.rb +3957 -8695
  25. data/lib/rdf/vocab/edm.rb +211 -426
  26. data/lib/rdf/vocab/exif.rb +614 -1268
  27. data/lib/rdf/vocab/extensions.rb +3 -3
  28. data/lib/rdf/vocab/fcrepo4.rb +268 -648
  29. data/lib/rdf/vocab/foaf.rb +448 -756
  30. data/lib/rdf/vocab/geo.rb +24 -167
  31. data/lib/rdf/vocab/geojson.rb +32 -101
  32. data/lib/rdf/vocab/geonames.rb +2915 -3092
  33. data/lib/rdf/vocab/gr.rb +716 -1991
  34. data/lib/rdf/vocab/gs1.rb +3780 -5380
  35. data/lib/rdf/vocab/ht.rb +133 -300
  36. data/lib/rdf/vocab/hydra.rb +298 -511
  37. data/lib/rdf/vocab/iana.rb +142 -417
  38. data/lib/rdf/vocab/ical.rb +532 -1045
  39. data/lib/rdf/vocab/identifiers.rb +215 -1019
  40. data/lib/rdf/vocab/iiif.rb +106 -245
  41. data/lib/rdf/vocab/jsonld.rb +163 -323
  42. data/lib/rdf/vocab/ldp.rb +161 -294
  43. data/lib/rdf/vocab/lrmi.rb +175 -199
  44. data/lib/rdf/vocab/ma.rb +312 -702
  45. data/lib/rdf/vocab/mads.rb +516 -1113
  46. data/lib/rdf/vocab/marcrelators.rb +540 -1351
  47. data/lib/rdf/vocab/mo.rb +1579 -2844
  48. data/lib/rdf/vocab/mods.rb +503 -1026
  49. data/lib/rdf/vocab/nfo.rb +311 -315
  50. data/lib/rdf/vocab/oa.rb +264 -546
  51. data/lib/rdf/vocab/og.rb +158 -239
  52. data/lib/rdf/vocab/ogc.rb +33 -70
  53. data/lib/rdf/vocab/ore.rb +64 -123
  54. data/lib/rdf/vocab/org.rb +226 -422
  55. data/lib/rdf/vocab/pcdm.rb +61 -133
  56. data/lib/rdf/vocab/pplan.rb +16 -202
  57. data/lib/rdf/vocab/premis.rb +793 -2039
  58. data/lib/rdf/vocab/premiseventtype.rb +115 -273
  59. data/lib/rdf/vocab/prov.rb +1077 -1724
  60. data/lib/rdf/vocab/ptr.rb +111 -254
  61. data/lib/rdf/vocab/rdau.rb +10506 -0
  62. data/lib/rdf/vocab/rightsstatements.rb +102 -110
  63. data/lib/rdf/vocab/rsa.rb +37 -89
  64. data/lib/rdf/vocab/rss.rb +34 -79
  65. data/lib/rdf/vocab/schema.rb +11734 -22244
  66. data/lib/rdf/vocab/schemas.rb +16870 -0
  67. data/lib/rdf/vocab/sd.rb +123 -280
  68. data/lib/rdf/vocab/sh.rb +912 -1651
  69. data/lib/rdf/vocab/sioc.rb +513 -917
  70. data/lib/rdf/vocab/siocservices.rb +39 -80
  71. data/lib/rdf/vocab/sioctypes.rb +183 -344
  72. data/lib/rdf/vocab/skos.rb +136 -260
  73. data/lib/rdf/vocab/skosxl.rb +36 -69
  74. data/lib/rdf/vocab/v.rb +231 -529
  75. data/lib/rdf/vocab/vcard.rb +407 -1038
  76. data/lib/rdf/vocab/vmd.rb +231 -529
  77. data/lib/rdf/vocab/void.rb +112 -236
  78. data/lib/rdf/vocab/vs.rb +20 -42
  79. data/lib/rdf/vocab/wdrs.rb +65 -158
  80. data/lib/rdf/vocab/wot.rb +113 -194
  81. data/lib/rdf/vocab/xhtml.rb +2 -7
  82. data/lib/rdf/vocab/xhv.rb +206 -663
  83. data/lib/rdf/vocab/xkos.rb +122 -275
  84. data/spec/extensions_spec.rb +1 -1
  85. data/spec/spec_helper.rb +13 -0
  86. metadata +72 -24
@@ -3,16 +3,11 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://www.w3.org/1999/xhtml#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
- # @!parse
7
- # # Vocabulary for <http://www.w3.org/1999/xhtml#>
8
- # #
9
- # class XHTML < RDF::Vocabulary
10
- # end
11
6
  XHTML = Class.new(RDF::Vocabulary("http://www.w3.org/1999/xhtml#")) do
12
7
 
13
8
  # Ontology definition
14
9
  ontology :"http://www.w3.org/1999/xhtml#",
15
- "http://www.w3.org/2003/g/data-view#namespaceTransformation": "http://www.w3.org/2008/07/rdfa-xslt".freeze,
16
- "xhv:stylesheet": "http://www.w3.org/StyleSheets/TR/base".freeze
10
+ "http://www.w3.org/1999/xhtml/vocab#stylesheet": "http://www.w3.org/StyleSheets/TR/base".freeze,
11
+ "http://www.w3.org/2003/g/data-view#namespaceTransformation": "http://www.w3.org/2008/07/rdfa-xslt".freeze
17
12
  end
18
13
  end
data/lib/rdf/vocab/xhv.rb CHANGED
@@ -3,762 +3,305 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://www.w3.org/1999/xhtml/vocab#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
- # @!parse
7
- # # Vocabulary for <http://www.w3.org/1999/xhtml/vocab#>
8
- # #
9
- # class XHV < RDF::Vocabulary
10
- # # A message with important, and usually time-sensitive, information. Also see alertdialog and status.
11
- # # @return [RDF::Vocabulary::Term]
12
- # attr_reader :alert
13
- #
14
- # # A type of dialog that contains an alert message, where initial focus goes to the dialog or an element within it. Also see alert and dialog.
15
- # # @return [RDF::Vocabulary::Term]
16
- # attr_reader :alertdialog
17
- #
18
- # # alternate designates alternate versions for a resource.
19
- # # @return [RDF::Vocabulary::Term]
20
- # attr_reader :alternate
21
- #
22
- # # appendix refers to a resource serving as an appendix in a collection.
23
- # # @return [RDF::Vocabulary::Term]
24
- # attr_reader :appendix
25
- #
26
- # # A region declared as a web application, as opposed to a web document.
27
- # # @return [RDF::Vocabulary::Term]
28
- # attr_reader :application
29
- #
30
- # # A section of a page consisting of an independent part of a document, page, or site.
31
- # # @return [RDF::Vocabulary::Term]
32
- # attr_reader :article
33
- #
34
- # # banner contains the prime heading or internal title of a page.
35
- # # @return [RDF::Vocabulary::Term]
36
- # attr_reader :banner
37
- #
38
- # # bookmark refers to a bookmark - a link to a key entry point within an extended document.
39
- # # @return [RDF::Vocabulary::Term]
40
- # attr_reader :bookmark
41
- #
42
- # # An input that allows for user-triggered actions when clicked or pressed.
43
- # # @return [RDF::Vocabulary::Term]
44
- # attr_reader :button
45
- #
46
- # # chapter refers to a resource serving as a chapter in a collction.
47
- # # @return [RDF::Vocabulary::Term]
48
- # attr_reader :chapter
49
- #
50
- # # An checkable input that has three possible values: true, false, or mixed.
51
- # # @return [RDF::Vocabulary::Term]
52
- # attr_reader :checkbox
53
- #
54
- # # cite refers to a resource that defines a citation.
55
- # # @return [RDF::Vocabulary::Term]
56
- # attr_reader :cite
57
- #
58
- # # A cell containing header information for a column.
59
- # # @return [RDF::Vocabulary::Term]
60
- # attr_reader :columnheader
61
- #
62
- # # A presentation of a select; usually similar to a textbox where users can type ahead to select an option, or type to enter arbitrary text as a new item in the list.
63
- # # @return [RDF::Vocabulary::Term]
64
- # attr_reader :combobox
65
- #
66
- # # secondary indicates that the section supports but is separable from the main content of resource.
67
- # # @return [RDF::Vocabulary::Term]
68
- # attr_reader :complementary
69
- #
70
- # # contentinfo has meta information about the content on the page or the page as a whole.
71
- # # @return [RDF::Vocabulary::Term]
72
- # attr_reader :contentinfo
73
- #
74
- # # contents refers to a resource serving as a table of contents.
75
- # # @return [RDF::Vocabulary::Term]
76
- # attr_reader :contents
77
- #
78
- # # copyright refers to a copyright statement for the resource.
79
- # # @return [RDF::Vocabulary::Term]
80
- # attr_reader :copyright
81
- #
82
- # # definition indicates the definition of a term or concept.
83
- # # @return [RDF::Vocabulary::Term]
84
- # attr_reader :definition
85
- #
86
- # # A dialog is an application window that is designed to interrupt the current processing of an application in order to prompt the user to enter information or require a response. Also see alertdialog.
87
- # # @return [RDF::Vocabulary::Term]
88
- # attr_reader :dialog
89
- #
90
- # # A list of references to members of a group, such as a static table of contents.
91
- # # @return [RDF::Vocabulary::Term]
92
- # attr_reader :directory
93
- #
94
- # # A region containing related information that is declared as document content, as opposed to a web application.
95
- # # @return [RDF::Vocabulary::Term]
96
- # attr_reader :document
97
- #
98
- # # first refers the first item in a collection (see also start and top).
99
- # # @return [RDF::Vocabulary::Term]
100
- # attr_reader :first
101
- #
102
- # # glossary refers to a resource providing a glossary of terms.
103
- # # @return [RDF::Vocabulary::Term]
104
- # attr_reader :glossary
105
- #
106
- # # A grid contains cells of tabular data arranged in rows and columns, like a table.
107
- # # @return [RDF::Vocabulary::Term]
108
- # attr_reader :grid
109
- #
110
- # # A cell in a grid or treegrid.
111
- # # @return [RDF::Vocabulary::Term]
112
- # attr_reader :gridcell
113
- #
114
- # # A set of user interface objects which would not be included in a page summary or table of contents by an assistive technology.
115
- # # @return [RDF::Vocabulary::Term]
116
- # attr_reader :group
117
- #
118
- # # A heading for a section of the page.
119
- # # @return [RDF::Vocabulary::Term]
120
- # attr_reader :heading
121
- #
122
- # # help refers to a resource offering help.
123
- # # @return [RDF::Vocabulary::Term]
124
- # attr_reader :help
125
- #
126
- # # icon refers to a resource that represents an icon.
127
- # # @return [RDF::Vocabulary::Term]
128
- # attr_reader :icon
129
- #
130
- # # A container for a collection of elements that form an image.
131
- # # @return [RDF::Vocabulary::Term]
132
- # attr_reader :img
133
- #
134
- # # index refers to a resource providing an index.
135
- # # @return [RDF::Vocabulary::Term]
136
- # attr_reader :index
137
- #
138
- # # itsRules indicates that the designated resource is an [ITS] rule set.
139
- # # @return [RDF::Vocabulary::Term]
140
- # attr_reader :itsRules
141
- #
142
- # # last refers to the last resource in a collection of resources.
143
- # # @return [RDF::Vocabulary::Term]
144
- # attr_reader :last
145
- #
146
- # # license refers to a resource that defines the associated license.
147
- # # @return [RDF::Vocabulary::Term]
148
- # attr_reader :license
149
- #
150
- # # An interactive reference to an internal or external resource.
151
- # # @return [RDF::Vocabulary::Term]
152
- # attr_reader :link
153
- #
154
- # # A group of non-interactive list items.
155
- # # @return [RDF::Vocabulary::Term]
156
- # attr_reader :list
157
- #
158
- # # A widget that allows the user to select one or more items from a list of choices.
159
- # # @return [RDF::Vocabulary::Term]
160
- # attr_reader :listbox
161
- #
162
- # # A single item in a list, listbox, or directory.
163
- # # @return [RDF::Vocabulary::Term]
164
- # attr_reader :listitem
165
- #
166
- # # A type of live region where new information is added in meaningful order and old information may disappear. Also see marquee.
167
- # # @return [RDF::Vocabulary::Term]
168
- # attr_reader :log
169
- #
170
- # # main acts as the main content of the document.
171
- # # @return [RDF::Vocabulary::Term]
172
- # attr_reader :main
173
- #
174
- # # A type of live region where non-essential information changes frequently. Also see log.
175
- # # @return [RDF::Vocabulary::Term]
176
- # attr_reader :marquee
177
- #
178
- # # An element that represents a mathematical expression.
179
- # # @return [RDF::Vocabulary::Term]
180
- # attr_reader :math
181
- #
182
- # # A type of widget that offers a list of choices to the user.
183
- # # @return [RDF::Vocabulary::Term]
184
- # attr_reader :menu
185
- #
186
- # # A presentation of menu that usually remains visible and is usually presented horizontally.
187
- # # @return [RDF::Vocabulary::Term]
188
- # attr_reader :menubar
189
- #
190
- # # An option in a group of choices contained by a menu or menubar.
191
- # # @return [RDF::Vocabulary::Term]
192
- # attr_reader :menuitem
193
- #
194
- # # A checkable menuitem that has three possible values: true, false, or mixed.
195
- # # @return [RDF::Vocabulary::Term]
196
- # attr_reader :menuitemcheckbox
197
- #
198
- # # A checkable menuitem in a group of menuitemradio roles, only one of which can be checked at a time.
199
- # # @return [RDF::Vocabulary::Term]
200
- # attr_reader :menuitemradio
201
- #
202
- # # meta refers to a resource that provides metadata.
203
- # # @return [RDF::Vocabulary::Term]
204
- # attr_reader :meta
205
- #
206
- # # navigation indicates a collection of items suitable for navigating the document or related documents.
207
- # # @return [RDF::Vocabulary::Term]
208
- # attr_reader :navigation
209
- #
210
- # # next refers to the next resource (after the current one) in an ordered collection of resources.
211
- # # @return [RDF::Vocabulary::Term]
212
- # attr_reader :next
213
- #
214
- # # note indicates the content is parenthetic or ancillary to the main content of the resource.
215
- # # @return [RDF::Vocabulary::Term]
216
- # attr_reader :note
217
- #
218
- # # A selectable item in a select list.
219
- # # @return [RDF::Vocabulary::Term]
220
- # attr_reader :option
221
- #
222
- # # p3pv1 refers to a P3P Policy Reference File [P3P].
223
- # # @return [RDF::Vocabulary::Term]
224
- # attr_reader :p3pv1
225
- #
226
- # # An element whose role is presentational and does not need to be mapped to the accessibility API.
227
- # # @return [RDF::Vocabulary::Term]
228
- # attr_reader :presentation
229
- #
230
- # # prev refers to a previous resource (before the current one) in an ordered collection of resources.
231
- # # @return [RDF::Vocabulary::Term]
232
- # attr_reader :prev
233
- #
234
- # # An element that displays the progress status for tasks that take a long time.
235
- # # @return [RDF::Vocabulary::Term]
236
- # attr_reader :progressbar
237
- #
238
- # # A checkable input in a group of radio roles, only one of which can be checked at a time.
239
- # # @return [RDF::Vocabulary::Term]
240
- # attr_reader :radio
241
- #
242
- # # A group of radio buttons.
243
- # # @return [RDF::Vocabulary::Term]
244
- # attr_reader :radiogroup
245
- #
246
- # # A large perceivable section of a web page or document, that the author feels should be included in a summary of page features.
247
- # # @return [RDF::Vocabulary::Term]
248
- # attr_reader :region
249
- #
250
- # # role indicates the purpose of the resource. See the XHTML Role Vocabulary for roles in this vocabulary space, and XHTMLROLE for information on extending the collection of roles.
251
- # # @return [RDF::Vocabulary::Term]
252
- # attr_reader :role
253
- #
254
- # # A row of cells in a grid.
255
- # # @return [RDF::Vocabulary::Term]
256
- # attr_reader :row
257
- #
258
- # # A cell containing header information for a row in a grid.
259
- # # @return [RDF::Vocabulary::Term]
260
- # attr_reader :rowheader
261
- #
262
- # # search indicates that the section provides a search facility.
263
- # # @return [RDF::Vocabulary::Term]
264
- # attr_reader :search
265
- #
266
- # # section refers to a resource serving as a section in a collection.
267
- # # @return [RDF::Vocabulary::Term]
268
- # attr_reader :section
269
- #
270
- # # A divider that separates and distinguishes sections of content or groups of menuitems.
271
- # # @return [RDF::Vocabulary::Term]
272
- # attr_reader :separator
273
- #
274
- # # A user input where the user selects a value from within a given range.
275
- # # @return [RDF::Vocabulary::Term]
276
- # attr_reader :slider
277
- #
278
- # # A form of range that expects a user to select from amongst discrete choices.
279
- # # @return [RDF::Vocabulary::Term]
280
- # attr_reader :spinbutton
281
- #
282
- # # start refers to the first resource in a collection of resources.
283
- # # @return [RDF::Vocabulary::Term]
284
- # attr_reader :start
285
- #
286
- # # A container whose content is advisory information for the user but is not important enough to justify an alert. Also see alert.
287
- # # @return [RDF::Vocabulary::Term]
288
- # attr_reader :status
289
- #
290
- # # stylesheet refers to a resource serving as a stylesheet for a resource.
291
- # # @return [RDF::Vocabulary::Term]
292
- # attr_reader :stylesheet
293
- #
294
- # # subsection refers to a resource serving as a subsection in a collection.
295
- # # @return [RDF::Vocabulary::Term]
296
- # attr_reader :subsection
297
- #
298
- # # A header for a tabpanel.
299
- # # @return [RDF::Vocabulary::Term]
300
- # attr_reader :tab
301
- #
302
- # # A list of tab elements, which are references to tabpanel elements.
303
- # # @return [RDF::Vocabulary::Term]
304
- # attr_reader :tablist
305
- #
306
- # # A container for the resources associated with a tab.
307
- # # @return [RDF::Vocabulary::Term]
308
- # attr_reader :tabpanel
309
- #
310
- # # Input that allows free-form text as their value.
311
- # # @return [RDF::Vocabulary::Term]
312
- # attr_reader :textbox
313
- #
314
- # # A numerical counter which indicates an amount of elapsed time from a start point, or the time remaining until an end point.
315
- # # @return [RDF::Vocabulary::Term]
316
- # attr_reader :timer
317
- #
318
- # # A collection of commonly used function buttons represented in compact visual form.
319
- # # @return [RDF::Vocabulary::Term]
320
- # attr_reader :toolbar
321
- #
322
- # # A contextual popup that displays a description for an element in a mouse hover or keyboard focused state. Supplement to the normal tooltip processing of the user agent.
323
- # # @return [RDF::Vocabulary::Term]
324
- # attr_reader :tooltip
325
- #
326
- # # top is a synonym for start.
327
- # # @return [RDF::Vocabulary::Term]
328
- # attr_reader :top
329
- #
330
- # # A type of list that may contain sub-level nested groups that can be collapsed and expanded.
331
- # # @return [RDF::Vocabulary::Term]
332
- # attr_reader :tree
333
- #
334
- # # A grid whose rows can be expanded and collapsed in the same manner as for a tree.
335
- # # @return [RDF::Vocabulary::Term]
336
- # attr_reader :treegrid
337
- #
338
- # # An option item of a tree. This is an element within a tree that may be expanded or collapsed if it contains a sub-level group of treeitems.
339
- # # @return [RDF::Vocabulary::Term]
340
- # attr_reader :treeitem
341
- #
342
- # # up refers to a resource "above" in a hierarchically structured set.
343
- # # @return [RDF::Vocabulary::Term]
344
- # attr_reader :up
345
- #
346
- # end
347
6
  XHV = Class.new(RDF::Vocabulary("http://www.w3.org/1999/xhtml/vocab#")) do
348
7
 
349
8
  # Ontology definition
350
9
  ontology :"http://www.w3.org/1999/xhtml/vocab#",
351
- "xhv:stylesheet": "http://www.w3.org/StyleSheets/TR/base.css".freeze
10
+ "http://www.w3.org/1999/xhtml/vocab#stylesheet": "http://www.w3.org/StyleSheets/TR/base.css".freeze
352
11
 
353
12
  # Property definitions
354
13
  property :alert,
355
- comment: %(A message
356
- with important, and usually time-sensitive, information. Also see
357
- alertdialog and status.).freeze,
358
- type: "rdf:Property".freeze
14
+ comment: "A message\n with important, and usually time-sensitive, information. Also see\n alertdialog and status.".freeze,
15
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
359
16
  property :alertdialog,
360
- comment: %(A
361
- type of dialog that contains an alert message, where initial focus goes
362
- to the dialog or an element within it. Also see alert and dialog.).freeze,
363
- type: "rdf:Property".freeze
17
+ comment: "A\n type of dialog that contains an alert message, where initial focus goes\n to the dialog or an element within it. Also see alert and dialog.".freeze,
18
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
364
19
  property :alternate,
365
- comment: %(alternate designates alternate
366
- versions for a resource.).freeze,
367
- "rdfs:member": "xhv:relrev-properties".freeze,
368
- type: "rdf:Property".freeze
20
+ comment: "alternate designates alternate\n versions for a resource.".freeze,
21
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
22
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
369
23
  property :appendix,
370
- comment: %(appendix refers to a resource serving
371
- as an appendix in a collection. ).freeze,
372
- "rdfs:member": "xhv:relrev-properties".freeze,
373
- type: "rdf:Property".freeze
24
+ comment: "appendix refers to a resource serving\n as an appendix in a collection. ".freeze,
25
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
26
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
374
27
  property :application,
375
- comment: %(A
376
- region declared as a web application, as opposed to a web document.).freeze,
377
- type: "rdf:Property".freeze
28
+ comment: "A\n region declared as a web application, as opposed to a web document.".freeze,
29
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
378
30
  property :article,
379
- comment: %(A
380
- section of a page consisting of an independent part of a document, page,
381
- or site.).freeze,
382
- type: "rdf:Property".freeze
31
+ comment: "A\n section of a page consisting of an independent part of a document, page,\n or site.".freeze,
32
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
383
33
  property :banner,
384
- comment: %(banner contains the prime heading or
385
- internal title of a page. ).freeze,
386
- "rdfs:member": "xhv:role-properties".freeze,
387
- type: "rdf:Property".freeze
34
+ comment: "banner contains the prime heading or\n internal title of a page. ".freeze,
35
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#role-properties".freeze,
36
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
388
37
  property :bookmark,
389
- comment: %(bookmark refers to a bookmark - a link
390
- to a key entry point within an extended document. ).freeze,
391
- "rdfs:member": "xhv:relrev-properties".freeze,
392
- type: "rdf:Property".freeze
38
+ comment: "bookmark refers to a bookmark - a link\n to a key entry point within an extended document. ".freeze,
39
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
40
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
393
41
  property :button,
394
- comment: %(An input
395
- that allows for user-triggered actions when clicked or pressed.).freeze,
396
- type: "rdf:Property".freeze
42
+ comment: "An input\n that allows for user-triggered actions when clicked or pressed.".freeze,
43
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
397
44
  property :chapter,
398
- comment: %(chapter refers to a resource serving
399
- as a chapter in a collction. ).freeze,
400
- "rdfs:member": "xhv:relrev-properties".freeze,
401
- type: "rdf:Property".freeze
45
+ comment: "chapter refers to a resource serving\n as a chapter in a collction. ".freeze,
46
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
47
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
402
48
  property :checkbox,
403
- comment: %(An
404
- checkable input that has three possible values: true, false, or
405
- mixed.).freeze,
406
- type: "rdf:Property".freeze
49
+ comment: "An\n checkable input that has three possible values: true, false, or\n mixed.".freeze,
50
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
407
51
  property :cite,
408
- comment: %(cite refers to a resource that defines
409
- a citation. ).freeze,
410
- "rdfs:member": "xhv:relrev-properties".freeze,
411
- type: "rdf:Property".freeze
52
+ comment: "cite refers to a resource that defines\n a citation. ".freeze,
53
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
54
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
412
55
  property :columnheader,
413
- comment: %(A
414
- cell containing header information for a column.).freeze,
415
- type: "rdf:Property".freeze
56
+ comment: "A\n cell containing header information for a column.".freeze,
57
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
416
58
  property :combobox,
417
- comment: %(A
418
- presentation of a select; usually similar to a textbox where users can
419
- type ahead to select an option, or type to enter arbitrary text as a new
420
- item in the list.).freeze,
421
- type: "rdf:Property".freeze
59
+ comment: "A\n presentation of a select; usually similar to a textbox where users can\n type ahead to select an option, or type to enter arbitrary text as a new\n item in the list.".freeze,
60
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
422
61
  property :complementary,
423
- comment: %(secondary indicates that the section
424
- supports but is separable from the main content of resource.).freeze,
425
- "rdfs:member": "xhv:role-properties".freeze,
426
- type: "rdf:Property".freeze
62
+ comment: "secondary indicates that the section\n supports but is separable from the main content of resource.".freeze,
63
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#role-properties".freeze,
64
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
427
65
  property :contentinfo,
428
- comment: %(contentinfo has meta information about
429
- the content on the page or the page as a whole.).freeze,
430
- "rdfs:member": "xhv:role-properties".freeze,
431
- type: "rdf:Property".freeze
66
+ comment: "contentinfo has meta information about\n the content on the page or the page as a whole.".freeze,
67
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#role-properties".freeze,
68
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
432
69
  property :contents,
433
- comment: %(contents refers to a resource serving
434
- as a table of contents. ).freeze,
435
- "rdfs:member": "xhv:relrev-properties".freeze,
436
- type: "rdf:Property".freeze
70
+ comment: "contents refers to a resource serving\n as a table of contents. ".freeze,
71
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
72
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
437
73
  property :copyright,
438
- comment: %(copyright refers to a copyright
439
- statement for the resource. ).freeze,
440
- "rdfs:member": "xhv:relrev-properties".freeze,
441
- type: "rdf:Property".freeze
74
+ comment: "copyright refers to a copyright\n statement for the resource. ".freeze,
75
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
76
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
442
77
  property :definition,
443
- comment: %(definition indicates the definition of
444
- a term or concept.).freeze,
445
- "rdfs:member": "xhv:role-properties".freeze,
446
- type: "rdf:Property".freeze
78
+ comment: "definition indicates the definition of\n a term or concept.".freeze,
79
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#role-properties".freeze,
80
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
447
81
  property :dialog,
448
- comment: %(A dialog
449
- is an application window that is designed to interrupt the current
450
- processing of an application in order to prompt the user to enter
451
- information or require a response. Also see alertdialog.).freeze,
452
- type: "rdf:Property".freeze
82
+ comment: "A dialog\n is an application window that is designed to interrupt the current\n processing of an application in order to prompt the user to enter\n information or require a response. Also see alertdialog.".freeze,
83
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
453
84
  property :directory,
454
- comment: %(A list
455
- of references to members of a group, such as a static table of
456
- contents.).freeze,
457
- type: "rdf:Property".freeze
85
+ comment: "A list\n of references to members of a group, such as a static table of\n contents.".freeze,
86
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
458
87
  property :document,
459
- comment: %(A
460
- region containing related information that is declared as document
461
- content, as opposed to a web application.).freeze,
462
- type: "rdf:Property".freeze
88
+ comment: "A\n region containing related information that is declared as document\n content, as opposed to a web application.".freeze,
89
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
463
90
  property :first,
464
- comment: %(first refers the first item in a
465
- collection \(see also start and top\).).freeze,
466
- "rdfs:member": "xhv:relrev-properties".freeze,
467
- type: "rdf:Property".freeze
91
+ comment: "first refers the first item in a\n collection (see also start and top).".freeze,
92
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
93
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
468
94
  property :glossary,
469
- comment: %(glossary refers to a resource
470
- providing a glossary of terms. ).freeze,
471
- "rdfs:member": "xhv:relrev-properties".freeze,
472
- type: "rdf:Property".freeze
95
+ comment: "glossary refers to a resource\n providing a glossary of terms. ".freeze,
96
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
97
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
473
98
  property :grid,
474
- comment: %(A grid
475
- contains cells of tabular data arranged in rows and columns, like a
476
- table.).freeze,
477
- type: "rdf:Property".freeze
99
+ comment: "A grid\n contains cells of tabular data arranged in rows and columns, like a\n table.".freeze,
100
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
478
101
  property :gridcell,
479
- comment: %(A cell
480
- in a grid or treegrid.).freeze,
481
- type: "rdf:Property".freeze
102
+ comment: "A cell\n in a grid or treegrid.".freeze,
103
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
482
104
  property :group,
483
- comment: %(A set of
484
- user interface objects which would not be included in a page summary or
485
- table of contents by an assistive technology.).freeze,
486
- type: "rdf:Property".freeze
105
+ comment: "A set of\n user interface objects which would not be included in a page summary or\n table of contents by an assistive technology.".freeze,
106
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
487
107
  property :heading,
488
- comment: %(A
489
- heading for a section of the page.).freeze,
490
- type: "rdf:Property".freeze
108
+ comment: "A\n heading for a section of the page.".freeze,
109
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
491
110
  property :help,
492
- comment: %(help refers to a resource offering
493
- help. ).freeze,
494
- "rdfs:member": "xhv:relrev-properties".freeze,
495
- type: "rdf:Property".freeze
111
+ comment: "help refers to a resource offering\n help. ".freeze,
112
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
113
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
496
114
  property :icon,
497
- comment: %(icon refers to a resource that
498
- represents an icon. ).freeze,
499
- "rdfs:member": "xhv:relrev-properties".freeze,
500
- type: "rdf:Property".freeze
115
+ comment: "icon refers to a resource that\n represents an icon. ".freeze,
116
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
117
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
501
118
  property :img,
502
- comment: %(A container
503
- for a collection of elements that form an image.).freeze,
504
- type: "rdf:Property".freeze
119
+ comment: "A container\n for a collection of elements that form an image.".freeze,
120
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
505
121
  property :index,
506
- comment: %(index refers to a resource providing
507
- an index. ).freeze,
508
- "rdfs:member": "xhv:relrev-properties".freeze,
509
- type: "rdf:Property".freeze
122
+ comment: "index refers to a resource providing\n an index. ".freeze,
123
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
124
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
510
125
  property :itsRules,
511
- comment: %(itsRules indicates that the designated
512
- resource is an [ITS] rule set.).freeze,
513
- "rdfs:member": "xhv:relrev-properties".freeze,
514
- type: "rdf:Property".freeze
126
+ comment: "itsRules indicates that the designated\n resource is an [ITS] rule set.".freeze,
127
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
128
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
515
129
  property :last,
516
- comment: %(last refers to the last resource in a
517
- collection of resources. ).freeze,
518
- "rdfs:member": "xhv:relrev-properties".freeze,
519
- type: "rdf:Property".freeze
130
+ comment: "last refers to the last resource in a\n collection of resources. ".freeze,
131
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
132
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
520
133
  property :license,
521
- comment: %(license refers to a resource that
522
- defines the associated license. ).freeze,
523
- "rdfs:member": "xhv:relrev-properties".freeze,
524
- type: "rdf:Property".freeze
134
+ comment: "license refers to a resource that\n defines the associated license. ".freeze,
135
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
136
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
525
137
  property :link,
526
- comment: %(An
527
- interactive reference to an internal or external resource.).freeze,
528
- type: "rdf:Property".freeze
138
+ comment: "An\n interactive reference to an internal or external resource.".freeze,
139
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
529
140
  property :list,
530
- comment: %(A group of
531
- non-interactive list items.).freeze,
532
- type: "rdf:Property".freeze
141
+ comment: "A group of\n non-interactive list items.".freeze,
142
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
533
143
  property :listbox,
534
- comment: %(A widget
535
- that allows the user to select one or more items from a list of
536
- choices.).freeze,
537
- type: "rdf:Property".freeze
144
+ comment: "A widget\n that allows the user to select one or more items from a list of\n choices.".freeze,
145
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
538
146
  property :listitem,
539
- comment: %(A
540
- single item in a list, listbox, or directory.).freeze,
541
- type: "rdf:Property".freeze
147
+ comment: "A\n single item in a list, listbox, or directory.".freeze,
148
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
542
149
  property :log,
543
- comment: %(A type of
544
- live region where new information is added in meaningful order and old
545
- information may disappear. Also see marquee.).freeze,
546
- type: "rdf:Property".freeze
150
+ comment: "A type of\n live region where new information is added in meaningful order and old\n information may disappear. Also see marquee.".freeze,
151
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
547
152
  property :main,
548
- comment: %(main acts as the main content of the
549
- document. ).freeze,
550
- "rdfs:member": "xhv:role-properties".freeze,
551
- type: "rdf:Property".freeze
153
+ comment: "main acts as the main content of the\n document. ".freeze,
154
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#role-properties".freeze,
155
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
552
156
  property :marquee,
553
- comment: %(A type
554
- of live region where non-essential information changes frequently. Also
555
- see log.).freeze,
556
- type: "rdf:Property".freeze
157
+ comment: "A type\n of live region where non-essential information changes frequently. Also\n see log.".freeze,
158
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
557
159
  property :math,
558
- comment: %(An element
559
- that represents a mathematical expression.).freeze,
560
- type: "rdf:Property".freeze
160
+ comment: "An element\n that represents a mathematical expression.".freeze,
161
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
561
162
  property :menu,
562
- comment: %(A type of
563
- widget that offers a list of choices to the user.).freeze,
564
- type: "rdf:Property".freeze
163
+ comment: "A type of\n widget that offers a list of choices to the user.".freeze,
164
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
565
165
  property :menubar,
566
- comment: %(A
567
- presentation of menu that usually remains visible and is usually
568
- presented horizontally.).freeze,
569
- type: "rdf:Property".freeze
166
+ comment: "A\n presentation of menu that usually remains visible and is usually\n presented horizontally.".freeze,
167
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
570
168
  property :menuitem,
571
- comment: %(An
572
- option in a group of choices contained by a menu or menubar.).freeze,
573
- type: "rdf:Property".freeze
169
+ comment: "An\n option in a group of choices contained by a menu or menubar.".freeze,
170
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
574
171
  property :menuitemcheckbox,
575
- comment: %(A checkable menuitem that has three possible
576
- values: true, false, or mixed.).freeze,
577
- type: "rdf:Property".freeze
172
+ comment: "A checkable menuitem that has three possible\n values: true, false, or mixed.".freeze,
173
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
578
174
  property :menuitemradio,
579
- comment: %(A
580
- checkable menuitem in a group of menuitemradio roles, only one of which
581
- can be checked at a time.).freeze,
582
- type: "rdf:Property".freeze
175
+ comment: "A\n checkable menuitem in a group of menuitemradio roles, only one of which\n can be checked at a time.".freeze,
176
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
583
177
  property :meta,
584
- comment: %(meta refers to a resource that
585
- provides metadata. ).freeze,
586
- "rdfs:member": "xhv:relrev-properties".freeze,
587
- type: "rdf:Property".freeze
178
+ comment: "meta refers to a resource that\n provides metadata. ".freeze,
179
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
180
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
588
181
  property :navigation,
589
- comment: %(navigation indicates a collection of
590
- items suitable for navigating the document or related documents.).freeze,
591
- "rdfs:member": "xhv:role-properties".freeze,
592
- type: "rdf:Property".freeze
182
+ comment: "navigation indicates a collection of\n items suitable for navigating the document or related documents.".freeze,
183
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#role-properties".freeze,
184
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
593
185
  property :next,
594
- comment: %(next refers to the next resource
595
- \(after the current one\) in an ordered collection of resources. ).freeze,
596
- "rdfs:member": "xhv:relrev-properties".freeze,
597
- type: "rdf:Property".freeze
186
+ comment: "next refers to the next resource\n (after the current one) in an ordered collection of resources. ".freeze,
187
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
188
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
598
189
  property :note,
599
- comment: %(note indicates the content is
600
- parenthetic or ancillary to the main content of the resource. ).freeze,
601
- "rdfs:member": "xhv:role-properties".freeze,
602
- type: "rdf:Property".freeze
190
+ comment: "note indicates the content is\n parenthetic or ancillary to the main content of the resource. ".freeze,
191
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#role-properties".freeze,
192
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
603
193
  property :option,
604
- comment: %(A
605
- selectable item in a select list.).freeze,
606
- type: "rdf:Property".freeze
194
+ comment: "A\n selectable item in a select list.".freeze,
195
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
607
196
  property :p3pv1,
608
- comment: %(p3pv1 refers to a P3P Policy Reference
609
- File [P3P]. ).freeze,
610
- "rdfs:member": "xhv:relrev-properties".freeze,
611
- type: "rdf:Property".freeze
197
+ comment: "p3pv1 refers to a P3P Policy Reference\n File [P3P]. ".freeze,
198
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
199
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
612
200
  property :presentation,
613
- comment: %(An
614
- element whose role is presentational and does not need to be mapped to
615
- the accessibility API.).freeze,
616
- type: "rdf:Property".freeze
201
+ comment: "An\n element whose role is presentational and does not need to be mapped to\n the accessibility API.".freeze,
202
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
617
203
  property :prev,
618
- comment: %(prev refers to a previous resource
619
- \(before the current one\) in an ordered collection of resources. ).freeze,
620
- "rdfs:member": "xhv:relrev-properties".freeze,
621
- type: "rdf:Property".freeze
204
+ comment: "prev refers to a previous resource\n (before the current one) in an ordered collection of resources. ".freeze,
205
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
206
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
622
207
  property :progressbar,
623
- comment: %(An
624
- element that displays the progress status for tasks that take a long
625
- time.).freeze,
626
- type: "rdf:Property".freeze
208
+ comment: "An\n element that displays the progress status for tasks that take a long\n time.".freeze,
209
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
627
210
  property :radio,
628
- comment: %(A
629
- checkable input in a group of radio roles, only one of which can be
630
- checked at a time.).freeze,
631
- type: "rdf:Property".freeze
211
+ comment: "A\n checkable input in a group of radio roles, only one of which can be\n checked at a time.".freeze,
212
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
632
213
  property :radiogroup,
633
- comment: %(A
634
- group of radio buttons.).freeze,
635
- type: "rdf:Property".freeze
214
+ comment: "A\n group of radio buttons.".freeze,
215
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
636
216
  property :region,
637
- comment: %(A large
638
- perceivable section of a web page or document, that the author feels
639
- should be included in a summary of page features.).freeze,
640
- type: "rdf:Property".freeze
217
+ comment: "A large\n perceivable section of a web page or document, that the author feels\n should be included in a summary of page features.".freeze,
218
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
641
219
  property :role,
642
- comment: %(role indicates the purpose of the
643
- resource. See the XHTML Role
644
- Vocabulary for roles in this vocabulary space, and XHTMLROLE for information on extending the
645
- collection of roles. ).freeze,
646
- "rdfs:member": "xhv:relrev-properties".freeze,
647
- type: ["rdf:Bag".freeze, "rdf:Property".freeze]
220
+ comment: "role indicates the purpose of the\n resource. See the XHTML Role\n Vocabulary for roles in this vocabulary space, and XHTMLROLE for information on extending the\n collection of roles. ".freeze,
221
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
222
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
648
223
  property :row,
649
- comment: %(A row of
650
- cells in a grid.).freeze,
651
- type: "rdf:Property".freeze
224
+ comment: "A row of\n cells in a grid.".freeze,
225
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
652
226
  property :rowheader,
653
- comment: %(A cell
654
- containing header information for a row in a grid.).freeze,
655
- type: "rdf:Property".freeze
227
+ comment: "A cell\n containing header information for a row in a grid.".freeze,
228
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
656
229
  property :search,
657
- comment: %(search indicates that the section
658
- provides a search facility. ).freeze,
659
- "rdfs:member": "xhv:role-properties".freeze,
660
- type: "rdf:Property".freeze
230
+ comment: "search indicates that the section\n provides a search facility. ".freeze,
231
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#role-properties".freeze,
232
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
661
233
  property :section,
662
- comment: %(section refers to a resource serving
663
- as a section in a collection. ).freeze,
664
- "rdfs:member": "xhv:relrev-properties".freeze,
665
- type: "rdf:Property".freeze
234
+ comment: "section refers to a resource serving\n as a section in a collection. ".freeze,
235
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
236
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
666
237
  property :separator,
667
- comment: %(A
668
- divider that separates and distinguishes sections of content or groups of
669
- menuitems.).freeze,
670
- type: "rdf:Property".freeze
238
+ comment: "A\n divider that separates and distinguishes sections of content or groups of\n menuitems.".freeze,
239
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
671
240
  property :slider,
672
- comment: %(A user
673
- input where the user selects a value from within a given range.).freeze,
674
- type: "rdf:Property".freeze
241
+ comment: "A user\n input where the user selects a value from within a given range.".freeze,
242
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
675
243
  property :spinbutton,
676
- comment: %(A
677
- form of range that expects a user to select from amongst discrete
678
- choices.).freeze,
679
- type: "rdf:Property".freeze
244
+ comment: "A\n form of range that expects a user to select from amongst discrete\n choices.".freeze,
245
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
680
246
  property :start,
681
- comment: %(start refers to the first resource in
682
- a collection of resources. ).freeze,
683
- "rdfs:member": "xhv:relrev-properties".freeze,
684
- type: "rdf:Property".freeze
247
+ comment: "start refers to the first resource in\n a collection of resources. ".freeze,
248
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
249
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
685
250
  property :status,
686
- comment: %(A
687
- container whose content is advisory information for the user but is not
688
- important enough to justify an alert. Also see alert.).freeze,
689
- type: "rdf:Property".freeze
251
+ comment: "A\n container whose content is advisory information for the user but is not\n important enough to justify an alert. Also see alert.".freeze,
252
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
690
253
  property :stylesheet,
691
- comment: %(stylesheet refers to a resource
692
- serving as a stylesheet for a resource. ).freeze,
693
- "rdfs:member": "xhv:relrev-properties".freeze,
694
- type: "rdf:Property".freeze
254
+ comment: "stylesheet refers to a resource\n serving as a stylesheet for a resource. ".freeze,
255
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
256
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
695
257
  property :subsection,
696
- comment: %(subsection refers to a resource
697
- serving as a subsection in a collection. ).freeze,
698
- "rdfs:member": "xhv:relrev-properties".freeze,
699
- type: "rdf:Property".freeze
258
+ comment: "subsection refers to a resource\n serving as a subsection in a collection. ".freeze,
259
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
260
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
700
261
  property :tab,
701
- comment: %(A header for
702
- a tabpanel.).freeze,
703
- type: "rdf:Property".freeze
262
+ comment: "A header for\n a tabpanel.".freeze,
263
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
704
264
  property :tablist,
705
- comment: %(A list
706
- of tab elements, which are references to tabpanel elements.).freeze,
707
- type: "rdf:Property".freeze
265
+ comment: "A list\n of tab elements, which are references to tabpanel elements.".freeze,
266
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
708
267
  property :tabpanel,
709
- comment: %(A
710
- container for the resources associated with a tab.).freeze,
711
- type: "rdf:Property".freeze
268
+ comment: "A\n container for the resources associated with a tab.".freeze,
269
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
712
270
  property :textbox,
713
- comment: %(Input
714
- that allows free-form text as their value.).freeze,
715
- type: "rdf:Property".freeze
271
+ comment: "Input\n that allows free-form text as their value.".freeze,
272
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
716
273
  property :timer,
717
- comment: %(A
718
- numerical counter which indicates an amount of elapsed time from a start
719
- point, or the time remaining until an end point.).freeze,
720
- type: "rdf:Property".freeze
274
+ comment: "A\n numerical counter which indicates an amount of elapsed time from a start\n point, or the time remaining until an end point.".freeze,
275
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
721
276
  property :toolbar,
722
- comment: %(A
723
- collection of commonly used function buttons represented in compact
724
- visual form.).freeze,
725
- type: "rdf:Property".freeze
277
+ comment: "A\n collection of commonly used function buttons represented in compact\n visual form.".freeze,
278
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
726
279
  property :tooltip,
727
- comment: %(A
728
- contextual popup that displays a description for an element in a mouse
729
- hover or keyboard focused state. Supplement to the normal tooltip
730
- processing of the user agent.).freeze,
731
- type: "rdf:Property".freeze
280
+ comment: "A\n contextual popup that displays a description for an element in a mouse\n hover or keyboard focused state. Supplement to the normal tooltip\n processing of the user agent.".freeze,
281
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
732
282
  property :top,
733
- comment: %(top is a synonym for start. ).freeze,
734
- "rdfs:member": "xhv:relrev-properties".freeze,
735
- type: "rdf:Property".freeze
283
+ comment: "top is a synonym for start. ".freeze,
284
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
285
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
736
286
  property :tree,
737
- comment: %(A type of
738
- list that may contain sub-level nested groups that can be collapsed and
739
- expanded.).freeze,
740
- type: "rdf:Property".freeze
287
+ comment: "A type of\n list that may contain sub-level nested groups that can be collapsed and\n expanded.".freeze,
288
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
741
289
  property :treegrid,
742
- comment: %(A grid
743
- whose rows can be expanded and collapsed in the same manner as for a
744
- tree.).freeze,
745
- type: "rdf:Property".freeze
290
+ comment: "A grid\n whose rows can be expanded and collapsed in the same manner as for a\n tree.".freeze,
291
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
746
292
  property :treeitem,
747
- comment: %(An
748
- option item of a tree. This is an element within a tree that may be
749
- expanded or collapsed if it contains a sub-level group of treeitems.).freeze,
750
- type: "rdf:Property".freeze
293
+ comment: "An\n option item of a tree. This is an element within a tree that may be\n expanded or collapsed if it contains a sub-level group of treeitems.".freeze,
294
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
751
295
  property :up,
752
- comment: %(up refers to a resource "above" in a
753
- hierarchically structured set. ).freeze,
754
- "rdfs:member": "xhv:relrev-properties".freeze,
755
- type: "rdf:Property".freeze
296
+ comment: "up refers to a resource \"above\" in a\n hierarchically structured set. ".freeze,
297
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#relrev-properties".freeze,
298
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
756
299
 
757
300
  # Extra definitions
758
301
  term :"relrev-properties",
759
- "rdfs:member": "xhv:role-properties".freeze,
760
- type: "rdf:Bag".freeze
302
+ "http://www.w3.org/2000/01/rdf-schema#member": "http://www.w3.org/1999/xhtml/vocab#role-properties".freeze,
303
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag".freeze
761
304
  term :"role-properties",
762
- type: ["rdf:Bag".freeze, "rdfs:member".freeze]
305
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag".freeze, "http://www.w3.org/2000/01/rdf-schema#member".freeze]
763
306
  end
764
307
  end