original
stringlengths
14
334
logical_form
stringlengths
30
1.82k
__index_level_0__
int64
0
1.65k
If John can strike the right notes, get the rhythms right and is good at coordination between right and left hands, then he puts emotions into his playing.
(exists x1.(_john(x1) & _can((exists x2.(_note(x2) & _right(x2) & exists e3.(_strike(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) & exists x4.(_rhythm(x4) & _right(x4) & exists e5.(_get(e5) & (Subj(e5) = x1) & (Acc(e5) = x4))))) & _good(x1) & exists x6.((x6 = _he) & exists x7.(_emotion(x7) & exists e8.(_put(e8) & (Subj(e8) = x6) & (Acc(e8) = x7) & exists x9.(_playing(x9) & _into(e8,x9)) & _then(e8)))) & exists x10.(_hand(x10) & exists e11.(_leave(e11) & (Subj(e11) = x1) & (Acc(e11) = x10)))) -> exists e12.True)
902
Some days in March have bad weather.
exists x1.(_day(x1) & exists x2.(_march(x2) & exists e3.(_in(e3,x2) & (Subj(e3) = x1))) & exists x4.(_weather(x4) & _bad(x4) & exists e5.(_have(e5) & (Subj(e5) = x1) & (Acc(e5) = x4))))
903
Some of theories of Herodicus are considered to be the foundation of sports medicine.
exists x1.(_some(x1) & exists x2.(_theory(x2) & (x1 = x2)) & exists x3.(_herodicus(x3) & (x1 = x3)) & exists e4.(_consider(e4) & (Subj(e4) = x1) & AccI(e4,exists x5.(_foundation(x5) & exists x6.(_medicine(x6) & _sport(x6) & (x5 = x6)) & (x1 = x5)))))
904
Both Columbia University and New York University are located in Manhattan.
(exists x1.(_university(x1) & _columbia(x1) & exists e2.(_locate(e2) & (Acc(e2) = x1) & exists x3.(_manhattan(x3) & _in(e2,x3)))) & exists x4.(_university(x4) & _york(x4) & _new(x4) & exists e5.(_locate(e5) & (Acc(e5) = x4) & exists x6.(_manhattan(x6) & _in(e5,x6)))))
905
If Rina is not a person dependent on caffeine and a student, then Rina is either a person dependent on caffeine and a student, or neither a person dependent on caffeine nor a student.
(-exists x1.(_rina(x1) & (exists x2.(_person(x2) & exists e3.(_dependent(e3) & (Subj(e3) = x2) & exists x4.(_caffeine(x4) & _on(e3,x4)) & exists x5.(_rina(x5) & exists x6.(_person(x6) & exists e7.(_dependent(e7) & (Subj(e7) = x6) & exists x8.(_caffeine(x8) & _on(e7,x8))) & (x5 = x6)) & exists x9.(_student(x9) & (x5 = x9))) & exists x10.(_student(x10) & _on(e3,x10))) & (x1 = x2)) | exists x11.(_person(x11) & _neither(x11) & exists e12.(_dependent(e12) & (Subj(e12) = x11) & exists x13.(_caffeine(x13) & _on(e12,x13)) & exists x14.(_student(x14) & _on(e12,x14))) & (x1 = x11)))) -> exists e15.True)
906
People who spend a lot of money at casinos and other betting games have a lot of disposable income to spend.
exists x1.(_people(x1) & exists x2.(_lot(x2) & exists x3.(_money(x3) & (x2 = x3)) & exists e4.(_spend(e4) & (Subj(e4) = x1) & (Acc(e4) = x2) & exists x5.(_casino(x5) & _at(e4,x5)) & exists x6.(_game(x6) & _bet(x6) & _at(e4,x6)))) & exists x7.(_lot(x7) & exists x8.(_income(x8) & _disposable(x8) & (x7 = x8)) & exists x9 e10.(_spend(e10) & (Subj(e10) = x7) & (Acc(e10) = x9)) & exists e11.(_have(e11) & (Subj(e11) = x1) & (Acc(e11) = x7))))
907
In La Liga 2021-2022, Real Madrid and Barcelona both recieve 3 points from the games between them.
exists e1.(exists x2.(_liga(x2) & _la(x2) & _2021_dash_2022(x2) & _in(e1,x2)) & exists x3.(_madrid(x3) & _real(x3) & _in(e1,x3)) & exists x4.(_barcelona(x4) & _point(x4) & _3(x4) & _recieve(x4) & exists x5.(_game(x5) & exists x6.((x6 = _they) & exists e7.(_between(e7,x6) & (Subj(e7) = x5))) & exists e8.(_from(e8,x5) & (Subj(e8) = x4))) & _in(e1,x4)))
908
If something is a dog, then it barks.
(exists x1 x2.(_dog(x2) & (x1 = x2)) -> exists x3.((x3 = _it) & exists e4.(_bark(e4) & (Subj(e4) = x3) & _then(e4))))
909
Club singles are not singles.
-exists x1.(_singles(x1) & _club(x1) & exists x2.(_singles(x2) & (x1 = x2)))
910
Pierre de Rigaud de Vaudreuil built Fort Carillon.
exists x1.(_vaudreuil(x1) & _de(x1) & _rigaud(x1) & _de(x1) & _pierre(x1) & exists x2.(_carillon(x2) & _fort(x2) & exists e3.(_build(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
911
All employees working in business analysis are working in this company.
all x1.(_employee(x1) -> (exists e2.(_work(e2) & (Subj(e2) = x1) & exists x3.(_analysis(x3) & _business(x3) & _in(e2,x3))) -> exists e4.(_work(e4) & (Subj(e4) = x1) & exists x5.(_company(x5) & _in(e4,x5)))))
912
Captain America is an American.
exists x1.(_america(x1) & _captain(x1) & exists x2.(_american(x2) & (x1 = x2)))
913
If adenocarcinoma is a type of cancer or without a tumor, then adenocarcinoma is in women or without a tumor.
(exists x1.(_adenocarcinoma(x1) & exists x2.(_type(x2) & exists x3.(_cancer(x3) & (x2 = x3)) & (x1 = x2))) -> exists x4.(_adenocarcinoma(x4) & exists e5.((exists x6.(_woman(x6) & _in(e5,x6)) | exists x7.(_tumor(x7) & _without(e5,x7))) & (Subj(e5) = x4) & _then(e5) & exists x8.(_tumor(x8) & _without(e5,x8)))))
914
Cities in California that they are interested in are San Francisco, Los Angeles, and San Diego.
(exists x1.(_angeles(x1) & _los(x1)) & exists x2.(_diego(x2) & _san(x2)) & exists x3.(_cities(x3) & exists x4.(_california(x4) & exists e5.(_in(e5,x4) & (Subj(e5) = x3) & exists x6.((x6 = _they) & exists e7.(_interested(e7) & (Subj(e7) = x6) & _in(e7,x3))))) & exists x8.(_francisco(x8) & _san(x8) & exists e9.(Subj(e9) = Subj(e9)))))
915
Minsk won against St Johnstone.
exists x1.(_minsk(x1) & exists e2.(_win(e2) & (Subj(e2) = x1) & exists x3.(_johnstone(x3) & _st(x3) & _against(e2,x3))))
916
Ableton makes music software.
exists x1.(_ableton(x1) & exists x2.(_software(x2) & _music(x2) & exists e3.(_make(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
917
Diethylcarbamazine is not ivermectin.
-exists x1.(_diethylcarbamazine(x1) & _ivermectin(x1))
918
Some employees working in business analysis are good at math.
exists x1.(_employee(x1) & exists e2.(_work(e2) & (Subj(e2) = x1) & exists x3.(_analysis(x3) & _business(x3) & _in(e2,x3))) & _good(x1))
919
All brain decoding is extracting information from BOLD signals.
all x1.((_decoding(x1) & _brain(x1)) -> exists x2.(_information(x2) & exists e3.(_extract(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_signal(x4) & _bold(x4) & _from(e3,x4)))))
920
If A is located in B and B is located in C, then A is located in C.
((exists x1.(_a(x1) & exists e2.(_locate(e2) & (Acc(e2) = x1) & exists x3.(_b(x3) & _in(e2,x3)))) & exists x4.(_b(x4) & exists e5.(_locate(e5) & (Acc(e5) = x4) & exists x6.(_c(x6) & _in(e5,x6))))) -> exists x7.(_a(x7) & _then(x7) & exists e8.(_locate(e8) & (Acc(e8) = x7) & exists x9.(_c(x9) & _in(e8,x9)))))
921
Bank of America payment cards can be used with ApplePay.
exists x1.(_bank(x1) & exists x2.(_card(x2) & _payment(x2) & _america(x2) & (x1 = x2)) & _can(exists e3.(_use(e3) & (Acc(e3) = x1) & exists x4.(_applepay(x4) & _with(e3,x4)))))
922
If a hatchery is for conservation, it might release animals into the wild.
(exists x1.(_hatchery(x1) & exists e2.(exists x3.(_conservation(x3) & _for(e2,x3)) & (Subj(e2) = x1))) -> exists x4.((x4 = _it) & _might(exists x5.(_animal(x5) & exists e6.(_release(e6) & (Subj(e6) = x4) & (Acc(e6) = x5) & exists x7.(_wild(x7) & _into(e6,x7)))))))
923
No touring musicians are permanent members of an orchestra.
-exists x1.(_musician(x1) & _touring(x1) & exists x2.(_member(x2) & _permanent(x2) & exists x3.(_orchestra(x3) & (x2 = x3)) & (x1 = x2)))
924
The SAT test is intended to assess student's readiness for college.
exists x1.(_test(x1) & _sat(x1) & exists e2.(_intend(e2) & (Subj(e2) = x1) & AccI(e2,exists x3.(exists x4.(_student(x4) & Rel(x3,x4)) & _readiness(x3) & exists x5.(_college(x5) & (x3 = x5)) & exists e6.(_assess(e6) & (Subj(e6) = x1) & (Acc(e6) = x3))))))
925
Deng Xiaoping became instrumental in China's economic reconstruction following the disastrous Great Leap Forward (1958–1960).
exists x1.(_xiaoping(x1) & _deng(x1) & _instrumental(x1))
926
All faculty members have a job at a school.
all x1.((_member(x1) & _faculty(x1)) -> exists x2.(_job(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_school(x4) & _at(e3,x4)))))
927
If people regularly tout the benefits of homegrown and homecooked meals over fast food, then they enjoy going out often to restaurants with friends.
(exists x1.(_people(x1) & exists x2.(_benefit(x2) & exists x3.(_homegrown(x3) & (x2 = x3)) & exists e4.(_tout(e4) & (Subj(e4) = x1) & (Acc(e4) = x2) & _regularly(e4))) & exists x5.(_meal(x5) & exists x6.(_food(x6) & _fast(x6) & exists e7.(_over(e7,x6) & (Subj(e7) = x5))) & exists e8.(_homecook(e8) & (Subj(e8) = x1) & (Acc(e8) = x5) & _regularly(e8)))) -> exists x9.((x9 = _they) & exists e10.(_go(e10) & (Subj(e10) = x9) & _out(e10) & _often(e10) & exists x11.(_restaurant(x11) & exists x12.(_friend(x12) & exists e13.(_with(e13,x12) & (Subj(e13) = x11))) & _to(e10,x11) & _enjoy(e10) & _then(e10)))))
928
Sam is using a Mac.
exists x1.(_sam(x1) & exists x2.(_mac(x2) & exists e3.(_use(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
929
Daveed Diggs is an actor and film producer.
exists x1.(_diggs(x1) & _daveed(x1) & exists x2.(_producer(x2) & _film(x2) & _actor(x2) & (x1 = x2)))
930
All person who breaks the law is a criminals.
all x1.(_person(x1) -> (exists x2.(_law(x2) & exists e3.(_break(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) -> exists x4.(_criminal(x4) & (x1 = x4))))
931
Deng Xiaoping was praised for his reaffirmation of the reform program in his Southern Tour of 1992 as well as the reversion of Hong Kong to Chinese control in 1997 and the return of Macau in 1999.
exists x1.(_xiaoping(x1) & _deng(x1) & exists e2.(_praise(e2) & (Acc(e2) = x1) & exists x3.(_control(x3) & _chinese(x3) & (Dat(e2) = x3)) & exists x4.(_reaffirmation(x4) & exists x5.(_program(x5) & _reform(x5) & exists x6.(_tour(x6) & _southern(x6) & exists x7.(_1992(x7) & (x6 = x7)) & exists x8.(_reversion(x8) & exists x9.(_kong(x9) & _hong(x9) & (x8 = x9)) & (x6 = x8)) & exists e10.(_in(e10,x6) & (Subj(e10) = x5))) & (x4 = x5)) & _for(e2,x4) & exists x11.(_1997(x11) & _in(e2,x11) & exists x12.(_1999(x12) & _in(e2,x12))) & exists x13.(_return(x13) & exists x14.(_macau(x14) & (x13 = x14)) & _in(e2,x13) & exists x15.(_1999(x15) & _in(e2,x15))))))
932
Manchester City is eligible to attend UCL next season.
exists x1.(_city(x1) & _manchester(x1) & exists e2.(_eligible(e2) & (Subj(e2) = x1) & AccI(e2,exists x3.(_season(x3) & _next(x3) & _ucl(x3) & exists e4.(_attend(e4) & (Subj(e4) = x1) & (Acc(e4) = x3))))))
933
Daniel’s dad is a doctor practicing internal medicine at a veteran’s hospital in Minneapolis
exists x1.(_dad(x1) & _daniel’s(x1) & exists x2.(_doctor(x2) & exists x3.(_medicine(x3) & _internal(x3) & exists x4.(_hospital(x4) & _veteran’s(x4) & exists e5.(_at(e5,x4) & (Subj(e5) = x3) & exists x6.(_minneapolis(x6) & exists e7.(_in(e7,x6) & (Subj(e7) = x3))))) & exists e8.(_practice(e8) & (Subj(e8) = x2) & (Acc(e8) = x3))) & (x1 = x2)))
934
Some volunteers are trained.
exists x1.(_volunteer(x1) & exists e2.(_train(e2) & (Acc(e2) = x1)))
935
All reusable chopsticks are made from metal.
all x1.((_chopstick(x1) & _reusable(x1)) -> exists e2.(_make(e2) & (Acc(e2) = x1) & exists x3.(_metal(x3) & _from(e2,x3))))
936
If a student gets A+ in English, then his score is greater than 95.
(exists x1.(_student(x1) & exists x2.(_a+(x2) & exists e3.(_get(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_english(x4) & _in(e3,x4))))) -> exists x5.(_score(x5) & _greater(x5)))
937
Coursing involves spectators betting on a hare being pursued by greyhounds.
exists x1.(_coursing(x1) & exists x2.(_spectator(x2) & exists e3.(_bet(e3) & (Subj(e3) = x2) & exists x4.(_hare(x4) & exists e5.(_pursue(e5) & (Acc(e5) = x4) & exists x6.(_greyhound(x6) & (Subj(e5) = x6))) & _on(e3,x4))) & exists e7.(_involve(e7) & (Subj(e7) = x1) & (Acc(e7) = x2))))
938
Joe Rogan is a radio personality.
exists x1.(_rogan(x1) & _joe(x1) & exists x2.(_personality(x2) & _radio(x2) & (x1 = x2)))
939
Barbara Ann Marshall is a former swimmer and former world record-holder.
exists x1.(_marshall(x1) & _ann(x1) & _barbara(x1) & exists x2.(_former((_former((_record_dash_holder(x2) & _world(x2))) & _swimmer(x2))) & (x1 = x2)))
940
Flu and influenza are the same disease.
(exists x1.(_flu(x1) & exists x2.(_disease(x2) & _same(x2) & (x1 = x2))) & exists x3.(_influenza(x3) & exists x4.(_disease(x4) & _same(x4) & (x3 = x4))))
941
Alfonso lives in Galicia.
exists x1.(_life(x1) & _alfonso(x1) & exists x2.(_galicia(x2) & exists e3.(_in(e3,x2) & (Subj(e3) = x1))))
942
Some games published before 2010 support the Linux OS system.
exists x1.(_game(x1) & exists e2.(_publish(e2) & (Acc(e2) = x1) & exists x3.(_support(x3) & _2010(x3) & _system(x3) & _os(x3) & _linux(x3) & _before(e2,x3))))
943
If a person has a high income, then he/she will not take a bus to their destination.
(exists x1.(_person(x1) & exists x2.(_income(x2) & _high(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) -> -exists x4.(_he/she(x4) & exists x5.(_bus(x5) & exists e6.(_take(e6) & (Subj(e6) = x4) & (Acc(e6) = x5) & exists x7.(_destination(x7) & (Dat(e6) = x7)) & _then(e6)))))
944
No fruits shipped from Columbia are fruits sold in New York.
-exists x1.(_fruit(x1) & exists e2.(_ship(e2) & (Acc(e2) = x1) & exists x3.(_columbia(x3) & _from(e2,x3))) & exists x4.(_fruit(x4) & exists e5.(_sell(e5) & (Acc(e5) = x4) & exists x6.(_york(x6) & _new(x6) & _in(e5,x6))) & (x1 = x4)))
945
All paper is woodware.
all x1.(_paper(x1) -> exists x2.(_woodware(x2) & (x1 = x2)))
946
John is a student learning piano.
exists x1.(_john(x1) & exists x2.(_student(x2) & exists x3.(_piano(x3) & exists e4.(_learn(e4) & (Subj(e4) = x2) & (Acc(e4) = x3))) & (x1 = x2)))
947
All Mac are OS.
all x1.(_mac(x1) -> exists x2.(_os(x2) & (x1 = x2)))
948
If someone is evil, then they are ugly.
(exists x1._evil(x1) -> exists x2.((x2 = _they) & _ugly(x2)))
949
All fruits sold in Boston are shipped from Columbia.
all x1.(_fruit(x1) -> (exists e2.(_sell(e2) & (Acc(e2) = x1) & exists x3.(_boston(x3) & _in(e2,x3))) -> exists e4.(_ship(e4) & (Acc(e4) = x1) & exists x5.(_columbia(x5) & _from(e4,x5)))))
950
If you are a World Tour player, then you are a professional tennis player.
(exists x1.((x1 = _you) & exists x2.(_player(x2) & _tour(x2) & _world(x2) & (x1 = x2))) -> exists x3.((x3 = _you) & exists x4.(_player(x4) & _tennis(x4) & _professional(x4) & (x3 = x4))))
951
No athletes are slow runners.
-exists x1.(_athlete(x1) & exists x2.(_runner(x2) & _slow(x2) & (x1 = x2)))
952
Monitors are products.
exists x1.(_monitor(x1) & exists x2.(_product(x2) & (x1 = x2)))
953
Heavy weights are not welterweights.
-exists x1.(_weight(x1) & _heavy(x1) & exists x2.(_welterweight(x2) & (x1 = x2)))
954
The Mona Lisa is one of the world's best-known artworks.
exists x1.(_lisa(x1) & _mona(x1) & exists x2.(_one(x2) & exists x3.(exists x4.(_world(x4) & Rel(x3,x4)) & _artwork(x3) & _best_dash_known(x3) & (x2 = x3)) & (x1 = x2)))
955
Tom is a citizen of Lawton Park.
exists x1.(_tom(x1) & exists x2.(_citizen(x2) & exists x3.(_park(x3) & _lawton(x3) & (x2 = x3)) & (x1 = x2)))
956
Daveed Diggs played Thomas Jefferson.
exists x1.(_diggs(x1) & _daveed(x1) & exists x2.(_jefferson(x2) & _thomas(x2) & exists e3.(_play(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
957
Social payments in Russia can only be transferred to MIR payment cards.
exists x1.(_payment(x1) & _social(x1) & exists x2.(_russia(x2) & exists e3.(_in(e3,x2) & (Subj(e3) = x1))) & _can((exists e4.(_transfer(e4) & (Acc(e4) = x1) & _only(e4)) & exists x5.(_card(x5) & _payment(x5) & exists e6.(_mir(e6) & (Subj(e6) = x1) & (Acc(e6) = x5) & _only(e6))))))
958
If people compete in horse dressage shows, then they have a lot of disposable income.
(exists x1.(_people(x1) & exists e2.(_compete(e2) & (Subj(e2) = x1) & exists x3.(_show(x3) & _dressage(x3) & _horse(x3) & _in(e2,x3)))) -> exists x4.((x4 = _they) & exists x5.(_lot(x5) & exists x6.(_income(x6) & _disposable(x6) & (x5 = x6)) & exists e7.(_have(e7) & (Subj(e7) = x4) & (Acc(e7) = x5) & _then(e7)))))
959
All students who can strike the right note can get the rhythms right.
all x1.(_student(x1) -> (_can(exists x2.(_note(x2) & _right(x2) & exists e3.(_strike(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) -> _can(exists x4.(_rhythm(x4) & exists e5.(_get(e5) & (Subj(e5) = x1) & (Acc(e5) = x4) & _right(e5))))))
960
Jack Odell is an English toy inventor.
exists x1.(_odell(x1) & _jack(x1) & exists x2.(_inventor(x2) & _toy(x2) & _english(x2) & (x1 = x2)))
961
Some pets are rabbits.
exists x1.(_pet(x1) & exists x2.(_rabbit(x2) & (x1 = x2)))
962
After Mao Zedong's death, Deng Xiaoping gradually rose to supreme power.
exists x1.(_xiaoping(x1) & _deng(x1) & exists e2.(_rise(e2) & (Subj(e2) = x1) & AccI(e2,exists x3.(_power(x3) & exists e4.(_supreme(e4) & (Subj(e4) = x1) & (Acc(e4) = x3)))) & _gradually(e2) & exists x5.(exists x6.(_zedong(x6) & _mao(x6) & Rel(x5,x6)) & _death(x5) & _after(e2,x5))))
963
Leon is not studying or a researcher.
exists x1.(_leon(x1) & -exists e2.(_study(e2) & (Subj(e2) = x1)))
964
All goldfish are carp.
all x1.(_goldfish(x1) -> exists x2.(_carp(x2) & (x1 = x2)))
965
MacBook is not made in China and is not commonly used in China.
exists x1.(_macbook(x1) & -exists e2.(_make(e2) & (Acc(e2) = x1) & exists x3.(_china(x3) & _in(e2,x3))) & -exists e4.(_use(e4) & (Acc(e4) = x1) & _commonly(e4) & exists x5.(_china(x5) & _in(e4,x5))))
966
System 7 has released several club singles.
exists x1.(_system(x1) & _7(x1) & exists x2.(_singles(x2) & _club(x2) & exists e3.(_release(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
967
If people have a lot of decorations in their room, they cannot pack and move out of their rooms very easily.
(exists x1.(_people(x1) & exists x2.(_lot(x2) & exists x3.(_decoration(x3) & (x2 = x3)) & exists e4.(_have(e4) & (Subj(e4) = x1) & (Acc(e4) = x2) & exists x5.(_room(x5) & _in(e4,x5))))) -> -exists x6.((x6 = _they) & _can((exists e7.(_pack(e7) & (Subj(e7) = x6)) & exists e8.(_move(e8) & (Subj(e8) = x6) & _out(e8) & exists x9.(_room(x9) & _of(e8,x9)) & _easily(e8)) & _very(x6)))))
968
All authors are writers.
all x1.(_author(x1) -> exists x2.(_writer(x2) & (x1 = x2)))
970
No mammals are invertebrates.
-exists x1.(_mammal(x1) & exists x2.(_invertebrate(x2) & (x1 = x2)))
971
If someone is a lifeguard, then they work at a pool.
(exists x1 x2.(_lifeguard(x2) & (x1 = x2)) -> exists x3.((x3 = _they) & exists e4.(_work(e4) & (Subj(e4) = x3) & exists x5.(_pool(x5) & _at(e4,x5) & _then(e4)))))
972
All brain image acquisition is preceded by data processing.
all x1.((_acquisition(x1) & _image(x1) & _brain(x1)) -> exists e2.(_precede(e2) & (Acc(e2) = x1) & exists x3.(_processing(x3) & _datum(x3) & (Subj(e2) = x3))))
973
Civet Coffee is not produced in Columbia and is cheap.
exists x1.(_coffee(x1) & _civet(x1) & -exists e2.(_produce(e2) & (Acc(e2) = x1) & exists x3.(_columbia(x3) & _in(e2,x3))) & _cheap(x1))
974
The song "Butts Wigglin'" is in Trouble at the Henhouse.
(exists x1.(_'(x1) & _wigglin(x1) & _butts(x1) & exists e2.(exists x3.(_trouble(x3) & _in(e2,x3)) & (Subj(e2) = x1) & exists x4.(_henhouse(x4) & _at(e2,x4)))) & exists x5._song(x5))
975
All students who attend in person have registered for the conference.
all x1.(_student(x1) -> (exists e2.(_attend(e2) & (Subj(e2) = x1) & exists x3.(_person(x3) & _in(e2,x3))) -> exists e4.(_register(e4) & (Subj(e4) = x1) & exists x5.(_conference(x5) & _for(e4,x5)))))
976
Dommartin is situated on the Paris–Lille railway.
exists x1.(_dommartin(x1) & exists e2.(_situate(e2) & (Acc(e2) = x1) & exists x3.(_railway(x3) & _paris–lille(x3) & _on(e2,x3))))
977
Willy is nice.
exists x1.(_willy(x1) & _nice(x1))
978
All products shipped from China are made in China.
all x1.(_product(x1) -> (exists e2.(_ship(e2) & (Acc(e2) = x1) & exists x3.(_china(x3) & _from(e2,x3))) -> exists e4.(_make(e4) & (Acc(e4) = x1) & exists x5.(_china(x5) & _in(e4,x5)))))
979
Everyone prefers the smoother of two roads.
all x1.exists x2.(_smoother(x2) & exists x3.(_road(x3) & _two(x3) & (x2 = x3)) & exists e4.(_prefer(e4) & (Subj(e4) = x1) & (Acc(e4) = x2)))
980
Tower B is a building with the Bloomberg logo and in Manhattan.
exists x1.(_b(x1) & _tower(x1) & exists x2.(_building(x2) & exists x3.(_logo(x3) & _bloomberg(x3) & exists e4.(_with(e4,x3) & (Subj(e4) = x2))) & (x1 = x2)) & exists x5.(_building(x5) & exists x6.(_manhattan(x6) & exists e7.(_in(e7,x6) & (Subj(e7) = x5))) & (x1 = x5)))
981
Four is the double of two.
exists x1.(_four(x1) & exists x2.(_double(x2) & exists x3.(_two(x3) & (x2 = x3)) & (x1 = x2)))
982
When Olivia sleeps, she prefers cool temperature.
(exists x1.(_olivia(x1) & exists e2.(_sleep(e2) & (Subj(e2) = x1))) -> exists x3.((x3 = _she) & exists x4.(_temperature(x4) & _cool(x4) & exists e5.(_prefer(e5) & (Subj(e5) = x3) & (Acc(e5) = x4)))))
983
If people order a lot of Amazon packages, then they get a lot of daily mail delivered.
(exists x1.((x1 = _they) & exists x2.(_people(x2) & exists e3.(_get(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & _then(e3)))) -> exists x4.(_lot(x4) & exists x5.(_mail(x5) & _daily(x5) & (x4 = x5)) & exists e6.(_deliver(e6) & (Acc(e6) = x4))))
984
All men are human.
all x1.(_man(x1) -> _human(x1))
985
Roy Richardson was a right handed batsman and medium pace bowler.
exists x1.(_richardson(x1) & _roy(x1) & exists x2.(_right(x2) & exists e3.(_hand(e3) & (Acc(e3) = x2) & _batsman(e3)) & (x1 = x2)) & exists x4.(_pace(x4) & _medium(x4) & _bowler(x4) & (x1 = x4)))
986
All MIR payment cards are issued by Russian banks.
all x1.((_card(x1) & _payment(x1) & _mir(x1)) -> exists e2.(_issue(e2) & (Acc(e2) = x1) & exists x3.(_bank(x3) & _russian(x3) & (Subj(e2) = x3))))
987
No wearable things are airtight.
-exists x1.(_thing(x1) & _wearable(x1) & exists x2.(_airtight(x2) & (x1 = x2)))
988
All apple juice is sweet.
all x1.((_juice(x1) & _apple(x1)) -> _sweet(x1))
989
Cancer biology is finding genetic alterations that confer selective advantage to cancer cells.
exists x1.(_biology(x1) & _cancer(x1) & exists x2.(_alteration(x2) & _genetic(x2) & exists x3.(_advantage(x3) & _selective(x3) & exists x4.(_cell(x4) & _cancer(x4) & exists e5.(_to(e5,x4) & (Subj(e5) = x3))) & exists e6.(_confer(e6) & (Subj(e6) = x2) & (Acc(e6) = x3))) & exists e7.(_find(e7) & (Subj(e7) = x1) & (Acc(e7) = x2))))
990
Atlanta in the United States hold the 1996 Summer Olympics.
exists x1.(_atlanta(x1) & exists x2.(_states(x2) & _united(x2) & exists e3.(_in(e3,x2) & (Subj(e3) = x1))) & exists x4.(_olympics(x4) & _summer(x4) & _1996(x4) & exists e5.(_hold(e5) & (Subj(e5) = x1) & (Acc(e5) = x4))))
991
All students do homework.
all x1.(_student(x1) -> exists x2.(_homework(x2) & exists e3.(_do(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
992
Some defenders are centerback.
exists x1.(_defender(x1) & _centerback(x1))
993
All people who grow their own fresh vegetables in their home garden also have ample space.
all x1.(_people(x1) -> (exists x2.(_vegetable(x2) & _fresh(x2) & _own(x2) & exists e3.(_grow(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_garden(x4) & _home(x4) & _in(e3,x4)))) -> exists x5.(_space(x5) & _ample(x5) & exists e6.(_have(e6) & (Subj(e6) = x1) & (Acc(e6) = x5)))))
994
Avocadoe are a kind of fruit sold in New York or New York.
exists x1.(_avocadoe(x1) & exists x2.(_kind(x2) & exists x3.(_fruit(x3) & (x2 = x3)) & exists e4.(_sell(e4) & (Acc(e4) = x2) & (exists x5.(_york(x5) & _new(x5) & _in(e4,x5)) | exists x6.(_york(x6) & _new(x6) & _in(e4,x6)))) & (x1 = x2)))
995
Either an animal can swim or it can walk.
(exists x1.(_animal(x1) & _can(exists e2.(_swim(e2) & (Subj(e2) = x1) & _either(e2)))) | exists x3.((x3 = _it) & _can(exists e4.(_walk(e4) & (Subj(e4) = x3)))))
996
Barbara Ann Marshall participated in the 1972 Summer Olympics.
exists x1.(_marshall(x1) & _ann(x1) & _barbara(x1) & exists e2.(_participate(e2) & (Subj(e2) = x1) & exists x3.(_olympics(x3) & _summer(x3) & _1972(x3) & _in(e2,x3))))
997
If someone loves animals, then they are not bad.
(exists x1 x2.(_animal(x2) & exists e3.(_love(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) -> -exists x4.((x4 = _they) & _bad(x4)))
998
Some cats are not pets.
-exists x1.(_cat(x1) & exists x2.(_pet(x2) & (x1 = x2)))
999
Zaha Hadid is a British-Iraqi architect, artist and designer.
exists x1.(_hadid(x1) & _zaha(x1) & exists x2.(_designer(x2) & _artist(x2) & _architect(x2) & _british_dash_iraqi(x2) & (x1 = x2)))
1,000
Steve Hillage and Miquette Giraudy are former members of the band Gong.
(exists x1.(_hillage(x1) & _steve(x1) & exists x2.(_former(_member(x2)) & exists x3.(_gong(x3) & _band(x3) & (x2 = x3)) & (x1 = x2))) & exists x4.(_giraudy(x4) & _miquette(x4) & exists x5.(_former(_member(x5)) & exists x6.(_gong(x6) & _band(x6) & (x5 = x6)) & (x4 = x5))))
1,001
No watch that is battery-powered is automatic.
-exists x1.(_watch(x1) & _battery_dash_powered(x1) & _automatic(x1))
1,002