| Any pizza that does not have fish topping and does not have meat topping is a VegetarianPizza. Members of this class do not need to have any toppings at all. |
| •owl:Thing |
| •DomainConcept |
| •Pizza |
| •VegetarianPizza |
| NOT(hasTopping SOME MeatTopping) |
| NOT(hasTopping SOME FishTopping) |
| Pizza |
Class(VegetarianPizza complete annotation(rdfs:comment "Any pizza that does not have fish topping and does not have meat topping is a VegetarianPizza. Members of this class do not need to have any toppings at all."^^<http://www.w3.org/2001/XMLSchema#string>)
complementOf(restriction(hasTopping someValuesFrom(MeatTopping)))
complementOf(restriction(hasTopping someValuesFrom(FishTopping)))
Pizza)
DisjointClasses(VegetarianPizza NonVegetarianPizza)