IRI:
http://topbraid.org/swa
Current version:
0.1.0
Imported Ontologies:
http://topbraid.org/swa.spin (visualise it with LODE)
http://uispin.org/html (visualise it with LODE)
http://uispin.org/swon (visualise it with LODE)
Other visualisation:
Ontology source

Abstract

A library of reusable components for SWP-based applications. Includes elements to insert forms, trees, grids etc.

Table of Content

  1. Classes
  2. Named Individuals
  3. Annotation Properties
  4. Namespace Declarations

Classes

Abstract border layoutc back to ToC or Class ToC

IRI: http://topbraid.org/swa#AbstractBorderLayout

has super-classes
Layout elementsc
has sub-classes
Full screen border layoutc
is also defined as
named individual

Abstract enum drop down editorc back to ToC or Class ToC

IRI: http://topbraid.org/swa#AbstractEnumDropDownEditor

has super-classes
Object editorc
has sub-classes
Datatype enum drop down editorc, Resource enum drop down editorc
is also defined as
named individual

Abstract enum drop down facetc back to ToC or Class ToC

IRI: http://topbraid.org/swa#AbstractEnumDropDownFacet

has super-classes
Object facetc
has sub-classes
Datatype enum drop down facetc, Resource enum drop down facetc
is also defined as
named individual

Abstract objectc back to ToC or Class ToC

IRI: http://topbraid.org/swa#AbstractObject

has super-classes
Object elementsc
has sub-classes
Objectc, Objectsc
is also defined as
named individual

Abstract subjectc back to ToC or Class ToC

IRI: http://topbraid.org/swa#AbstractSubject

has super-classes
Subject elementsc
has sub-classes
Subjectsc
is also defined as
named individual

Auto completec back to ToC or Class ToC

IRI: http://topbraid.org/swa#AutoComplete

Inserts a text field that automatically suggests matching resources as the user starts typing.
has super-classes
Auto complete elementsc
is also defined as
named individual

Auto complete callbackc back to ToC or Class ToC

IRI: http://topbraid.org/swa#AutoCompleteCallback

Internally used by the AutoComplete widget to fetch the matching resources.
has super-classes
Auto complete elementsc
is also defined as
named individual

Auto complete elementsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#AutoCompleteElements

has super-classes
Elementsc
has sub-classes
Auto completec, Auto complete callbackc
is also defined as
named individual

best node facet classc back to ToC or Class ToC

IRI: http://topbraid.org/swa#bestSubjectFacetClass

Find the best suitable SubjectFacet for a given predicate, object combination. May return nothing, e.g. for blank nodes.
has super-classes
Functions
is also defined as
named individual

best node viewerc back to ToC or Class ToC

IRI: http://topbraid.org/swa#bestObjectViewerClass

Walks through all NodeWidgets of a given type (?type) that declare a nodeWidgetWeight and returns the widget class that has the highest weight for a given node, predicate and subject.
has super-classes
Functions
is also defined as
named individual

best object facet classc back to ToC or Class ToC

IRI: http://topbraid.org/swa#bestObjectFacetClass

Find the best suitable ObjectFacet for a given predicate and resourceType combination. May return nothing, e.g. for blank nodes.
has super-classes
Functions
is also defined as
named individual

best object widget classc back to ToC or Class ToC

IRI: http://topbraid.org/swa#bestObjectWidgetClass

Walks through all ObjectWidget classes of a given type (?type) that declare an objectWidgetWeight and returns the ObjectWidget class that has the highest weight for a given node (?node), predicate (?predicate), resource type (?resourceType) and local range (?range). All arguments are optional, but not all will be empty. If the resourceType and predicate are known, then also the ?range will be bound.
has super-classes
Functions
is also defined as
named individual

best subject viewerc back to ToC or Class ToC

IRI: http://topbraid.org/swa#bestSubjectViewerClass

Walks through all SubjectWidgets of a given type (?type) that declare a subjectWidgetWeight and returns the widget class that has the highest weight for a given objectType, predicate and subject.
has super-classes
Functions
is also defined as
named individual

best subject widget classc back to ToC or Class ToC

IRI: http://topbraid.org/swa#bestSubjectWidgetClass

Walks through all SubjectWidget classes of a given type (?type) that declare a subjectWidgetWeight and returns the widget class that has the highest weight for a given node (?node), predicate (?predicate), subject type (?subjectType) and local range (?range). All arguments are optional, but not all will be empty. If the subjectType and predicate are known, then also the ?range will be bound.
has super-classes
Functions
is also defined as
named individual

BNode viewerc back to ToC or Class ToC

IRI: http://topbraid.org/swa#BNodeViewer

has super-classes
Object viewerc
is also defined as
named individual

Boolean editorc back to ToC or Class ToC

IRI: http://topbraid.org/swa#BooleanEditor

A combo box with options empty, true, and false.
has super-classes
Object editorc
is also defined as
named individual

Border layout optionsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#BorderLayoutOptions

A helper to BorderLayout to conveniently set JavaScript options.
has super-classes
Layout elementsc
is also defined as
named individual

Class form bodyc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ClassFormBody

The default view for rdfs:Class, with widget groups for Annotation Properties, Class Axioms and Other Properties.
has super-classes
Form bodyc
is also defined as
named individual

Class tree childrenc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ClassTreeChildren

A template that delivers all (named) subclasses of a given parent class, using rdfs:subClassOf.
has super-classes
Tree children templatesc
is also defined as
named individual

Class tree pathc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ClassTreePath

has super-classes
Tree path templatesc
is also defined as
named individual

Class tree rootsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ClassTreeRoots

has super-classes
Tree roots templatesc
is also defined as
named individual

Column layoutc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ColumnLayout

A container that arranges its children into one or more column. The relative widths of each column must be specified using a comma-separated list (arg:colWidths). The immediate children of this element will be used as columns from left to right.
has super-classes
Layout elementsc
is also defined as
named individual

contains current mode namec back to ToC or Class ToC

IRI: http://topbraid.org/swa#containsCurrentModeName

Checks whether a given string of comma-separate mode names contains the name of the current mode. For example, swa:containsCurrentMode("search,edit") will return true if the current mode is "edit".
has super-classes
Functions
is also defined as
named individual

Create call functionsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#CreateCallFunctions

Abstract base class for functions that produce a JavaScript call, e.g. to be used as event handlers.
has super-classes
Functions
has sub-classes
create load search form callc
is also defined as
named individual

create default linkc back to ToC or Class ToC

IRI: http://topbraid.org/swa#createDefaultLink

The default CreateLinkFunction - it simply navigates to the resource with a call of the UISPIN servlet.
has super-classes
Create link functionsc
is also defined as
named individual

create linkc back to ToC or Class ToC

IRI: http://topbraid.org/swa#createLink

Creates a line of JavaScript code that can be inserted into an HTML document to produce a hyper link. The implementation of this function is very flexible and can be replaced depending on the context. The function checks if the context variable "createLinkFunction" points to another SPIN function. If so, then it calls that SPIN function with the given resource and uid arguments. Otherwise, it falls back to the built-in swa:createDefaultLink function that calls swa.navigateTo. If you want to replace the default behavior, create your own subclass of swa:CreateLinkFunctions, and then use ui:setContext to activate this link function for the contained elements.
has super-classes
Create link functionsc
is also defined as
named individual

Create link functionsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#CreateLinkFunctions

Abstract superclass for functions that take a URI resource and produce a JavaScript snippet that acts like a hyperlink for it. All link creation by widgets should run through one of those functions. If no function is called directly, then swa:createLink should be used which will find the most suitable link function for the given context. For example, hyperlinks on a view form should replace the view form with a form for the selected resource. The form sets a context variable 'createLinkFunction' that points to a function that will replace the whole form after an ajax request.
has super-classes
Functions
has sub-classes
create default linkc, create linkc, create new tab linkc, create no linkc, create replace view form linkc
is also defined as
named individual

create load search form callc back to ToC or Class ToC

IRI: http://topbraid.org/swa#createLoadSearchFormCall

has super-classes
Create call functionsc
is also defined as
named individual

create new tab linkc back to ToC or Class ToC

IRI: http://topbraid.org/swa#createNewTabLink

Creates a link that opens the resource in a new tab or window.
has super-classes
Create link functionsc
is also defined as
named individual

create no linkc back to ToC or Class ToC

