Skip to content
tbouttaz edited this page Apr 24, 2012 · 4 revisions

This application reads the contents of an OWL ontology and assists its user in the creation of language specification files.

Creating Language Specifications

When reading an OWL file, the list of every classes defined in this ontology will be display: selecting an class

The user can then select one of those class and either edit the label or the properties of that class, with the buttons at the bottom of the screen.

Editing Label

When editing a the label of a class, the list of properties that can be applied to that class is displayed. For example, for the Paper class, the hasTitle property would be used as its label: screenshot - add a label to a class

Adding Language Specification

Properties defined in the ontolgy (on the right) can be added to a particular class by dragging and dropping them on that class (on the left): screenshot - adding language specification By right-clicking on those properties, the user can then edit the language specification of that property.