rdf-vocab 3.1.10 → 3.1.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab.rb +13 -1
  5. data/lib/rdf/vocab/acl.rb +47 -134
  6. data/lib/rdf/vocab/as.rb +381 -894
  7. data/lib/rdf/vocab/bf2.rb +1241 -2561
  8. data/lib/rdf/vocab/bibframe.rb +1241 -2561
  9. data/lib/rdf/vocab/bibo.rb +576 -1078
  10. data/lib/rdf/vocab/cc.rb +57 -167
  11. data/lib/rdf/vocab/cert.rb +72 -143
  12. data/lib/rdf/vocab/cnt.rb +51 -133
  13. data/lib/rdf/vocab/crm.rb +1180 -2486
  14. data/lib/rdf/vocab/datacite.rb +161 -161
  15. data/lib/rdf/vocab/dbo.rb +3900 -14140
  16. data/lib/rdf/vocab/dc.rb +458 -848
  17. data/lib/rdf/vocab/dc11.rb +62 -128
  18. data/lib/rdf/vocab/dcat.rb +215 -382
  19. data/lib/rdf/vocab/dcmitype.rb +65 -119
  20. data/lib/rdf/vocab/disco.rb +170 -401
  21. data/lib/rdf/vocab/doap.rb +197 -375
  22. data/lib/rdf/vocab/dwc.rb +1451 -2207
  23. data/lib/rdf/vocab/earl.rb +80 -218
  24. data/lib/rdf/vocab/ebucore.rb +2991 -7439
  25. data/lib/rdf/vocab/edm.rb +159 -351
  26. data/lib/rdf/vocab/exif.rb +453 -1106
  27. data/lib/rdf/vocab/extensions.rb +3 -3
  28. data/lib/rdf/vocab/fcrepo4.rb +247 -627
  29. data/lib/rdf/vocab/foaf.rb +373 -681
  30. data/lib/rdf/vocab/geo.rb +16 -58
  31. data/lib/rdf/vocab/geojson.rb +16 -85
  32. data/lib/rdf/vocab/geonames.rb +1573 -1742
  33. data/lib/rdf/vocab/gr.rb +539 -1427
  34. data/lib/rdf/vocab/gs1.rb +2824 -4424
  35. data/lib/rdf/vocab/ht.rb +93 -260
  36. data/lib/rdf/vocab/hydra.rb +216 -477
  37. data/lib/rdf/vocab/iana.rb +71 -304
  38. data/lib/rdf/vocab/ical.rb +460 -925
  39. data/lib/rdf/vocab/identifiers.rb +212 -515
  40. data/lib/rdf/vocab/iiif.rb +81 -220
  41. data/lib/rdf/vocab/jsonld.rb +130 -272
  42. data/lib/rdf/vocab/ldp.rb +131 -264
  43. data/lib/rdf/vocab/lrmi.rb +146 -234
  44. data/lib/rdf/vocab/ma.rb +233 -623
  45. data/lib/rdf/vocab/mads.rb +516 -1113
  46. data/lib/rdf/vocab/marcrelators.rb +539 -1351
  47. data/lib/rdf/vocab/mo.rb +1383 -2305
  48. data/lib/rdf/vocab/mods.rb +384 -903
  49. data/lib/rdf/vocab/nfo.rb +311 -315
  50. data/lib/rdf/vocab/oa.rb +196 -474
  51. data/lib/rdf/vocab/og.rb +120 -201
  52. data/lib/rdf/vocab/ogc.rb +25 -62
  53. data/lib/rdf/vocab/ore.rb +51 -110
  54. data/lib/rdf/vocab/org.rb +180 -376
  55. data/lib/rdf/vocab/pcdm.rb +50 -100
  56. data/lib/rdf/vocab/pplan.rb +16 -24
  57. data/lib/rdf/vocab/premis.rb +674 -1825
  58. data/lib/rdf/vocab/premiseventtype.rb +114 -272
  59. data/lib/rdf/vocab/prov.rb +996 -1618
  60. data/lib/rdf/vocab/ptr.rb +77 -218
  61. data/lib/rdf/vocab/rdau.rb +1289 -1294
  62. data/lib/rdf/vocab/rightsstatements.rb +90 -98
  63. data/lib/rdf/vocab/rsa.rb +30 -63
  64. data/lib/rdf/vocab/rss.rb +24 -69
  65. data/lib/rdf/vocab/schema.rb +8430 -18899
  66. data/lib/rdf/vocab/schemas.rb +8430 -18899
  67. data/lib/rdf/vocab/sd.rb +85 -242
  68. data/lib/rdf/vocab/sh.rb +729 -1468
  69. data/lib/rdf/vocab/sioc.rb +416 -820
  70. data/lib/rdf/vocab/siocservices.rb +31 -72
  71. data/lib/rdf/vocab/sioctypes.rb +145 -306
  72. data/lib/rdf/vocab/skos.rb +95 -217
  73. data/lib/rdf/vocab/skosxl.rb +26 -59
  74. data/lib/rdf/vocab/v.rb +199 -493
  75. data/lib/rdf/vocab/vcard.rb +290 -920
  76. data/lib/rdf/vocab/vmd.rb +199 -493
  77. data/lib/rdf/vocab/void.rb +86 -210
  78. data/lib/rdf/vocab/vs.rb +16 -38
  79. data/lib/rdf/vocab/wdrs.rb +43 -136
  80. data/lib/rdf/vocab/wot.rb +95 -176
  81. data/lib/rdf/vocab/xhtml.rb +2 -7
  82. data/lib/rdf/vocab/xhv.rb +122 -463
  83. data/lib/rdf/vocab/xkos.rb +116 -269
  84. data/spec/extensions_spec.rb +1 -1
  85. metadata +45 -25