IRI: http://topbraid.org/swa#createNoLink

A dummy function that returns nothing, suppressing any links.
has super-classes
Create link functionsc
is also defined as
named individual

create replace view form linkc back to ToC or Class ToC

IRI: http://topbraid.org/swa#createReplaceViewFormLink

A CreateLinkFunction that can be installed by a form to make sure that all hyperlinks on that form get redirected to replace the form itself, and not reload the whole document.
has super-classes
Create link functionsc
is also defined as
named individual

Datatype enum drop down editorc back to ToC or Class ToC

IRI: http://topbraid.org/swa#DatatypeEnumDropDownEditor

has super-classes
Abstract enum drop down editorc
is also defined as
named individual

Datatype enum drop down facetc back to ToC or Class ToC

IRI: http://topbraid.org/swa#DatatypeEnumDropDownFacet

has super-classes
Abstract enum drop down facetc
is also defined as
named individual

Datatype enum radio buttons editorc back to ToC or Class ToC

IRI: http://topbraid.org/swa#DatatypeEnumRadioButtonsEditor

has super-classes
Radio buttons editorc
is also defined as
named individual

Date editorc back to ToC or Class ToC

IRI: http://topbraid.org/swa#DateEditor

has super-classes
Object editorc
is also defined as
named individual

Date range facetc back to ToC or Class ToC

IRI: http://topbraid.org/swa#DateRangeFacet

has super-classes
Object facetc
is also defined as
named individual

Dialog elementsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#DialogElements

Abstract superclass for dialog-related elements.
has super-classes
Elementsc
has sub-classes
Resource view dialogc
is also defined as
named individual

Elementsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#Elements

Abstract superclass of all SWA elements. Makes sure that certain required head includes (JavaScript and CSS files) are present.
has super-classes
elementc
has sub-classes
Auto complete elementsc, Dialog elementsc, Form elementsc, Grid elementsc, Headerc, Index elementsc, Labelc, Layout elementsc, Linkc, Property labelc, Tree elementsc, Widget initializerc, Widget labelc
is also defined as
named individual

Enum facetc back to ToC or Class ToC

IRI: http://topbraid.org/swa#EnumFacet

has super-classes
Object facetc
is also defined as
named individual

Enumerated objects groupc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ObjectsEnum

A container around a finite list of swa:Objects elements - not computed through a filter function but explicitly enumerated. Can be used in conjunction with swa:ObjectsPlaceholder.
has super-classes
Object group elementsc
is also defined as
named individual

Formc back to ToC or Class ToC

IRI: http://topbraid.org/swa#Form

Base class for the various types of forms, depending on the mode.
has super-classes
Form elementsc
has sub-classes
Search formc, View formc
is also defined as
named individual

Form bodyc back to ToC or Class ToC

IRI: http://topbraid.org/swa#FormBody

Base class for the body element of forms. Subclasses of this are meant to be inserted into Forms, and should be associated as ui:instanceView with domain classes.
has super-classes
Form elementsc
resource viewsc
has sub-classes
Class form bodyc, Property form bodyc, Resource form bodyc
is also defined as
named individual

Form classc back to ToC or Class ToC

IRI: http://topbraid.org/swa#FormClass

Metaclass for the various kinds of forms.
has super-classes
node classc
is in range of
form class
has members
Formni, Search formni, View formni

Form elementsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#FormElements

has super-classes
Elementsc
has sub-classes
Formc, Form bodyc, Form headerc, Form selectorc, Object elementsc, Object group elementsc, Search form type switchc, Subject elementsc, Subjects groupc
is also defined as
named individual

Form headerc back to ToC or Class ToC

IRI: http://topbraid.org/swa#FormHeader

has super-classes
Form elementsc
is also defined as
named individual

Form selectorc back to ToC or Class ToC

IRI: http://topbraid.org/swa#FormSelector

A component that takes a modeName and inserts a Form depending on the formClass associated with the given mode. This class is meant to be called from the outside through the servlet, e.g. to switch the mode of an existing form.
has super-classes
Form elementsc
is also defined as
named individual

Full screen border layoutc back to ToC or Class ToC

IRI: http://topbraid.org/swa#FullScreenBorderLayout

A convenience wrapper around the jQuery UI Layout. Makes it possible to define complex screen layouts with components in the west, east, north, south and center, and possibly with sliders between them. The BorderLayout can take up to 5 children, each of which must declare one the following HTML classes: "ui-layout-west", "ui-layout-east", "ui-layout-north", "ui-layout-south" or "ui-layout-center". This element is provided as a convenience only, and possibly only for quick demos etc. For serious applications you may want to rather use jQuery UI Layout directly because it gives you more options.
has super-classes
Abstract border layoutc
is also defined as
named individual

get key propertiesc back to ToC or Class ToC

IRI: http://topbraid.org/swa#getKeyProperties

Gets the key properties of a given class, by walking up the superclasses until it finds a class with declared swa:classKeyProperties.
has super-classes
Functions
is also defined as
named individual

Grid elementsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#GridElements

has super-classes
Elementsc
has sub-classes
Result Set Gridc, Search results gridc
is also defined as
named individual

Headerc back to ToC or Class ToC

IRI: http://topbraid.org/swa#Header

Displays the title area of a panel on the screen - typically a black bar with a label on it.
has super-classes
Elementsc
is also defined as
named individual

Hidden fieldsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#HiddenFields

has super-classes
Object elementsc
has sub-classes
Object editor hidden datatype fieldc, Object editor hidden fieldsc
is also defined as
named individual

Image resource viewerc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ImageResourceViewer

The default viewer for URI resources that appear to be images, judged by their file extension.
has super-classes
Object viewerc
is also defined as
named individual

Indexc back to ToC or Class ToC

IRI: http://topbraid.org/swa#Index

Displays a list of hyperlinks A B C ... Z * where each letter opens a dialog with all resources starting with that letter.
has super-classes
Index elementsc
is also defined as
named individual

Index elementsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#IndexElements

has super-classes
Elementsc
has sub-classes
Indexc, Index letter dialogc
is also defined as
named individual

Index letter dialogc back to ToC or Class ToC

IRI: http://topbraid.org/swa#IndexLetterDialog

A dialog that displays a sorted list of all resources starting with a given letter.
has super-classes
Index elementsc
is also defined as
named individual

is edit modec back to ToC or Class ToC

IRI: http://topbraid.org/swa#isEditMode

Checks whether the SWP engine is currently in edit mode, i.e. has the swa:mode set to swa:EditMode.
has super-classes
Functions
is also defined as
named individual

is search modec back to ToC or Class ToC

IRI: http://topbraid.org/swa#isSearchMode

Checks whether the SWP engine is currently in search mode, i.e. has the swa:mode set to swa:SearchMode.
has super-classes
Functions
is also defined as
named individual

is view modec back to ToC or Class ToC

IRI: http://topbraid.org/swa#isViewMode

Checks whether the SWP engine is currently in view mode, i.e. has the swa:mode set to swa:ViewMode.
has super-classes
Functions
is also defined as
named individual

key properties functorc back to ToC or Class ToC

IRI: http://topbraid.org/swa#keyPropertiesFunctor

has super-classes
class functor functions
is also defined as
named individual

Labelc back to ToC or Class ToC

IRI: http://topbraid.org/swa#Label

has super-classes
Elementsc
is also defined as
named individual

Labeled objectsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#LabeledObjects

has super-classes
Objectsc
is also defined as
named individual

Labeled subjectsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#LabeledSubjects

has super-classes
Subjectsc
is also defined as
named individual

lang imagec back to ToC or Class ToC

IRI: http://topbraid.org/swa#langImage

Gets the URL to an image for a given language tag (either 2 or 5 letter encoding).
has super-classes
Functions
is also defined as
named individual

Lang literal viewerc back to ToC or Class ToC

IRI: http://topbraid.org/swa#LangLiteralViewer

A node viewer for literal values that carry a language tag, displaying the literal's text and either a language code or a flag of the country associated with the language. By default this is showing the language code, but flags can be activated by setting the context variable "langFlags" to true.
has super-classes
Object viewerc
is also defined as
named individual

Layout elementsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#LayoutElements

has super-classes
Elementsc
has sub-classes
Abstract border layoutc, Border layout optionsc, Column layoutc
is also defined as
named individual

Linkc back to ToC or Class ToC

