;; An Algernon example that uses the newspaper ;; example that is always included with Protege. ;; Mike Hewett 01 Feb 2003, hewett@cs.stanford.edu ;; EDIT THIS PATH for your machine!! ;; This will only work on a Macintosh running Mac OS X. (tell ((:USE-KB :KB-1 Protege "/Applications/Protege-2000/examples/newspaper/newspaper.pprj"))) (tell ((:INSTANCE Author ?a) (name ?a ?name) (:PRINTLN ?name " is an author in Newspaper.") ))