These exercises and examples use the newspaper project included in the examples folder of your Protege installation.
Note: Except for symbols starting with a ':', all symbols you type in are case-sensitive. Symbols starting with a ':' will always be turned into all-uppercase symbols. Whether the KBMS is case-sensitive depends on the KBMS.
((:is-class :THING))
((:is-class Author))
((:is-instance Author))
((:FAIL (:is-instance Author)))
((:IS-FRAME Author))
((:IS-FRAME Foo))
((:is-relation headline))
((:IS-relation article_author))
((:FAIL (:IS-relation Author)))
((:FAIL (:IS-relation Foo)))
((:is-facet :maximum-cardinality))