IRI: http://topbraid.org/swa#Link

Creates a hyperlink to switch the current view to a given resource. This element should be used to create all hyperlinks in SWA applications, because this single place provides greater flexibility to make adjustments to the links. In particular, the semantics of what should happen if the user clicks on a link may be different for each application or even within different parts of a single application: in some cases the application may want to replace a form on the screen, while in other cases the selected resource should be opened in a modal dialog. The SPIN function swa:createLink is used to define the link. If this function retuns nothing, then no link is displayed, but rather an swa:Label.
has super-classes
Elementsc
is also defined as
named individual

Literal viewerc back to ToC or Class ToC

IRI: http://topbraid.org/swa#LiteralViewer

A node viewer for literal values, displaying the literal's text.
has super-classes
Object viewerc
is also defined as
named individual

Modec back to ToC or Class ToC

IRI: http://topbraid.org/swa#Mode

The class of the various modes that a form can be in, e.g. editing, viewing. Each Mode holds pointers to the relevant subclasses that shall be inserted.
is in domain of
form class, form object predicate selection template, form subject predicate selection template, is single constant, is single function, mode label, mode name, object widget class, object widget row class, object widget row class
has members
Edit modeni, Search modeni, View modeni

modec back to ToC or Class ToC

IRI: http://topbraid.org/swa#mode

Gets the current swa:Mode from the context variable "mode".
has super-classes
Functions
is also defined as
named individual

mode by namec back to ToC or Class ToC

IRI: http://topbraid.org/swa#modeByName

Gets the swa:Mode with a given name.
has super-classes
Functions
is also defined as
named individual

mode propertyc back to ToC or Class ToC

IRI: http://topbraid.org/swa#modeProperty

Gets a property associated with the current mode.
has super-classes
Functions
is also defined as
named individual

Node editor classc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ObjectEditorClass

has super-classes
Object widget classc
has members
Abstract enum drop down editorni, Boolean editorni, Datatype enum drop down editorni, Datatype enum radio buttons editorni, Date editorni, Object editorni, Radio buttons editorni, Resource editorni, Resource enum drop down editorni, Resource enum radio buttons editorni, Text area editorni, Text field editorni

node editor classc back to ToC or Class ToC

IRI: http://topbraid.org/swa#bestObjectEditorClass

Find the best suitable NodeEditor for a given node, predicate, subject, subjectType combination. May return nothing, e.g. for blank nodes.
has super-classes
Functions
is also defined as
named individual

Numeric range facetc back to ToC or Class ToC

IRI: http://topbraid.org/swa#NumericRangeFacet

has super-classes
Object facetc
is also defined as
named individual

Objectc back to ToC or Class ToC

IRI: http://topbraid.org/swa#Object

Inserts a widget for a single value of a given predicate at the given subject. This element should only be used if the property doesn't have a max cardinality of 1 anyway, to overload the default behavior.
has super-classes
Abstract objectc
is also defined as
named individual

Object editorc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ObjectEditor

Inserts an editor for a given object, with different behavior depending on the type of object or the context.
has super-classes
Object widgetc
has sub-classes
Abstract enum drop down editorc, Boolean editorc, Date editorc, Radio buttons editorc, Resource editorc, Text area editorc, Text field editorc
is also defined as
named individual

Object editor hidden datatype fieldc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ObjectEditorHiddenDatatypeField

has super-classes
Hidden fieldsc
is also defined as
named individual

Object editor hidden fieldsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ObjectEditorHiddenFields

Inserts the hidden fields needed to link the server with a widget. Note that the fields have a marker class swa-editor-hidden-field that is used by delete row operations.
has super-classes
Hidden fieldsc
is also defined as
named individual

Object editor rowc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ObjectEditorRow

has super-classes
Object widget rowc
is also defined as
named individual

Object elementsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ObjectElements

Abstract superclass for all elements that take a subject/predicate combination and then display or edit the objects.
has super-classes
Form elementsc
has sub-classes
Abstract objectc, Hidden fieldsc, Object widgetc, Object widget rowc, Objects bodyc
is also defined as
named individual

Object facetc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ObjectFacet

An object widget representing a facet on a search form.
has super-classes
Object widgetc
has sub-classes
Abstract enum drop down facetc, Date range facetc, Enum facetc, Numeric range facetc, String facetc, URI resource facetc
is also defined as
named individual

Object facet classc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ObjectFacetClass

has super-classes
Object widget classc
has members
Abstract enum drop down facetni, Datatype enum drop down facetni, Date range facetni, Enum facetni, Numeric range facetni, Object facetni, Resource enum drop down facetni, String facetni, URI resource facetni

Object facet rowc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ObjectFacetRow

has super-classes
Object widget rowc
is also defined as
named individual

Object group elementsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ObjectGroupElements

has super-classes
Form elementsc
has sub-classes
Enumerated objects groupc, Objects groupc, Objects placeholderc
is also defined as
named individual

Object viewerc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ObjectViewer

A read-only widget displaying a single object.
has super-classes
Object widgetc
has sub-classes
BNode viewerc, Image resource viewerc, Lang literal viewerc, Literal viewerc, URI resource viewerc
is also defined as
named individual

Object viewer classc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ObjectViewerClass

has super-classes
Object widget classc
has members
BNode viewerni, Image resource viewerni, Lang literal viewerni, Literal viewerni, Object viewerni, URI resource viewerni

Object viewer rowc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ObjectViewerRow

has super-classes
Object widget rowc
is also defined as
named individual

Object widgetc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ObjectWidget

A component representing a single RDF node. Depending on the mode, this may for example be an ObjectViewer or ObjectEditor.
has super-classes
Object elementsc
has sub-classes
Object editorc, Object facetc, Object viewerc
is also defined as
named individual

Object widget classc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ObjectWidgetClass

Metaclass of the various object widget types.
has super-classes
node classc
has sub-classes
Node editor classc, Object facet classc, Object viewer classc
is in domain of
object widget weight
is in range of
object widget class
has members
Object editor hidden fieldsni, Object widgetni, Subject editor hidden fieldsni

Object widget rowc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ObjectWidgetRow

Superclass for the containers of an ObjectWidget together with a toolbar (to the right).
has super-classes
Object elementsc
has sub-classes
Object editor rowc, Object facet rowc, Object viewer rowc
is also defined as
named individual

Object widget row classc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ObjectWidgetRowClass

has super-classes
node classc
is in range of
object widget row class, object widget row class
has members
Object editor rowni, Object facet rowni, Object viewer rowni, Object widget rowni

Objectsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#Objects

A two-columned structure with a label on the left and zero or more objects on the right.
has super-classes
Abstract objectc
has sub-classes
Labeled objectsc
is also defined as
named individual

Objects bodyc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ObjectsBody

has super-classes
Object elementsc
is also defined as
named individual

Objects groupc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ObjectsGroup

has super-classes
Object group elementsc
is also defined as
named individual

Objects placeholderc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ObjectsPlaceholder

Inserts Objects for all "other" properties for the given subject. This includes all properties that are not mentioned explicitly through other swa:Objects elements on the surrounding element tree. A filter function can be provided to further exclude certain properties that shouldn't be visible at all.
has super-classes
Object group elementsc
is also defined as
named individual

oneOf itemsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#OneOfItems

Given an rdfs:Datatype or enumerated class, returns the members of the owl:oneOf enumeration.
has super-classes
select templates
is also defined as
named individual

Predicate selection templatesc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ObjectPredicateSelectionTemplates

Abstract base class for templates that can be used to select which predicates shall appear on a form, based on a subject or a subject type from the context.
has super-classes
select templates
has sub-classes
Suitable object predicates for subjectc, Used object predicatesc
is also defined as
named individual

predicates of objectsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#predicatesOfObjects

Gets all arg:predicates associated with swa:Object or swa:Objects underneath a given root view.
has super-classes
magic properties
is also defined as
named individual

Property form bodyc back to ToC or Class ToC

IRI: http://topbraid.org/swa#PropertyFormBody

The default view for rdf:Property, with widget groups for Annotation Properties, Property Axioms and Other Properties.
has super-classes
Form bodyc
is also defined as
named individual

Property labelc back to ToC or Class ToC

IRI: http://topbraid.org/swa#PropertyLabel

The label used to display the name of the property on a form, consisting of the property's label and a column. Should also be used to display properties elsewhere to have a central implementation that could be overloaded etc.
has super-classes
Elementsc
is also defined as
named individual

