original
stringlengths
14
334
logical_form
stringlengths
30
1.82k
__index_level_0__
int64
0
1.65k
EndGame was filmed outside of Washington.
exists x1.(_endgame(x1) & exists e2.(_film(e2) & (Acc(e2) = x1) & _outside(e2) & exists x3.(_washington(x3) & _of(e2,x3))))
502
All toddlers are kids.
all x1.(_toddler(x1) -> exists x2.(_kid(x2) & (x1 = x2)))
503
If people have high ambitions and future career goals, then they can pack and move out of their rooms very easily.
(exists x1.(_people(x1) & exists x2.(_goal(x2) & _career(x2) & _future(x2) & _ambition(x2) & _high(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) -> exists x4.((x4 = _they) & _can((exists e5.(_pack(e5) & (Subj(e5) = x4) & _then(e5)) & exists e6.(_move(e6) & (Subj(e6) = x4) & _out(e6) & exists x7.(_room(x7) & _of(e6,x7)) & _easily(e6) & _then(e6)) & _very(x4)))))
504
All devices connected to Google Home are controlled by the managers.
all x1.(_device(x1) -> (exists e2.(_connect(e2) & (Acc(e2) = x1) & exists x3.(_home(x3) & _google(x3) & (Dat(e2) = x3))) -> exists e4.(_control(e4) & (Acc(e4) = x1) & exists x5.(_manager(x5) & (Subj(e4) = x5)))))
505
Many of the assessments ETS develops are associated with entry to the US tertiary and quaternary education institutions.
exists x1.(_many(x1) & exists x2.(_assessment(x2) & exists x3.(_ets(x3) & exists e4.(_develop(e4) & (Subj(e4) = x3) & (Acc(e4) = x2))) & (x1 = x2)) & exists e5.(_associate(e5) & (Acc(e5) = x1) & exists x6.(_entry(x6) & exists x7.(_tertiary(x7) & _us(x7) & exists e8.(_to(e8,x7) & (Subj(e8) = x6))) & _with(e5,x6)) & exists x9.(_institution(x9) & _education(x9) & _quaternary(x9) & _with(e5,x9))))
506
Vladivostok is the administrative center of the Far Eastern federal district.
exists x1.(_vladivostok(x1) & exists x2.(_center(x2) & _administrative(x2) & exists x3.(_district(x3) & _federal(x3) & _eastern(x3) & _far(x3) & (x2 = x3)) & (x1 = x2)))
507
At the end of the party, strawberries had the lowest remaining weight.
exists x1.(_strawberry(x1) & exists x2.(_weight(x2) & _remain(x2) & _lowest(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_end(x4) & exists x5.(_party(x5) & (x4 = x5)) & _at(e3,x4)))))
508
Some bears are in zoos.
exists x1.(_bear(x1) & exists e2.(exists x3.(_zoo(x3) & _in(e2,x3)) & (Subj(e2) = x1)))
509
John Randle was Minnesota Vikings defensive tackle in 1997.
exists x1.(_randle(x1) & _john(x1) & exists x2.(_defensive(x2) & _vikings(x2) & _minnesota(x2) & exists e3.(_tackle(e3) & (Subj(e3) = x2) & exists x4.(_1997(x4) & _in(e3,x4))) & (x1 = x2)))
510
Some singles of Imagine Dragons have been on Billboard Hot 100.
exists x1.(_singles(x1) & exists x2.(_dragons(x2) & _imagine(x2) & (x1 = x2)) & exists e3.(exists x4.(_hot(x4) & _billboard(x4) & _100(x4) & _on(e3,x4)) & (Subj(e3) = x1)))
511
If a film is directedy by a person, the person is a filmmaker.
(exists x1.(_film(x1) & exists e2.(_directedy(e2) & (Subj(e2) = x1) & exists x3.(_person(x3) & (Subj(e2) = x3)))) -> exists x4.(_person(x4) & exists x5.(_filmmaker(x5) & (x4 = x5))))
512
All software has code.
all x1.(_software(x1) -> exists x2.(_code(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
513
Every kitten is a cute animal.
all x1.(_kitten(x1) -> exists x2.(_animal(x2) & _cute(x2) & (x1 = x2)))
514
Diethylcarbamazine is a medication discovered in the year 1947.
exists x1.(_diethylcarbamazine(x1) & exists x2.(_medication(x2) & exists e3.(_discover(e3) & (Acc(e3) = x2) & exists x4.(_year(x4) & _1947(x4) & _in(e3,x4))) & (x1 = x2)))
515
Everyone that uses a football can throw a football.
all x1.(exists x2.(_football(x2) & exists e3.(_use(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) -> _can(exists x4.(_football(x4) & exists e5.(_throw(e5) & (Subj(e5) = x1) & (Acc(e5) = x4)))))
516
Benjamin only ate oranges and grapes at the party.
(exists x1.(_only(x1) & _orange(x1) & _ate(x1) & _benjamin(x1)) & exists x2.(_grape(x2) & exists x3.(_party(x3) & exists e4.(_at(e4,x3) & (Subj(e4) = x2)))))
517
All people who compete in the 1972 Summer Olympics represent their home country.
all x1.(_people(x1) -> (exists e2.(_compete(e2) & (Subj(e2) = x1) & exists x3.(_olympics(x3) & _summer(x3) & _1972(x3) & _in(e2,x3))) -> exists x4.(_country(x4) & _home(x4) & exists e5.(_represent(e5) & (Subj(e5) = x1) & (Acc(e5) = x4)))))
518
The yellow stage comes after the red stage.
exists x1.(_stage(x1) & _yellow(x1) & exists e2.(_come(e2) & (Subj(e2) = x1) & exists x3.(_stage(x3) & _red(x3) & _after(e2,x3))))
519
If a soccer player receives one red card in one game, this player will be ejected from the rest of the game.
(exists x1.(_player(x1) & _soccer(x1) & exists x2.(_card(x2) & _red(x2) & exists e3.(_receive(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_game(x4) & _in(e3,x4))))) -> exists x5.(_player(x5) & exists e6.(_eject(e6) & (Acc(e6) = x5) & exists x7.(_rest(x7) & exists x8.(_game(x8) & (x7 = x8)) & _from(e6,x7)))))
520
Talented poets are popular.
exists x1.(exists e2.(_talent(e2) & (Acc(e2) = x1) & _poet(x1)) & _popular(x1))
521
There are two places named Galicia: either in Spain or in Poland.
exists x1.(_place(x1) & _two(x1) & exists x2.(_galicia(x2) & exists e3.(_name(e3) & (Dat(e3) = x1) & (Acc(e3) = x2))) & _either(x1) & exists x4.(_spain(x4) & exists e5.(_in(e5,x4) & (Subj(e5) = x1))) & exists x6.(_poland(x6) & exists e7.(_in(e7,x6) & (Subj(e7) = x1))) & exists e8.(Subj(e8) = Subj(e8)))
522
Writing a novel is without statistical pattern analysis.
exists x1.(exists x2.(_novel(x2) & exists e3.(_write(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) & exists x4.(_analysis(x4) & (x1 = x4)))
523
All eco-friendly brands can help slow down global warming.
all x1.((_brand(x1) & _eco_dash_friendly(x1)) -> _can(_help(exists x2.(_warming(x2) & _global(x2) & exists e3.(_slow(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & _down(e3))))))
524
A game is played with three stages: red stage, yellow stage, and green stage.
exists x1.(_game(x1) & exists e2.(_play(e2) & (Acc(e2) = x1) & exists x3.(_stage(x3) & _three(x3) & exists x4.(_stage(x4) & _red(x4) & exists e5.(_:(e5,x4) & (Subj(e5) = x3))) & exists x6.(_stage(x6) & _yellow(x6) & exists e7.(_:(e7,x6) & (Subj(e7) = x3))) & exists x8.(_stage(x8) & _green(x8) & exists e9.(_:(e9,x8) & (Subj(e9) = x3))) & _with(e2,x3))))
525
All planes with a capacity of 100 passengers are produced before 2010.
all x1.(_plane(x1) -> (exists x2.(_capacity(x2) & exists x3.(_passenger(x3) & _100(x3) & (x2 = x3)) & exists e4.(_with(e4,x2) & (Subj(e4) = x1))) -> exists e5.(_produce(e5) & (Acc(e5) = x1) & exists x6.(_2010(x6) & _before(e5,x6)))))
526
Injured people did not fight at UFC Fight Night.
-exists x1.(exists e2.(_injure(e2) & (Acc(e2) = x1) & _people(x1)) & exists e3.(_fight(e3) & (Subj(e3) = x1) & exists x4.(_night(x4) & _fight(x4) & _ufc(x4) & _at(e3,x4))))
527
If people are young working professionals who live in large cities, then they do not have ample space.
(exists x1.(_people(x1) & exists x2.(_professional(x2) & exists e3.(_live(e3) & (Subj(e3) = x2) & exists x4.(_city(x4) & _large(x4) & _in(e3,x4))) & exists e5.(_work(e5) & (Subj(e5) = x1) & (Acc(e5) = x2))) & _young(x1)) -> -exists x6.((x6 = _they) & exists x7.(_space(x7) & _ample(x7) & exists e8.(_have(e8) & (Subj(e8) = x6) & (Acc(e8) = x7) & _then(e8)))))
528
A pet who hates the pet with whom he shares the same owner is childish and possessive.
exists x1.(_pet(x1) & exists x2.(_pet(x2) & exists x3.((x3 = _he) & exists x4.(_owner(x4) & _same(x4) & exists e5.(_share(e5) & (Subj(e5) = x3) & (Acc(e5) = x4) & (Dat(e5) = x2)))) & exists e6.(_hate(e6) & (Subj(e6) = x1) & (Acc(e6) = x2))) & _childish(x1) & _possessive(x1))
529
Musicians have very busy lives.
exists x1.(_musicians(x1) & exists x2.(_very(x2) & _life(x2) & _busy(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
530
The time is either the day or the night.
exists x1.(_time(x1) & (exists x2.(_day(x2) & (x1 = x2)) | exists x3.(_night(x3) & (x1 = x3))))
531
New York City is Located in the United States of America.
exists x1.(_city(x1) & _york(x1) & _new(x1) & exists e2.(_locate(e2) & (Acc(e2) = x1) & exists x3.(_states(x3) & _united(x3) & exists x4.(_america(x4) & (x3 = x4)) & _in(e2,x3))))
532
All musicians who have a unique musical voice or style are interesting as individual performers.
all x1.(_musician(x1) -> (exists x2.((_voice(x2) | _style(x2)) & _musical(x2) & _unique(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) -> exists e4.(_interesting(e4) & (Subj(e4) = x1) & exists x5.(_performer(x5) & _individual(x5) & _as(e4,x5)))))
533
The Great Lakes began to form at the end of the Last Glacial Period.
exists x1.(_lakes(x1) & _great(x1) & exists e2.(_begin(e2) & (Subj(e2) = x1) & AccI(e2,exists x3 e4.(_form(e4) & (Subj(e4) = x1) & (Acc(e4) = x3) & exists x5.(_end(x5) & exists x6.(_period(x6) & _glacial(x6) & _last(x6) & (x5 = x6)) & _at(e4,x5))))))
534
If people do not like shopping for clothes and other materialistic goods, then they wear flannel shirts every day.
(-exists x1.(_people(x1) & exists x2.(_shopping(x2) & exists x3.(_clothes(x3) & (x2 = x3)) & exists x4.(_goods(x4) & _materialistic(x4) & (x2 = x4)) & exists e5.(_like(e5) & (Subj(e5) = x1) & (Acc(e5) = x2)))) -> exists x6.((x6 = _they) & _every(x6) & exists x7.(_shirt(x7) & _flannel(x7) & exists e8.(_wear(e8) & (Subj(e8) = x6) & (Acc(e8) = x7) & _then(e8))) & _day(x6)))
535
All people who enjoy gambling regularly spend a lot of money at casinos and other betting games.
all x1.(_people(x1) -> (exists e2.(_gamble(e2) & (Subj(e2) = x1) & _regularly(e2) & _enjoy(e2)) -> exists x3.(_lot(x3) & exists x4.(_money(x4) & (x3 = x4)) & exists e5.(_spend(e5) & (Subj(e5) = x1) & (Acc(e5) = x3) & exists x6.(_casino(x6) & _at(e5,x6)) & exists x7.(_game(x7) & _bet(x7) & _at(e5,x7))))))
536
The Golden State Warriors won the NBA finals.
exists x1.(_warriors(x1) & _state(x1) & _golden(x1) & exists x2.(_final(x2) & _nba(x2) & exists e3.(_win(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
537
Every advocate is a lawyer.
all x1.(_advocate(x1) -> exists x2.(_lawyer(x2) & (x1 = x2)))
538
If something is a big animal, then it will eat a lot.
(exists x1 x2.(_animal(x2) & _big(x2) & (x1 = x2)) -> exists x3.((x3 = _it) & exists x4.(_lot(x4) & exists e5.(_eat(e5) & (Subj(e5) = x3) & (Acc(e5) = x4) & _then(e5)))))
539
All Grand Slam umpires are professional tennis umpires.
all x1.((_umpire(x1) & _slam(x1) & _grand(x1)) -> exists x2.(_umpire(x2) & _tennis(x2) & _professional(x2) & (x1 = x2)))
540
Evangelos Eleftheriou worked for IBM in Zurich.
exists x1.(_eleftheriou(x1) & _evangelos(x1) & exists e2.(_work(e2) & (Subj(e2) = x1) & exists x3.(_ibm(x3) & _for(e2,x3)) & exists x4.(_zurich(x4) & _in(e2,x4))))
541
Oxford Circus is the entrance to Oxford Circus tube station which is a part of the Central line in 1900.
exists x1.(_circus(x1) & _oxford(x1) & exists x2.(_entrance(x2) & exists x3.(_station(x3) & _tube(x3) & _circus(x3) & _oxford(x3) & exists x4.(_part(x4) & exists x5.(_line(x5) & _central(x5) & exists x6.(_1900(x6) & exists e7.(_in(e7,x6) & (Subj(e7) = x5))) & (x4 = x5)) & (x3 = x4)) & exists e8.(_to(e8,x3) & (Subj(e8) = x2))) & (x1 = x2)))
542
All smart watches are digital.
all x1.((_watch(x1) & _smart(x1)) -> _digital(x1))
543
If people regularly ride horses for pleasure and sport, then they do not live in cramped residential buildings.
(exists x1.(_people(x1) & exists x2.(_horse(x2) & exists x3.(_pleasure(x3) & (x2 = x3)) & exists e4.(_ride(e4) & (Subj(e4) = x1) & (Acc(e4) = x2) & _regularly(e4))) & exists x5.(_sport(x5) & exists e6.(_ride(e6) & (Subj(e6) = x1) & (Acc(e6) = x5) & _regularly(e6)))) -> -exists x7.((x7 = _they) & exists e8.(_live(e8) & (Subj(e8) = x7) & exists x9.(_building(x9) & _residential(x9) & _cramped(x9) & _in(e8,x9) & _then(e8)))))
544
Kirkland is a US city.
exists x1.(_kirkland(x1) & exists x2.(_city(x2) & _us(x2) & (x1 = x2)))
545
I should not worry about things outside of my control.
-exists x1.((x1 = _i) & _should(exists e2.(_worry(e2) & (Subj(e2) = x1) & exists x3.(_thing(x3) & exists e4.(_outside(e4,x3) & exists x5.(_control(x5) & _of(e4,x5))) & _about(e2,x3)))))
546
A roundel is not higher than adjacent walls.
-exists x1.(_roundel(x1) & _higher(x1))
547
The Mongol region was where Ambiorus Dementjevi lived.
(exists x1.(_region(x1) & _mongol(x1) & exists e2.(_be(e2) & (Subj(e2) = x1))) & exists x3.(_dementjevi(x3) & _ambiorus(x3) & exists e4.(_live(e4) & (Subj(e4) = x3))))
548
Hulu is a goat or a human.
exists x1.(_hulu(x1) & (exists x2.(_goat(x2) & (x1 = x2)) | exists x3.(_human(x3) & (x1 = x3))))
549
Buisnesses are either sanctioned or unsanctioned.
exists x1.(_buisness(x1) & (exists e2.(_sanction(e2) & (Acc(e2) = x1)) | exists e3.(_unsanction(e3) & (Acc(e3) = x1))))
550
No students drive to their destination.
-exists x1.(_student(x1) & exists e2.(_drive(e2) & (Subj(e2) = x1) & exists x3.(_destination(x3) & _to(e2,x3))))
551
Amy Odell is a British singer-songwriter.
exists x1.(_odell(x1) & _amy(x1) & exists x2.(_singer_dash_songwriter(x2) & _british(x2) & (x1 = x2)))
552
William Dickinson attended Westminster school for high school and then the University of Edinburgh.
exists x1.(_dickinson(x1) & _william(x1) & exists x2.(_school(x2) & _westminster(x2) & exists e3.(_attend(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_school(x4) & _high(x4) & _for(e3,x4)) & exists x5.(_university(x5) & exists x6.(_edinburgh(x6) & (x5 = x6)) & _then(x5) & _for(e3,x5)))))
553
Notable people with the surname include Amy Odell, Jack Odell, and Mats Odell.
exists x1.(_people(x1) & _notable(x1) & exists x2.(_surname(x2) & exists e3.(_with(e3,x2) & (Subj(e3) = x1))) & exists x4.(_odell(x4) & _amy(x4) & exists e5.(_include(e5) & (Subj(e5) = x1) & (Acc(e5) = x4))) & exists x6.(_odell(x6) & _jack(x6) & exists e7.(_include(e7) & (Subj(e7) = x1) & (Acc(e7) = x6))) & exists x8.(_odell(x8) & _mats(x8) & exists e9.(_include(e9) & (Subj(e9) = x1) & (Acc(e9) = x8))))
554
There are five grades including A+, A, B+, B, and C in English.
exists x1.(_grade(x1) & _five(x1) & exists x2.(_a+(x2) & exists e3.(_include(e3,x2) & (Subj(e3) = x1))) & exists x4.(_a(x4) & exists e5.(_include(e5,x4) & (Subj(e5) = x1))) & exists x6.(_b+(x6) & exists e7.(_include(e7,x6) & (Subj(e7) = x1))) & exists x8.(_b(x8) & exists e9.(_include(e9,x8) & (Subj(e9) = x1))) & exists x10.(_c(x10) & exists x11.(_english(x11) & exists e12.(_in(e12,x11) & (Subj(e12) = x10))) & exists e13.(_include(e13,x10) & (Subj(e13) = x1))) & exists e14.(Subj(e14) = Subj(e14)))
555
John has a lot of work experience.
exists x1.(_john(x1) & exists x2.(_lot(x2) & exists x3.(_experience(x3) & _work(x3) & (x2 = x3)) & exists e4.(_have(e4) & (Subj(e4) = x1) & (Acc(e4) = x2))))
556
All entertainments are interesting.
all x1.(_entertainment(x1) -> _interesting(x1))
557
Diethylcarbamazine can be used to treat river blindness.
exists x1.(_diethylcarbamazine(x1) & _can(exists e2.(_use(e2) & (Subj(e2) = x1) & AccI(e2,exists x3.(_blindness(x3) & _river(x3) & exists e4.(_treat(e4) & (Subj(e4) = x1) & (Acc(e4) = x3)))))))
558
Yekaterinburg is the administrative center of the Ural federal district.
exists x1.(_yekaterinburg(x1) & exists x2.(_center(x2) & _administrative(x2) & exists x3.(_district(x3) & _federal(x3) & _ural(x3) & (x2 = x3)) & (x1 = x2)))
559
If a horse falls during a race, then it dies.
(exists x1.(_horse(x1) & exists e2.(_fall(e2) & (Subj(e2) = x1) & exists x3.(_race(x3) & _during(e2,x3)))) -> exists x4.((x4 = _it) & exists e5.(_die(e5) & (Subj(e5) = x4) & _then(e5))))
560
Hugh Vanstone has lit more than 160 productions.
exists x1.(_vanstone(x1) & _hugh(x1) & exists x2.(_more(x2) & _production(x2) & _160(x2) & exists e3.(_light(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
561
Philip closed his bank account.
exists x1.(_philip(x1) & exists x2.(_account(x2) & _bank(x2) & exists e3.(_close(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
562
James is not popular among students.
-exists x1.(_james(x1) & _popular(x1))
563
All imaginative processes are produced in human brains.
all x1.((_process(x1) & _imaginative(x1)) -> exists e2.(_produce(e2) & (Acc(e2) = x1) & exists x3.(_brain(x3) & _human(x3) & _in(e2,x3))))
564
James subscribes to AMC A List.
exists x1.(_james(x1) & exists e2.(_subscribe(e2) & (Subj(e2) = x1) & exists x3.(_list(x3) & _a(x3) & _amc(x3) & (Dat(e2) = x3))))
565
All athletes are good at sports.
all x1.(_athlete(x1) -> _good(x1))
566
Tyga released the Well Done 3 album.
exists x1.(_tyga(x1) & exists x2.(_album(x2) & _3(x2) & _done(x2) & _well(x2) & exists e3.(_release(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
567
If a real number equals another real number adding one, the first number is larger.
(exists x1.(_number(x1) & _real(x1) & exists x2.(_number(x2) & _real(x2) & exists x3.(_one(x3) & exists e4.(_add(e4) & (Subj(e4) = x2) & (Acc(e4) = x3))) & exists e5.(_equal(e5) & (Subj(e5) = x1) & (Acc(e5) = x2)))) -> exists x6.(_number(x6) & _first(x6) & _larger(x6)))
568
Some artificial satellites are not U.S. inventions.
-exists x1.(_satellite(x1) & _artificial(x1) & exists x2.(_invention(x2) & _u_DOTs_DOT(x2) & (x1 = x2)))
569
All trees are plants.
all x1.(_tree(x1) -> exists x2.(_plant(x2) & (x1 = x2)))
570
Jack attends the conference and he is a student from China.
(exists x1.(_jack(x1) & exists x2.(_conference(x2) & exists e3.(_attend(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) & exists x4.((x4 = _he) & exists x5.(_student(x5) & exists x6.(_china(x6) & exists e7.(_from(e7,x6) & (Subj(e7) = x5))) & (x4 = x5))))
571
All nonflying birds in Antarctica are penguins.
all x1.((_bird(x1) & _nonflying(x1)) -> (exists x2.(_antarctica(x2) & exists e3.(_in(e3,x2) & (Subj(e3) = x1))) -> exists x4.(_penguin(x4) & (x1 = x4))))
572
No cats are dogs.
-exists x1.(_cat(x1) & exists x2.(_dog(x2) & (x1 = x2)))
573
Belgium, France and Germany are European countries.
(exists x1.(_belgium(x1) & exists x2.(_country(x2) & _european(x2) & (x1 = x2))) & exists x3.(_france(x3) & exists x4.(_country(x4) & _european(x4) & (x3 = x4))) & exists x5.(_germany(x5) & exists x6.(_country(x6) & _european(x6) & (x5 = x6))))
574
No dirt is an animal.
-exists x1.(_dirt(x1) & exists x2.(_animal(x2) & (x1 = x2)))
575
Volleyball players can injure their ankle, fingers, or shoulder.
exists x1.(_player(x1) & _volleyball(x1) & _can(exists x2.((_finger(x2) | _shoulder(x2)) & _ankle(x2) & exists e3.(_injure(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))))
576
All baby elephants are elephants.
all x1.((_elephant(x1) & _baby(x1)) -> exists x2.(_elephant(x2) & (x1 = x2)))
577
No kid loves the Opera.
-exists x1.(_kid(x1) & exists x2.(_opera(x2) & exists e3.(_love(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
578
Westworld is an American science fiction-thriller TV series.
exists x1.(_westworld(x1) & exists x2.(_series(x2) & _tv(x2) & _fiction_dash_thriller(x2) & _science(x2) & _american(x2) & (x1 = x2)))
579
Carlos Reyes is a welterweight.
exists x1.(_reyes(x1) & _carlos(x1) & exists x2.(_welterweight(x2) & (x1 = x2)))
580
All apples are fruits with the color red.
all x1.(_apple(x1) -> exists x2.(_fruit(x2) & exists x3.(_red(x3) & _color(x3) & exists e4.(_with(e4,x3) & (Subj(e4) = x2))) & (x1 = x2)))
581
Michael O'Donnell was born in Yorkshire as the son of a general practitioner.
exists x1.(_o'donnell(x1) & _michael(x1) & exists e2.(_bear(e2) & (Acc(e2) = x1) & exists x3.(_yorkshire(x3) & _in(e2,x3) & exists x4.(_son(x4) & exists x5.(_practitioner(x5) & _general(x5) & (x4 = x5)) & _as(e2,x4)))))
582
Aberdeen won the cup in the 2013 final.
exists x1.(_aberdeen(x1) & exists x2.(_cup(x2) & exists e3.(_win(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_2013(x4) & _final(x4) & _in(e3,x4)))))
583
Dogs and Cats can be naughty.
(exists x1.(_dog(x1) & _can(_naughty(x1))) & exists x2.(_cat(x2) & _can(_naughty(x2))))
584
If people grew up with extremely busy parents who did not have time to pack them lunch, then they have erratic and diverse eating habits.
(exists x1.(_people(x1) & exists e2.(_grow(e2) & (Subj(e2) = x1) & _up(e2) & exists x3.(_extremely(x3) & _parent(x3) & _busy(x3) & -exists x4.(_time(x4) & exists x5.(_lunch(x5) & exists x6.((x6 = _they) & exists e7.(_pack(e7) & (Subj(e7) = x4) & (Acc(e7) = x6) & (Dat(e7) = x5)))) & exists e8.(_have(e8) & (Subj(e8) = x3) & (Acc(e8) = x4))) & _with(e2,x3)))) -> exists x9.((x9 = _they) & exists x10.(_habit(x10) & _eating(x10) & _erratic(x10) & _diverse(x10) & exists e11.(_have(e11) & (Subj(e11) = x9) & (Acc(e11) = x10) & _then(e11)))))
585
Moscow is the administrative center of the Central federal district.
exists x1.(_moscow(x1) & exists x2.(_center(x2) & _administrative(x2) & exists x3.(_district(x3) & _federal(x3) & _central(x3) & (x2 = x3)) & (x1 = x2)))
586
Top soccer players are soccer players who can use their both feet very efficiently.
exists x1.(_player(x1) & _soccer(x1) & _top(x1) & exists x2.(_player(x2) & _soccer(x2) & _can((exists x3.(_foot(x3) & exists e4.(_use(e4) & (Subj(e4) = x2) & (Acc(e4) = x3) & _efficiently(e4))) & _very(x2))) & (x1 = x2)))
587
Captain America is a superhero.
exists x1.(_america(x1) & _captain(x1) & exists x2.(_superhero(x2) & (x1 = x2)))
588
Everyone who wants to study abroad needs to have a student visa.
all x1.(exists e2.(_want(e2) & (Subj(e2) = x1) & AccI(e2,exists x3.(_abroad(x3) & exists e4.(_study(e4) & (Subj(e4) = x1) & (Acc(e4) = x3))))) -> exists e5.(_need(e5) & (Subj(e5) = x1) & AccI(e5,exists x6.(_visa(x6) & _student(x6) & exists e7.(_have(e7) & (Subj(e7) = x1) & (Acc(e7) = x6))))))
589
Neocrepidodera Corpulentas are flea beetles or moths.
exists x1.(_corpulentas(x1) & _neocrepidodera(x1) & (exists x2.(_beetle(x2) & _flea(x2) & (x1 = x2)) | exists x3.(_moth(x3) & (x1 = x3))))
590
Bulbophyllum attenuatum is in the genus bulbophyllum.
exists x1.(_attenuatum(x1) & _bulbophyllum(x1) & exists e2.(exists x3.(_bulbophyllum(x3) & _genus(x3) & _in(e2,x3)) & (Subj(e2) = x1)))
591
When someone is cooking in the downstairs kitchen, the first floor becomes smokey unless the air conditioner is running.
(exists x1 e2.(_cook(e2) & (Subj(e2) = x1) & exists x3.(_kitchen(x3) & _downstairs(x3) & _in(e2,x3))) -> (-exists x4.(_conditioner(x4) & _air(x4) & exists e5.(_run(e5) & (Subj(e5) = x4))) -> exists x6.(_floor(x6) & _first(x6) & exists x7.(_smokey(x7) & exists e8.(_become(e8) & (Subj(e8) = x6) & (Acc(e8) = x7))))))
592
All buildings owned by Bloomberg are in Manhattan.
all x1.(_building(x1) -> (exists e2.(_own(e2) & (Acc(e2) = x1) & exists x3.(_bloomberg(x3) & (Subj(e2) = x3))) -> exists e4.(exists x5.(_manhattan(x5) & _in(e4,x5)) & (Subj(e4) = x1))))
593
If Nancy is not a pirate, then Nancy loves animals.
(-exists x1.(_nancy(x1) & exists x2.(_pirate(x2) & (x1 = x2))) -> exists x3.(_nancy(x3) & exists x4.(_animal(x4) & exists e5.(_love(e5) & (Subj(e5) = x3) & (Acc(e5) = x4) & _then(e5)))))
594
Some football referees become referee observers.
exists x1.(_referee(x1) & _football(x1) & exists x2.(_observer(x2) & _referee(x2) & exists e3.(_become(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
595
All rabbits have fur
all x1.(_rabbit(x1) -> exists x2.(_fur(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
596
Some people with high credit scores and high salaries are approved for mortgages.
exists x1.(_people(x1) & exists x2.(_salary(x2) & _high(x2) & _score(x2) & _credit(x2) & _high(x2) & exists e3.(_with(e3,x2) & (Subj(e3) = x1))) & exists e4.(_approve(e4) & (Acc(e4) = x1) & exists x5.(_mortgage(x5) & _for(e4,x5))))
597
Some teachers working at a pool are not nice.
-exists x1.(_teacher(x1) & exists e2.(_work(e2) & (Subj(e2) = x1) & exists x3.(_pool(x3) & _at(e2,x3))) & _nice(x1))
598
If George is either a person who works from home or has a home office setup, then George is not a person who works from home and a commuter.
(exists x1.(_george(x1) & exists x2.(_person(x2) & (exists e3.(_work(e3) & (Subj(e3) = x2) & exists x4.(_home(x4) & _from(e3,x4))) | exists x5.(_setup(x5) & _office(x5) & _home(x5) & exists e6.(_have(e6) & (Subj(e6) = x2) & (Acc(e6) = x5)))) & (x1 = x2))) -> -exists x7.(_george(x7) & exists x8.(_person(x8) & exists e9.(_work(e9) & (Subj(e9) = x8) & exists x10.(_home(x10) & _from(e9,x10)) & exists x11.(_commuter(x11) & _from(e9,x11))) & (x7 = x8))))
599
All buildings in New Haven are low.
all x1.(_building(x1) -> (exists x2.(_haven(x2) & _new(x2) & exists e3.(_in(e3,x2) & (Subj(e3) = x1))) -> _low(x1)))
600
Either conservative or liberal.
exists x1.(_or(\x2._liberal(x2),x1) & _conservative(x1))
601