| Operator | Example |
| CLASS1 and CLASS2 | Cat and Female |
| CLASS1 or CLASS2 | Male or Female |
| not CLASS | not Female |
| PROPERTY some CLASS | loves some Cat |
| PROPERTY only CLASS | loves only Cat |
(This is a fragment of the Manchester OWL Syntax.)
These form class
descriptions or class expressions. We can
use them anywhere we'd use a named class.
(That
is, they can be node labels.)