Radio buttons editorc back to ToC or Class ToC

IRI: http://topbraid.org/swa#AbstractRadioButtonsEditor

has super-classes
Object editorc
has sub-classes
Datatype enum radio buttons editorc, Resource enum radio buttons editorc
is also defined as
named individual

remove unique idc back to ToC or Class ToC

IRI: http://topbraid.org/swa#removeUniqueId

Takes a string and removes everything after the :: (including the :: itself). This is needed to de-code tree node ids.
has super-classes
Functions
is also defined as
named individual

Resource editorc back to ToC or Class ToC

IRI: http://topbraid.org/swa#URIResourceEditor

The default Editor for resources, consisting of a combo-box with auto-complete.
has super-classes
Object editorc
is also defined as
named individual

Resource enum drop down editorc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ResourceEnumDropDownEditor

has super-classes
Abstract enum drop down editorc
is also defined as
named individual

Resource enum drop down facetc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ResourceEnumDropDownFacet

has super-classes
Abstract enum drop down facetc
is also defined as
named individual

Resource enum radio buttons editorc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ResourceEnumRadioButtonsEditor

has super-classes
Radio buttons editorc
is also defined as
named individual

Resource form bodyc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ResourceFormBody

The default view for rdfs:Resource, with widget groups for Annotation Properties and Other Properties.
has super-classes
Form bodyc
is also defined as
named individual

Resource subject editorc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ResourceSubjectEditor

has super-classes
Subject editorc
is also defined as
named individual

Resource subject facetc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ResourceSubjectFacet

has super-classes
Subject facetc
is also defined as
named individual

Resource view dialogc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ResourceViewDialog

A dialog that shows the default view of a given resource. This needs to be inserted into the document and will remain initially invisible. The JavaScript call swa.openResourceViewDialog() must be called with the provided loadId and the URI of a resource.
has super-classes
Dialog elementsc
is also defined as
named individual

Result Set Gridc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ResultSetGrid

A tabular component to display the results of an existing SPARQL result set. This does not do lazy loading but constructs a static data table from all entries in the result set. Use this only for small data sets.
has super-classes
Grid elementsc
is also defined as
named individual

root viewc back to ToC or Class ToC

IRI: http://topbraid.org/swa#rootView

Walks up the child hierarchy of SWP nodes in the ui:graph until it finds no further parent for the provided view.
has super-classes
Functions
is also defined as
named individual

Search formc back to ToC or Class ToC

IRI: http://topbraid.org/swa#SearchForm

has super-classes
Formc
is also defined as
named individual

Search form type switchc back to ToC or Class ToC

IRI: http://topbraid.org/swa#SearchFormTypeSwitch

If the given resource type has at least one subclass, then this will display a drop down box where the user can select a class. This will reload the ui:loadable (form body) with the selected type. Future versions may also display a button that opens a tree dialog.
has super-classes
Form elementsc
is also defined as
named individual

Search results gridc back to ToC or Class ToC

IRI: http://topbraid.org/swa#SearchResultsGrid

Instances of this class can be created as a result of a user pressing the Search button on a SearchForm. The search button collects the parameters (form field values) and the grid allows users to browse through the matching resources based in a lazy loading manner.
has super-classes
Grid elementsc
is also defined as
named individual

Sorted instancesc back to ToC or Class ToC

IRI: http://topbraid.org/swa#SortedInstances

has super-classes
select templates
is also defined as
named individual

Sorted objectsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#SortedObjects

has super-classes
select templates
is also defined as
named individual

Sorted subjectsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#SortedSubjects

has super-classes
select templates
is also defined as
named individual

String facetc back to ToC or Class ToC

IRI: http://topbraid.org/swa#StringFacet

has super-classes
Object facetc
is also defined as
named individual

Subject editorc back to ToC or Class ToC

IRI: http://topbraid.org/swa#SubjectEditor

has super-classes
Subject widgetc
has sub-classes
Resource subject editorc
is also defined as
named individual

Subject editor classc back to ToC or Class ToC

IRI: http://topbraid.org/swa#SubjectEditorClass

has super-classes
Subject widget classc
has members
Resource subject editorni, Subject editorni

subject editor classc back to ToC or Class ToC

IRI: http://topbraid.org/swa#bestSubjectEditorClass

Find the best suitable SubjectEditor for a given object/predicate. May return nothing, e.g. for blank nodes.
has super-classes
Functions
is also defined as
named individual

Subject editor hidden fieldsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#SubjectEditorHiddenFields

Inserts the hidden fields needed to link the server with a widget. Note that the fields have a marker class swa.editorHiddenField that is used by delete row operations.
has super-classes
Subject elementsc
is also defined as
named individual

Subject editor rowc back to ToC or Class ToC

IRI: http://topbraid.org/swa#SubjectEditorRow

has super-classes
Subject widget rowc
is also defined as
named individual

Subject elementsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#SubjectElements

has super-classes
Form elementsc
has sub-classes
Abstract subjectc, Subject editor hidden fieldsc, Subject widgetc, Subject widget rowc, Subjects bodyc
is also defined as
named individual

Subject facetc back to ToC or Class ToC

IRI: http://topbraid.org/swa#SubjectFacet

has super-classes
Subject widgetc
has sub-classes
Resource subject facetc
is also defined as
named individual

Subject facet classc back to ToC or Class ToC

IRI: http://topbraid.org/swa#SubjectFacetClass

has super-classes
Subject widget classc
has members
Resource subject facetni, Subject facetni

Subject facet rowc back to ToC or Class ToC

IRI: http://topbraid.org/swa#SubjectFacetRow

has super-classes
Subject widget rowc
is also defined as
named individual

subject has object from enumc back to ToC or Class ToC

IRI: http://topbraid.org/swa#subjectHasObjectFromEnum

Checks if a given subject has at least one object for any of the swa:Objects under the given root element.
has super-classes
Functions
is also defined as
named individual

Subject predicate selection templatesc back to ToC or Class ToC

IRI: http://topbraid.org/swa#SubjectPredicateSelectionTemplates

has super-classes
select templates
has sub-classes
Used subject predicatesc
is also defined as
named individual

Subject viewerc back to ToC or Class ToC

IRI: http://topbraid.org/swa#SubjectViewer

has super-classes
Subject widgetc
has sub-classes
URI resource subject viewerc
is also defined as
named individual

Subject viewer classc back to ToC or Class ToC

IRI: http://topbraid.org/swa#SubjectViewerClass

has super-classes
Subject widget classc
has members
Subject viewerni, URI resource subject viewerni

Subject viewer rowc back to ToC or Class ToC

IRI: http://topbraid.org/swa#SubjectViewerRow

has super-classes
Subject widget rowc
is also defined as
named individual

Subject widgetc back to ToC or Class ToC

IRI: http://topbraid.org/swa#SubjectWidget

has super-classes
Subject elementsc
has sub-classes
Subject editorc, Subject facetc, Subject viewerc
is also defined as
named individual

Subject widget classc back to ToC or Class ToC

IRI: http://topbraid.org/swa#SubjectWidgetClass

has super-classes
node classc
has sub-classes
Subject editor classc, Subject facet classc, Subject viewer classc
is in domain of
subject widget weight
has members
Subject widgetni

Subject widget rowc back to ToC or Class ToC

IRI: http://topbraid.org/swa#SubjectWidgetRow

has super-classes
Subject elementsc
has sub-classes
Subject editor rowc, Subject facet rowc, Subject viewer rowc
is also defined as
named individual

Subject widget row classc back to ToC or Class ToC

IRI: http://uispin.org/ui#SubjectWidgetRowClass

has super-classes
node classc
has members
Subject editor rowni, Subject facet rowni, Subject viewer rowni, Subject widget rowni

Subjectsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#Subjects

has super-classes
Abstract subjectc
has sub-classes
Labeled subjectsc
is also defined as
named individual

Subjects bodyc back to ToC or Class ToC

IRI: http://topbraid.org/swa#SubjectsBody

has super-classes
Subject elementsc
is also defined as
named individual

Subjects groupc back to ToC or Class ToC

IRI: http://topbraid.org/swa#SubjectsGroup

has super-classes
Form elementsc
is also defined as
named individual

Suitable object predicates for subjectc back to ToC or Class ToC

