Create subclasses

Making a class a subclass of another class means that all members of the child class, also belong to a parent class. Subclasses can be specified in a number of ways.

When you know at the creation time the parent of a new class:

When you need to add or change a parent class after the child class has been created:

To remove the parent class, simply remove the class name from the row under the rdfs:subClassOf property and press Enter or OK. Or click on the down facing triangle next to the row and select the Delete option.