home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / ai / 3330 < prev    next >
Encoding:
Internet Message Format  |  1992-09-04  |  753 b 

  1. Path: sparky!uunet!sun-barr!olivea!gossip.pyramid.com!pyramid!infmx!infmuc!christb
  2. From: christb@infmuc (Christian Barmala)
  3. Newsgroups: comp.ai
  4. Subject: novice question
  5. Message-ID: <1992Sep4.113613.18895@informix.com>
  6. Date: 4 Sep 92 11:36:13 GMT
  7. Sender: news@informix.com (Usenet News)
  8. Organization: Informix Software, Inc.
  9. Lines: 17
  10. X-Newsreader: Tin 1.1 PL3
  11.  
  12. Can anyone tell me the difference between
  13. -    Facts,
  14. -    Rules and
  15. -    Knowledge?
  16.  
  17. I think a fact is for instance:
  18.     Peter is Johns brother
  19.  
  20. a rule is:
  21.     if A is B's brother and B is C's brother then A is C's Brother
  22.  
  23. Knowledge is:
  24.     Transitivity means: If rule R applys to (A,B) and (B,C) then
  25.     it applies also to (A,C)
  26.     is_brother_of, is_boss_of, consists_of, ... are transitive rules.
  27.  
  28. Am I right?
  29.