CofeehousePy/nlpfr/nltk/test/onto1.fol

6 lines
237 B
Plaintext

all x. ((boxer2 x) implies (dog x))
all x. ((boxer1 x) implies (person x))
all x. (not ((dog x) and (person x)))
all x. (not ((kitchen x) and (garden x)))
all x. ((kitchen x) implies (location x))
all x. ((garden x) implies (location x))