Moving toward formalization

Bijan Parsia

Last class...

Getting more explicit

IS-A ambiguities

Simplest way to resolve

Current Limits on Subsumption

Interlude: What is a Taxonomy?

Animal Taxonomy

Problems with Taxonomies?

More expressivity

Some descriptive vocabulary

OperatorExample
CLASS1 and CLASS2Cat and Female
CLASS1 or CLASS2Male or Female
not CLASSnot Female
PROPERTY some CLASSloves some Cat
PROPERTY only CLASSloves 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.)

What does it mean?