IRI: http://topbraid.org/swa#SuitableObjectPredicates

Finds all "suitable" predicates for a given subject and/or subject type, looking at domains but also the existing values.
has super-classes
Predicate selection templatesc
is also defined as
named individual

Text area editorc back to ToC or Class ToC

IRI: http://topbraid.org/swa#TextAreaEditor

A multi-line text area to enter string literals.
has super-classes
Object editorc
is also defined as
named individual

Text field editorc back to ToC or Class ToC

IRI: http://topbraid.org/swa#TextFieldEditor

A single-line text editor for literals. This is the default widget for all literals with a weight of 0.
has super-classes
Object editorc
is also defined as
named individual

Treec back to ToC or Class ToC

IRI: http://topbraid.org/swa#Tree

Inserts a jsTree component into the current page. The jsTree object will get the provided id.
has super-classes
Tree elementsc
is also defined as
named individual

Tree children templatesc back to ToC or Class ToC

IRI: http://topbraid.org/swa#TreeChildrenTemplates

has super-classes
Tree templatesc
has sub-classes
Class tree childrenc
is also defined as
named individual

Tree data providerc back to ToC or Class ToC

IRI: http://topbraid.org/swa#TreeDataProvider

Instances of this class are used as server callbacks to drive an swa:Tree. A TreeDataProvider is backed by two SELECT queries - one to get the roots, and one to get the children of a given node. Optionally, a root resource can be supplied to overload the default root(s). Another operation that trees must support is finding an expansion path from a root to a given node. To support this, each TreeDataProvider points to a SPIN template that delivers a path. This typically uses the spif:shortestObjectsPath function.
has super-classes
Tree elementsc
has members
Class tree data providerni
is also defined as
named individual

Tree data provider helperc back to ToC or Class ToC

IRI: http://topbraid.org/swa#TreeDataProviderHelper

has super-classes
Tree elementsc
is also defined as
named individual

Tree elementsc back to ToC or Class ToC

IRI: http://topbraid.org/swa#TreeElements

has super-classes
Elementsc
has sub-classes
Treec, Tree data providerc, Tree data provider helperc, Tree shortest path callbackc
is also defined as
named individual

Tree path templatesc back to ToC or Class ToC

IRI: http://topbraid.org/swa#TreePathTemplates

An abstract superclass for SPIN templates used by TreeDataProviders to find a path from a node to a root.
has super-classes
select templates
has sub-classes
Class tree pathc
is also defined as
named individual

Tree roots templatesc back to ToC or Class ToC

IRI: http://topbraid.org/swa#TreeRootsTemplates

Abstract superclass for queries that can deliver the roots of a tree.
has super-classes
Tree templatesc
has sub-classes
Class tree rootsc
is also defined as
named individual

Tree shortest path callbackc back to ToC or Class ToC

IRI: http://topbraid.org/swa#TreeShortestPathCallback

An element building a JSON array with URIs based on spif:shortestObjectsPath. Called using uispin?_viewClass=swa:TreeShortestPathCallback&_format=json&subject=...&dataProvider=...
has super-classes
Tree elementsc
is also defined as
named individual

Tree templatesc back to ToC or Class ToC

IRI: http://topbraid.org/swa#TreeTemplates

Base class for SELECT templates that are used to populate trees. There are two kinds of queries: a) to find all root nodes b) to find the children of a given parent node. All SELECT queries in subclass of this must return the following result variables: SELECT ?node ?label ?leaf ?icon - ?node: the resource behind the node, e.g. an owl:Class or skos:Concept - ?label (optional): the label for the resource - if not used, the system will call ui:label(?node) - ?leaf: true means no children, i.e. the node cannot be expanded - ?icon (optional): CSS class for the icon
has super-classes
select templates
has sub-classes
Tree children templatesc, Tree roots templatesc
is also defined as
named individual

URI resource facetc back to ToC or Class ToC

IRI: http://topbraid.org/swa#URIResourceFacet

has super-classes
Object facetc
is also defined as
named individual

URI resource subject viewerc back to ToC or Class ToC

IRI: http://topbraid.org/swa#URIResourceSubjectViewer

has super-classes
Subject viewerc
is also defined as
named individual

URI resource viewerc back to ToC or Class ToC

IRI: http://topbraid.org/swa#URIResourceViewer

has super-classes
Object viewerc
is also defined as
named individual

Used object predicatesc back to ToC or Class ToC

IRI: http://topbraid.org/swa#UsedObjectPredicates

has super-classes
Predicate selection templatesc
is also defined as
named individual

Used subject predicatesc back to ToC or Class ToC

IRI: http://topbraid.org/swa#UsedSubjectPredicates

has super-classes
Subject predicate selection templatesc
is also defined as
named individual

View formc back to ToC or Class ToC

IRI: http://topbraid.org/swa#ViewForm

A form displaying details of a given resource. The form displays a header on top, with label and type of the resource. If arg:editable is set to true, the form will have a button at the bottom to switch it to edit mode.
has super-classes
Formc
is also defined as
named individual

Widget initializerc back to ToC or Class ToC

IRI: http://topbraid.org/swa#WidgetInitializer

has super-classes
Elementsc
is also defined as
named individual

Widget labelc back to ToC or Class ToC

IRI: http://topbraid.org/swa#WidgetLabel

has super-classes
Elementsc
is also defined as
named individual

Named Individuals

Abstract border layoutni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#AbstractBorderLayout

belongs to
node classc
is also defined as
class

Abstract enum drop down editorni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#AbstractEnumDropDownEditor

belongs to
Node editor classc
is also defined as
class

Abstract enum drop down facetni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#AbstractEnumDropDownFacet

belongs to
Object facet classc
is also defined as
class

Abstract objectni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#AbstractObject

belongs to
node classc
is also defined as
class

Abstract subjectni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#AbstractSubject

belongs to
node classc
is also defined as
class

Auto completeni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#AutoComplete

belongs to
node classc
is also defined as
class

Auto complete callbackni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#AutoCompleteCallback

belongs to
node classc
is also defined as
class

Auto complete elementsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#AutoCompleteElements

belongs to
node classc
is also defined as
class

best node facet classni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#bestSubjectFacetClass

belongs to
function
is also defined as
class

best node viewerni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#bestObjectViewerClass

belongs to
function
is also defined as
class

best object facet classni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#bestObjectFacetClass

belongs to
function
is also defined as
class

best object widget classni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#bestObjectWidgetClass

belongs to
function
is also defined as
class

best subject viewerni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#bestSubjectViewerClass

belongs to
function
is also defined as
class

best subject widget classni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#bestSubjectWidgetClass

belongs to
function
is also defined as
class

BNode viewerni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#BNodeViewer

belongs to
Object viewer classc
is also defined as
class

Boolean editorni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#BooleanEditor

belongs to
Node editor classc
is also defined as
class

Border layout optionsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#BorderLayoutOptions

belongs to
node classc
is also defined as
class

Class form bodyni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ClassFormBody

belongs to
resource view classc
is also defined as
class

Class tree childrenni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ClassTreeChildren

belongs to
select template
is also defined as
class

Class tree data providerni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ClassTreeDataProvider

A data provider for a class tree starting at rdfs:Resource.
belongs to
Tree data providerc

Class tree pathni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ClassTreePath

belongs to
select template
is also defined as
class

Class tree rootsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ClassTreeRoots

belongs to
select template
is also defined as
class

Column layoutni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ColumnLayout

belongs to
node classc
is also defined as
class

contains current mode nameni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#containsCurrentModeName

belongs to
function
is also defined as
class

Create call functionsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#CreateCallFunctions

belongs to
function
is also defined as
class

create default linkni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#createDefaultLink

belongs to
function
is also defined as
class

create linkni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#createLink

belongs to
function
is also defined as
class

Create link functionsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#CreateLinkFunctions

belongs to
function
is also defined as
class

create load search form callni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#createLoadSearchFormCall

belongs to
function
is also defined as
class

create new tab linkni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#createNewTabLink

belongs to
function
is also defined as
class

create no linkni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#createNoLink

belongs to
function
is also defined as
class

create replace view form linkni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#createReplaceViewFormLink

belongs to
function
is also defined as
class

Datatype enum drop down editorni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#DatatypeEnumDropDownEditor

belongs to
Node editor classc
is also defined as
class

Datatype enum drop down facetni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#DatatypeEnumDropDownFacet

