![]() |
|
|
A Brief User's Guide |
|
The default UI plugin of Orient provides a navigation and editing environment for ontologies formalized in RDF. Users can view information of existing resources, classes, and properties of the underlying model, as well as doing modifications on them. The environment is integrated into the Eclipse Platform. Fig. 1 is a screen snapshot of this UI (Orient V 1.0).
A wizard will guide the user to establish an ontology file within the Eclipse workspace. (Fig.2)
After the wizard is finished, the Orient Perspective will be opened. It will also be automatically opened when the user opens an ontology file. The Orient Perspective contains eight views, namely Resource List, Class List, Property List, Class Hierarchy, Property Hierarchy, Resource Info, Class Info, and Property Info. The three list views, Resource List, Class List and Property List, show all the existing resources, classes and properties respectively. In these views users could create or delete corresponding objects, and select objects for details in Info views or Hierarchy views. The two hierarchy views, Class Hierarchy and Property Hierarchy, display the hierarchy tree of classes and properties. Users could shift between showing sub-nodes and showing super-nodes. By the context menu, the user could add/delete child-nodes, set a new focus of the view, or display information of the selected node. Three information views are used to display detailed information of resource, class and property respectively. In these views users could rename the object, modify the comment, and add/remove entities in the various lists. Undo/Redo mechanism is provided in the environment, so that users could edit the ontology more conveniently. RDF inference is also a feature of Orient, which provides two modes of inference, i.e. realtime and non-realtime. In the realtime mode, Orient will do RDF inference whenever the ontology is changed. However, if the ontology is very large, doing inference will be time-consuming, and realtime inference may block the user's editing. In such situation non-realtime mode is desirable, under which Orient will not do inference until the user tells the system to do so. Orient supports RDF file import/export. An RDF file could be imported to an Orient ontology file, and vice versa. (Fig.3)
|
|
To learn more about EMF: http://www.eclipse.org/emf/
|
| Orient
and EMF Integration Demo You need install EMF
1.1.1 plugin and EclipseUML 1.2.1.20031103
or 1.2.1.20030806
to run
this demo.
|
|
OntoViz is an Eclipse plug-in developed on ORIENT system. In OntoViz, we employed a new combine of similarity calculation method to calculate the similarity distance of two class of an ontology.
After this, we, arrange these classes as points in a 2D plane according to FDP (Force Direct Placement) algorithm. Then we get a distribution of all the classes,
in which two classes have close similarity values were put close to each other.(see figure 8).
In order to show more information about this ontology to user, we display the property information and instance information in the visualization area too.
The instance information are rendered as color depth
(see figure 9).
As it is shown in the above picture.We can get the instance number information of each class by reading the depth of each color easily.From the color of each class, we can detect the "hottest" class in this ontology easily. |
| © 2005, APEX Lab, Shanghai Jiao Tong University |