![]() |
| Previous Top Next |
Toolbar Icons |
Icons in the toolbar are shortcuts for various commands, all of which are also available as menu commands. In this section, the icons are listed together with brief descriptions of the commands for which they are shortcuts. The commands are described in more detail in the corresponding menu section in the User Reference.
The toolbar icons are arranged in the following groups:
| • | Main |
The Main group of icons are shortcuts to basic file and editing commands.
New (File menu, Ctrl+N)
Creates a new RDF document with a name of UntitledX, where X is an integer.
Open (File menu, Ctrl+O)
Pops up the Open dialog, in which you can browse for the file to be opened.
Save (File menu, Ctrl+S)
Saves the active document to file. Enabled only if the active document has been modified.
Print (File menu)
Displays the Print dialog (for printing the Detail View of the selected item).
Undo (Edit menu, Ctrl+Z, Alt+Backspace)
Undoes an editing change.
Redo (Edit menu, Ctrl+Y)
Redoes an undo.
Cut (Edit menu, Ctrl+X, Shift+Delete)
Cuts the selected text (in Text View) from the document and saves it to the clipboard.
Copy (Edit menu, Ctrl+C)
Copies the selected text (in Text View) to the clipboard.
Paste (Edit menu, Ctrl+V)
Pastes the clipboard text into the active document at the cursor position.
Find (Edit menu, Ctrl+F)
Finds the submitted text string (in Text View).
Find Next (Edit menu)
Finds the next occurrence of the submitted text string (in Text View).
The View Options group of icons are shortcuts to commands that affect the view and the semantics of the active document in the GUI.
Show Blank Nodes (View menu)
A toggle command that shows/hides blank nodes in the Overview categories.
Show Comments (View menu)
A toggle command that shows/hides comments in Detail View.
Show Possible Inconsistencies (View menu)
A toggle command to show/hide possible semantic inconsistencies in the ontology. Applies to the semantics check on OWL Lite and OWL DL ontologies.
RDF/OWL Level (RDF/OWL menu)
Selects the RDF/OWL level for the active document: RDF, RDF Schema, OWL Lite, OWL DL, or OWL Full. The selected level will apply till changed or till the document is closed.
Syntax Check (RDF/OWL menu)
Checks the syntax of the active document.
Semantics check (RDF/OWL menu)
Checks the semantics of the active OWL Lite or OWL DL ontology document.
Reload All Imports (RDF/OWL menu)
Reloads all ontologies that the active document imports.
Expand URIref Prefixes (Tools menu)
A toggle command to expand/use URIref prefixes in the serialized RDF/XML.
The Classes group of icons enables you to add a relationship to a class. These commands are also available in the context menu that appears when the box of an eligible class is right-clicked in Detail View.
Adds subClassOf
Adds a subClassOf relationship to a class.
Adds intersectionOf
Adds an intersectionOf relationship to a class.
Adds unionOf
Adds a unionOf relationship to a class.
Adds complementOf
Adds a complementOf relationship to a class.
Adds oneOf
Adds a oneOf relationship to a class.
Adds disjointWith
Adds a disjointWith relationship to a class.
Add equivalentClass
Adds an equivalentClass relationship to a class.
The Properties group of icons enables you to define certain attributes of properties. These commands are also available in the context menu that appears when a property box is right-clicked in Detail View.
Adds subPropertyOf
Adds a subPropertyOf relationship to a property.
Adds domain
Adds a domain for a property.
Adds range
Adds a range specifier for a property.
Add equivalentProperty
Adds an equivalentProperty relationship to a property.
Add inverseOf
Adds an inverseOf relationship to a property.
The Classes group of icons enables you to add a relationship to a class. These commands are also available in the context menu that appears when the box of an eligible class is right-clicked in Detail View.
Adds resource object
Adds a resource object to a predicate.
Adds literal object
Adds a literal object to a predicate.
Adds predicate
Adds a predicate to an RDF resource.
Adds restriction
Adds a restriction to a class or property relationship.
Adds allValuesFrom
Adds the allValuesFrom relationship to link a restriction to a class or data range.
Adds someValuesFrom
Adds the someValuesFrom relationship to link a restriction to a class or data range.
Adds hasValue
Adds the someValuesFrom relationship to link a restriction to a class instance or a data value.
|