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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +13 -1
- data/lib/rdf/vocab/acl.rb +47 -134
- data/lib/rdf/vocab/as.rb +381 -894
- data/lib/rdf/vocab/bf2.rb +1241 -2561
- data/lib/rdf/vocab/bibframe.rb +1241 -2561
- data/lib/rdf/vocab/bibo.rb +576 -1078
- data/lib/rdf/vocab/cc.rb +57 -167
- data/lib/rdf/vocab/cert.rb +72 -143
- data/lib/rdf/vocab/cnt.rb +51 -133
- data/lib/rdf/vocab/crm.rb +1180 -2486
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3900 -14140
- data/lib/rdf/vocab/dc.rb +458 -848
- data/lib/rdf/vocab/dc11.rb +62 -128
- data/lib/rdf/vocab/dcat.rb +215 -382
- data/lib/rdf/vocab/dcmitype.rb +65 -119
- data/lib/rdf/vocab/disco.rb +170 -401
- data/lib/rdf/vocab/doap.rb +197 -375
- data/lib/rdf/vocab/dwc.rb +1451 -2207
- data/lib/rdf/vocab/earl.rb +80 -218
- data/lib/rdf/vocab/ebucore.rb +2991 -7439
- data/lib/rdf/vocab/edm.rb +159 -351
- data/lib/rdf/vocab/exif.rb +453 -1106
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +247 -627
- data/lib/rdf/vocab/foaf.rb +373 -681
- data/lib/rdf/vocab/geo.rb +16 -58
- data/lib/rdf/vocab/geojson.rb +16 -85
- data/lib/rdf/vocab/geonames.rb +1573 -1742
- data/lib/rdf/vocab/gr.rb +539 -1427
- data/lib/rdf/vocab/gs1.rb +2824 -4424
- data/lib/rdf/vocab/ht.rb +93 -260
- data/lib/rdf/vocab/hydra.rb +216 -477
- data/lib/rdf/vocab/iana.rb +71 -304
- data/lib/rdf/vocab/ical.rb +460 -925
- data/lib/rdf/vocab/identifiers.rb +212 -515
- data/lib/rdf/vocab/iiif.rb +81 -220
- data/lib/rdf/vocab/jsonld.rb +130 -272
- data/lib/rdf/vocab/ldp.rb +131 -264
- data/lib/rdf/vocab/lrmi.rb +146 -234
- data/lib/rdf/vocab/ma.rb +233 -623
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +539 -1351
- data/lib/rdf/vocab/mo.rb +1383 -2305
- data/lib/rdf/vocab/mods.rb +384 -903
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +196 -474
- data/lib/rdf/vocab/og.rb +120 -201
- data/lib/rdf/vocab/ogc.rb +25 -62
- data/lib/rdf/vocab/ore.rb +51 -110
- data/lib/rdf/vocab/org.rb +180 -376
- data/lib/rdf/vocab/pcdm.rb +50 -100
- data/lib/rdf/vocab/pplan.rb +16 -24
- data/lib/rdf/vocab/premis.rb +674 -1825
- data/lib/rdf/vocab/premiseventtype.rb +114 -272
- data/lib/rdf/vocab/prov.rb +996 -1618
- data/lib/rdf/vocab/ptr.rb +77 -218
- data/lib/rdf/vocab/rdau.rb +1289 -1294
- data/lib/rdf/vocab/rightsstatements.rb +90 -98
- data/lib/rdf/vocab/rsa.rb +30 -63
- data/lib/rdf/vocab/rss.rb +24 -69
- data/lib/rdf/vocab/schema.rb +8430 -18899
- data/lib/rdf/vocab/schemas.rb +8430 -18899
- data/lib/rdf/vocab/sd.rb +85 -242
- data/lib/rdf/vocab/sh.rb +729 -1468
- data/lib/rdf/vocab/sioc.rb +416 -820
- data/lib/rdf/vocab/siocservices.rb +31 -72
- data/lib/rdf/vocab/sioctypes.rb +145 -306
- data/lib/rdf/vocab/skos.rb +95 -217
- data/lib/rdf/vocab/skosxl.rb +26 -59
- data/lib/rdf/vocab/v.rb +199 -493
- data/lib/rdf/vocab/vcard.rb +290 -920
- data/lib/rdf/vocab/vmd.rb +199 -493
- data/lib/rdf/vocab/void.rb +86 -210
- data/lib/rdf/vocab/vs.rb +16 -38
- data/lib/rdf/vocab/wdrs.rb +43 -136
- data/lib/rdf/vocab/wot.rb +95 -176
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +122 -463
- data/lib/rdf/vocab/xkos.rb +116 -269
- data/spec/extensions_spec.rb +1 -1
- metadata +45 -25
data/lib/rdf/vocab/xhtml.rb
CHANGED
@@ -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/
|
16
|
-
"
|
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
|
-
"
|
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
|
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
|
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
|
-
"
|
363
|
-
type: "rdf
|
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
|
-
"
|
367
|
-
type: "rdf
|
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
|
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
|
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
|
-
"
|
377
|
-
type: "rdf
|
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
|
-
"
|
381
|
-
type: "rdf
|
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
|
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
|
-
"
|
388
|
-
type: "rdf
|
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
|
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
|
-
"
|
395
|
-
type: "rdf
|
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
|
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
|
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
|
-
"
|
405
|
-
type: "rdf
|
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
|
-
"
|
409
|
-
type: "rdf
|
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
|
-
"
|
413
|
-
type: "rdf
|
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
|
-
"
|
417
|
-
type: "rdf
|
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
|
-
"
|
421
|
-
type: "rdf
|
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
|
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
|
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
|
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
|
-
"
|
434
|
-
type: "rdf
|
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
|
-
"
|
438
|
-
type: "rdf
|
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
|
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
|
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
|
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
|
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
|
-
"
|
454
|
-
type: "rdf
|
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
|
-
"
|
458
|
-
type: "rdf
|
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
|
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
|
-
"
|
465
|
-
type: "rdf
|
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
|
-
"
|
469
|
-
type: "rdf
|
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
|
-
"
|
473
|
-
type: "rdf
|
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
|
-
"
|
477
|
-
type: "rdf
|
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
|
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
|
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
|
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
|
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
|
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
|
-
"
|
496
|
-
type: "rdf
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
-
"
|
521
|
-
type: "rdf
|
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
|
-
"
|
525
|
-
type: "rdf
|
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
|
-
"
|
529
|
-
type: "rdf
|
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
|
-
"
|
533
|
-
type: "rdf
|
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
|
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
|
-
"
|
540
|
-
type: "rdf
|
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
|
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
|
-
"
|
547
|
-
type: "rdf
|
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
|
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
|
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
|
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
|
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
|
-
"
|
563
|
-
type: ["rdf
|
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
|
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
|
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
|
-
"
|
573
|
-
type: "rdf
|
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
|
-
"
|
577
|
-
type: "rdf
|
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
|
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
|
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
|
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
|
-
"
|
590
|
-
type: "rdf
|
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
|
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
|
-
"
|
597
|
-
type: "rdf
|
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
|
-
"
|
601
|
-
type: "rdf
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
-
"
|
626
|
-
type: "rdf
|
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
|
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
|
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
|
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
|
-
"
|
639
|
-
type: "rdf
|
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
|
-
"
|
644
|
-
type: "rdf
|
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
|
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
|