akshay107 commited on
Commit
2927796
·
verified ·
1 Parent(s): ca06f5d

Upload synthetic-fol-new.csv

Browse files
Files changed (1) hide show
  1. synthetic-fol-new.csv +551 -0
synthetic-fol-new.csv ADDED
@@ -0,0 +1,551 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ data,fol
2
+ The blue car was standing in front of a red house.,"∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Red(y) ∧ standing-in-front-of(x,y))"
3
+ The car that was blue was standing in front of a house that was red.,"∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Red(y) ∧ standing-in-front-of(x,y))"
4
+ Red was not the color of the car but of the house.,∃x ∃y (Car(x) ∧ ¬Red(x) ∧ House(y) ∧ Red(y))
5
+ Blue was the color of the car in front of red house.,"∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Red(y) ∧ in-front-of(x,y))"
6
+ The car that was in front of the red house was blue.,"∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Red(y) ∧ in-front-of(x,y))"
7
+ The green car was standing in front of a red house.,"∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Red(y) ∧ standing-in-front-of(x,y))"
8
+ The car that was green was standing in front of a house that was red.,"∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Red(y) ∧ standing-in-front-of(x,y))"
9
+ Green was the color of the car in front of red house.,"∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Red(y) ∧ in-front-of(x,y))"
10
+ The car that was in front of the red house was green.,"∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Red(y) ∧ in-front-of(x,y))"
11
+ The blue car was standing in front of a green house.,"∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Green(y) ∧ standing-in-front-of(x,y))"
12
+ The car that was blue was standing in front of a house that was green.,"∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Green(y) ∧ standing-in-front-of(x,y))"
13
+ Green was not the color of the car but of the house.,∃x ∃y (Car(x) ∧ ¬Green(x) ∧ House(y) ∧ Green(y))
14
+ Blue was the color of the car in front of green house.,"∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Green(y) ∧ in-front-of(x,y))"
15
+ The car that was in front of the green house was blue.,"∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Green(y) ∧ in-front-of(x,y))"
16
+ The yellow car was standing in front of a red house.,"∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ Red(y) ∧ standing-in-front-of(x,y))"
17
+ The car that was yellow was standing in front of a house that was red.,"∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ Red(y) ∧ standing-in-front-of(x,y))"
18
+ Yellow was the color of the car in front of red house.,"∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ Red(y) ∧ in-front-of(x,y))"
19
+ The car that was in front of the red house was yellow.,"∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ Red(y) ∧ in-front-of(x,y))"
20
+ The blue car was standing in front of a yellow house.,"∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Yellow(y) ∧ standing-in-front-of(x,y))"
21
+ The car that was blue was standing in front of a house that was yellow.,"∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Yellow(y) ∧ standing-in-front-of(x,y))"
22
+ Yellow was not the color of the car but of the house.,∃x ∃y (Car(x) ∧ ¬Yellow(x) ∧ House(y) ∧ Yellow(y))
23
+ Blue was the color of the car in front of yellow house.,"∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Yellow(y) ∧ in-front-of(x,y))"
24
+ The car that was in front of the yellow house was blue.,"∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Yellow(y) ∧ in-front-of(x,y))"
25
+ The green car was standing in front of a yellow house.,"∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Yellow(y) ∧ standing-in-front-of(x,y))"
26
+ The car that was green was standing in front of a house that was yellow.,"∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Yellow(y) ∧ standing-in-front-of(x,y))"
27
+ Green was the color of the car in front of yellow house.,"∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Yellow(y) ∧ in-front-of(x,y))"
28
+ The car that was in front of the yellow house was green.,"∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Yellow(y) ∧ in-front-of(x,y))"
29
+ The yellow car was standing in front of a green house.,"∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ Green(y) ∧ standing-in-front-of(x,y))"
30
+ The car that was yellow was standing in front of a house that was green.,"∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ Green(y) ∧ standing-in-front-of(x,y))"
31
+ Yellow was the color of the car in front of green house.,"∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ Green(y) ∧ in-front-of(x,y))"
32
+ The car that was in front of the green house was yellow.,"∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ Green(y) ∧ in-front-of(x,y))"
33
+ The green car was standing in front of a blue house.,"∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Blue(y) ∧ standing-in-front-of(x,y))"
34
+ The car that was green was standing in front of a house that was blue.,"∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Blue(y) ∧ standing-in-front-of(x,y))"
35
+ Blue was not the color of the car but of the house.,∃x ∃y (Car(x) ∧ ¬Blue(x) ∧ House(y) ∧ Blue(y))
36
+ Green was the color of the car in front of blue house.,"∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Blue(y) ∧ in-front-of(x,y))"
37
+ The car that was in front of the blue house was green.,"∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Blue(y) ∧ in-front-of(x,y))"
38
+ The white car was standing in front of a yellow house.,"∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Yellow(y) ∧ standing-in-front-of(x,y))"
39
+ The car that was white was standing in front of a house that was yellow.,"∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Yellow(y) ∧ standing-in-front-of(x,y))"
40
+ White was the color of the car in front of yellow house.,"∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Yellow(y) ∧ in-front-of(x,y))"
41
+ The car that was in front of the yellow house was white.,"∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Yellow(y) ∧ in-front-of(x,y))"
42
+ The green car was standing in front of a white house.,"∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ White(y) ∧ standing-in-front-of(x,y))"
43
+ The car that was green was standing in front of a house that was white.,"∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ White(y) ∧ standing-in-front-of(x,y))"
44
+ White was not the color of the car but of the house.,∃x ∃y (Car(x) ∧ ¬White(x) ∧ House(y) ∧ White(y))
45
+ Green was the color of the car in front of white house.,"∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ White(y) ∧ in-front-of(x,y))"
46
+ The car that was in front of the white house was green.,"∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ White(y) ∧ in-front-of(x,y))"
47
+ The white car was standing in front of a black house.,"∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Black(y) ∧ standing-in-front-of(x,y))"
48
+ The car that was white was standing in front of a house that was black.,"∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Black(y) ∧ standing-in-front-of(x,y))"
49
+ Black was not the color of the car but of the house.,∃x ∃y (Car(x) ∧ ¬Black(x) ∧ House(y) ∧ Black(y))
50
+ White was the color of the car in front of black house.,"∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Black(y) ∧ in-front-of(x,y))"
51
+ The car that was in front of the black house was white.,"∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Black(y) ∧ in-front-of(x,y))"
52
+ The black car was standing in front of a white house.,"∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ White(y) ∧ standing-in-front-of(x,y))"
53
+ The car that was black was standing in front of a house that was white.,"∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ White(y) ∧ standing-in-front-of(x,y))"
54
+ Black was the color of the car in front of white house.,"∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ White(y) ∧ in-front-of(x,y))"
55
+ The car that was in front of the white house was black.,"∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ White(y) ∧ in-front-of(x,y))"
56
+ The white car was standing in front of a red house.,"∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Red(y) ∧ standing-in-front-of(x,y))"
57
+ The car that was white was standing in front of a house that was red.,"∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Red(y) ∧ standing-in-front-of(x,y))"
58
+ White was the color of the car in front of red house.,"∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Red(y) ∧ in-front-of(x,y))"
59
+ The car that was in front of the red house was white.,"∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Red(y) ∧ in-front-of(x,y))"
60
+ The red car was standing in front of a white house.,"∃x ∃y (Car(x) ∧ Red(x) ∧ House(y) ∧ White(y) ∧ standing-in-front-of(x,y))"
61
+ The car that was red was standing in front of a house that was white.,"∃x ∃y (Car(x) ∧ Red(x) ∧ House(y) ∧ White(y) ∧ standing-in-front-of(x,y))"
62
+ Red was the color of the car in front of white house.,"∃x ∃y (Car(x) ∧ Red(x) ∧ House(y) ∧ White(y) ∧ in-front-of(x,y))"
63
+ The car that was in front of the white house was red.,"∃x ∃y (Car(x) ∧ Red(x) ∧ House(y) ∧ White(y) ∧ in-front-of(x,y))"
64
+ The green car was standing in front of a black house.,"∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Black(y) ∧ standing-in-front-of(x,y))"
65
+ The car that was green was standing in front of a house that was black.,"∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Black(y) ∧ standing-in-front-of(x,y))"
66
+ Green was the color of the car in front of black house.,"∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Black(y) ∧ in-front-of(x,y))"
67
+ The car that was in front of the black house was green.,"∃x ∃y (Car(x) ∧ Green(x) ∧ House(y) ∧ Black(y) ∧ in-front-of(x,y))"
68
+ The white car was standing in front of a green house.,"∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Green(y) ∧ standing-in-front-of(x,y))"
69
+ The car that was white was standing in front of a house that was green.,"∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Green(y) ∧ standing-in-front-of(x,y))"
70
+ White was the color of the car in front of green house.,"∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Green(y) ∧ in-front-of(x,y))"
71
+ The car that was in front of the green house was white.,"∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Green(y) ∧ in-front-of(x,y))"
72
+ The black car was standing in front of a green house.,"∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Green(y) ∧ standing-in-front-of(x,y))"
73
+ The car that was black was standing in front of a house that was green.,"∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Green(y) ∧ standing-in-front-of(x,y))"
74
+ Black was the color of the car in front of green house.,"∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Green(y) ∧ in-front-of(x,y))"
75
+ The car that was in front of the green house was black.,"∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Green(y) ∧ in-front-of(x,y))"
76
+ The white car was standing in front of a blue house.,"∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Blue(y) ∧ standing-in-front-of(x,y))"
77
+ The car that was white was standing in front of a house that was blue.,"∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Blue(y) ∧ standing-in-front-of(x,y))"
78
+ White was the color of the car in front of blue house.,"∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Blue(y) ∧ in-front-of(x,y))"
79
+ The car that was in front of the blue house was white.,"∃x ∃y (Car(x) ∧ White(x) ∧ House(y) ∧ Blue(y) ∧ in-front-of(x,y))"
80
+ The blue car was standing in front of a white house.,"∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ White(y) ∧ standing-in-front-of(x,y))"
81
+ The car that was blue was standing in front of a house that was white.,"∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ White(y) ∧ standing-in-front-of(x,y))"
82
+ Blue was the color of the car in front of white house.,"∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ White(y) ∧ in-front-of(x,y))"
83
+ The car that was in front of the white house was blue.,"∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ White(y) ∧ in-front-of(x,y))"
84
+ The yellow car was standing in front of a white house.,"∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ White(y) ∧ standing-in-front-of(x,y))"
85
+ The car that was yellow was standing in front of a house that was white.,"∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ White(y) ∧ standing-in-front-of(x,y))"
86
+ Yellow was the color of the car in front of white house.,"∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ White(y) ∧ in-front-of(x,y))"
87
+ The car that was in front of the white house was yellow.,"∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ White(y) ∧ in-front-of(x,y))"
88
+ The black car was standing in front of a yellow house.,"∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Yellow(y) ∧ standing-in-front-of(x,y))"
89
+ The car that was black was standing in front of a house that was yellow.,"∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Yellow(y) ∧ standing-in-front-of(x,y))"
90
+ Black was the color of the car in front of yellow house.,"∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Yellow(y) ∧ in-front-of(x,y))"
91
+ The car that was in front of the yellow house was black.,"∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Yellow(y) ∧ in-front-of(x,y))"
92
+ The yellow car was standing in front of a black house.,"∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ Black(y) ∧ standing-in-front-of(x,y))"
93
+ The car that was yellow was standing in front of a house that was black.,"∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ Black(y) ∧ standing-in-front-of(x,y))"
94
+ Yellow was the color of the car in front of black house.,"∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ Black(y) ∧ in-front-of(x,y))"
95
+ The car that was in front of the black house was yellow.,"∃x ∃y (Car(x) ∧ Yellow(x) ∧ House(y) ∧ Black(y) ∧ in-front-of(x,y))"
96
+ The black car was standing in front of a red house.,"∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Red(y) ∧ standing-in-front-of(x,y))"
97
+ The car that was black was standing in front of a house that was red.,"∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Red(y) ∧ standing-in-front-of(x,y))"
98
+ Black was the color of the car in front of red house.,"∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Red(y) ∧ in-front-of(x,y))"
99
+ The car that was in front of the red house was black.,"∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Red(y) ∧ in-front-of(x,y))"
100
+ The red car was standing in front of a black house.,"∃x ∃y (Car(x) ∧ Red(x) ∧ House(y) ∧ Black(y) ∧ standing-in-front-of(x,y))"
101
+ The car that was red was standing in front of a house that was black.,"∃x ∃y (Car(x) ∧ Red(x) ∧ House(y) ∧ Black(y) ∧ standing-in-front-of(x,y))"
102
+ Red was the color of the car in front of black house.,"∃x ∃y (Car(x) ∧ Red(x) ∧ House(y) ∧ Black(y) ∧ in-front-of(x,y))"
103
+ The car that was in front of the black house was red.,"∃x ∃y (Car(x) ∧ Red(x) ∧ House(y) ∧ Black(y) ∧ in-front-of(x,y))"
104
+ The black car was standing in front of a blue house.,"∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Blue(y) ∧ standing-in-front-of(x,y))"
105
+ The car that was black was standing in front of a house that was blue.,"∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Blue(y) ∧ standing-in-front-of(x,y))"
106
+ Black was the color of the car in front of blue house.,"∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Blue(y) ∧ in-front-of(x,y))"
107
+ The car that was in front of the blue house was black.,"∃x ∃y (Car(x) ∧ Black(x) ∧ House(y) ∧ Blue(y) ∧ in-front-of(x,y))"
108
+ The blue car was standing in front of a black house.,"∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Black(y) ∧ standing-in-front-of(x,y))"
109
+ The car that was blue was standing in front of a house that was black.,"∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Black(y) ∧ standing-in-front-of(x,y))"
110
+ Blue was the color of the car in front of black house.,"∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Black(y) ∧ in-front-of(x,y))"
111
+ The car that was in front of the black house was blue.,"∃x ∃y (Car(x) ∧ Blue(x) ∧ House(y) ∧ Black(y) ∧ in-front-of(x,y))"
112
+ They played with a blue ball and red bat.,"∃x ∃y (Ball(x) ∧ Blue(x) ∧ Bat(y) ∧ Red(y) ∧ play-with(they, x) ∧ play-with(they, y))"
113
+ The ball that they played with was blue and the bat was red.,"∃x ∃y (Ball(x) ∧ Blue(x) ∧ Bat(y) ∧ Red(y) ∧ play-with(they, x) ∧ play-with(they, y))"
114
+ Red was not the color of the ball but of the bat.,∃x ∃y (Ball(x) ∧ ¬Red(x) ∧ Bat(y) ∧ Red(y))
115
+ Blue was the color of the ball that was hit by the red bat.,"∃x ∃y (Ball(x) ∧ Blue(x) ∧ Bat(y) ∧ Red(y) ∧ was-hit-by(x,y))"
116
+ The ball that was hit by the red bat was blue.,"∃x ∃y (Ball(x) ∧ Blue(x) ∧ Bat(y) ∧ Red(y) ∧ was-hit-by(x,y))"
117
+ They played with a green ball and red bat.,"∃x ∃y (Ball(x) ∧ Green(x) ∧ Bat(y) ∧ Red(y) ∧ play-with(they, x) ∧ play-with(they, y))"
118
+ The ball that they played with was green and the bat was red.,"∃x ∃y (Ball(x) ∧ Green(x) ∧ Bat(y) ∧ Red(y) ∧ play-with(they, x) ∧ play-with(they, y))"
119
+ Green was the color of the ball that was hit by the red bat.,"∃x ∃y (Ball(x) ∧ Green(x) ∧ Bat(y) ∧ Red(y) ∧ was-hit-by(x,y))"
120
+ The ball that was hit by the red bat was green.,"∃x ∃y (Ball(x) ∧ Green(x) ∧ Bat(y) ∧ Red(y) ∧ was-hit-by(x,y))"
121
+ They played with a blue ball and green bat.,"∃x ∃y (Ball(x) ∧ Blue(x) ∧ Bat(y) ∧ Green(y) ∧ play-with(they, x) ∧ play-with(they, y))"
122
+ The ball that they played with was blue and the bat was green.,"∃x ∃y (Ball(x) ∧ Blue(x) ∧ Bat(y) ∧ Green(y) ∧ play-with(they, x) ∧ play-with(they, y))"
123
+ Green was not the color of the ball but of the bat.,∃x ∃y (Ball(x) ∧ ¬Green(x) ∧ Bat(y) ∧ Green(y))
124
+ Blue was the color of the ball that was hit by the green bat.,"∃x ∃y (Ball(x) ∧ Blue(x) ∧ Bat(y) ∧ Green(y) ∧ was-hit-by(x,y))"
125
+ The ball that was hit by the green bat was blue.,"∃x ∃y (Ball(x) ∧ Blue(x) ∧ Bat(y) ∧ Green(y) ∧ was-hit-by(x,y))"
126
+ They played with a yellow ball and red bat.,"∃x ∃y (Ball(x) ∧ Yellow(x) ∧ Bat(y) ∧ Red(y) ∧ play-with(they, x) ∧ play-with(they, y))"
127
+ The ball that they played with was yellow and the bat was red.,"∃x ∃y (Ball(x) ∧ Yellow(x) ∧ Bat(y) ∧ Red(y) ∧ play-with(they, x) ∧ play-with(they, y))"
128
+ Yellow was the color of the ball that was hit by the red bat.,"∃x ∃y (Ball(x) ∧ Yellow(x) ∧ Bat(y) ∧ Red(y) ∧ was-hit-by(x,y))"
129
+ The ball that was hit by the red bat was yellow.,"∃x ∃y (Ball(x) ∧ Yellow(x) ∧ Bat(y) ∧ Red(y) ∧ was-hit-by(x,y))"
130
+ They played with a blue ball and yellow bat.,"∃x ∃y (Ball(x) ∧ Blue(x) ∧ Bat(y) ∧ Yellow(y) ∧ play-with(they, x) ∧ play-with(they, y))"
131
+ The ball that they played with was blue and the bat was yellow.,"∃x ∃y (Ball(x) ∧ Blue(x) ∧ Bat(y) ∧ Yellow(y) ∧ play-with(they, x) ∧ play-with(they, y))"
132
+ Yellow was not the color of the ball but of the bat.,∃x ∃y (Ball(x) ∧ ¬Yellow(x) ∧ Bat(y) ∧ Yellow(y))
133
+ Blue was the color of the ball that was hit by the yellow bat.,"∃x ∃y (Ball(x) ∧ Blue(x) ∧ Bat(y) ∧ Yellow(y) ∧ was-hit-by(x,y))"
134
+ The ball that was hit by the yellow bat was blue.,"∃x ∃y (Ball(x) ∧ Blue(x) ∧ Bat(y) ∧ Yellow(y) ∧ was-hit-by(x,y))"
135
+ They played with a green ball and yellow bat.,"∃x ∃y (Ball(x) ∧ Green(x) ∧ Bat(y) ∧ Yellow(y) ∧ play-with(they, x) ∧ play-with(they, y))"
136
+ The ball that they played with was green and the bat was yellow.,"∃x ∃y (Ball(x) ∧ Green(x) ∧ Bat(y) ∧ Yellow(y) ∧ play-with(they, x) ∧ play-with(they, y))"
137
+ Green was the color of the ball that was hit by the yellow bat.,"∃x ∃y (Ball(x) ∧ Green(x) ∧ Bat(y) ∧ Yellow(y) ∧ was-hit-by(x,y))"
138
+ The ball that was hit by the yellow bat was green.,"∃x ∃y (Ball(x) ∧ Green(x) ∧ Bat(y) ∧ Yellow(y) ∧ was-hit-by(x,y))"
139
+ They played with a yellow ball and green bat.,"∃x ∃y (Ball(x) ∧ Yellow(x) ∧ Bat(y) ∧ Green(y) ∧ play-with(they, x) ∧ play-with(they, y))"
140
+ The ball that they played with was yellow and the bat was green.,"∃x ∃y (Ball(x) ∧ Yellow(x) ∧ Bat(y) ∧ Green(y) ∧ play-with(they, x) ∧ play-with(they, y))"
141
+ Yellow was the color of the ball that was hit by the green bat.,"∃x ∃y (Ball(x) ∧ Yellow(x) ∧ Bat(y) ∧ Green(y) ∧ was-hit-by(x,y))"
142
+ The ball that was hit by the green bat was yellow.,"∃x ∃y (Ball(x) ∧ Yellow(x) ∧ Bat(y) ∧ Green(y) ∧ was-hit-by(x,y))"
143
+ They played with a green ball and blue bat.,"∃x ∃y (Ball(x) ∧ Green(x) ∧ Bat(y) ∧ Blue(y) ∧ play-with(they, x) ∧ play-with(they, y))"
144
+ The ball that they played with was green and the bat was blue.,"∃x ∃y (Ball(x) ∧ Green(x) ∧ Bat(y) ∧ Blue(y) ∧ play-with(they, x) ∧ play-with(they, y))"
145
+ Blue was not the color of the ball but of the bat.,∃x ∃y (Ball(x) ∧ ¬Blue(x) ∧ Bat(y) ∧ Blue(y))
146
+ Green was the color of the ball that was hit by the blue bat.,"∃x ∃y (Ball(x) ∧ Green(x) ∧ Bat(y) ∧ Blue(y) ∧ was-hit-by(x,y))"
147
+ The ball that was hit by the blue bat was green.,"∃x ∃y (Ball(x) ∧ Green(x) ∧ Bat(y) ∧ Blue(y) ∧ was-hit-by(x,y))"
148
+ They played with a white ball and yellow bat.,"∃x ∃y (Ball(x) ∧ White(x) ∧ Bat(y) ∧ Yellow(y) ∧ play-with(they, x) ∧ play-with(they, y))"
149
+ The ball that they played with was white and the bat was yellow.,"∃x ∃y (Ball(x) ∧ White(x) ∧ Bat(y) ∧ Yellow(y) ∧ play-with(they, x) ∧ play-with(they, y))"
150
+ White was the color of the ball that was hit by the yellow bat.,"∃x ∃y (Ball(x) ∧ White(x) ∧ Bat(y) ∧ Yellow(y) ∧ was-hit-by(x,y))"
151
+ The ball that was hit by the yellow bat was white.,"∃x ∃y (Ball(x) ∧ White(x) ∧ Bat(y) ∧ Yellow(y) ∧ was-hit-by(x,y))"
152
+ They played with a green ball and white bat.,"∃x ∃y (Ball(x) ∧ Green(x) ∧ Bat(y) ∧ White(y) ∧ play-with(they, x) ∧ play-with(they, y))"
153
+ The ball that they played with was green and the bat was white.,"∃x ∃y (Ball(x) ∧ Green(x) ∧ Bat(y) ∧ White(y) ∧ play-with(they, x) ∧ play-with(they, y))"
154
+ White was not the color of the ball but of the bat.,∃x ∃y (Ball(x) ∧ ¬White(x) ∧ Bat(y) ∧ White(y))
155
+ Green was the color of the ball that was hit by the white bat.,"∃x ∃y (Ball(x) ∧ Green(x) ∧ Bat(y) ∧ White(y) ∧ was-hit-by(x,y))"
156
+ The ball that was hit by the white bat was green.,"∃x ∃y (Ball(x) ∧ Green(x) ∧ Bat(y) ∧ White(y) ∧ was-hit-by(x,y))"
157
+ They played with a white ball and black bat.,"∃x ∃y (Ball(x) ∧ White(x) ∧ Bat(y) ∧ Black(y) ∧ play-with(they, x) ∧ play-with(they, y))"
158
+ The ball that they played with was white and the bat was black.,"∃x ∃y (Ball(x) ∧ White(x) ∧ Bat(y) ∧ Black(y) ∧ play-with(they, x) ∧ play-with(they, y))"
159
+ Black was not the color of the ball but of the bat.,∃x ∃y (Ball(x) ∧ ¬Black(x) ∧ Bat(y) ∧ Black(y))
160
+ White was the color of the ball that was hit by the black bat.,"∃x ∃y (Ball(x) ∧ White(x) ∧ Bat(y) ∧ Black(y) ∧ was-hit-by(x,y))"
161
+ The ball that was hit by the black bat was white.,"∃x ∃y (Ball(x) ∧ White(x) ∧ Bat(y) ∧ Black(y) ∧ was-hit-by(x,y))"
162
+ They played with a black ball and white bat.,"∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ White(y) ∧ play-with(they, x) ∧ play-with(they, y))"
163
+ The ball that they played with was black and the bat was white.,"∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ White(y) ∧ play-with(they, x) ∧ play-with(they, y))"
164
+ Black was the color of the ball that was hit by the white bat.,"∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ White(y) ∧ was-hit-by(x,y))"
165
+ The ball that was hit by the white bat was black.,"∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ White(y) ∧ was-hit-by(x,y))"
166
+ They played with a white ball and red bat.,"∃x ∃y (Ball(x) ∧ White(x) ∧ Bat(y) ∧ Red(y) ∧ play-with(they, x) ∧ play-with(they, y))"
167
+ The ball that they played with was white and the bat was red.,"∃x ∃y (Ball(x) ∧ White(x) ∧ Bat(y) ∧ Red(y) ∧ play-with(they, x) ∧ play-with(they, y))"
168
+ White was the color of the ball that was hit by the red bat.,"∃x ∃y (Ball(x) ∧ White(x) ∧ Bat(y) ∧ Red(y) ∧ was-hit-by(x,y))"
169
+ The ball that was hit by the red bat was white.,"∃x ∃y (Ball(x) ∧ White(x) ∧ Bat(y) ∧ Red(y) ∧ was-hit-by(x,y))"
170
+ They played with a red ball and white bat.,"∃x ∃y (Ball(x) ∧ Red(x) ∧ Bat(y) ∧ White(y) ∧ play-with(they, x) ∧ play-with(they, y))"
171
+ The ball that they played with was red and the bat was white.,"∃x ∃y (Ball(x) ∧ Red(x) ∧ Bat(y) ∧ White(y) ∧ play-with(they, x) ∧ play-with(they, y))"
172
+ Red was the color of the ball that was hit by the white bat.,"∃x ∃y (Ball(x) ∧ Red(x) ∧ Bat(y) ∧ White(y) ∧ was-hit-by(x,y))"
173
+ The ball that was hit by the white bat was red.,"∃x ∃y (Ball(x) ∧ Red(x) ∧ Bat(y) ∧ White(y) ∧ was-hit-by(x,y))"
174
+ They played with a green ball and black bat.,"∃x ∃y (Ball(x) ∧ Green(x) ∧ Bat(y) ∧ Black(y) ∧ play-with(they, x) ∧ play-with(they, y))"
175
+ The ball that they played with was green and the bat was black.,"∃x ∃y (Ball(x) ∧ Green(x) ∧ Bat(y) ∧ Black(y) ∧ play-with(they, x) ∧ play-with(they, y))"
176
+ Green was the color of the ball that was hit by the black bat.,"∃x ∃y (Ball(x) ∧ Green(x) ∧ Bat(y) ∧ Black(y) ∧ was-hit-by(x,y))"
177
+ The ball that was hit by the black bat was green.,"∃x ∃y (Ball(x) ∧ Green(x) ∧ Bat(y) ∧ Black(y) ∧ was-hit-by(x,y))"
178
+ They played with a white ball and green bat.,"∃x ∃y (Ball(x) ∧ White(x) ∧ Bat(y) ∧ Green(y) ∧ play-with(they, x) ∧ play-with(they, y))"
179
+ The ball that they played with was white and the bat was green.,"∃x ∃y (Ball(x) ∧ White(x) ∧ Bat(y) ∧ Green(y) ∧ play-with(they, x) ∧ play-with(they, y))"
180
+ White was the color of the ball that was hit by the green bat.,"∃x ∃y (Ball(x) ∧ White(x) ∧ Bat(y) ∧ Green(y) ∧ was-hit-by(x,y))"
181
+ The ball that was hit by the green bat was white.,"∃x ∃y (Ball(x) ∧ White(x) ∧ Bat(y) ∧ Green(y) ∧ was-hit-by(x,y))"
182
+ They played with a black ball and green bat.,"∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ Green(y) ∧ play-with(they, x) ∧ play-with(they, y))"
183
+ The ball that they played with was black and the bat was green.,"∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ Green(y) ∧ play-with(they, x) ∧ play-with(they, y))"
184
+ Black was the color of the ball that was hit by the green bat.,"∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ Green(y) ∧ was-hit-by(x,y))"
185
+ The ball that was hit by the green bat was black.,"∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ Green(y) ∧ was-hit-by(x,y))"
186
+ They played with a white ball and blue bat.,"∃x ∃y (Ball(x) ∧ White(x) ∧ Bat(y) ∧ Blue(y) ∧ play-with(they, x) ∧ play-with(they, y))"
187
+ The ball that they played with was white and the bat was blue.,"∃x ∃y (Ball(x) ∧ White(x) ∧ Bat(y) ∧ Blue(y) ∧ play-with(they, x) ∧ play-with(they, y))"
188
+ White was the color of the ball that was hit by the blue bat.,"∃x ∃y (Ball(x) ∧ White(x) ∧ Bat(y) ∧ Blue(y) ∧ was-hit-by(x,y))"
189
+ The ball that was hit by the blue bat was white.,"∃x ∃y (Ball(x) ∧ White(x) ∧ Bat(y) ∧ Blue(y) ∧ was-hit-by(x,y))"
190
+ They played with a blue ball and white bat.,"∃x ∃y (Ball(x) ∧ Blue(x) ∧ Bat(y) ∧ White(y) ∧ play-with(they, x) ∧ play-with(they, y))"
191
+ The ball that they played with was blue and the bat was white.,"∃x ∃y (Ball(x) ∧ Blue(x) ∧ Bat(y) ∧ White(y) ∧ play-with(they, x) ∧ play-with(they, y))"
192
+ Blue was the color of the ball that was hit by the white bat.,"∃x ∃y (Ball(x) ∧ Blue(x) ∧ Bat(y) ∧ White(y) ∧ was-hit-by(x,y))"
193
+ The ball that was hit by the white bat was blue.,"∃x ∃y (Ball(x) ∧ Blue(x) ∧ Bat(y) ∧ White(y) ∧ was-hit-by(x,y))"
194
+ They played with a yellow ball and white bat.,"∃x ∃y (Ball(x) ∧ Yellow(x) ∧ Bat(y) ∧ White(y) ∧ play-with(they, x) ∧ play-with(they, y))"
195
+ The ball that they played with was yellow and the bat was white.,"∃x ∃y (Ball(x) ∧ Yellow(x) ∧ Bat(y) ∧ White(y) ∧ play-with(they, x) ∧ play-with(they, y))"
196
+ Yellow was the color of the ball that was hit by the white bat.,"∃x ∃y (Ball(x) ∧ Yellow(x) ∧ Bat(y) ∧ White(y) ∧ was-hit-by(x,y))"
197
+ The ball that was hit by the white bat was yellow.,"∃x ∃y (Ball(x) ∧ Yellow(x) ∧ Bat(y) ∧ White(y) ∧ was-hit-by(x,y))"
198
+ They played with a black ball and yellow bat.,"∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ Yellow(y) ∧ play-with(they, x) ∧ play-with(they, y))"
199
+ The ball that they played with was black and the bat was yellow.,"∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ Yellow(y) ∧ play-with(they, x) ∧ play-with(they, y))"
200
+ Black was the color of the ball that was hit by the yellow bat.,"∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ Yellow(y) ∧ was-hit-by(x,y))"
201
+ The ball that was hit by the yellow bat was black.,"∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ Yellow(y) ∧ was-hit-by(x,y))"
202
+ They played with a yellow ball and black bat.,"∃x ∃y (Ball(x) ∧ Yellow(x) ∧ Bat(y) ∧ Black(y) ∧ play-with(they, x) ∧ play-with(they, y))"
203
+ The ball that they played with was yellow and the bat was black.,"∃x ∃y (Ball(x) ∧ Yellow(x) ∧ Bat(y) ∧ Black(y) ∧ play-with(they, x) ∧ play-with(they, y))"
204
+ Yellow was the color of the ball that was hit by the black bat.,"∃x ∃y (Ball(x) ∧ Yellow(x) ∧ Bat(y) ∧ Black(y) ∧ was-hit-by(x,y))"
205
+ The ball that was hit by the black bat was yellow.,"∃x ∃y (Ball(x) ∧ Yellow(x) ∧ Bat(y) ∧ Black(y) ∧ was-hit-by(x,y))"
206
+ They played with a black ball and red bat.,"∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ Red(y) ∧ play-with(they, x) ∧ play-with(they, y))"
207
+ The ball that they played with was black and the bat was red.,"∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ Red(y) ∧ play-with(they, x) ∧ play-with(they, y))"
208
+ Black was the color of the ball that was hit by the red bat.,"∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ Red(y) ∧ was-hit-by(x,y))"
209
+ The ball that was hit by the red bat was black.,"∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ Red(y) ∧ was-hit-by(x,y))"
210
+ They played with a red ball and black bat.,"∃x ∃y (Ball(x) ∧ Red(x) ∧ Bat(y) ∧ Black(y) ∧ play-with(they, x) ∧ play-with(they, y))"
211
+ The ball that they played with was red and the bat was black.,"∃x ∃y (Ball(x) ∧ Red(x) ∧ Bat(y) ∧ Black(y) ∧ play-with(they, x) ∧ play-with(they, y))"
212
+ Red was the color of the ball that was hit by the black bat.,"∃x ∃y (Ball(x) ∧ Red(x) ∧ Bat(y) ∧ Black(y) ∧ was-hit-by(x,y))"
213
+ The ball that was hit by the black bat was red.,"∃x ∃y (Ball(x) ∧ Red(x) ∧ Bat(y) ∧ Black(y) ∧ was-hit-by(x,y))"
214
+ They played with a black ball and blue bat.,"∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ Blue(y) ∧ play-with(they, x) ∧ play-with(they, y))"
215
+ The ball that they played with was black and the bat was blue.,"∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ Blue(y) ∧ play-with(they, x) ∧ play-with(they, y))"
216
+ Black was the color of the ball that was hit by the blue bat.,"∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ Blue(y) ∧ was-hit-by(x,y))"
217
+ The ball that was hit by the blue bat was black.,"∃x ∃y (Ball(x) ∧ Black(x) ∧ Bat(y) ∧ Blue(y) ∧ was-hit-by(x,y))"
218
+ They played with a blue ball and black bat.,"∃x ∃y (Ball(x) ∧ Blue(x) ∧ Bat(y) ∧ Black(y) ∧ play-with(they, x) ∧ play-with(they, y))"
219
+ The ball that they played with was blue and the bat was black.,"∃x ∃y (Ball(x) ∧ Blue(x) ∧ Bat(y) ∧ Black(y) ∧ play-with(they, x) ∧ play-with(they, y))"
220
+ Blue was the color of the ball that was hit by the black bat.,"∃x ∃y (Ball(x) ∧ Blue(x) ∧ Bat(y) ∧ Black(y) ∧ was-hit-by(x,y))"
221
+ The ball that was hit by the black bat was blue.,"∃x ∃y (Ball(x) ∧ Blue(x) ∧ Bat(y) ∧ Black(y) ∧ was-hit-by(x,y))"
222
+ The man was wearing a blue shirt and a red jacket.,"∃x ∃y ∃z (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Red(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
223
+ The shirt that the man wore was blue and the jacket was red.,"∃x ∃y ∃z (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Red(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
224
+ Red was not the color of the shirt but of the jacket.,∃x ∃y (Shirt(x) ∧ ¬Red(x) ∧ Jacket(y) ∧ Red(y))
225
+ Blue was the color of the shirt with the red jacket.,∃x ∃y (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Red(y))
226
+ The shirt that went with red jacket was blue.,"∃x ∃y (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Red(y) ∧ went-with(x,y))"
227
+ The man was wearing a green shirt and a red jacket.,"∃x ∃y ∃z (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Red(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
228
+ The shirt that the man wore was green and the jacket was red.,"∃x ∃y ∃z (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Red(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
229
+ Green was the color of the shirt with the red jacket.,∃x ∃y (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Red(y))
230
+ The shirt that went with red jacket was green.,"∃x ∃y (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Red(y) ∧ went-with(x,y))"
231
+ The man was wearing a blue shirt and a green jacket.,"∃x ∃y ∃z (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Green(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
232
+ The shirt that the man wore was blue and the jacket was green.,"∃x ∃y ∃z (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Green(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
233
+ Green was not the color of the shirt but of the jacket.,∃x ∃y (Shirt(x) ∧ ¬Green(x) ∧ Jacket(y) ∧ Green(y))
234
+ Blue was the color of the shirt with the green jacket.,∃x ∃y (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Green(y))
235
+ The shirt that went with green jacket was blue.,"∃x ∃y (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Green(y) ∧ went-with(x,y))"
236
+ The man was wearing a yellow shirt and a red jacket.,"∃x ∃y ∃z (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ Red(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
237
+ The shirt that the man wore was yellow and the jacket was red.,"∃x ∃y ∃z (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ Red(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
238
+ Yellow was the color of the shirt with the red jacket.,∃x ∃y (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ Red(y))
239
+ The shirt that went with red jacket was yellow.,"∃x ∃y (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ Red(y) ∧ went-with(x,y))"
240
+ The man was wearing a blue shirt and a yellow jacket.,"∃x ∃y ∃z (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Yellow(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
241
+ The shirt that the man wore was blue and the jacket was yellow.,"∃x ∃y ∃z (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Yellow(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
242
+ Yellow was not the color of the shirt but of the jacket.,∃x ∃y (Shirt(x) ∧ ¬Yellow(x) ∧ Jacket(y) ∧ Yellow(y))
243
+ Blue was the color of the shirt with the yellow jacket.,∃x ∃y (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Yellow(y))
244
+ The shirt that went with yellow jacket was blue.,"∃x ∃y (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Yellow(y) ∧ went-with(x,y))"
245
+ The man was wearing a green shirt and a yellow jacket.,"∃x ∃y ∃z (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Yellow(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
246
+ The shirt that the man wore was green and the jacket was yellow.,"∃x ∃y ∃z (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Yellow(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
247
+ Green was the color of the shirt with the yellow jacket.,∃x ∃y (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Yellow(y))
248
+ The shirt that went with yellow jacket was green.,"∃x ∃y (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Yellow(y) ∧ went-with(x,y))"
249
+ The man was wearing a yellow shirt and a green jacket.,"∃x ∃y ∃z (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ Green(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
250
+ The shirt that the man wore was yellow and the jacket was green.,"∃x ∃y ∃z (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ Green(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
251
+ Yellow was the color of the shirt with the green jacket.,∃x ∃y (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ Green(y))
252
+ The shirt that went with green jacket was yellow.,"∃x ∃y (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ Green(y) ∧ went-with(x,y))"
253
+ The man was wearing a green shirt and a blue jacket.,"∃x ∃y ∃z (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Blue(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
254
+ The shirt that the man wore was green and the jacket was blue.,"∃x ∃y ∃z (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Blue(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
255
+ Blue was not the color of the shirt but of the jacket.,∃x ∃y (Shirt(x) ∧ ¬Blue(x) ∧ Jacket(y) ∧ Blue(y))
256
+ Green was the color of the shirt with the blue jacket.,∃x ∃y (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Blue(y))
257
+ The shirt that went with blue jacket was green.,"∃x ∃y (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Blue(y) ∧ went-with(x,y))"
258
+ The man was wearing a white shirt and a yellow jacket.,"∃x ∃y ∃z (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Yellow(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
259
+ The shirt that the man wore was white and the jacket was yellow.,"∃x ∃y ∃z (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Yellow(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
260
+ White was the color of the shirt with the yellow jacket.,∃x ∃y (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Yellow(y))
261
+ The shirt that went with yellow jacket was white.,"∃x ∃y (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Yellow(y) ∧ went-with(x,y))"
262
+ The man was wearing a green shirt and a white jacket.,"∃x ∃y ∃z (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ White(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
263
+ The shirt that the man wore was green and the jacket was white.,"∃x ∃y ∃z (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ White(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
264
+ White was not the color of the shirt but of the jacket.,∃x ∃y (Shirt(x) ∧ ¬White(x) ∧ Jacket(y) ∧ White(y))
265
+ Green was the color of the shirt with the white jacket.,∃x ∃y (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ White(y))
266
+ The shirt that went with white jacket was green.,"∃x ∃y (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ White(y) ∧ went-with(x,y))"
267
+ The man was wearing a white shirt and a black jacket.,"∃x ∃y ∃z (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Black(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
268
+ The shirt that the man wore was white and the jacket was black.,"∃x ∃y ∃z (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Black(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
269
+ Black was not the color of the shirt but of the jacket.,∃x ∃y (Shirt(x) ∧ ¬Black(x) ∧ Jacket(y) ∧ Black(y))
270
+ White was the color of the shirt with the black jacket.,∃x ∃y (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Black(y))
271
+ The shirt that went with black jacket was white.,"∃x ∃y (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Black(y) ∧ went-with(x,y))"
272
+ The man was wearing a black shirt and a white jacket.,"∃x ∃y ∃z (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ White(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
273
+ The shirt that the man wore was black and the jacket was white.,"∃x ∃y ∃z (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ White(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
274
+ Black was the color of the shirt with the white jacket.,∃x ∃y (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ White(y))
275
+ The shirt that went with white jacket was black.,"∃x ∃y (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ White(y) ∧ went-with(x,y))"
276
+ The man was wearing a white shirt and a red jacket.,"∃x ∃y ∃z (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Red(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
277
+ The shirt that the man wore was white and the jacket was red.,"∃x ∃y ∃z (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Red(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
278
+ White was the color of the shirt with the red jacket.,∃x ∃y (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Red(y))
279
+ The shirt that went with red jacket was white.,"∃x ∃y (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Red(y) ∧ went-with(x,y))"
280
+ The man was wearing a red shirt and a white jacket.,"∃x ∃y ∃z (Shirt(x) ∧ Red(x) ∧ Jacket(y) ∧ White(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
281
+ The shirt that the man wore was red and the jacket was white.,"∃x ∃y ∃z (Shirt(x) ∧ Red(x) ∧ Jacket(y) ∧ White(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
282
+ Red was the color of the shirt with the white jacket.,∃x ∃y (Shirt(x) ∧ Red(x) ∧ Jacket(y) ∧ White(y))
283
+ The shirt that went with white jacket was red.,"∃x ∃y (Shirt(x) ∧ Red(x) ∧ Jacket(y) ∧ White(y) ∧ went-with(x,y))"
284
+ The man was wearing a green shirt and a black jacket.,"∃x ∃y ∃z (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Black(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
285
+ The shirt that the man wore was green and the jacket was black.,"∃x ∃y ∃z (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Black(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
286
+ Green was the color of the shirt with the black jacket.,∃x ∃y (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Black(y))
287
+ The shirt that went with black jacket was green.,"∃x ∃y (Shirt(x) ∧ Green(x) ∧ Jacket(y) ∧ Black(y) ∧ went-with(x,y))"
288
+ The man was wearing a white shirt and a green jacket.,"∃x ∃y ∃z (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Green(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
289
+ The shirt that the man wore was white and the jacket was green.,"∃x ∃y ∃z (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Green(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
290
+ White was the color of the shirt with the green jacket.,∃x ∃y (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Green(y))
291
+ The shirt that went with green jacket was white.,"∃x ∃y (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Green(y) ∧ went-with(x,y))"
292
+ The man was wearing a black shirt and a green jacket.,"∃x ∃y ∃z (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Green(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
293
+ The shirt that the man wore was black and the jacket was green.,"∃x ∃y ∃z (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Green(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
294
+ Black was the color of the shirt with the green jacket.,∃x ∃y (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Green(y))
295
+ The shirt that went with green jacket was black.,"∃x ∃y (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Green(y) ∧ went-with(x,y))"
296
+ The man was wearing a white shirt and a blue jacket.,"∃x ∃y ∃z (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Blue(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
297
+ The shirt that the man wore was white and the jacket was blue.,"∃x ∃y ∃z (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Blue(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
298
+ White was the color of the shirt with the blue jacket.,∃x ∃y (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Blue(y))
299
+ The shirt that went with blue jacket was white.,"∃x ∃y (Shirt(x) ∧ White(x) ∧ Jacket(y) ∧ Blue(y) ∧ went-with(x,y))"
300
+ The man was wearing a blue shirt and a white jacket.,"∃x ∃y ∃z (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ White(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
301
+ The shirt that the man wore was blue and the jacket was white.,"∃x ∃y ∃z (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ White(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
302
+ Blue was the color of the shirt with the white jacket.,∃x ∃y (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ White(y))
303
+ The shirt that went with white jacket was blue.,"∃x ∃y (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ White(y) ∧ went-with(x,y))"
304
+ The man was wearing a yellow shirt and a white jacket.,"∃x ∃y ∃z (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ White(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
305
+ The shirt that the man wore was yellow and the jacket was white.,"∃x ∃y ∃z (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ White(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
306
+ Yellow was the color of the shirt with the white jacket.,∃x ∃y (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ White(y))
307
+ The shirt that went with white jacket was yellow.,"∃x ∃y (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ White(y) ∧ went-with(x,y))"
308
+ The man was wearing a black shirt and a yellow jacket.,"∃x ∃y ∃z (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Yellow(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
309
+ The shirt that the man wore was black and the jacket was yellow.,"∃x ∃y ∃z (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Yellow(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
310
+ Black was the color of the shirt with the yellow jacket.,∃x ∃y (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Yellow(y))
311
+ The shirt that went with yellow jacket was black.,"∃x ∃y (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Yellow(y) ∧ went-with(x,y))"
312
+ The man was wearing a yellow shirt and a black jacket.,"∃x ∃y ∃z (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ Black(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
313
+ The shirt that the man wore was yellow and the jacket was black.,"∃x ∃y ∃z (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ Black(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
314
+ Yellow was the color of the shirt with the black jacket.,∃x ∃y (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ Black(y))
315
+ The shirt that went with black jacket was yellow.,"∃x ∃y (Shirt(x) ∧ Yellow(x) ∧ Jacket(y) ∧ Black(y) ∧ went-with(x,y))"
316
+ The man was wearing a black shirt and a red jacket.,"∃x ∃y ∃z (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Red(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
317
+ The shirt that the man wore was black and the jacket was red.,"∃x ∃y ∃z (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Red(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
318
+ Black was the color of the shirt with the red jacket.,∃x ∃y (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Red(y))
319
+ The shirt that went with red jacket was black.,"∃x ∃y (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Red(y) ∧ went-with(x,y))"
320
+ The man was wearing a red shirt and a black jacket.,"∃x ∃y ∃z (Shirt(x) ∧ Red(x) ∧ Jacket(y) ∧ Black(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
321
+ The shirt that the man wore was red and the jacket was black.,"∃x ∃y ∃z (Shirt(x) ∧ Red(x) ∧ Jacket(y) ∧ Black(y)��� Man(z) ∧ wear(z,x) ∧ wear(z,y))"
322
+ Red was the color of the shirt with the black jacket.,∃x ∃y (Shirt(x) ∧ Red(x) ∧ Jacket(y) ∧ Black(y))
323
+ The shirt that went with black jacket was red.,"∃x ∃y (Shirt(x) ∧ Red(x) ∧ Jacket(y) ∧ Black(y) ∧ went-with(x,y))"
324
+ The man was wearing a black shirt and a blue jacket.,"∃x ∃y ∃z (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Blue(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
325
+ The shirt that the man wore was black and the jacket was blue.,"∃x ∃y ∃z (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Blue(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
326
+ Black was the color of the shirt with the blue jacket.,∃x ∃y (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Blue(y))
327
+ The shirt that went with blue jacket was black.,"∃x ∃y (Shirt(x) ∧ Black(x) ∧ Jacket(y) ∧ Blue(y) ∧ went-with(x,y))"
328
+ The man was wearing a blue shirt and a black jacket.,"∃x ∃y ∃z (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Black(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
329
+ The shirt that the man wore was blue and the jacket was black.,"∃x ∃y ∃z (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Black(y)∧ Man(z) ∧ wear(z,x) ∧ wear(z,y))"
330
+ Blue was the color of the shirt with the black jacket.,∃x ∃y (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Black(y))
331
+ The shirt that went with black jacket was blue.,"∃x ∃y (Shirt(x) ∧ Blue(x) ∧ Jacket(y) ∧ Black(y) ∧ went-with(x,y))"
332
+ The house had a blue window and a red door.,"∃x ∃y ∃z (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Red(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
333
+ The window that was blue was next to the door that was red.,"∃x ∃y (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Red(y) ∧ next-to(x,y))"
334
+ Red was not the color of the window but of the door.,∃x ∃y (Window(x) ∧ ¬Red(x) ∧ Door(y) ∧ Red(y))
335
+ Blue was the color of the window next to the red door.,∃x ∃y (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Red(y))
336
+ The window that was next to the red door was blue.,"∃x ∃y (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Red(y) ∧ next-to(x,y))"
337
+ The house had a green window and a red door.,"∃x ∃y ∃z (Window(x) ∧ Green(x) ∧ Door(y) ∧ Red(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
338
+ The window that was green was next to the door that was red.,"∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ Red(y) ∧ next-to(x,y))"
339
+ Green was the color of the window next to the red door.,∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ Red(y))
340
+ The window that was next to the red door was green.,"∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ Red(y) ∧ next-to(x,y))"
341
+ The house had a blue window and a green door.,"∃x ∃y ∃z (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Green(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
342
+ The window that was blue was next to the door that was green.,"∃x ∃y (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Green(y) ∧ next-to(x,y))"
343
+ Green was not the color of the window but of the door.,∃x ∃y (Window(x) ∧ ¬Green(x) ∧ Door(y) ∧ Green(y))
344
+ Blue was the color of the window next to the green door.,∃x ∃y (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Green(y))
345
+ The window that was next to the green door was blue.,"∃x ∃y (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Green(y) ∧ next-to(x,y))"
346
+ The house had a yellow window and a red door.,"∃x ∃y ∃z (Window(x) ∧ Yellow(x) ∧ Door(y) ∧ Red(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
347
+ The window that was yellow was next to the door that was red.,"∃x ∃y (Window(x) ∧ Yellow(x) ∧ Door(y) ∧ Red(y) ∧ next-to(x,y))"
348
+ Yellow was the color of the window next to the red door.,∃x ∃y (Window(x) ∧ Yellow(x) ∧ Door(y) ∧ Red(y))
349
+ The window that was next to the red door was yellow.,"∃x ∃y (Window(x) ∧ Yellow(x) ∧ Door(y) ∧ Red(y) ∧ next-to(x,y))"
350
+ The house had a blue window and a yellow door.,"∃x ∃y ∃z (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Yellow(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
351
+ The window that was blue was next to the door that was yellow.,"∃x ∃y (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Yellow(y) ∧ next-to(x,y))"
352
+ Yellow was not the color of the window but of the door.,∃x ∃y (Window(x) ∧ ¬Yellow(x) ∧ Door(y) ∧ Yellow(y))
353
+ Blue was the color of the window next to the yellow door.,∃x ∃y (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Yellow(y))
354
+ The window that was next to the yellow door was blue.,"∃x ∃y (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Yellow(y) ∧ next-to(x,y))"
355
+ The house had a green window and a yellow door.,"∃x ∃y ∃z (Window(x) ∧ Green(x) ∧ Door(y) ∧ Yellow(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
356
+ The window that was green was next to the door that was yellow.,"∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ Yellow(y) ∧ next-to(x,y))"
357
+ Green was the color of the window next to the yellow door.,∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ Yellow(y))
358
+ The window that was next to the yellow door was green.,"∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ Yellow(y) ∧ next-to(x,y))"
359
+ The house had a yellow window and a green door.,"∃x ∃y ∃z (Window(x) ∧ Yellow(x) ∧ Door(y) ∧ Green(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
360
+ The window that was yellow was next to the door that was green.,"∃x ∃y (Window(x) ∧ Yellow(x) ∧ Door(y) ∧ Green(y) ∧ next-to(x,y))"
361
+ Yellow was the color of the window next to the green door.,∃x ∃y (Window(x) ∧ Yellow(x) ∧ Door(y) ∧ Green(y))
362
+ The window that was next to the green door was yellow.,"∃x ∃y (Window(x) ∧ Yellow(x) ∧ Door(y) ∧ Green(y) ∧ next-to(x,y))"
363
+ The house had a green window and a blue door.,"∃x ∃y ∃z (Window(x) ∧ Green(x) ∧ Door(y) ∧ Blue(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
364
+ The window that was green was next to the door that was blue.,"∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ Blue(y) ∧ next-to(x,y))"
365
+ Blue was not the color of the window but of the door.,∃x ∃y (Window(x) ∧ ¬Blue(x) ∧ Door(y) ∧ Blue(y))
366
+ Green was the color of the window next to the blue door.,∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ Blue(y))
367
+ The window that was next to the blue door was green.,"∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ Blue(y) ∧ next-to(x,y))"
368
+ The house had a white window and a yellow door.,"∃x ∃y ∃z (Window(x) ∧ White(x) ∧ Door(y) ∧ Yellow(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
369
+ The window that was white was next to the door that was yellow.,"∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Yellow(y) ∧ next-to(x,y))"
370
+ White was the color of the window next to the yellow door.,∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Yellow(y))
371
+ The window that was next to the yellow door was white.,"∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Yellow(y) ∧ next-to(x,y))"
372
+ The house had a green window and a white door.,"∃x ∃y ∃z (Window(x) ∧ Green(x) ∧ Door(y) ∧ White(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
373
+ The window that was green was next to the door that was white.,"∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ White(y) ∧ next-to(x,y))"
374
+ White was not the color of the window but of the door.,∃x ∃y (Window(x) ∧ ¬White(x) ∧ Door(y) ∧ White(y))
375
+ Green was the color of the window next to the white door.,∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ White(y))
376
+ The window that was next to the white door was green.,"∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ White(y) ∧ next-to(x,y))"
377
+ The house had a white window and a black door.,"∃x ∃y ∃z (Window(x) ∧ White(x) ∧ Door(y) ∧ Black(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
378
+ The window that was white was next to the door that was black.,"∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Black(y) ∧ next-to(x,y))"
379
+ Black was not the color of the window but of the door.,∃x ∃y (Window(x) ∧ ¬Black(x) ∧ Door(y) ∧ Black(y))
380
+ White was the color of the window next to the black door.,∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Black(y))
381
+ The window that was next to the black door was white.,"∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Black(y) ∧ next-to(x,y))"
382
+ The house had a black window and a white door.,"∃x ∃y ∃z (Window(x) ∧ Black(x) ∧ Door(y) ∧ White(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
383
+ The window that was black was next to the door that was white.,"∃x ∃y (Window(x) ∧ Black(x) ∧ Door(y) ∧ White(y) ∧ next-to(x,y))"
384
+ Black was the color of the window next to the white door.,∃x ∃y (Window(x) ∧ Black(x) ∧ Door(y) ∧ White(y))
385
+ The window that was next to the white door was black.,"∃x ∃y (Window(x) ∧ Black(x) ∧ Door(y) ∧ White(y) ∧ next-to(x,y))"
386
+ The house had a white window and a red door.,"∃x ∃y ∃z (Window(x) ∧ White(x) ∧ Door(y) ∧ Red(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
387
+ The window that was white was next to the door that was red.,"∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Red(y) ∧ next-to(x,y))"
388
+ White was the color of the window next to the red door.,∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Red(y))
389
+ The window that was next to the red door was white.,"∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Red(y) ∧ next-to(x,y))"
390
+ The house had a red window and a white door.,"∃x ∃y ∃z (Window(x) ∧ Red(x) ∧ Door(y) ∧ White(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
391
+ The window that was red was next to the door that was white.,"∃x ∃y (Window(x) ∧ Red(x) ∧ Door(y) ∧ White(y) ∧ next-to(x,y))"
392
+ Red was the color of the window next to the white door.,∃x ∃y (Window(x) ∧ Red(x) ∧ Door(y) ∧ White(y))
393
+ The window that was next to the white door was red.,"∃x ∃y (Window(x) ∧ Red(x) ∧ Door(y) ∧ White(y) ∧ next-to(x,y))"
394
+ The house had a green window and a black door.,"∃x ∃y ∃z (Window(x) ∧ Green(x) ∧ Door(y) ∧ Black(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
395
+ The window that was green was next to the door that was black.,"∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ Black(y) ∧ next-to(x,y))"
396
+ Green was the color of the window next to the black door.,∃x ∃y (Window(x) ∧ Green(x) ∧ Door(y) ∧ Black(y))
397
+ The window that was next to the black door was green.,"∃x ∃y (Window(x) �� Green(x) ∧ Door(y) ∧ Black(y) ∧ next-to(x,y))"
398
+ The house had a white window and a green door.,"∃x ∃y ∃z (Window(x) ∧ White(x) ∧ Door(y) ∧ Green(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
399
+ The window that was white was next to the door that was green.,"∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Green(y) ∧ next-to(x,y))"
400
+ White was the color of the window next to the green door.,∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Green(y))
401
+ The window that was next to the green door was white.,"∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Green(y) ∧ next-to(x,y))"
402
+ The house had a black window and a green door.,"∃x ∃y ∃z (Window(x) ∧ Black(x) ∧ Door(y) ∧ Green(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
403
+ The window that was black was next to the door that was green.,"∃x ∃y (Window(x) ∧ Black(x) ∧ Door(y) ∧ Green(y) ∧ next-to(x,y))"
404
+ Black was the color of the window next to the green door.,∃x ∃y (Window(x) ∧ Black(x) ∧ Door(y) ∧ Green(y))
405
+ The window that was next to the green door was black.,"∃x ∃y (Window(x) ∧ Black(x) ∧ Door(y) ∧ Green(y) ∧ next-to(x,y))"
406
+ The house had a white window and a blue door.,"∃x ∃y ∃z (Window(x) ∧ White(x) ∧ Door(y) ∧ Blue(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
407
+ The window that was white was next to the door that was blue.,"∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Blue(y) ∧ next-to(x,y))"
408
+ White was the color of the window next to the blue door.,∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Blue(y))
409
+ The window that was next to the blue door was white.,"∃x ∃y (Window(x) ∧ White(x) ∧ Door(y) ∧ Blue(y) ∧ next-to(x,y))"
410
+ The house had a blue window and a white door.,"∃x ∃y ∃z (Window(x) ∧ Blue(x) ∧ Door(y) ∧ White(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
411
+ The window that was blue was next to the door that was white.,"∃x ∃y (Window(x) ∧ Blue(x) ∧ Door(y) ∧ White(y) ∧ next-to(x,y))"
412
+ Blue was the color of the window next to the white door.,∃x ∃y (Window(x) ∧ Blue(x) ∧ Door(y) ∧ White(y))
413
+ The window that was next to the white door was blue.,"∃x ∃y (Window(x) ∧ Blue(x) ∧ Door(y) ∧ White(y) ∧ next-to(x,y))"
414
+ The house had a yellow window and a white door.,"∃x ∃y ∃z (Window(x) ∧ Yellow(x) ∧ Door(y) ∧ White(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
415
+ The window that was yellow was next to the door that was white.,"∃x ∃y (Window(x) ∧ Yellow(x) ∧ Door(y) ∧ White(y) ∧ next-to(x,y))"
416
+ Yellow was the color of the window next to the white door.,∃x ∃y (Window(x) ∧ Yellow(x) ∧ Door(y) ∧ White(y))
417
+ The window that was next to the white door was yellow.,"∃x ∃y (Window(x) ∧ Yellow(x) ∧ Door(y) ∧ White(y) ∧ next-to(x,y))"
418
+ The house had a black window and a yellow door.,"∃x ∃y ∃z (Window(x) ∧ Black(x) ∧ Door(y) ∧ Yellow(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
419
+ The window that was black was next to the door that was yellow.,"∃x ∃y (Window(x) ∧ Black(x) ∧ Door(y) ∧ Yellow(y) ∧ next-to(x,y))"
420
+ Black was the color of the window next to the yellow door.,∃x ∃y (Window(x) ∧ Black(x) ∧ Door(y) ∧ Yellow(y))
421
+ The window that was next to the yellow door was black.,"∃x ∃y (Window(x) ∧ Black(x) ∧ Door(y) ∧ Yellow(y) ∧ next-to(x,y))"
422
+ The house had a yellow window and a black door.,"∃x ∃y ∃z (Window(x) ∧ Yellow(x) ∧ Door(y) ∧ Black(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
423
+ The window that was yellow was next to the door that was black.,"∃x ∃y (Window(x) ∧ Yellow(x) ∧ Door(y) ∧ Black(y) ∧ next-to(x,y))"
424
+ Yellow was the color of the window next to the black door.,∃x ∃y (Window(x) ∧ Yellow(x) ∧ Door(y) ∧ Black(y))
425
+ The window that was next to the black door was yellow.,"∃x ∃y (Window(x) ∧ Yellow(x) ∧ Door(y) ∧ Black(y) ∧ next-to(x,y))"
426
+ The house had a black window and a red door.,"∃x ∃y ∃z (Window(x) ∧ Black(x) ∧ Door(y) ∧ Red(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
427
+ The window that was black was next to the door that was red.,"∃x ∃y (Window(x) ∧ Black(x) ∧ Door(y) ∧ Red(y) ∧ next-to(x,y))"
428
+ Black was the color of the window next to the red door.,∃x ∃y (Window(x) ∧ Black(x) ∧ Door(y) ∧ Red(y))
429
+ The window that was next to the red door was black.,"∃x ∃y (Window(x) ∧ Black(x) ∧ Door(y) ∧ Red(y) ∧ next-to(x,y))"
430
+ The house had a red window and a black door.,"∃x ∃y ∃z (Window(x) ∧ Red(x) ∧ Door(y) ∧ Black(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
431
+ The window that was red was next to the door that was black.,"∃x ∃y (Window(x) ∧ Red(x) ∧ Door(y) ∧ Black(y) ∧ next-to(x,y))"
432
+ Red was the color of the window next to the black door.,∃x ∃y (Window(x) ∧ Red(x) ∧ Door(y) ∧ Black(y))
433
+ The window that was next to the black door was red.,"∃x ∃y (Window(x) ∧ Red(x) ∧ Door(y) ∧ Black(y) ∧ next-to(x,y))"
434
+ The house had a black window and a blue door.,"∃x ∃y ∃z (Window(x) ∧ Black(x) ∧ Door(y) ∧ Blue(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
435
+ The window that was black was next to the door that was blue.,"∃x ∃y (Window(x) ∧ Black(x) ∧ Door(y) ∧ Blue(y) ∧ next-to(x,y))"
436
+ Black was the color of the window next to the blue door.,∃x ∃y (Window(x) ∧ Black(x) ∧ Door(y) ∧ Blue(y))
437
+ The window that was next to the blue door was black.,"∃x ∃y (Window(x) ∧ Black(x) ∧ Door(y) ∧ Blue(y) ∧ next-to(x,y))"
438
+ The house had a blue window and a black door.,"∃x ∃y ∃z (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Black(y)∧ House(z) ∧ had(z,x) ∧ had(z,y))"
439
+ The window that was blue was next to the door that was black.,"∃x ∃y (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Black(y) ∧ next-to(x,y))"
440
+ Blue was the color of the window next to the black door.,∃x ∃y (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Black(y))
441
+ The window that was next to the black door was blue.,"∃x ∃y (Window(x) ∧ Blue(x) ∧ Door(y) ∧ Black(y) ∧ next-to(x,y))"
442
+ A blue glass was placed on a red table.,"∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ Red(y) ∧ placed-on(x,y))"
443
+ The glass that was blue was placed on a table that was red.,"∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ Red(y) ∧ placed-on(x,y))"
444
+ Red was not the color of the glass but of the table.,∃x ∃y (Glass(x) ∧ ¬Red(x) ∧ Table(y) ∧ Red(y))
445
+ Blue was the color of the glass placed on the red table.,"∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ Red(y) ∧ placed-on(x,y))"
446
+ The glass that was placed on a red table was blue.,"∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ Red(y) ∧ placed-on(x,y))"
447
+ A green glass was placed on a red table.,"∃x ∃y (Glass(x) ∧ Green(x) ∧ Table(y) ∧ Red(y) ∧ placed-on(x,y))"
448
+ The glass that was green was placed on a table that was red.,"∃x ∃y (Glass(x) ∧ Green(x) ∧ Table(y) ∧ Red(y) ∧ placed-on(x,y))"
449
+ Green was the color of the glass placed on the red table.,"∃x ∃y (Glass(x) ∧ Green(x) ∧ Table(y) ∧ Red(y) ∧ placed-on(x,y))"
450
+ The glass that was placed on a red table was green.,"∃x ∃y (Glass(x) ∧ Green(x) ∧ Table(y) ∧ Red(y) ∧ placed-on(x,y))"
451
+ A blue glass was placed on a green table.,"∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ Green(y) ∧ placed-on(x,y))"
452
+ The glass that was blue was placed on a table that was green.,"∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ Green(y) ∧ placed-on(x,y))"
453
+ Green was not the color of the glass but of the table.,∃x ∃y (Glass(x) ∧ ¬Green(x) ∧ Table(y) ∧ Green(y))
454
+ Blue was the color of the glass placed on the green table.,"∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ Green(y) ∧ placed-on(x,y))"
455
+ The glass that was placed on a green table was blue.,"∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ Green(y) ∧ placed-on(x,y))"
456
+ A yellow glass was placed on a red table.,"∃x ∃y (Glass(x) ∧ Yellow(x) ∧ Table(y) ∧ Red(y) ∧ placed-on(x,y))"
457
+ The glass that was yellow was placed on a table that was red.,"∃x ∃y (Glass(x) ∧ Yellow(x) ∧ Table(y) ∧ Red(y) ∧ placed-on(x,y))"
458
+ Yellow was the color of the glass placed on the red table.,"∃x ∃y (Glass(x) ∧ Yellow(x) ∧ Table(y) ∧ Red(y) ∧ placed-on(x,y))"
459
+ The glass that was placed on a red table was yellow.,"∃x ∃y (Glass(x) ∧ Yellow(x) ∧ Table(y) ∧ Red(y) ∧ placed-on(x,y))"
460
+ A blue glass was placed on a yellow table.,"∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ Yellow(y) ∧ placed-on(x,y))"
461
+ The glass that was blue was placed on a table that was yellow.,"∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ Yellow(y) ∧ placed-on(x,y))"
462
+ Yellow was not the color of the glass but of the table.,∃x ∃y (Glass(x) ∧ ¬Yellow(x) ∧ Table(y) ∧ Yellow(y))
463
+ Blue was the color of the glass placed on the yellow table.,"∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ Yellow(y) ∧ placed-on(x,y))"
464
+ The glass that was placed on a yellow table was blue.,"∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ Yellow(y) ∧ placed-on(x,y))"
465
+ A green glass was placed on a yellow table.,"∃x ∃y (Glass(x) ∧ Green(x) ∧ Table(y) ∧ Yellow(y) ∧ placed-on(x,y))"
466
+ The glass that was green was placed on a table that was yellow.,"∃x ∃y (Glass(x) ∧ Green(x) ∧ Table(y) ∧ Yellow(y) ∧ placed-on(x,y))"
467
+ Green was the color of the glass placed on the yellow table.,"∃x ∃y (Glass(x) ∧ Green(x) ∧ Table(y) ∧ Yellow(y) ∧ placed-on(x,y))"
468
+ The glass that was placed on a yellow table was green.,"∃x ∃y (Glass(x) ∧ Green(x) ∧ Table(y) ∧ Yellow(y) ∧ placed-on(x,y))"
469
+ A yellow glass was placed on a green table.,"∃x ∃y (Glass(x) ∧ Yellow(x) ∧ Table(y) ∧ Green(y) ∧ placed-on(x,y))"
470
+ The glass that was yellow was placed on a table that was green.,"∃x ∃y (Glass(x) ∧ Yellow(x) ∧ Table(y) ∧ Green(y) ∧ placed-on(x,y))"
471
+ Yellow was the color of the glass placed on the green table.,"∃x ∃y (Glass(x) ∧ Yellow(x) ∧ Table(y) ∧ Green(y) ∧ placed-on(x,y))"
472
+ The glass that was placed on a green table was yellow.,"∃x ∃y (Glass(x) ∧ Yellow(x) ∧ Table(y) ∧ Green(y) ∧ placed-on(x,y))"
473
+ A green glass was placed on a blue table.,"∃x ∃y (Glass(x) ∧ Green(x) ∧ Table(y) ∧ Blue(y) ∧ placed-on(x,y))"
474
+ The glass that was green was placed on a table that was blue.,"∃x ∃y (Glass(x) ∧ Green(x) ∧ Table(y) ∧ Blue(y) ∧ placed-on(x,y))"
475
+ Blue was not the color of the glass but of the table.,∃x ∃y (Glass(x) ∧ ¬Blue(x) ∧ Table(y) ∧ Blue(y))
476
+ Green was the color of the glass placed on the blue table.,"∃x ∃y (Glass(x) ∧ Green(x) ∧ Table(y) ∧ Blue(y) ∧ placed-on(x,y))"
477
+ The glass that was placed on a blue table was green.,"∃x ∃y (Glass(x) ∧ Green(x) ∧ Table(y) ∧ Blue(y) ∧ placed-on(x,y))"
478
+ A white glass was placed on a yellow table.,"∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Yellow(y) ∧ placed-on(x,y))"
479
+ The glass that was white was placed on a table that was yellow.,"∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Yellow(y) ∧ placed-on(x,y))"
480
+ White was the color of the glass placed on the yellow table.,"∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Yellow(y) ∧ placed-on(x,y))"
481
+ The glass that was placed on a yellow table was white.,"∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Yellow(y) ∧ placed-on(x,y))"
482
+ A green glass was placed on a white table.,"∃x ∃y (Glass(x) ∧ Green(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y))"
483
+ The glass that was green was placed on a table that was white.,"∃x ∃y (Glass(x) ∧ Green(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y))"
484
+ White was not the color of the glass but of the table.,∃x ∃y (Glass(x) ∧ ¬White(x) ∧ Table(y) ∧ White(y))
485
+ Green was the color of the glass placed on the white table.,"∃x ∃y (Glass(x) ∧ Green(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y))"
486
+ The glass that was placed on a white table was green.,"∃x ∃y (Glass(x) ∧ Green(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y))"
487
+ A white glass was placed on a black table.,"∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y))"
488
+ The glass that was white was placed on a table that was black.,"∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y))"
489
+ Black was not the color of the glass but of the table.,∃x ∃y (Glass(x) ∧ ¬Black(x) ∧ Table(y) ∧ Black(y))
490
+ White was the color of the glass placed on the black table.,"∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y))"
491
+ The glass that was placed on a black table was white.,"∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y))"
492
+ A black glass was placed on a white table.,"∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y))"
493
+ The glass that was black was placed on a table that was white.,"∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y))"
494
+ Black was the color of the glass placed on the white table.,"∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y))"
495
+ The glass that was placed on a white table was black.,"∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y))"
496
+ A white glass was placed on a red table.,"∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Red(y) ∧ placed-on(x,y))"
497
+ The glass that was white was placed on a table that was red.,"∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Red(y) ∧ placed-on(x,y))"
498
+ White was the color of the glass placed on the red table.,"∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Red(y) ∧ placed-on(x,y))"
499
+ The glass that was placed on a red table was white.,"∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Red(y) ∧ placed-on(x,y))"
500
+ A red glass was placed on a white table.,"∃x ∃y (Glass(x) ∧ Red(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y))"
501
+ The glass that was red was placed on a table that was white.,"∃x ∃y (Glass(x) ∧ Red(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y))"
502
+ Red was the color of the glass placed on the white table.,"∃x ∃y (Glass(x) ∧ Red(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y))"
503
+ The glass that was placed on a white table was red.,"∃x ∃y (Glass(x) ∧ Red(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y))"
504
+ A green glass was placed on a black table.,"∃x ∃y (Glass(x) ∧ Green(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y))"
505
+ The glass that was green was placed on a table that was black.,"∃x ∃y (Glass(x) ∧ Green(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y))"
506
+ Green was the color of the glass placed on the black table.,"∃x ∃y (Glass(x) ∧ Green(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y))"
507
+ The glass that was placed on a black table was green.,"∃x ∃y (Glass(x) ∧ Green(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y))"
508
+ A white glass was placed on a green table.,"∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Green(y) ∧ placed-on(x,y))"
509
+ The glass that was white was placed on a table that was green.,"∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Green(y) ∧ placed-on(x,y))"
510
+ White was the color of the glass placed on the green table.,"∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Green(y) ∧ placed-on(x,y))"
511
+ The glass that was placed on a green table was white.,"∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Green(y) ∧ placed-on(x,y))"
512
+ A black glass was placed on a green table.,"∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Green(y) ∧ placed-on(x,y))"
513
+ The glass that was black was placed on a table that was green.,"∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Green(y) ∧ placed-on(x,y))"
514
+ Black was the color of the glass placed on the green table.,"∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Green(y) ∧ placed-on(x,y))"
515
+ The glass that was placed on a green table was black.,"∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Green(y) ∧ placed-on(x,y))"
516
+ A white glass was placed on a blue table.,"∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Blue(y) ∧ placed-on(x,y))"
517
+ The glass that was white was placed on a table that was blue.,"∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Blue(y) ∧ placed-on(x,y))"
518
+ White was the color of the glass placed on the blue table.,"∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Blue(y) ∧ placed-on(x,y))"
519
+ The glass that was placed on a blue table was white.,"∃x ∃y (Glass(x) ∧ White(x) ∧ Table(y) ∧ Blue(y) ∧ placed-on(x,y))"
520
+ A blue glass was placed on a white table.,"∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y))"
521
+ The glass that was blue was placed on a table that was white.,"∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y))"
522
+ Blue was the color of the glass placed on the white table.,"∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y))"
523
+ The glass that was placed on a white table was blue.,"∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y))"
524
+ A yellow glass was placed on a white table.,"∃x ∃y (Glass(x) ∧ Yellow(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y))"
525
+ The glass that was yellow was placed on a table that was white.,"∃x ∃y (Glass(x) ∧ Yellow(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y))"
526
+ Yellow was the color of the glass placed on the white table.,"∃x ∃y (Glass(x) ∧ Yellow(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y))"
527
+ The glass that was placed on a white table was yellow.,"∃x ∃y (Glass(x) ∧ Yellow(x) ∧ Table(y) ∧ White(y) ∧ placed-on(x,y))"
528
+ A black glass was placed on a yellow table.,"∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Yellow(y) ∧ placed-on(x,y))"
529
+ The glass that was black was placed on a table that was yellow.,"∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Yellow(y) ∧ placed-on(x,y))"
530
+ Black was the color of the glass placed on the yellow table.,"∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Yellow(y) ∧ placed-on(x,y))"
531
+ The glass that was placed on a yellow table was black.,"∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Yellow(y) ∧ placed-on(x,y))"
532
+ A yellow glass was placed on a black table.,"∃x ∃y (Glass(x) ∧ Yellow(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y))"
533
+ The glass that was yellow was placed on a table that was black.,"∃x ∃y (Glass(x) ∧ Yellow(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y))"
534
+ Yellow was the color of the glass placed on the black table.,"∃x ∃y (Glass(x) ∧ Yellow(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y))"
535
+ The glass that was placed on a black table was yellow.,"∃x ∃y (Glass(x) ∧ Yellow(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y))"
536
+ A black glass was placed on a red table.,"∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Red(y) ∧ placed-on(x,y))"
537
+ The glass that was black was placed on a table that was red.,"∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Red(y) ∧ placed-on(x,y))"
538
+ Black was the color of the glass placed on the red table.,"∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Red(y) ∧ placed-on(x,y))"
539
+ The glass that was placed on a red table was black.,"∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Red(y) ∧ placed-on(x,y))"
540
+ A red glass was placed on a black table.,"∃x ∃y (Glass(x) ∧ Red(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y))"
541
+ The glass that was red was placed on a table that was black.,"∃x ∃y (Glass(x) ∧ Red(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y))"
542
+ Red was the color of the glass placed on the black table.,"∃x ∃y (Glass(x) ∧ Red(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y))"
543
+ The glass that was placed on a black table was red.,"∃x ∃y (Glass(x) ∧ Red(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y))"
544
+ A black glass was placed on a blue table.,"∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Blue(y) ∧ placed-on(x,y))"
545
+ The glass that was black was placed on a table that was blue.,"∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Blue(y) ∧ placed-on(x,y))"
546
+ Black was the color of the glass placed on the blue table.,"∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Blue(y) ∧ placed-on(x,y))"
547
+ The glass that was placed on a blue table was black.,"∃x ∃y (Glass(x) ∧ Black(x) ∧ Table(y) ∧ Blue(y) ∧ placed-on(x,y))"
548
+ A blue glass was placed on a black table.,"∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y))"
549
+ The glass that was blue was placed on a table that was black.,"∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y))"
550
+ Blue was the color of the glass placed on the black table.,"∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y))"
551
+ The glass that was placed on a black table was blue.,"∃x ∃y (Glass(x) ∧ Blue(x) ∧ Table(y) ∧ Black(y) ∧ placed-on(x,y))"