-
Notifications
You must be signed in to change notification settings - Fork 2
Home
This application reads the contents of an OWL ontology and assists its user in the creation of language specification files.
When reading an OWL file, the list of every classes defined in this ontology will be display:
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.
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:
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):