@@ -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,646 +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
14
  comment: "A message\n with important, and usually time-sensitive, information. Also see\n alertdialog and status.".freeze,
356
- type: "rdf:Property".freeze
15
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
357
16
  property :alertdialog,
358
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,
359
- type: "rdf:Property".freeze
18
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
360
19
  property :alternate,
361
20
  comment: "alternate designates alternate\n versions for a resource.".freeze,
362
- "rdfs:member": "xhv:relrev-properties".freeze,
363
- type: "rdf:Property".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
364
23
  property :appendix,
365
24
  comment: "appendix refers to a resource serving\n as an appendix in a collection. ".freeze,
366
- "rdfs:member": "xhv:relrev-properties".freeze,
367
- type: "rdf:Property".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
368
27
  property :application,
369
28
  comment: "A\n region declared as a web application, as opposed to a web document.".freeze,
370
- type: "rdf:Property".freeze
29
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
371
30
  property :article,
372
31
  comment: "A\n section of a page consisting of an independent part of a document, page,\n or site.".freeze,
373
- type: "rdf:Property".freeze
32
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
374
33
  property :banner,
375
34
  comment: "banner contains the prime heading or\n internal title of a page. ".freeze,
376
- "rdfs:member": "xhv:role-properties".freeze,
377
- type: "rdf:Property".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
378
37
  property :bookmark,
379
38
  comment: "bookmark refers to a bookmark - a link\n to a key entry point within an extended document. ".freeze,
380
- "rdfs:member": "xhv:relrev-properties".freeze,
381
- type: "rdf:Property".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
382
41
  property :button,
383
42
  comment: "An input\n that allows for user-triggered actions when clicked or pressed.".freeze,
384
- type: "rdf:Property".freeze
43
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
385
44
  property :chapter,
386
45
  comment: "chapter refers to a resource serving\n as a chapter in a collction. ".freeze,
387
- "rdfs:member": "xhv:relrev-properties".freeze,
388
- type: "rdf:Property".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
389
48
  property :checkbox,
390
49
  comment: "An\n checkable input that has three possible values: true, false, or\n mixed.".freeze,
391
- type: "rdf:Property".freeze
50
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
392
51
  property :cite,
393
52
  comment: "cite refers to a resource that defines\n a citation. ".freeze,
394
- "rdfs:member": "xhv:relrev-properties".freeze,
395
- type: "rdf:Property".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
396
55
  property :columnheader,
397
56
  comment: "A\n cell containing header information for a column.".freeze,
398
- type: "rdf:Property".freeze
57
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
399
58
  property :combobox,
400
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,
401
- type: "rdf:Property".freeze
60
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
402
61
  property :complementary,
403
62
  comment: "secondary indicates that the section\n supports but is separable from the main content of resource.".freeze,
404
- "rdfs:member": "xhv:role-properties".freeze,
405
- type: "rdf:Property".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
406
65
  property :contentinfo,
