data
stringlengths
12
378
fol
stringlengths
8
885
If Reformation produces fast fashion products or helps slow down global warming, then Reformation produces fast fashion products.
(FastFashion(reformation) ∧ Product(reformation)) ∨ ¬HelpSlowDown(reformation, globalWarming)
Roy Richardson was a cricketer who played for Sint Maarten, a constituent country.
Cricketeer(royRichardson) ∧ PlaysFor(royRichardson, sintMaarten) ∧ ConstituentCountry(sintMaarten)
Roy Richardson was a right-handed batsman and medium-pace bowler.
RightHanded(royRichardson) ∧ Batsman(royRichardson) ∧ MediumPaceBowler(royRichardson)
Roy Richardson was old when he debuted in cricket.
OldAtDebut(royRichardson)
Sherville Huggins dismissed Roy Richardson.
Dismisses(shervilleHuggins, royRichardson)
Sherville Huggins has never dismissed anyone playing cricket for a constituent country.
∀x ∀y ((ConsituentCountry(y) ∧ PlayedFor(x, y)) → ¬Dismissed(shervillehuggins, x))
No right-handed medium-pace bowlers were playing for Sint Maarten.
∀x ((RightHanded(x) ∧ MediumPaceBowler(x)) → ¬PlayedFor(x, sintMaarten))
To get a job at Google, you need to have a lot of work experience or a good education.
∀x (GetAJobAt(x, google) → Have(x, aLotOfWorkExperience) ∨ Have(x, goodEducation))
One needs to submit their resume to Google to get a job there.
∀x (GetAJobAt(x, google) → Submitted(x, resume, google))
John has a lot of work experience.
Have(john, aLotOfWorkExperience)
John submitted his resume to Google and got a job there.
Submitted(john, resume, google) ∧ GetAJobAt(john, google)
John is a Yale graduate.
YaleGraduate(john)
No iPhones are standalone desktops.
∀x (IPhone(x) → ¬StandaloneDesktop(x))
All Apple-made cellphones are iPhones.
∀x (AppleMade(x) ∧ Cellphone(x) → IPhone(x))
All phones with A15 Bionic chips are Apple-made cell phones.
∀x (Phone(x) ∧ With(x, a15BionicChip) → AppleMade(x) ∧ Cellphone(x))
All phones equipped with four core-GPU made by Apple are phones with A15 Bionic chips.
∀x (Phone(x) ∧ EquippedWith(x, fourCoreGPU) ∧ MadeBy(x, apple) → Phone(x) ∧ With(x, a15BionicChip))
If an unannounced Huawei phone is either a phone with A15 Bionic chips or equipped with four core-GPU made by Apple, then unannounced Huawei phone is neither a phone with A15 Bionic chips nor a standalone desktop.
(Phone(unannouncedHuaweiPhone) ∧ With(unannouncedHuaweiPhone, a15BionicChip)) ⊕ (Phone(unannouncedHuaweiPhone) ∧ EquippedWith(unannouncedHuaweiPhone, fourCoreGPU) ∧ MadeBy(unannouncedHuaweiPhone, apple)) → ¬(Phone(unannouncedHuaweiPhone) ∧ With(unannouncedHuaweiPhone, a15BionicChip) ∧ StandaloneDesktop(unannouncedHuaweiPhone))
Joe is a person taking classes.
AppleMade(unannouncedHuaweiPhone) ∧ Cellphone(unannouncedHuaweiPhone)
Joe is a PhD student.
Phone(unannouncedHuaweiPhone) ∧ EquippedWith(unannouncedHuaweiPhone, fourCoreGPU) ∧ MadeByApple(unannouncedHuaweiPhone)
Joe is not a PhD student.
¬(Phone(unannouncedHuaweiPhone) ∧ EquippedWith(unannouncedHuaweiPhone, fourCoreGPU) ∧ MadeByApple(unannouncedHuaweiPhone))
Hugh Vanstone is one of the world's leading lighting designers.
WorldLeadingLightingDesigner(hughVanstone)
Hugh Vanstone is from the UK.
From(hughVanstone, unitedKingdom)
Hugh Vanstone has lit more than 160 productions.
∃x(GreaterThan(x, num160) ∧ LitProductions(hughVanstone,x))
Hugh Vanstone attended a school where he is from.
∃x(Hometown(hughVanstone,x) ∧ AttendedSchoolIn(hughVanstone,x))
Hugh Vanstone is one of the world's leading lighting designers and is from the UK.
WorldLeadingLightingDesigner(hughVanstone) ∧ From(hughVanstone, unitedKingdom)
Hugh Vanstone has lit 170 productions.
∃x(GreaterThan(x, num170) ∧ LitProductions(hughVanstone,x))
Hugh Vanstone attended a school in the United States.
AttendedSchoolIn(hughVanstone, unitedStates)
No man can run faster than Bolt.
∀x (Man(x) → ¬RunFasterThan(xm bolt))
Superman is not a man.
¬Man(superman)
Superman can run faster than Bolt.
RunFasterThan(superman, bolt)
Donald Ervin Knuth is an American computer scientist, mathematician, and Professor Emeritus at Stanford University.
American(donaldErvinKnuth) ∧ ComputerScientist(donaldErvinKnuth) ∧ Mathematician(donaldErvinKnuth) ∧ ProfessorEmeritusAt(donaldErvinKnuth, stanford)
Knuth has been called the "father of the analysis of algorithms."
Called(donaldErvinKnuth, fatherOfTheAnalysisOfAlgorithms)
An American scientist has been called the "father of the analysis of algorithms".
∃x (American(x) ∧ ComputerScientist(x) ∧ Called(x, fatherOfTheAnalysisOfAlgorithms))
A mathematician has been called the "father of the analysis of algorithms".
∃x (Mathematician(x) ∧ Called(x, fatherOfTheAnalysisOfAlgorithms))
Donald Knuth is a well-known figure in the field of artificial intelligence.
WellKnownFigureIn(donaldErvinKnuth, artificialIntelligence)
Neocrepidodera Corpulentas are flea beetles or moths, or both.
∀x (NeocrepidoderaCorpulenta(x) → (FleaBeetle(x) ∨ Moth(x)))
Neocrepidodera Corpulentas are in the Chrysomelidae family.
∀x (NeocrepidoderaCorpulenta(x) → In(x, chrysomelidaeFamily))
There are no moths within the Chrysomelidae family.
∀x (In(x, chrysomelidaeFamily) → ¬Moth(x))
There is a Neocrepidodera Corpulenta.
∃x (NeocrepidoderaCorpulenta(x))
There is a flea beetle within the Chrysomelidae family.
∃x (FleaBeetle(x) ∧ In(x, chrysomelidaeFamily))
There are no flea beetles within the Chrysomelidae family.
∀x (FleaBeetle(x) → ¬In(x, chrysomelidaeFamily))
Carrozzeria Colli is a Milanese coachbuilder company established by Giuseppe Colli in 1931.
Milanese(carrozzeriaColli) ∧ CoachBuilder(carrozzeriaColli) ∧ Company(carrozzeriaColli) ∧ EstablishedBy(carrozzeriaColli, giuseppeColli) ∧ EstablishedIn(carrozzeriaColli, 1931)
Carrozzeria Colli is a company that specializes in using aluminum.
Company(carrozzeriaColli) ∧ SpecializesIn(carrozzeriaColli, usingAluminum)
The first automobiles built by Carrozzeria Colli were racing cars.
∀x (BuiltBy(x, carrozzeriaColli) ∧ FirstAutomobile(x) → RacingCar(x))
Some racing cars built by Carrozzeria Colli used Fiat 1100 mechanicals and chassis.
∃x (BuiltBy(x, carrozzeriaColli) ∧ RacingCar(x) ∧ Used(x, fiat1100mechanicals) ∧ Used(x, chassis))
Carrozzeria Colli worked for airforces.
∃x (Airforce(x) ∧ WorkedFor(carrozzeriaColli, x))
Carrozzeria Colli made car bodies.
∃(CarBody(x) ∧ Made(x, carrozzeriaColli))
Carrozzeria Colli made car bodies in 1931.
∃x (CarBody(x) ∧ Made(x, carrozzeriaColli) ∧ MadeIn(x, 1931))
Carrozzeria Colli built airplanes during World War II.
∃x (Airplane(x) ∧ Made(x, carrozzeriaColli) ∧ MadeDuring(x, worldWarII))
Giuseppe Colli established a company that made car bodies.
∃x ∃y (Company(x) ∧ EstablishedBy(x, giuseppeColli) ∧ CarBody(y) ∧ Made(y, x))
Giuseppe Colli established a Milanese coachbuilder company that specialized in using aluminum.
∃x (Milanese(x) ∧ CoachBuilder(x) ∧ Company(x) ∧ EstablishedBy(x, giuseppeColli) ∧ SpecializesIn(x, usingAluminum))
The first automobiles built by Carrozzeria Colli were built using Fiat 1100 mechanicals and chassis.
∃x (BuiltBy(x, carrozzeriaColli) ∧ FirstAutomobil(x) ∧ Used(x, fiat1100mechanicals) ∧ Used(x, chassis))
John will go to the cinema if and only if Jack goes to the cinema today.
(GoTo(john, theCinema) ∧ GoTo(john, today)) ↔ GoTo(jack, theCinema) ∧ GoTo(jack, today)
Jack will go to the cinema if and only if Iron Man is on and the weather is not bad today.
(GoTo(john, theCinema) ∧ GoTo(john, today)) ↔ (On(ironman) ∧ ¬Bad(weather, today))
Some days in March have bad weather.
∃x (Day(x) ∧ March(x) → ¬Bad(weather, x))
Iron Man is on.
On(ironman)
It's March now.
Day(presentMoment) ∧ March(presentMoment)
John will go to the cinema.
GoTo(john, theCinema) ∧ GoTo(john, today)
The weather is good today.
¬Bad(weather, today)
Quiksilver sells sportswear, clothing, footwear, and accessories.
∀x (Sells(quiksilver, x) → (Sportswear(x) ∨ Clothing(x) ∨ Footwear(x) ∨ Accessory(x)))
Flannels are a type of clothing.
Clothing(flannel)
Joe owns an item from Quiksilver.
∃x (Sells(quiksilver, x) ∧ Owns(joe, x))
Quiksilver sells beer.
Sells(quiksilver, beer)
Joe owns a flannel.
Owns(joe, flannel)
Joe owns at least one piece of sportswear, clothing, footwear, or accessory
∃x (Owns(joe, x) ∧ Sportswear(x) ∨ Clothing(x) ∨ Footwear(x) ∨ Accessory(x))
No video games released by Nintendo support the PS4 platform.
∀x (VideoGame(x) ∧ ReleasedBy(x, nintendo) → ¬Support(x, pS4))
All video games in the Pokemon series are released by Nintendo.
∀x (VideoGame(x) ∧ In(x, pokemonSeries) → ReleasedBy(x, nintendo))
All video games in the FIFA series support the PS4 platform.
∀x (VideoGame(x) ∧ In(x, fIFASeries) → Support(x, pS4))
All video games that allow users to simulate playing online soccer using licensed players are in the FIFA series.
∀x (VideoGame(x) ∧ Simulate(x, onlineSoccer) ∧ Use(x, licensedPlayer) → In(x, fIFASeries))
The video game named “Be Lionel” is in the Pokemon series, or it allows users to simulate playing online soccer games using licensed players.
VideoGame(beLionel) ∧ In(beLionel, pokemonSeries) ∨ (Simulate(beLionel, onlineSoccer) ∧ Use(beLionel, licensedPlayer))
The video game "Be Lionel" is in the pokemon series.
VideoGame(beLionel) ∧ PokemonSeries(beLionel)
The video game named “Be Lionel” either is in the FIFA series and supports the PS4 platform, or it neither is in the FIFA series nor supports the PS4 platform.
VideoGame(beLionel) ∧ ¬(FIFASeries(beLionel) ⊕ Support(beLionel, pS4))
The video game named “Be Lionel” is either in the FIFA series or supports the PS4 platform.
VideoGame(beLionel) ∧ FIFASeries(beLionel) ⊕ Support(beLionel, pS4)
The video game named “Be Lionel” is not in the FIFA or Pokemon series.
VideoGame(beLionel) ∧ ¬(FIFASeries(beLionel) ∨ Support(beLionel, pS4))
No payment cards issued by Russian banks can be used with ApplePay.
∀x ∀y (PaymentCard(x) ∧ RussianBank(y) ∧ IssuedBy(x, y) → ¬UsedWith(x, applePay))
All MIR payment cards are issued by Russian banks.
∀x ∀y (PaymentCard(x) ∧ MIR(x) → RussianBank(y) ∧ IssuedBy(x, y))
Some international payment cards can be used with ApplePay.
∃x (PaymentCard(x) ∧ International(x) → UsedWith(x, applePay))
Social payments in Russia can only be transferred to MIR payment cards.
∀x ∀y (SocialPayment(x) ∧TransferredTo(x, y) → PaymentCard(y) ∧ MIR(y))
Bank of America payment cards can be used with ApplePay.
PaymentCard(bankOfAmerica) ∧ UsedWith(bankOfAmerica, applePay)
Bank of America payment cards are international.
PaymentCard(bankOfAmerica) ∧ International(bankOfAmerica)
Bank of America payment cards are international and can be used to transfer social payments in Russia.
∀x (PaymentCard(bankOfAmerica) ∧ International(bankOfAmerica) ∧ SocialPayment(x) ∧TransferredTo(x, bankOfAmerica))
If Bank of America payment cards are international and can be used to transfer social payments in Russia, then they are international.
∀x ((PaymentCard(bandOfAmerica) ∧ International(bandOfAmerica) ∧ SocialPayment(x) ∧ TransferredTo(x, bandOfAmerica)) → International(bandOfAmerica))
The Lumina APV is produced by Chevrolet.
ProducedBy(luminaAPV, chevrolet)
The Astro is a van produced by Chevrolet.
ProducedBy(astro, chevrolet) ∧ Van(astro)
Vehicles produced by Chevrolet in this batch are either cars or vans.
∀x (Vehicle(x) ∧ ProducedBy(x, chevrolet) ∧ InThisBatch(x) → (Car(x) ⊕ Van(x)))
The Lumina APV is a van.
Van(luminaAPV)
The Lumina APV is either a car or a van.
Car(luminaAPV) ⊕ Van(luminaAPV)
The Astro is a van.
Van(astro)
The Astro is a car.
Car(astro)
Everyone who works in the office is a commuter.
∀x (WorkIn(x, office) → Commuter(x))
People either work in the office or work from home.
∀x (WorkIn(x, office) ⊕ WorkFrom(x, home))
Everyone who works from home has a relaxed schedule.
∀x (WorkFrom(x, home) → Have(x, relaxedSchedule))
George is either a commuter or has a home office setup.
Commuter(george) ⊕ Have(george, homeOffice)
If George is either a person who works from home or has a home office setup, then George is a commuter and is not a person who works from home.
(WorkFrom(george, home) ⊕ Have(george, homeOffice)) → ¬WorkFrom(george, home) ∧ Commuter(george)
George is a person who works from home.
WorkFrom(george, home)
If George is not a person who works from home and a person who works in the office, then George is neither a commuter nor a person who has a relaxed schedule.
¬(WorkFrom(george, home) ∧ WorkIn(george, office)) → ¬(Commuter(george) ∨ Have(george, relaxedSchedule))
If George is either a person who has a home office setup and a person who works in the office, or neither a person who has a home office setup nor a person who works in the office, then George is either a person who works from home or a person who has a relaxed schedule.
¬(Have(george, homeOffice) ⊕ WorkIn(george, office)) → (WorkFrom(george, home) ⊕ Have(george, relaxedSchedule))
Jason Kramer is an American music supervisor.
MusicSupervisor(jasonKramer) ∧ American(jasonKramer)
Some American radio personalities are also music supervisors.
∃x ∃y (American(x) ∧ MusicSupervisor(x) ∧ RadioPersonality(x) ∧ (¬(x=y)) ∧ American(y) ∧ MusicSupervisor(y) ∧ RadioPersonality(y))
Anyone who hosts a show on a public radio station is a radio personality.
∀x ∀y((HostShowOn(x, y) ∧ PublicRadioStation(x)) → RadioPersonality(x))