belongs to
Object facet classc
is also defined as
class

Datatype enum radio buttons editorni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#DatatypeEnumRadioButtonsEditor

belongs to
Node editor classc
is also defined as
class

Date editorni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#DateEditor

belongs to
Node editor classc
is also defined as
class

Date range facetni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#DateRangeFacet

belongs to
Object facet classc
is also defined as
class

Dialog elementsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#DialogElements

belongs to
node classc
is also defined as
class

Edit modeni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#EditMode

belongs to
Modec

Elementsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#Elements

belongs to
node classc
is also defined as
class

Enum facetni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#EnumFacet

belongs to
Object facet classc
is also defined as
class

Enumerated objects groupni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ObjectsEnum

belongs to
node classc
is also defined as
class

Formni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#Form

belongs to
Form classc
is also defined as
class

Form bodyni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#FormBody

belongs to
resource view classc
is also defined as
class

Form elementsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#FormElements

belongs to
node classc
is also defined as
class

Form headerni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#FormHeader

belongs to
node classc
is also defined as
class

Form selectorni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#FormSelector

belongs to
node classc
is also defined as
class

Full screen border layoutni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#FullScreenBorderLayout

belongs to
node classc
is also defined as
class

get key propertiesni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#getKeyProperties

belongs to
function
is also defined as
class

Grid elementsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#GridElements

belongs to
node classc
is also defined as
class

Headerni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#Header

belongs to
node classc
is also defined as
class

Hidden fieldsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#HiddenFields

belongs to
node classc
is also defined as
class

Image resource viewerni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ImageResourceViewer

belongs to
Object viewer classc
is also defined as
class

Indexni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#Index

belongs to
node classc
is also defined as
class

Index elementsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#IndexElements

belongs to
node classc
is also defined as
class

Index letter dialogni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#IndexLetterDialog

belongs to
node classc
is also defined as
class

is edit modeni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#isEditMode

belongs to
function
is also defined as
class

is search modeni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#isSearchMode

belongs to
function
is also defined as
class

is view modeni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#isViewMode

belongs to
function
is also defined as
class

key properties functorni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#keyPropertiesFunctor

belongs to
function
is also defined as
class

Labelni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#Label

belongs to
node classc
is also defined as
class

Labeled objectsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#LabeledObjects

belongs to
node classc
is also defined as
class

Labeled subjectsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#LabeledSubjects

belongs to
node classc
is also defined as
class

lang imageni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#langImage

belongs to
function
is also defined as
class

Lang literal viewerni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#LangLiteralViewer

belongs to
Object viewer classc
is also defined as
class

Layout elementsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#LayoutElements

belongs to
node classc
is also defined as
class

Linkni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#Link

belongs to
node classc
is also defined as
class

Literal viewerni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#LiteralViewer

belongs to
Object viewer classc
is also defined as
class

modeni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#mode

belongs to
function
is also defined as
class

mode by nameni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#modeByName

belongs to
function
is also defined as
class

mode propertyni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#modeProperty

belongs to
function
is also defined as
class

node editor classni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#bestObjectEditorClass

belongs to
function
is also defined as
class

Numeric range facetni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#NumericRangeFacet

belongs to
Object facet classc
is also defined as
class

Objectni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#Object

belongs to
node classc
is also defined as
class

Object editorni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ObjectEditor

belongs to
Node editor classc
is also defined as
class

Object editor hidden datatype fieldni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ObjectEditorHiddenDatatypeField

belongs to
node classc
is also defined as
class

Object editor hidden fieldsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ObjectEditorHiddenFields

belongs to
Object widget classc
is also defined as
class

Object editor rowni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ObjectEditorRow

belongs to
Object widget row classc
is also defined as
class

Object elementsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ObjectElements

belongs to
node classc
is also defined as
class

Object facetni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ObjectFacet

belongs to
Object facet classc
is also defined as
class

Object facet rowni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ObjectFacetRow

belongs to
Object widget row classc
is also defined as
class

Object group elementsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ObjectGroupElements

belongs to
node classc
is also defined as
class

Object viewerni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ObjectViewer

belongs to
Object viewer classc
is also defined as
class

Object viewer rowni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ObjectViewerRow

belongs to
Object widget row classc
is also defined as
class

Object widgetni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ObjectWidget

belongs to
Object widget classc
is also defined as
class

Object widget rowni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ObjectWidgetRow

belongs to
Object widget row classc
node classc
is also defined as
class

Objectsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#Objects

belongs to
node classc
is also defined as
class

Objects bodyni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ObjectsBody

belongs to
node classc
is also defined as
class

Objects groupni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ObjectsGroup

belongs to
node classc
is also defined as
class

Objects placeholderni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ObjectsPlaceholder

belongs to
node classc
is also defined as
class

oneOf itemsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#OneOfItems

belongs to
select template
is also defined as
class

Predicate selection templatesni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ObjectPredicateSelectionTemplates

belongs to
select template
is also defined as
class

predicates of objectsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#predicatesOfObjects

belongs to
magic property
is also defined as
class

Property form bodyni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#PropertyFormBody

belongs to
resource view classc
is also defined as
class

Property labelni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#PropertyLabel

belongs to
node classc
is also defined as
class

Radio buttons editorni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#AbstractRadioButtonsEditor

belongs to
Node editor classc
is also defined as
class

remove unique idni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#removeUniqueId

belongs to
function
is also defined as
class

Resource editorni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#URIResourceEditor

belongs to
Node editor classc
is also defined as
class

Resource enum drop down editorni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ResourceEnumDropDownEditor

belongs to
Node editor classc
is also defined as
class

Resource enum drop down facetni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ResourceEnumDropDownFacet

belongs to
Object facet classc
is also defined as
class

Resource enum radio buttons editorni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ResourceEnumRadioButtonsEditor

belongs to
Node editor classc
is also defined as
class

Resource form bodyni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ResourceFormBody

belongs to
resource view classc
is also defined as
class

Resource subject editorni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ResourceSubjectEditor

belongs to
Subject editor classc
is also defined as
class

Resource subject facetni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ResourceSubjectFacet

belongs to
Subject facet classc
is also defined as
class

Resource view dialogni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ResourceViewDialog

belongs to
node classc
is also defined as
class

Result Set Gridni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ResultSetGrid

belongs to
node classc
is also defined as
class

root viewni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#rootView

belongs to
function
is also defined as
class

Search formni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#SearchForm

belongs to
Form classc
is also defined as
class

Search form type switchni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#SearchFormTypeSwitch

belongs to
node classc
is also defined as
class

Search modeni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#SearchMode

A mode in which forms are displaying search fields, e.g. a range slider for numeric values and a text field for regex string matching.
belongs to
Modec

Search results gridni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#SearchResultsGrid

belongs to
node classc
is also defined as
class

Sorted instancesni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#SortedInstances

belongs to
select template
is also defined as
class

Sorted objectsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#SortedObjects

belongs to
select template
is also defined as
class

Sorted subjectsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#SortedSubjects

belongs to
select template
is also defined as
class

String facetni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#StringFacet

belongs to
Object facet classc
is also defined as
class

Subject editorni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#SubjectEditor

belongs to
Subject editor classc
is also defined as
class

subject editor classni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#bestSubjectEditorClass

belongs to
function
is also defined as
class

Subject editor hidden fieldsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#SubjectEditorHiddenFields

belongs to
Object widget classc
is also defined as
class

Subject editor rowni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#SubjectEditorRow

belongs to
Subject widget row classc
is also defined as
class

Subject elementsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#SubjectElements

belongs to
node classc
is also defined as
class

Subject facetni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#SubjectFacet

belongs to
Subject facet classc
is also defined as
class

Subject facet rowni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#SubjectFacetRow

belongs to
Subject widget row classc
is also defined as
class

subject has object from enumni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#subjectHasObjectFromEnum

belongs to
function
is also defined as
class

Subject predicate selection templatesni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#SubjectPredicateSelectionTemplates

belongs to
select template
is also defined as
class

Subject viewerni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#SubjectViewer

belongs to
Subject viewer classc
is also defined as
class

Subject viewer rowni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#SubjectViewerRow

belongs to
Subject widget row classc
is also defined as
class

Subject widgetni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#SubjectWidget

belongs to
Subject widget classc
is also defined as
class

Subject widget rowni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#SubjectWidgetRow