407
66
  comment: "contentinfo has meta information about\n the content on the page or the page as a whole.".freeze,
408
- "rdfs:member": "xhv:role-properties".freeze,
409
- type: "rdf:Property".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
410
69
  property :contents,
411
70
  comment: "contents refers to a resource serving\n as a table of contents. ".freeze,
412
- "rdfs:member": "xhv:relrev-properties".freeze,
413
- type: "rdf:Property".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
414
73
  property :copyright,
415
74
  comment: "copyright refers to a copyright\n statement for the resource. ".freeze,
416
- "rdfs:member": "xhv:relrev-properties".freeze,
417
- type: "rdf:Property".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
418
77
  property :definition,
419
78
  comment: "definition indicates the definition of\n a term or concept.".freeze,
420
- "rdfs:member": "xhv:role-properties".freeze,
421
- type: "rdf:Property".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
422
81
  property :dialog,
423
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,
424
- type: "rdf:Property".freeze
83
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
425
84
  property :directory,
426
85
  comment: "A list\n of references to members of a group, such as a static table of\n contents.".freeze,
427
- type: "rdf:Property".freeze
86
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
428
87
  property :document,
429
88
  comment: "A\n region containing related information that is declared as document\n content, as opposed to a web application.".freeze,
430
- type: "rdf:Property".freeze
89
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
431
90
  property :first,
432
91
  comment: "first refers the first item in a\n collection (see also start and top).".freeze,
433
- "rdfs:member": "xhv:relrev-properties".freeze,
434
- type: "rdf:Property".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
435
94
  property :glossary,
436
95
  comment: "glossary refers to a resource\n providing a glossary of terms. ".freeze,
437
- "rdfs:member": "xhv:relrev-properties".freeze,
438
- type: "rdf:Property".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
439
98
  property :grid,
440
99
  comment: "A grid\n contains cells of tabular data arranged in rows and columns, like a\n table.".freeze,
441
- type: "rdf:Property".freeze
100
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
442
101
  property :gridcell,
443
102
  comment: "A cell\n in a grid or treegrid.".freeze,
444
- type: "rdf:Property".freeze
103
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
445
104
  property :group,
446
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,
447
- type: "rdf:Property".freeze
106
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
448
107
  property :heading,
449
108
  comment: "A\n heading for a section of the page.".freeze,
450
- type: "rdf:Property".freeze
109
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
451
110
  property :help,
452
111
  comment: "help refers to a resource offering\n help. ".freeze,
453
- "rdfs:member": "xhv:relrev-properties".freeze,
454
- type: "rdf:Property".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
455
114
  property :icon,
456
115
  comment: "icon refers to a resource that\n represents an icon. ".freeze,
457
- "rdfs:member": "xhv:relrev-properties".freeze,
458
- type: "rdf:Property".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
459
118
  property :img,
460
119
  comment: "A container\n for a collection of elements that form an image.".freeze,
461
- type: "rdf:Property".freeze
120
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
462
121
  property :index,
463
122
  comment: "index refers to a resource providing\n an index. ".freeze,
464
- "rdfs:member": "xhv:relrev-properties".freeze,
465
- type: "rdf:Property".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
466
125
  property :itsRules,
467
126
  comment: "itsRules indicates that the designated\n resource is an [ITS] rule set.".freeze,
468
- "rdfs:member": "xhv:relrev-properties".freeze,
469
- type: "rdf:Property".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
470
129
  property :last,
471
130
  comment: "last refers to the last resource in a\n collection of resources. ".freeze,
472
- "rdfs:member": "xhv:relrev-properties".freeze,
473
- type: "rdf:Property".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
474
133
  property :license,
475
134
  comment: "license refers to a resource that\n defines the associated license. ".freeze,
476
- "rdfs:member": "xhv:relrev-properties".freeze,
477
- type: "rdf:Property".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
478
137
  property :link,
479
138
  comment: "An\n interactive reference to an internal or external resource.".freeze,
480
- type: "rdf:Property".freeze
139
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
481
140
  property :list,
482
141
  comment: "A group of\n non-interactive list items.".freeze,
483
- type: "rdf:Property".freeze
142
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
484
143
  property :listbox,
485
144
  comment: "A widget\n that allows the user to select one or more items from a list of\n choices.".freeze,
