Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Superclasses header not available in Protege 4.3

I am using protege 4.3 and pizza tutorial from 130.88.198.11/tutorials/protegeowltutorial/resources/ProtegeOWLTutorialP4_v1_3.pdf (href not working as the link has numeric domain) but there are lots of discrepancies like superclasses header is not present as shown in following picture:-

enter image description here

further a couple of widgets that tutorial talk about could not be found in protege. Please guide me which plugins exactly required for Superclasses header (which is hindering me from adding restrictions) and generally for all other functions. Thanks.

like image 912
learner Avatar asked Oct 10 '14 18:10

learner


1 Answers

The "Superclasses" header is the "SubClassOf" header you have in your snapshot. In the newer Protege releases they must have changed the label of the header.

The same applies to the "Equivalent Class" header mentioned in the pdf of the tutorial. In your version is "Equivalent To". Therefore, in the tutorial, whenever they refer to the "Superclasses header", just assume it is the "Subclass Of" header.

For example, DeepPanBase is "subClassOf" PizzaBase. That is the same as saying that the "superclass" of DeepPanBase is PizzaBase.

like image 200
Daniel Garijo Avatar answered Nov 05 '22 22:11

Daniel Garijo