Next: Clauses
Up: Syntax and Semantics of
Previous: A Basic Constraint Language
- A fact is an expression of the form
where
is an atom
- Its meaning is:
the proposition (relationship)
always holds
- Example:
-
- animal(dog).
-
- likes(cat, fish).
-
- bigger(men, mice).
- Meaning (under a particular interpretation):
-
- ``dog'' is an animal
-
- ``cat'' likes ``fish''
-
- ``men'' are bigger than ``mice''
Last modification: Thu Oct 7 12:04:03 MEST 1999 <webmaster@clip.dia.fi.upm.es>