486
- type: "rdf:Property".freeze
145
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
487
146
  property :listitem,
488
147
  comment: "A\n single item in a list, listbox, or directory.".freeze,
489
- type: "rdf:Property".freeze
148
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
490
149
  property :log,
491
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,
492
- type: "rdf:Property".freeze
151
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
493
152
  property :main,
494
153
  comment: "main acts as the main content of the\n document. ".freeze,
495
- "rdfs:member": "xhv:role-properties".freeze,
496
- type: "rdf:Property".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
497
156
  property :marquee,
498
157
  comment: "A type\n of live region where non-essential information changes frequently. Also\n see log.".freeze,
499
- type: "rdf:Property".freeze
158
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
500
159
  property :math,
501
160
  comment: "An element\n that represents a mathematical expression.".freeze,
502
- type: "rdf:Property".freeze
161
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
503
162
  property :menu,
504
163
  comment: "A type of\n widget that offers a list of choices to the user.".freeze,
505
- type: "rdf:Property".freeze
164
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
506
165
  property :menubar,
507
166
  comment: "A\n presentation of menu that usually remains visible and is usually\n presented horizontally.".freeze,
508
- type: "rdf:Property".freeze
167
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
509
168
  property :menuitem,
510
169
  comment: "An\n option in a group of choices contained by a menu or menubar.".freeze,
511
- type: "rdf:Property".freeze
170
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
512
171
  property :menuitemcheckbox,
513
172
  comment: "A checkable menuitem that has three possible\n values: true, false, or mixed.".freeze,
514
- type: "rdf:Property".freeze
173
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
515
174
  property :menuitemradio,
516
175
  comment: "A\n checkable menuitem in a group of menuitemradio roles, only one of which\n can be checked at a time.".freeze,
517
- type: "rdf:Property".freeze
176
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
518
177
  property :meta,
519
178
  comment: "meta refers to a resource that\n provides metadata. ".freeze,
520
- "rdfs:member": "xhv:relrev-properties".freeze,
521
- type: "rdf:Property".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
522
181
  property :navigation,
523
182
  comment: "navigation indicates a collection of\n items suitable for navigating the document or related documents.".freeze,
524
- "rdfs:member": "xhv:role-properties".freeze,
525
- type: "rdf:Property".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
526
185
  property :next,
527
186
  comment: "next refers to the next resource\n (after the current one) in an ordered collection of resources. ".freeze,
528
- "rdfs:member": "xhv:relrev-properties".freeze,
529
- type: "rdf:Property".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
530
189
  property :note,
531
190
  comment: "note indicates the content is\n parenthetic or ancillary to the main content of the resource. ".freeze,
532
- "rdfs:member": "xhv:role-properties".freeze,
533
- type: "rdf:Property".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
534
193
  property :option,
535
194
  comment: "A\n selectable item in a select list.".freeze,
536
- type: "rdf:Property".freeze
195
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
537
196
  property :p3pv1,
538
197
  comment: "p3pv1 refers to a P3P Policy Reference\n File [P3P]. ".freeze,
539
- "rdfs:member": "xhv:relrev-properties".freeze,
540
- type: "rdf:Property".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
541
200
  property :presentation,
542
201
  comment: "An\n element whose role is presentational and does not need to be mapped to\n the accessibility API.".freeze,
543
- type: "rdf:Property".freeze
202
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
544
203
  property :prev,
545
204
  comment: "prev refers to a previous resource\n (before the current one) in an ordered collection of resources. ".freeze,
546
- "rdfs:member": "xhv:relrev-properties".freeze,
547
- type: "rdf:Property".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
548
207
  property :progressbar,
549
208
  comment: "An\n element that displays the progress status for tasks that take a long\n time.".freeze,
550
- type: "rdf:Property".freeze
209
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
551
210
  property :radio,
552
211
  comment: "A\n checkable input in a group of radio roles, only one of which can be\n checked at a time.".freeze,
553
- type: "rdf:Property".freeze
212
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
554
213
  property :radiogroup,
555
214
  comment: "A\n group of radio buttons.".freeze,
556
- type: "rdf:Property".freeze
215
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
557
216
  property :region,
558
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,
559
- type: "rdf:Property".freeze
218
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
560
219
  property :role,
561
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,
562
- "rdfs:member": "xhv:relrev-properties".freeze,
563
- type: ["rdf:Bag".freeze, "rdf:Property".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]
564
223
  property :row,
