Class: CheeseyPizza

Any pizza that has at least 1 cheese topping.

•owl:Thing
        •DomainConcept
                •Pizza
                        •CheeseyPizza

Equivalent Classes (Necessary and Sufficient Conditions)

hasTopping SOME CheeseTopping
Pizza

Abstract Syntax

Class(CheeseyPizza complete annotation(rdfs:comment "Any pizza that has at least 1 cheese topping."^^<http://www.w3.org/2001/XMLSchema#string>)
                           restriction(hasTopping someValuesFrom(CheeseTopping))
                           Pizza)

Usage

Class Description/Definition (Necessary Conditions)

CheeseyPizza
Generated with OWLDoc