belongs to
Subject widget row classc
is also defined as
class

Subjectsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#Subjects

belongs to
node classc
is also defined as
class

Subjects bodyni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#SubjectsBody

belongs to
node classc
is also defined as
class

Subjects groupni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#SubjectsGroup

belongs to
node classc
is also defined as
class

Suitable object predicates for subjectni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#SuitableObjectPredicates

belongs to
select template
is also defined as
class

Text area editorni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#TextAreaEditor

belongs to
Node editor classc
is also defined as
class

Text field editorni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#TextFieldEditor

belongs to
Node editor classc
is also defined as
class

Treeni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#Tree

belongs to
node classc
is also defined as
class

Tree children templatesni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#TreeChildrenTemplates

belongs to
select template
is also defined as
class

Tree data providerni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#TreeDataProvider

belongs to
node classc
is also defined as
class

tree data providerni back to ToC or Named Individual ToC

IRI: http://uispin.org/html#treedataprovider

belongs to
attributec
is also defined as
annotation property

Tree data provider helperni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#TreeDataProviderHelper

belongs to
node classc
is also defined as
class

Tree elementsni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#TreeElements

belongs to
node classc
is also defined as
class

Tree path templatesni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#TreePathTemplates

belongs to
select template
is also defined as
class

tree rootni back to ToC or Named Individual ToC

IRI: http://uispin.org/html#treeroot

belongs to
attributec
is also defined as
annotation property

Tree roots templatesni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#TreeRootsTemplates

belongs to
select template
is also defined as
class

Tree shortest path callbackni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#TreeShortestPathCallback

belongs to
node classc
is also defined as
class

Tree templatesni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#TreeTemplates

belongs to
select template
is also defined as
class

URI resource facetni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#URIResourceFacet

belongs to
Object facet classc
is also defined as
class

URI resource subject viewerni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#URIResourceSubjectViewer

belongs to
Subject viewer classc
is also defined as
class

URI resource viewerni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#URIResourceViewer

belongs to
Object viewer classc
is also defined as
class

Used object predicatesni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#UsedObjectPredicates

belongs to
select template
is also defined as
class

Used subject predicatesni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#UsedSubjectPredicates

belongs to
select template
is also defined as
class

View formni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ViewForm

belongs to
Form classc
is also defined as
class

View modeni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#ViewMode

belongs to
Modec

Weighted expressionni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#WeightedExpression

belongs to
templatec

Widget initializerni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#WidgetInitializer

belongs to
node classc
is also defined as
class

Widget labelni back to ToC or Named Individual ToC

IRI: http://topbraid.org/swa#WidgetLabel

belongs to
node classc
is also defined as
class

Annotation Properties

aboutap back to ToC or Annotation Property ToC

IRI: http://uispin.org/html#about

abstractap back to ToC or Annotation Property ToC

IRI: http://uispin.org/ui#abstract

add namespaceap back to ToC or Annotation Property ToC

IRI: http://uispin.org/ui#addNamespace

arg10ap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/sp#arg10

arg12ap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/sp#arg12

arg5ap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/sp#arg5

arg6ap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/sp#arg6

arg7ap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/sp#arg7

arg8ap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/sp#arg8

arg9ap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/sp#arg9

attributesap back to ToC or Annotation Property ToC

IRI: http://uispin.org/html#attributes

has sub-properties
tree data providerap, tree rootap

cacheap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#cache

has super-properties
arg

cacheap back to ToC or Annotation Property ToC

IRI: http://uispin.org/ui#cache

callbackap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#callback

has super-properties
arg

checkedap back to ToC or Annotation Property ToC

IRI: http://uispin.org/html#checked

childap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#child

has super-properties
arg

childap back to ToC or Annotation Property ToC

IRI: http://uispin.org/ui#child

children queryap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#childrenQuery

has super-properties
queryap

classap back to ToC or Annotation Property ToC

IRI: http://uispin.org/html#class

classap back to ToC or Annotation Property ToC

IRI: http://uispin.org/let#class

classap back to ToC or Annotation Property ToC

IRI: http://uispin.org/ui#class

col widthsap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#colWidths

has super-properties
arg

conditionap back to ToC or Annotation Property ToC

IRI: http://uispin.org/ui#condition

contentap back to ToC or Annotation Property ToC

IRI: http://uispin.org/html#content

data providerap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#dataProvider

has super-properties
arg

datatypeap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#datatype

has super-properties
arg

datatypeap back to ToC or Annotation Property ToC

IRI: http://uispin.org/html#datatype

datatypeap back to ToC or Annotation Property ToC

IRI: http://uispin.org/let#datatype

display idap back to ToC or Annotation Property ToC

IRI: http://uispin.org/let#displayId

domainap back to ToC or Annotation Property ToC

IRI: http://uispin.org/let#domain

draggableap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#draggable

has super-properties
arg

east sizeap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#eastSize

has super-properties
arg

editableap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#editable

has super-properties
arg

editingap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#editing

has super-properties
arg

expressionap back to ToC or Annotation Property ToC

IRI: http://topbraid.org/swa#expression

has super-properties
system property
has domain
Weighted expression
has range
boolean

fidap back to ToC or Annotation Property ToC

IRI: http://uispin.org/let#fid

filter functionap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#filterFunction

has super-properties
arg

form classap back to ToC or Annotation Property ToC

IRI: http://topbraid.org/swa#formClass

Links a mode with a form class.
has super-properties
system property
has domain
Modec
has range
Form classc

form idap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#formId

has super-properties
arg

form object predicate selection templateap back to ToC or Annotation Property ToC

IRI: http://topbraid.org/swa#formObjectPredicateSelectionTemplate

The SPIN template that delivers the predicates that shall be displayed on a (default) form in this mode. For example, in editing mode this will include all suitable predicates, while in viewing mode this may only include the used predicates for the given subject.
has super-properties
system property
has domain
Modec
has range
templatec

form subject predicate selection templateap back to ToC or Annotation Property ToC

IRI: http://topbraid.org/swa#formSubjectPredicateSelectionTemplate

The SPIN template that delivers the predicates that shall be displayed on a (default) form in this mode. For example, in editing mode this will include all suitable predicates, while in viewing mode this may only include the used predicates for the given subject.
has super-properties
system property
has domain
Modec
has range
templatec

functionap back to ToC or Annotation Property ToC

IRI: http://uispin.org/let#function

handlerap back to ToC or Annotation Property ToC

IRI: http://uispin.org/let#handler

head includesap back to ToC or Annotation Property ToC

IRI: http://uispin.org/ui#headIncludes

heightap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#height

has super-properties
arg

hide if emptyap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#hideIfEmpty

has super-properties
arg

hide in modesap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#hideInModes

has super-properties
arg

hrefap back to ToC or Annotation Property ToC

IRI: http://uispin.org/html#href

idap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#id

has super-properties
arg

idap back to ToC or Annotation Property ToC

IRI: http://uispin.org/html#id

idap back to ToC or Annotation Property ToC

IRI: http://uispin.org/let#id

initial valueap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#initialValue

has super-properties
arg

insert patternap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/sp#insertPattern

instance viewap back to ToC or Annotation Property ToC

IRI: http://uispin.org/ui#instanceView

is single constantap back to ToC or Annotation Property ToC

IRI: http://topbraid.org/swa#isSingleConstant

has super-properties
system property
has domain
Modec
has range
boolean

is single functionap back to ToC or Annotation Property ToC

IRI: http://topbraid.org/swa#isSingleFunction

has super-properties
system property
has domain
Modec
has range
function

key propertiesap back to ToC or Annotation Property ToC

IRI: http://topbraid.org/swa#keyProperties

Links a class with an rdf:List of properties that deliver the values that shall be displayed as columns if the user searches for instances of the class, or its sub-classes.
has super-properties
system property
has domain
class
has range
list

key propertiesap back to ToC or Annotation Property ToC

IRI: http://uispin.org/let#keyProperties

kpap back to ToC or Annotation Property ToC

IRI: http://uispin.org/let#kp

labelap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#label

has super-properties
arg

label functionap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#labelFunction

label propertyap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#labelProperty

has super-properties
arg

label templateap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/spin#labelTemplate

label widthap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#labelWidth

has super-properties
arg

left widthap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#leftWidth

has super-properties
arg

lidap back to ToC or Annotation Property ToC