565
224
  comment: "A row of\n cells in a grid.".freeze,
566
- type: "rdf:Property".freeze
225
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
567
226
  property :rowheader,
568
227
  comment: "A cell\n containing header information for a row in a grid.".freeze,
569
- type: "rdf:Property".freeze
228
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
570
229
  property :search,
571
230
  comment: "search indicates that the section\n provides a search facility. ".freeze,
572
- "rdfs:member": "xhv:role-properties".freeze,
573
- type: "rdf:Property".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
574
233
  property :section,
575
234
  comment: "section refers to a resource serving\n as a section in a collection. ".freeze,
576
- "rdfs:member": "xhv:relrev-properties".freeze,
577
- type: "rdf:Property".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
578
237
  property :separator,
579
238
  comment: "A\n divider that separates and distinguishes sections of content or groups of\n menuitems.".freeze,
580
- type: "rdf:Property".freeze
239
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
581
240
  property :slider,
582
241
  comment: "A user\n input where the user selects a value from within a given range.".freeze,
583
- type: "rdf:Property".freeze
242
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
584
243
  property :spinbutton,
585
244
  comment: "A\n form of range that expects a user to select from amongst discrete\n choices.".freeze,
586
- type: "rdf:Property".freeze
245
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
587
246
  property :start,
588
247
  comment: "start refers to the first resource in\n a collection of resources. ".freeze,
589
- "rdfs:member": "xhv:relrev-properties".freeze,
590
- type: "rdf:Property".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
591
250
  property :status,
592
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,
593
- type: "rdf:Property".freeze
252
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
594
253
  property :stylesheet,
595
254
  comment: "stylesheet refers to a resource\n serving as a stylesheet for a resource. ".freeze,
596
- "rdfs:member": "xhv:relrev-properties".freeze,
597
- type: "rdf:Property".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
598
257
  property :subsection,
599
258
  comment: "subsection refers to a resource\n serving as a subsection in a collection. ".freeze,
600
- "rdfs:member": "xhv:relrev-properties".freeze,
601
- type: "rdf:Property".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
602
261
  property :tab,
603
262
  comment: "A header for\n a tabpanel.".freeze,
604
- type: "rdf:Property".freeze
263
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
605
264
  property :tablist,
606
265
  comment: "A list\n of tab elements, which are references to tabpanel elements.".freeze,
607
- type: "rdf:Property".freeze
266
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
608
267
  property :tabpanel,
609
268
  comment: "A\n container for the resources associated with a tab.".freeze,
610
- type: "rdf:Property".freeze
269
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
611
270
  property :textbox,
612
271
  comment: "Input\n that allows free-form text as their value.".freeze,
613
- type: "rdf:Property".freeze
272
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
614
273
  property :timer,
615
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,
616
- type: "rdf:Property".freeze
275
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
617
276
  property :toolbar,
618
277
  comment: "A\n collection of commonly used function buttons represented in compact\n visual form.".freeze,
619
- type: "rdf:Property".freeze
278
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
620
279
  property :tooltip,
621
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,
622
- type: "rdf:Property".freeze
281
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
623
282
  property :top,
624
283
  comment: "top is a synonym for start. ".freeze,
625
- "rdfs:member": "xhv:relrev-properties".freeze,
626
- type: "rdf:Property".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
627
286
  property :tree,
628
287
  comment: "A type of\n list that may contain sub-level nested groups that can be collapsed and\n expanded.".freeze,
629
- type: "rdf:Property".freeze
288
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
630
289
  property :treegrid,
631
290
  comment: "A grid\n whose rows can be expanded and collapsed in the same manner as for a\n tree.".freeze,
632
- type: "rdf:Property".freeze
291
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
633
292
  property :treeitem,
634
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,
635
- type: "rdf:Property".freeze
294
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
636
295
  property :up,
637
296
  comment: "up refers to a resource \"above\" in a\n hierarchically structured set. ".freeze,
638
- "rdfs:member": "xhv:relrev-properties".freeze,
639
- type: "rdf:Property".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
640
299
 
641
300
  # Extra definitions
642
301
  term :"relrev-properties",
643
- "rdfs:member": "xhv:role-properties".freeze,
644
- 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
645
304
  term :"role-properties",
646
- 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]
647
306
  end
648
307
  end