CofeehousePy/nlpfr/nltk/test/onto1.fol

6 lines
237 B
Plaintext
Raw Normal View History

2020-12-25 21:00:04 +01:00
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))