IRI: http://uispin.org/let#lid

linkap back to ToC or Annotation Property ToC

IRI: http://uispin.org/let#link

load idap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#loadId

has super-properties
arg

load idap back to ToC or Annotation Property ToC

IRI: http://uispin.org/ui#loadId

load immediatelyap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#loadImmediately

has super-properties
arg

mode labelap back to ToC or Annotation Property ToC

IRI: http://topbraid.org/swa#modeLabel

has super-properties
system property
has domain
Modec
has range
stringc

mode nameap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#modeName

has super-properties
arg

mode nameap back to ToC or Annotation Property ToC

IRI: http://topbraid.org/swa#modeName

has super-properties
system property
has domain
Modec
has range
stringc

mode namesap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#modeNames

has super-properties
arg

nameap back to ToC or Annotation Property ToC

IRI: http://uispin.org/html#name

nameap back to ToC or Annotation Property ToC

IRI: http://uispin.org/let#name

no borderap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#noBorder

has super-properties
arg

north sizeap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#northSize

has super-properties
arg

object typeap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#objectType

has super-properties
arg

object widget classap back to ToC or Annotation Property ToC

IRI: http://topbraid.org/swa#objectWidgetClass

has super-properties
system property
has domain
Modec
has range
Object widget classc

object widget row classap back to ToC or Annotation Property ToC

IRI: http://topbraid.org/swa#objectWidgetRowClass

has super-properties
system property
has domain
Modec
has range
Object widget row classc

object widget row classap back to ToC or Annotation Property ToC

IRI: http://topbraid.org/swa#subjectWidgetRowClass

has super-properties
system property
has domain
Modec
has range
Object widget row classc

object widget weightap back to ToC or Annotation Property ToC

IRI: http://topbraid.org/swa#objectWidgetWeight

An expression that computes the suitability of an ObjectWidget for a given object (?object) at a given predicate (?predicate) and type class (?subjectType) and range (?range). The larger the number the better. Returning unbound or false means not suitable, and returning true means a weight of 1. This expression is called if a node and a predicate/subject type combination is present.
has super-properties
system property
has domain
Object widget classc
has range
Weighted expression

old element idap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#oldElementId

has super-properties
arg

on loadedap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#onLoaded

has super-properties
arg

on selectap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#onSelect

has super-properties
arg

onclickap back to ToC or Annotation Property ToC

IRI: http://uispin.org/html#onclick

pager idap back to ToC or Annotation Property ToC

IRI: http://uispin.org/let#pagerId

paramsap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#params

has super-properties
arg

parentap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#parent

has super-properties
arg

pathap back to ToC or Annotation Property ToC

IRI: http://uispin.org/let#path

pidap back to ToC or Annotation Property ToC

IRI: http://uispin.org/let#pid

point idap back to ToC or Annotation Property ToC

IRI: http://uispin.org/ui#pointId

predicatesap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#predicates

has super-properties
result setap

privateap back to ToC or Annotation Property ToC

IRI: http://uispin.org/ui#private

propertyap back to ToC or Annotation Property ToC

IRI: http://uispin.org/html#property

prototypeap back to ToC or Annotation Property ToC

IRI: http://uispin.org/ui#prototype

queryap back to ToC or Annotation Property ToC

IRI: http://uispin.org/ui#query

has sub-properties
children queryap, roots queryap

query graphap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#queryGraph

has super-properties
arg

rangeap back to ToC or Annotation Property ToC

IRI: http://uispin.org/let#range

relap back to ToC or Annotation Property ToC

IRI: http://uispin.org/html#rel

resourceap back to ToC or Annotation Property ToC

IRI: http://uispin.org/ui#resource

resource type codeap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#resourceTypeCode

has super-properties
arg

result setap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#resultSet

result setap back to ToC or Annotation Property ToC

IRI: http://uispin.org/ui#resultSet

has sub-properties
predicatesap

results idap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#resultsId

has super-properties
arg

rootap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#root

has super-properties
arg

root viewap back to ToC or Annotation Property ToC

IRI: http://uispin.org/let#rootView

roots queryap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#rootsQuery

has super-properties
queryap

row indexap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#rowIndex

has super-properties
arg

rsap back to ToC or Annotation Property ToC

IRI: http://uispin.org/letrs#rs

scriptap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#script

has super-properties
arg

searchap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#search

has super-properties
arg

selectedap back to ToC or Annotation Property ToC

IRI: http://uispin.org/html#selected

singleap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#single

has super-properties
arg

sizeap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#size

has super-properties
arg

south sizeap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#southSize

has super-properties
arg

srcap back to ToC or Annotation Property ToC

IRI: http://uispin.org/html#src

styleap back to ToC or Annotation Property ToC

IRI: http://uispin.org/html#style

subjectap back to ToC or Annotation Property ToC

IRI: http://uispin.org/default#subject

subject widget weightap back to ToC or Annotation Property ToC

IRI: http://topbraid.org/swa#subjectWidgetWeight

has super-properties
system property
has domain
Subject widget classc
has range
Weighted expression

table idap back to ToC or Annotation Property ToC

IRI: http://uispin.org/let#tableId

tabularap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#tabular

has super-properties
arg

target idap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#targetId

has super-properties
arg

templateap back to ToC or Annotation Property ToC

IRI: http://uispin.org/let#template

templateap back to ToC or Annotation Property ToC

IRI: http://uispin.org/ui#template

termap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#term

has super-properties
arg

textap back to ToC or Annotation Property ToC

IRI: http://uispin.org/ui#text

titleap back to ToC or Annotation Property ToC

IRI: http://uispin.org/html#title

toggle function callap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#toggleFunctionCall

has super-properties
arg

top heightap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#topHeight

has super-properties
arg

tree children templateap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#treeChildrenTemplate

has super-properties
arg

tree data providerap back to ToC or Annotation Property ToC

IRI: http://uispin.org/html#treedataprovider

has super-properties
attributesap
is also defined as
named individual

tree path templateap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#treePathTemplate

has super-properties
arg

tree rootap back to ToC or Annotation Property ToC

IRI: http://uispin.org/html#treeroot

has super-properties
attributesap
is also defined as
named individual

tree roots templateap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#treeRootsTemplate

has super-properties
arg

typeap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#type

has super-properties
arg

type selectableap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#typeSelectable

has super-properties
arg

uidap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#uid

has super-properties
arg

uidap back to ToC or Annotation Property ToC

IRI: http://uispin.org/let#uid

update queryap back to ToC or Annotation Property ToC

IRI: http://uispin.org/ui#updateQuery

usedap back to ToC or Annotation Property ToC

IRI: http://topbraid.org/swa#used

Internal system property used by some algorithm(s) to mark that certain properties have been used on a form.
has super-properties
system property

valueap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#value

has super-properties
arg

valueap back to ToC or Annotation Property ToC

IRI: http://uispin.org/html#value

var valueap back to ToC or Annotation Property ToC

IRI: http://uispin.org/ui#varValue

viewap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#view

has super-properties
arg

viewap back to ToC or Annotation Property ToC

IRI: http://uispin.org/ui#view

view classap back to ToC or Annotation Property ToC

IRI: http://uispin.org/ui#viewClass

weightap back to ToC or Annotation Property ToC

IRI: http://topbraid.org/swa#weight

has super-properties
system property
has domain
Weighted expression
has range
integer

west sizeap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#westSize

has super-properties
arg

widthap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/arg#width

has super-properties
arg

Namespace Declarations back to ToC

default namespace
http://topbraid.org/swa#
arg
http://spinrdf.org/arg#
default
http://uispin.org/default#
function
http://jena.hpl.hp.com/ARQ/function#
html
http://uispin.org/html#
let
http://uispin.org/let#
letrs
http://uispin.org/letrs#
list
http://jena.hpl.hp.com/ARQ/list#
owl
http://www.w3.org/2002/07/owl#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
sp
http://spinrdf.org/sp#
spif
http://spinrdf.org/spif#
spin
http://spinrdf.org/spin#
spl
http://spinrdf.org/spl#
spr
http://spinrdf.org/spr#
swa
http://topbraid.org/swa#
swon
http://uispin.org/swon#
topbraid-org
http://topbraid.org/
ui
http://uispin.org/ui#
uispin-org
http://uispin.org/
xpath-functions
http://www.w3.org/2005/xpath-functions#
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni.