lib/rdf/vocab/xhv.rb in rdf-vocab-3.1.4 vs lib/rdf/vocab/xhv.rb in rdf-vocab-3.1.5

- old
+ new

@@ -3,12 +3,349 @@ # This file generated automatically using rdf vocabulary format from http://www.w3.org/1999/xhtml/vocab# require 'rdf' module RDF::Vocab # @!parse # # Vocabulary for <http://www.w3.org/1999/xhtml/vocab#> + # # # class XHV < RDF::Vocabulary + # # A message with important, and usually time-sensitive, information. Also see alertdialog and status. + # # @return [RDF::Vocabulary::Term] + # attr_reader :alert + # + # # 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. + # # @return [RDF::Vocabulary::Term] + # attr_reader :alertdialog + # + # # alternate designates alternate versions for a resource. + # # @return [RDF::Vocabulary::Term] + # attr_reader :alternate + # + # # appendix refers to a resource serving as an appendix in a collection. + # # @return [RDF::Vocabulary::Term] + # attr_reader :appendix + # + # # A region declared as a web application, as opposed to a web document. + # # @return [RDF::Vocabulary::Term] + # attr_reader :application + # + # # A section of a page consisting of an independent part of a document, page, or site. + # # @return [RDF::Vocabulary::Term] + # attr_reader :article + # + # # banner contains the prime heading or internal title of a page. + # # @return [RDF::Vocabulary::Term] + # attr_reader :banner + # + # # bookmark refers to a bookmark - a link to a key entry point within an extended document. + # # @return [RDF::Vocabulary::Term] + # attr_reader :bookmark + # + # # An input that allows for user-triggered actions when clicked or pressed. + # # @return [RDF::Vocabulary::Term] + # attr_reader :button + # + # # chapter refers to a resource serving as a chapter in a collction. + # # @return [RDF::Vocabulary::Term] + # attr_reader :chapter + # + # # An checkable input that has three possible values: true, false, or mixed. + # # @return [RDF::Vocabulary::Term] + # attr_reader :checkbox + # + # # cite refers to a resource that defines a citation. + # # @return [RDF::Vocabulary::Term] + # attr_reader :cite + # + # # A cell containing header information for a column. + # # @return [RDF::Vocabulary::Term] + # attr_reader :columnheader + # + # # 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. + # # @return [RDF::Vocabulary::Term] + # attr_reader :combobox + # + # # secondary indicates that the section supports but is separable from the main content of resource. + # # @return [RDF::Vocabulary::Term] + # attr_reader :complementary + # + # # contentinfo has meta information about the content on the page or the page as a whole. + # # @return [RDF::Vocabulary::Term] + # attr_reader :contentinfo + # + # # contents refers to a resource serving as a table of contents. + # # @return [RDF::Vocabulary::Term] + # attr_reader :contents + # + # # copyright refers to a copyright statement for the resource. + # # @return [RDF::Vocabulary::Term] + # attr_reader :copyright + # + # # definition indicates the definition of a term or concept. + # # @return [RDF::Vocabulary::Term] + # attr_reader :definition + # + # # 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. + # # @return [RDF::Vocabulary::Term] + # attr_reader :dialog + # + # # A list of references to members of a group, such as a static table of contents. + # # @return [RDF::Vocabulary::Term] + # attr_reader :directory + # + # # A region containing related information that is declared as document content, as opposed to a web application. + # # @return [RDF::Vocabulary::Term] + # attr_reader :document + # + # # first refers the first item in a collection (see also start and top). + # # @return [RDF::Vocabulary::Term] + # attr_reader :first + # + # # glossary refers to a resource providing a glossary of terms. + # # @return [RDF::Vocabulary::Term] + # attr_reader :glossary + # + # # A grid contains cells of tabular data arranged in rows and columns, like a table. + # # @return [RDF::Vocabulary::Term] + # attr_reader :grid + # + # # A cell in a grid or treegrid. + # # @return [RDF::Vocabulary::Term] + # attr_reader :gridcell + # + # # A set of user interface objects which would not be included in a page summary or table of contents by an assistive technology. + # # @return [RDF::Vocabulary::Term] + # attr_reader :group + # + # # A heading for a section of the page. + # # @return [RDF::Vocabulary::Term] + # attr_reader :heading + # + # # help refers to a resource offering help. + # # @return [RDF::Vocabulary::Term] + # attr_reader :help + # + # # icon refers to a resource that represents an icon. + # # @return [RDF::Vocabulary::Term] + # attr_reader :icon + # + # # A container for a collection of elements that form an image. + # # @return [RDF::Vocabulary::Term] + # attr_reader :img + # + # # index refers to a resource providing an index. + # # @return [RDF::Vocabulary::Term] + # attr_reader :index + # + # # itsRules indicates that the designated resource is an [ITS] rule set. + # # @return [RDF::Vocabulary::Term] + # attr_reader :itsRules + # + # # last refers to the last resource in a collection of resources. + # # @return [RDF::Vocabulary::Term] + # attr_reader :last + # + # # license refers to a resource that defines the associated license. + # # @return [RDF::Vocabulary::Term] + # attr_reader :license + # + # # An interactive reference to an internal or external resource. + # # @return [RDF::Vocabulary::Term] + # attr_reader :link + # + # # A group of non-interactive list items. + # # @return [RDF::Vocabulary::Term] + # attr_reader :list + # + # # A widget that allows the user to select one or more items from a list of choices. + # # @return [RDF::Vocabulary::Term] + # attr_reader :listbox + # + # # A single item in a list, listbox, or directory. + # # @return [RDF::Vocabulary::Term] + # attr_reader :listitem + # + # # A type of live region where new information is added in meaningful order and old information may disappear. Also see marquee. + # # @return [RDF::Vocabulary::Term] + # attr_reader :log + # + # # main acts as the main content of the document. + # # @return [RDF::Vocabulary::Term] + # attr_reader :main + # + # # A type of live region where non-essential information changes frequently. Also see log. + # # @return [RDF::Vocabulary::Term] + # attr_reader :marquee + # + # # An element that represents a mathematical expression. + # # @return [RDF::Vocabulary::Term] + # attr_reader :math + # + # # A type of widget that offers a list of choices to the user. + # # @return [RDF::Vocabulary::Term] + # attr_reader :menu + # + # # A presentation of menu that usually remains visible and is usually presented horizontally. + # # @return [RDF::Vocabulary::Term] + # attr_reader :menubar + # + # # An option in a group of choices contained by a menu or menubar. + # # @return [RDF::Vocabulary::Term] + # attr_reader :menuitem + # + # # A checkable menuitem that has three possible values: true, false, or mixed. + # # @return [RDF::Vocabulary::Term] + # attr_reader :menuitemcheckbox + # + # # A checkable menuitem in a group of menuitemradio roles, only one of which can be checked at a time. + # # @return [RDF::Vocabulary::Term] + # attr_reader :menuitemradio + # + # # meta refers to a resource that provides metadata. + # # @return [RDF::Vocabulary::Term] + # attr_reader :meta + # + # # navigation indicates a collection of items suitable for navigating the document or related documents. + # # @return [RDF::Vocabulary::Term] + # attr_reader :navigation + # + # # next refers to the next resource (after the current one) in an ordered collection of resources. + # # @return [RDF::Vocabulary::Term] + # attr_reader :next + # + # # note indicates the content is parenthetic or ancillary to the main content of the resource. + # # @return [RDF::Vocabulary::Term] + # attr_reader :note + # + # # A selectable item in a select list. + # # @return [RDF::Vocabulary::Term] + # attr_reader :option + # + # # p3pv1 refers to a P3P Policy Reference File [P3P]. + # # @return [RDF::Vocabulary::Term] + # attr_reader :p3pv1 + # + # # An element whose role is presentational and does not need to be mapped to the accessibility API. + # # @return [RDF::Vocabulary::Term] + # attr_reader :presentation + # + # # prev refers to a previous resource (before the current one) in an ordered collection of resources. + # # @return [RDF::Vocabulary::Term] + # attr_reader :prev + # + # # An element that displays the progress status for tasks that take a long time. + # # @return [RDF::Vocabulary::Term] + # attr_reader :progressbar + # + # # A checkable input in a group of radio roles, only one of which can be checked at a time. + # # @return [RDF::Vocabulary::Term] + # attr_reader :radio + # + # # A group of radio buttons. + # # @return [RDF::Vocabulary::Term] + # attr_reader :radiogroup + # + # # A large perceivable section of a web page or document, that the author feels should be included in a summary of page features. + # # @return [RDF::Vocabulary::Term] + # attr_reader :region + # + # # 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. + # # @return [RDF::Vocabulary::Term] + # attr_reader :role + # + # # A row of cells in a grid. + # # @return [RDF::Vocabulary::Term] + # attr_reader :row + # + # # A cell containing header information for a row in a grid. + # # @return [RDF::Vocabulary::Term] + # attr_reader :rowheader + # + # # search indicates that the section provides a search facility. + # # @return [RDF::Vocabulary::Term] + # attr_reader :search + # + # # section refers to a resource serving as a section in a collection. + # # @return [RDF::Vocabulary::Term] + # attr_reader :section + # + # # A divider that separates and distinguishes sections of content or groups of menuitems. + # # @return [RDF::Vocabulary::Term] + # attr_reader :separator + # + # # A user input where the user selects a value from within a given range. + # # @return [RDF::Vocabulary::Term] + # attr_reader :slider + # + # # A form of range that expects a user to select from amongst discrete choices. + # # @return [RDF::Vocabulary::Term] + # attr_reader :spinbutton + # + # # start refers to the first resource in a collection of resources. + # # @return [RDF::Vocabulary::Term] + # attr_reader :start + # + # # A container whose content is advisory information for the user but is not important enough to justify an alert. Also see alert. + # # @return [RDF::Vocabulary::Term] + # attr_reader :status + # + # # stylesheet refers to a resource serving as a stylesheet for a resource. + # # @return [RDF::Vocabulary::Term] + # attr_reader :stylesheet + # + # # subsection refers to a resource serving as a subsection in a collection. + # # @return [RDF::Vocabulary::Term] + # attr_reader :subsection + # + # # A header for a tabpanel. + # # @return [RDF::Vocabulary::Term] + # attr_reader :tab + # + # # A list of tab elements, which are references to tabpanel elements. + # # @return [RDF::Vocabulary::Term] + # attr_reader :tablist + # + # # A container for the resources associated with a tab. + # # @return [RDF::Vocabulary::Term] + # attr_reader :tabpanel + # + # # Input that allows free-form text as their value. + # # @return [RDF::Vocabulary::Term] + # attr_reader :textbox + # + # # A numerical counter which indicates an amount of elapsed time from a start point, or the time remaining until an end point. + # # @return [RDF::Vocabulary::Term] + # attr_reader :timer + # + # # A collection of commonly used function buttons represented in compact visual form. + # # @return [RDF::Vocabulary::Term] + # attr_reader :toolbar + # + # # 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. + # # @return [RDF::Vocabulary::Term] + # attr_reader :tooltip + # + # # top is a synonym for start. + # # @return [RDF::Vocabulary::Term] + # attr_reader :top + # + # # A type of list that may contain sub-level nested groups that can be collapsed and expanded. + # # @return [RDF::Vocabulary::Term] + # attr_reader :tree + # + # # A grid whose rows can be expanded and collapsed in the same manner as for a tree. + # # @return [RDF::Vocabulary::Term] + # attr_reader :treegrid + # + # # 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. + # # @return [RDF::Vocabulary::Term] + # attr_reader :treeitem + # + # # up refers to a resource "above" in a hierarchically structured set. + # # @return [RDF::Vocabulary::Term] + # attr_reader :up + # # end - class XHV < RDF::Vocabulary("http://www.w3.org/1999/xhtml/vocab#") + XHV = Class.new(RDF::Vocabulary("http://www.w3.org/1999/xhtml/vocab#")) do # Ontology definition ontology :"http://www.w3.org/1999/xhtml/vocab#", "xhv:stylesheet": "http://www.w3.org/StyleSheets/TR/base.css".freeze