premises
stringlengths 41
783
| conclusion
stringlengths 8
565
| truth_value
stringclasses 3
values |
---|---|---|
American(maggieFriedman) ∧ Screenwriter(maggieFriedman) ∧ Producer(maggieFriedman)
ShowRunnerOf(maggieFriedman, witchesOfEastEnd) ∧ ExecutiveProducerOf(maggieFriedman, witchesOfEastEnd) ∧ LifetimeTelevisionSeries(maggieFriedman)
FantasyDrama(witchesOfEastEnd) ∧ Series(witchesOfEastEnd)
Produces(maggieFriedman, eastwick) ∧ Develops(maggieFriedman, eastwick)
Series(eastwick) ∧ AiredOn(eastwick, aBC) | ∀x (Series(x) ∧ AiredOn(x, aBC) ∧ ∃y (ShowRunnerOf(y, witchesOfEastEnd)) → ¬Develops(y, x)) | F |
American(maggieFriedman) ∧ Screenwriter(maggieFriedman) ∧ Producer(maggieFriedman)
ShowRunnerOf(maggieFriedman, witchesOfEastEnd) ∧ ExecutiveProducerOf(maggieFriedman, witchesOfEastEnd) ∧ LifetimeTelevisionSeries(maggieFriedman)
FantasyDrama(witchesOfEastEnd) ∧ Series(witchesOfEastEnd)
Produces(maggieFriedman, eastwick) ∧ Develops(maggieFriedman, eastwick)
Series(eastwick) ∧ AiredOn(eastwick, aBC) | Develops(maggieFriedman, witchesOfEastEnd) | U |
In(sR287, alabama)
In(alabama, unitedStates)
Intersect(uS31, sR287)
Intersect(cR47, sR287)
∀x ∀y ∀z ((In(x, y) ∧ In(y, z)) → In(x, z)) | In(uS31, alabama) | U |
In(sR287, alabama)
In(alabama, unitedStates)
Intersect(uS31, sR287)
Intersect(cR47, sR287)
∀x ∀y ∀z ((In(x, y) ∧ In(y, z)) → In(x, z)) | ¬In(cR47, alabama) | U |
In(sR287, alabama)
In(alabama, unitedStates)
Intersect(uS31, sR287)
Intersect(cR47, sR287)
∀x ∀y ∀z ((In(x, y) ∧ In(y, z)) → In(x, z)) | In(sR287, unitedStates) | T |
∀x (NuclearPoweredSubmarine(x) → Warship(x))
∀x (NuclearPoweredSubmarine(x) → ¬CommercialVessel(x)) | ∀x (Warship(x) → ¬CommercialVessel(x)) | U |
RealNum(num6) ∧ RealNum(num7) ∧ RealNum(num8)
∀x ∀y ((RealNum(x) ∧ RealNum(y) ∧ IsSuccessorOf(x, y)) → Larger(x, y))
∀x ∀y (Larger(x, y) → ¬Larger(y, x))
∃x (IsSuccessorOf(x, num6) ∧ Equals(num7, x))
∃x (IsSuccessorOf(x, num7) ∧ Equals(num8, x))
Positive(num2)
∀x ∀y ((Positive(x) ∧ IsDouble(y, x)) → Positive(y))
IsDouble(num8, num4)
IsDouble(num4, num2) | Larger(eight, seven) | T |
RealNum(num6) ∧ RealNum(num7) ∧ RealNum(num8)
∀x ∀y ((RealNum(x) ∧ RealNum(y) ∧ IsSuccessorOf(x, y)) → Larger(x, y))
∀x ∀y (Larger(x, y) → ¬Larger(y, x))
∃x (IsSuccessorOf(x, num6) ∧ Equals(num7, x))
∃x (IsSuccessorOf(x, num7) ∧ Equals(num8, x))
Positive(num2)
∀x ∀y ((Positive(x) ∧ IsDouble(y, x)) → Positive(y))
IsDouble(num8, num4)
IsDouble(num4, num2) | Positive(eight) | T |
RealNum(num6) ∧ RealNum(num7) ∧ RealNum(num8)
∀x ∀y ((RealNum(x) ∧ RealNum(y) ∧ IsSuccessorOf(x, y)) → Larger(x, y))
∀x ∀y (Larger(x, y) → ¬Larger(y, x))
∃x (IsSuccessorOf(x, num6) ∧ Equals(num7, x))
∃x (IsSuccessorOf(x, num7) ∧ Equals(num8, x))
Positive(num2)
∀x ∀y ((Positive(x) ∧ IsDouble(y, x)) → Positive(y))
IsDouble(num8, num4)
IsDouble(num4, num2) | Larger(six, seven) | F |
∃x (Wildfeed(x) ∧ Unannounced(x) ∧ Program(x))
∀x (Wildfeed(x) → SportingEvent(x) ∨ News(x) ∨ SyndicatedShow(x))
∀x (Prerecorded(x) → CopyrightViolation(x))
∀x (Program(x) → Prerecorded(x)) | ∃x (Wildfeed(x) ∧ CopyrightViolation(x)) | T |
∃x (Wildfeed(x) ∧ Unannounced(x) ∧ Program(x))
∀x (Wildfeed(x) → SportingEvent(x) ∨ News(x) ∨ SyndicatedShow(x))
∀x (Prerecorded(x) → CopyrightViolation(x))
∀x (Program(x) → Prerecorded(x)) | ∃x (Wildfeed(x) ∧ Prerecorded(x)) | T |
∃x (Wildfeed(x) ∧ Unannounced(x) ∧ Program(x))
∀x (Wildfeed(x) → SportingEvent(x) ∨ News(x) ∨ SyndicatedShow(x))
∀x (Prerecorded(x) → CopyrightViolation(x))
∀x (Program(x) → Prerecorded(x)) | ∃x (SyndicatedShows(x) ∧ CopyrightViolation(x)) | U |
CapitalOf(beijing, peoplesRepublicOfChina)
∃x (CapitalOf(beijing, x) → WorldsMostPopulousNation(x))
LocatedIn(beijing, northernChina)
Hosted(beijing, 2008SummerOlympics) ∧ Hosted(beijing, 2008SummerParalympicGames)
Hosted(beijing, summerOlympics) ∧ Hosted(beijing, winterOlympics) ∧ Hosted(beijing, summerParalympicGames) ∧ Hosted(beijing, winterParalympicGames)
∃x (University(x) ∧ InBeijing(x) ∧ ConsistentlyRankAmongTheBestIn(x, theWorld)) | Hosted(beijing, summerOlympics) ∧ Hosted(beijing, winterOlympics) | T |
CapitalOf(beijing, peoplesRepublicOfChina)
∃x (CapitalOf(beijing, x) → WorldsMostPopulousNation(x))
LocatedIn(beijing, northernChina)
Hosted(beijing, 2008SummerOlympics) ∧ Hosted(beijing, 2008SummerParalympicGames)
Hosted(beijing, summerOlympics) ∧ Hosted(beijing, winterOlympics) ∧ Hosted(beijing, summerParalympicGames) ∧ Hosted(beijing, winterParalympicGames)
∃x (University(x) ∧ InBeijing(x) ∧ ConsistentlyRankAmongTheBestIn(x, theWorld)) | LocatedIn(beijing, southernChina) | U |
CapitalOf(beijing, peoplesRepublicOfChina)
∃x (CapitalOf(beijing, x) → WorldsMostPopulousNation(x))
LocatedIn(beijing, northernChina)
Hosted(beijing, 2008SummerOlympics) ∧ Hosted(beijing, 2008SummerParalympicGames)
Hosted(beijing, summerOlympics) ∧ Hosted(beijing, winterOlympics) ∧ Hosted(beijing, summerParalympicGames) ∧ Hosted(beijing, winterParalympicGames)
∃x (University(x) ∧ InBeijing(x) ∧ ConsistentlyRankAmongTheBestIn(x, theWorld)) | SecondLargestChineseCity(beijing) | U |
∀x (CDPlayer(x) → DelicateMechanism(x))
∀x (DelicateMechanism(x) → ¬(Toy(x) ∧ SuitableFor(x, children))) | ∃x ∃y (CDPlayer(x) ∧ CDPlayer(y) ∧ Toy(x) ∧ Toy(y) ∧ SuitableFor(x, children) ∧ SuitableFor(y, children) ∧ ¬(x=y)) | U |
(GoTo(john, theCinema) ∧ GoTo(john, today)) ↔ GoTo(jack, theCinema) ∧ GoTo(jack, today)
(GoTo(john, theCinema) ∧ GoTo(john, today)) ↔ (On(ironman) ∧ ¬Bad(weather, today))
∃x (Day(x) ∧ March(x) → ¬Bad(weather, x))
On(ironman)
Day(presentMoment) ∧ March(presentMoment) | GoTo(john, theCinema) ∧ GoTo(john, today) | U |
(GoTo(john, theCinema) ∧ GoTo(john, today)) ↔ GoTo(jack, theCinema) ∧ GoTo(jack, today)
(GoTo(john, theCinema) ∧ GoTo(john, today)) ↔ (On(ironman) ∧ ¬Bad(weather, today))
∃x (Day(x) ∧ March(x) → ¬Bad(weather, x))
On(ironman)
Day(presentMoment) ∧ March(presentMoment) | ¬Bad(weather, today) | U |
NationalPark(phuocBinh) ∧ Locatedin(phuocBinh, vietnam)
∀x ((NationalPark(x) ∧ Locatedin(x, vietnam)) → NatureReserve(x))
∃x (NationalPark(x) ∧ Locatedin(x, vietnam) ∧ UNESCOWorldHeritageSite(x))
∀x ((NationalPark(x) ∧ Locatedin(x, vietnam)) → (Mangedby(x, ministryofAgriculture) ⊕ Managedby(x, peoplesCommittee)))
¬Mangedby(phuocBinh, ministryofAgriculture) | ∃x (NatureReserve(x) ∧ LocatedIn(x, vietnam)) | T |
NationalPark(phuocBinh) ∧ Locatedin(phuocBinh, vietnam)
∀x ((NationalPark(x) ∧ Locatedin(x, vietnam)) → NatureReserve(x))
∃x (NationalPark(x) ∧ Locatedin(x, vietnam) ∧ UNESCOWorldHeritageSite(x))
∀x ((NationalPark(x) ∧ Locatedin(x, vietnam)) → (Mangedby(x, ministryofAgriculture) ⊕ Managedby(x, peoplesCommittee)))
¬Mangedby(phuocBinh, ministryofAgriculture) | UNESCOWorldHeritageSite(phuocBinh)) | U |
NationalPark(phuocBinh) ∧ Locatedin(phuocBinh, vietnam)
∀x ((NationalPark(x) ∧ Locatedin(x, vietnam)) → NatureReserve(x))
∃x (NationalPark(x) ∧ Locatedin(x, vietnam) ∧ UNESCOWorldHeritageSite(x))
∀x ((NationalPark(x) ∧ Locatedin(x, vietnam)) → (Mangedby(x, ministryofAgriculture) ⊕ Managedby(x, peoplesCommittee)))
¬Mangedby(phuocBinh, ministryofAgriculture) | Mangedby(phuocBinh, peoplesCommittee) | T |
BornIn(ailtonSilva, year1995) ∧ CommonlyKnownAs(ailtonSilva, ailton)
FootballPlayer(ailton) ∧ LoanedTo(ailton, braga)
Brazilian(ailtonSilva) ∧ Footballplayer(ailtonSilva) ∧ PlayFor(ailtonSilva, nautico)
FootballClub(nautico) ∧ FootballClub(braga)
FootballClub(fluminense) | ∀x (PlayFor(x, nautico) → ¬Brazilian(x)) | F |
BornIn(ailtonSilva, year1995) ∧ CommonlyKnownAs(ailtonSilva, ailton)
FootballPlayer(ailton) ∧ LoanedTo(ailton, braga)
Brazilian(ailtonSilva) ∧ Footballplayer(ailtonSilva) ∧ PlayFor(ailtonSilva, nautico)
FootballClub(nautico) ∧ FootballClub(braga)
FootballClub(fluminense) | ∀x (FootballClub(x) → ¬PlayFor(ailtonSilva, x)) | F |
BornIn(ailtonSilva, year1995) ∧ CommonlyKnownAs(ailtonSilva, ailton)
FootballPlayer(ailton) ∧ LoanedTo(ailton, braga)
Brazilian(ailtonSilva) ∧ Footballplayer(ailtonSilva) ∧ PlayFor(ailtonSilva, nautico)
FootballClub(nautico) ∧ FootballClub(braga)
FootballClub(fluminense) | ∀x (FootballClub(x) → ¬LoanedTo(ailton, x)) | F |
BornIn(ailtonSilva, year1995) ∧ CommonlyKnownAs(ailtonSilva, ailton)
FootballPlayer(ailton) ∧ LoanedTo(ailton, braga)
Brazilian(ailtonSilva) ∧ Footballplayer(ailtonSilva) ∧ PlayFor(ailtonSilva, nautico)
FootballClub(nautico) ∧ FootballClub(braga)
FootballClub(fluminense) | PlayFor(ailtonSilva, fluminense) | U |
BornIn(ailtonSilva, year1995) ∧ CommonlyKnownAs(ailtonSilva, ailton)
FootballPlayer(ailton) ∧ LoanedTo(ailton, braga)
Brazilian(ailtonSilva) ∧ Footballplayer(ailtonSilva) ∧ PlayFor(ailtonSilva, nautico)
FootballClub(nautico) ∧ FootballClub(braga)
FootballClub(fluminense) | ∃x (FootballClub(x) ∧ LoanedTo(ailtonSilva, x)) | U |
∀x (Square(x) → FourSided(x))
∀x (FourSided(x) → Shape(x)) | ∀x (Square(x) → Shape(x)) | T |
∀x (Tissue(x) → Soft(x))
∃x ∃y (Paper(x) ∧ Paper(x) ∧ Tissue(x) ∧ Tissue(y) ∧ ¬(x=y)) | ∃x ∃y (Paper(x) ∧ Paper(y) ∧ Hard(x) ∧ Hard(y) ∧ ¬(x=y)) | U |
German(heinrichSchmidt) ∧ Politician(heinrichSchmidt)
Member(heinrichSchmidt, prussianStateParliament) ∧ Member(heinrichSchmidt, naziReichstag) | German(heinrichSchmidt) ∨ Russian(heinrichSchmidt) | T |
German(heinrichSchmidt) ∧ Politician(heinrichSchmidt)
Member(heinrichSchmidt, prussianStateParliament) ∧ Member(heinrichSchmidt, naziReichstag) | ∃x (German(x) ∧ Politician(x) ∧ Member(x, prussianStateParliament) ∧ Member(x, naziReichstag)) | T |
German(heinrichSchmidt) ∧ Politician(heinrichSchmidt)
Member(heinrichSchmidt, prussianStateParliament) ∧ Member(heinrichSchmidt, naziReichstag) | ∀x (Politician(x) → ¬Member(x, naziReichstag)) | F |
Vole(taigaVole) ∧ LiveIn(taigaVole, northAmerica)
LikePlayingWith(cat, taigaVole)
LiveIn(taigaVole, borealTaigaZone)
∀x ((LiveIn(x, northAmerica) ∧ LiveIn(x, borealTaigaZone)) → LiveIn(x, coldPlace)) | LikePlayingWith(cat, taigaVole) | T |
Vole(taigaVole) ∧ LiveIn(taigaVole, northAmerica)
LikePlayingWith(cat, taigaVole)
LiveIn(taigaVole, borealTaigaZone)
∀x ((LiveIn(x, northAmerica) ∧ LiveIn(x, borealTaigaZone)) → LiveIn(x, coldPlace)) | ¬LiveIn(taigaVole, coldPlace) | F |
Czech(miroslavFiedler) ∧ Mathematician(miroslavFiedler)
KnownFor(miroslavFiedler, contributionsToLinearAlgebraAndGraphTheory)
HonoredBy(miroslavFiedler, fiedlerEigenvalue)
TheSecondSmallestEigenvalueOf(fiedlerEigenvalue, theGraphLaplacian) | ∃x (TheSecondSmallestEigenvalueOf(x, theGraphLaplacian) ∧ HonoredBy(miroslavFiedler, x)) | T |
Czech(miroslavFiedler) ∧ Mathematician(miroslavFiedler)
KnownFor(miroslavFiedler, contributionsToLinearAlgebraAndGraphTheory)
HonoredBy(miroslavFiedler, fiedlerEigenvalue)
TheSecondSmallestEigenvalueOf(fiedlerEigenvalue, theGraphLaplacian) | French(miroslavFiedler) ∧ Mathematician(miroslavFiedler) | U |
Czech(miroslavFiedler) ∧ Mathematician(miroslavFiedler)
KnownFor(miroslavFiedler, contributionsToLinearAlgebraAndGraphTheory)
HonoredBy(miroslavFiedler, fiedlerEigenvalue)
TheSecondSmallestEigenvalueOf(fiedlerEigenvalue, theGraphLaplacian) | ∃x (Czech(x) ∧ Mathematician(x) ∧ KnownFor(x, contributionsToLinearAlgebraAndGraphTheory)) | T |
BornIn(asaHoffmann, newYorkCity)
LiveIn(asaHoffmann, manhattan)
ChessPlayer(asaHoffmann)
∃x ∃y (ChessPlayer(x) ∧ GrandMaster(x) ∧ (¬(x=y)) ∧ ChessPlayer(y) ∧ GrandMaster(y))
∀x ((BornIn(x, newYorkCity) ∧ LiveIn(x, newYorkCity)) → NewYorker(x))
∀x (LiveIn(x, manhattan) → LiveIn(x, newYorkCity)) | NewYorker(asaHoffmann) | T |
BornIn(asaHoffmann, newYorkCity)
LiveIn(asaHoffmann, manhattan)
ChessPlayer(asaHoffmann)
∃x ∃y (ChessPlayer(x) ∧ GrandMaster(x) ∧ (¬(x=y)) ∧ ChessPlayer(y) ∧ GrandMaster(y))
∀x ((BornIn(x, newYorkCity) ∧ LiveIn(x, newYorkCity)) → NewYorker(x))
∀x (LiveIn(x, manhattan) → LiveIn(x, newYorkCity)) | GrandMaster(asaHoffmann) | U |
BornIn(asaHoffmann, newYorkCity)
LiveIn(asaHoffmann, manhattan)
ChessPlayer(asaHoffmann)
∃x ∃y (ChessPlayer(x) ∧ GrandMaster(x) ∧ (¬(x=y)) ∧ ChessPlayer(y) ∧ GrandMaster(y))
∀x ((BornIn(x, newYorkCity) ∧ LiveIn(x, newYorkCity)) → NewYorker(x))
∀x (LiveIn(x, manhattan) → LiveIn(x, newYorkCity)) | ¬LiveIn(asaHoffmann, newYorkCity) | F |
∀x (Dog(x) → ¬OnRoof(x)))
∀x ∃y ((Dog(x) ∧ OnRoof(x)) → GoWrong(y)) | ∃x (GoWrong(x)) | U |
∀x (Laptop(x) → Computer(x))
∀x (Computer(x) → CanPlayGameOn(x))
∀x (Phone(x) → ¬Computer(x)) | ∀x (Laptop(x) → CanPlayGameOn(x)) | T |
∀x (Laptop(x) → Computer(x))
∀x (Computer(x) → CanPlayGameOn(x))
∀x (Phone(x) → ¬Computer(x)) | ∀x (Phone(x) → ¬CanPlayGameOn(x)) | U |
∀x ((Book(x) ∧ WrittenBy(x, cixinLiu)) → ∃y(MoreThan(y, oneMillion) ∧ Sold(x,y)))
∃x (Won(x, hugoAward) ∧ Book(x) ∧ WrittenBy(x, cixinLiu))
∀x ((Book(x) ∧ AboutFuture(x)) → FowardLooking(x))
Book(threeBodyProblem) ∧ ∃x (MoreThan(x, oneMillion) ∧ Sold(threeBodyProblem,x))
AboutFuture(threeBodyProblem) | Won(threeBodyProblem, hugoAward) | U |
∀x ((Book(x) ∧ WrittenBy(x, cixinLiu)) → ∃y(MoreThan(y, oneMillion) ∧ Sold(x,y)))
∃x (Won(x, hugoAward) ∧ Book(x) ∧ WrittenBy(x, cixinLiu))
∀x ((Book(x) ∧ AboutFuture(x)) → FowardLooking(x))
Book(threeBodyProblem) ∧ ∃x (MoreThan(x, oneMillion) ∧ Sold(threeBodyProblem,x))
AboutFuture(threeBodyProblem) | AboutFuture(threeBodyProblem) | T |
∀x ((Book(x) ∧ WrittenBy(x, cixinLiu)) → ∃y(MoreThan(y, oneMillion) ∧ Sold(x,y)))
∃x (Won(x, hugoAward) ∧ Book(x) ∧ WrittenBy(x, cixinLiu))
∀x ((Book(x) ∧ AboutFuture(x)) → FowardLooking(x))
Book(threeBodyProblem) ∧ ∃x (MoreThan(x, oneMillion) ∧ Sold(threeBodyProblem,x))
AboutFuture(threeBodyProblem) | WrittenBy(threeBodyProblem, cixinLiu) | U |
BornIn(rosa, santiago)
CapitalOf(santiago, chile) ∧ LargestCityOf(santiago, chile)
DaughterOf(rosa, jose) ∧ BuildingContractor(jose) ∧ Catalan(jose)
WifeOf(jose, carmen) ∧ Chilean(carmen)
ParentOf(jose, rosa) ∧ ParentOf(carmen, rosa)
∀x (Catalan(x) → ¬Chilean(x))
∀x ∃y (BuildingContractor(x) → ConstructionSite(y) ∧ Oversee(x, y)) | ∃x (BornIn(rosa, x) ∧ LargestCityOf(x, chile)) | T |
BornIn(rosa, santiago)
CapitalOf(santiago, chile) ∧ LargestCityOf(santiago, chile)
DaughterOf(rosa, jose) ∧ BuildingContractor(jose) ∧ Catalan(jose)
WifeOf(jose, carmen) ∧ Chilean(carmen)
ParentOf(jose, rosa) ∧ ParentOf(carmen, rosa)
∀x (Catalan(x) → ¬Chilean(x))
∀x ∃y (BuildingContractor(x) → ConstructionSite(y) ∧ Oversee(x, y)) | ¬Chilean(jose) ∧ ¬Chilean(carmen) | F |
BornIn(rosa, santiago)
CapitalOf(santiago, chile) ∧ LargestCityOf(santiago, chile)
DaughterOf(rosa, jose) ∧ BuildingContractor(jose) ∧ Catalan(jose)
WifeOf(jose, carmen) ∧ Chilean(carmen)
ParentOf(jose, rosa) ∧ ParentOf(carmen, rosa)
∀x (Catalan(x) → ¬Chilean(x))
∀x ∃y (BuildingContractor(x) → ConstructionSite(y) ∧ Oversee(x, y)) | ∃x (DaughterOf(rosa, x) ∧ Oversee(x, traffic)) | T |
Singer(bobbyFlynn) ∧ SongWriter(bobbyFlynn)
FinishesIn(bobbyFlynn, number7) ∧ CompetesOnAustralianIdol(bobbyFlynn)
∀x (CompetesOnAustralianIdol(x) → AustralianCitizen(x))
NationWideTourIn(theOmegaThreeBand, year2007)
Member(bobbyFlynn, theOmegaThreeBand)
BornIn(bobbyFlynn, queensland) | AustralianCitizen(bobbyFlynn) | T |
Singer(bobbyFlynn) ∧ SongWriter(bobbyFlynn)
FinishesIn(bobbyFlynn, number7) ∧ CompetesOnAustralianIdol(bobbyFlynn)
∀x (CompetesOnAustralianIdol(x) → AustralianCitizen(x))
NationWideTourIn(theOmegaThreeBand, year2007)
Member(bobbyFlynn, theOmegaThreeBand)
BornIn(bobbyFlynn, queensland) | FlewToIn(bobbyFlynn, america, year2007) | U |
Singer(bobbyFlynn) ∧ SongWriter(bobbyFlynn)
FinishesIn(bobbyFlynn, number7) ∧ CompetesOnAustralianIdol(bobbyFlynn)
∀x (CompetesOnAustralianIdol(x) → AustralianCitizen(x))
NationWideTourIn(theOmegaThreeBand, year2007)
Member(bobbyFlynn, theOmegaThreeBand)
BornIn(bobbyFlynn, queensland) | BornIn(bobbyFlynn, queens) | U |
∀x (Surprise(x) → (Fun(x) ⊕ Dreadful(x)))
∀x (Scare(x) → Surprise(x)) | ∀x (Scare(x) → Fun(x)) | U |
FloatOn(boat, water)
∃x (Brick(x) ∧ On(x, boat)) | ∀x (Brick(x) ∧ FloatOn(x, water)) | U |
∀x (Human(x) → Mortal(x))
∀x (Greek(x) → Human(x)) | ∃x ∃y (Greek(x) ∧ Greek(y) ∧ Mortal(x) ∧ Mortal(y) ∧ ¬(x=y)) | T |
∀x (Table(x) → Round(x))
∃x ∃y (Furniture(x) ∧ Furniture(y) ∧ Table(x) ∧ Table(y) ∧ ¬(x=y)) | ∃x ∃y (Furniture(x) ∧ Furniture(y) ∧ Round(x) ∧ Round(y) ∧ ¬(x=y)) | T |
PublishingHouse(newVesselPress) ∧ SpecializesInTranslatingIntoEnglish(newVesselPress, foreignLiterature)
∀x ((Book(x) ∧ PublishedBy(x, newVesselPress)) → In(x, english))
Book(neapolitanChronicles) ∧ PublishedBy(neapolitanChronicles, newVesselPress)
TranslatedFrom(neapolitanChronicles, italian)
Book(palaceOfFlies) ∧ PublishedBy(palaceOfFlies, newVesselPress) | Book(neapolitanChronicles) ∧ In(neapolitanChronicles, english) | T |
PublishingHouse(newVesselPress) ∧ SpecializesInTranslatingIntoEnglish(newVesselPress, foreignLiterature)
∀x ((Book(x) ∧ PublishedBy(x, newVesselPress)) → In(x, english))
Book(neapolitanChronicles) ∧ PublishedBy(neapolitanChronicles, newVesselPress)
TranslatedFrom(neapolitanChronicles, italian)
Book(palaceOfFlies) ∧ PublishedBy(palaceOfFlies, newVesselPress) | PublishedBy(harryPotter, newVesselPress) | U |
PublishingHouse(newVesselPress) ∧ SpecializesInTranslatingIntoEnglish(newVesselPress, foreignLiterature)
∀x ((Book(x) ∧ PublishedBy(x, newVesselPress)) → In(x, english))
Book(neapolitanChronicles) ∧ PublishedBy(neapolitanChronicles, newVesselPress)
TranslatedFrom(neapolitanChronicles, italian)
Book(palaceOfFlies) ∧ PublishedBy(palaceOfFlies, newVesselPress) | TranslatedFrom(palaceOfFlies, italian) | U |
Scottish(brianWinter) ∧ FootballReferee(brianWinter)
Retired(brianWinter) ∧ RetiredIn(brianWinter, yr2012)
RefereeObserver(brianWinter)
∃x (FootballReferee(x) ∧ RefereeObserver(x))
SonOf(andyWinter, brianWinter) ∧ FootballPlayer(andyWinter) ∧ PlaysFor(andyWinter, hamiltonAcademical) | ∃x ∃y (SonOf(x, y) ∧ RefereeObserver(y) ∧ FootballPlayer(x)) | T |
Scottish(brianWinter) ∧ FootballReferee(brianWinter)
Retired(brianWinter) ∧ RetiredIn(brianWinter, yr2012)
RefereeObserver(brianWinter)
∃x (FootballReferee(x) ∧ RefereeObserver(x))
SonOf(andyWinter, brianWinter) ∧ FootballPlayer(andyWinter) ∧ PlaysFor(andyWinter, hamiltonAcademical) | ¬RefereeObserver(brianWinter) | F |
Scottish(brianWinter) ∧ FootballReferee(brianWinter)
Retired(brianWinter) ∧ RetiredIn(brianWinter, yr2012)
RefereeObserver(brianWinter)
∃x (FootballReferee(x) ∧ RefereeObserver(x))
SonOf(andyWinter, brianWinter) ∧ FootballPlayer(andyWinter) ∧ PlaysFor(andyWinter, hamiltonAcademical) | Retired(brianWinter) | T |
Scottish(brianWinter) ∧ FootballReferee(brianWinter)
Retired(brianWinter) ∧ RetiredIn(brianWinter, yr2012)
RefereeObserver(brianWinter)
∃x (FootballReferee(x) ∧ RefereeObserver(x))
SonOf(andyWinter, brianWinter) ∧ FootballPlayer(andyWinter) ∧ PlaysFor(andyWinter, hamiltonAcademical) | Referee(andyWinter) | U |
LocatedIn(newYorkCity, unitedStatesOfAmerica)
LocatedIn(usa, northAmerica)
LocatedIn(northAmerica, westernHemisphere)
HighlyDeveloped(newYorkCity)
∀x ∀y ∀z ((LocatedIn(x, y) ∧ LocatedIn(y, z)) → LocatedIn(x, z)) | ∃x (HighlyDeveloped(x) ∧ LocatedIn(x, westernHemisphere)) | T |
LocatedIn(newYorkCity, unitedStatesOfAmerica)
LocatedIn(usa, northAmerica)
LocatedIn(northAmerica, westernHemisphere)
HighlyDeveloped(newYorkCity)
∀x ∀y ∀z ((LocatedIn(x, y) ∧ LocatedIn(y, z)) → LocatedIn(x, z)) | ¬LocatedIn(unitedStatesOfAmerica, westHemisphere) | F |
LocatedIn(newYorkCity, unitedStatesOfAmerica)
LocatedIn(usa, northAmerica)
LocatedIn(northAmerica, westernHemisphere)
HighlyDeveloped(newYorkCity)
∀x ∀y ∀z ((LocatedIn(x, y) ∧ LocatedIn(y, z)) → LocatedIn(x, z)) | LocatedIn(newYorkCity, newYork) | U |
∀x ∀y ((Coach(x, y) ∧ FootballClub(y)) → FootballCoach(x))
∀w ∀x ∀y ∀z ((PlayPositionFor(x, w, y, z) ∧ InNFL(y, z)) → PlayInNFL(x))
FootballClub(minnesotaVikings)
Coach(dennisGreen, minnesotaVikings)
ReceiveTD(crisCarter, num13)
InNFL(minnesotaVikings, yr1997)
PlayPositionFor(johnRandle, defensiveTackle, minnesotaVikings, yr1997) | FootballCoach(dennisGreen) | T |
∀x ∀y ((Coach(x, y) ∧ FootballClub(y)) → FootballCoach(x))
∀w ∀x ∀y ∀z ((PlayPositionFor(x, w, y, z) ∧ InNFL(y, z)) → PlayInNFL(x))
FootballClub(minnesotaVikings)
Coach(dennisGreen, minnesotaVikings)
ReceiveTD(crisCarter, num13)
InNFL(minnesotaVikings, yr1997)
PlayPositionFor(johnRandle, defensiveTackle, minnesotaVikings, yr1997) | ¬PlayInNFL(johnRandle) | F |
∀x ∀y ((Coach(x, y) ∧ FootballClub(y)) → FootballCoach(x))
∀w ∀x ∀y ∀z ((PlayPositionFor(x, w, y, z) ∧ InNFL(y, z)) → PlayInNFL(x))
FootballClub(minnesotaVikings)
Coach(dennisGreen, minnesotaVikings)
ReceiveTD(crisCarter, num13)
InNFL(minnesotaVikings, yr1997)
PlayPositionFor(johnRandle, defensiveTackle, minnesotaVikings, yr1997) | PlayPositionFor(crisCarter, wr, minnesotaVikings, year1997) | U |
∀x (FirTree(x) → Evergreen(x))
∃x ∃y (ObjectOfWorship(x) ∧ ObjectOfWorship(y) ∧ FirTree(x) ∧ FirTree(y) ∧ ¬(x=y)) | ∃x ∃y (Evergreen(x) ∧ Evergreen(y) ∧ ¬ObjectOfWorship(x) ∧ ¬ObjectOfWorship(y) ∧ ¬(x=y)) | U |
∀x (Fortification(x) → MilitaryConstruction(x) ∧ DesignedtoDefendTerritoriesinWarfare(x))
∃x (MainFortification(x,4) ∧ MainFortification(borjMasouda) ∧ In(borjMasouda, sfaxMedina))
In(sfaxMedina, tunisia)
∀x (DefensiveWall(x) → Fortification(x)) | MilitaryConstructionDesignedToDefendTerritoriesInWarfare(borjMasouda) | T |
∀x (Fortification(x) → MilitaryConstruction(x) ∧ DesignedtoDefendTerritoriesinWarfare(x))
∃x (MainFortification(x,4) ∧ MainFortification(borjMasouda) ∧ In(borjMasouda, sfaxMedina))
In(sfaxMedina, tunisia)
∀x (DefensiveWall(x) → Fortification(x)) | In(borjMasouda, medinaSfax) | T |
∀x (Fortification(x) → MilitaryConstruction(x) ∧ DesignedtoDefendTerritoriesinWarfare(x))
∃x (MainFortification(x,4) ∧ MainFortification(borjMasouda) ∧ In(borjMasouda, sfaxMedina))
In(sfaxMedina, tunisia)
∀x (DefensiveWall(x) → Fortification(x)) | ¬In(borjMasouda, tunisia) | F |
∀x (Fortification(x) → MilitaryConstruction(x) ∧ DesignedtoDefendTerritoriesinWarfare(x))
∃x (MainFortification(x,4) ∧ MainFortification(borjMasouda) ∧ In(borjMasouda, sfaxMedina))
In(sfaxMedina, tunisia)
∀x (DefensiveWall(x) → Fortification(x)) | DefensiveWall(borjMasouda) | U |
∀x (ArtificialSatellite(x) → ImportantScientificAchievement(x))
∃x (ArtificialSatellite(x) ∧ ¬USInvention(x)) | ∀x (ImportantScientificAchievement(x) ∧ USInvention(x)) | F |
LocatedOn(newYorkCity, eastCoast)
LocatedOn(seattle, westCoast)
∀x ∀y ∀z ((TravelingFrom(x, y) ∧ LocatedOn(y, eastcoast) ∧ TravelingTo(x, z) ∧ LocatedOn(z, westcoast)) → OnLongFlight(x))
∀x (InBuisnessClass(x) ∧ TravelingTo(x, seattle) ∧ TravelingFrom(x, newYorkCity) → ¬InFirstClass(x))
∀x (OnLongFlight(x) ∧ ¬InFirstClass(x) → Uncomfortable(x)) | ∃x (TravelingTo(x, seattle) ∧ TravelingFrom(x, newYorkCity) ∧ uncomfortable(x)) | T |
English(thomasBarber) ∧ ProfessionalFootballer(thomasBarber)
PlayedFor(thomasBarber, astonVilla) ∧ PlayedIn(astonVilla,theFootballLeague)
PlayedAs(thomasBarber, halfBack) ∧ PlayedAs(thomasBarber, insideLeft)
ScoredTheWinningGoalIn(thomasBarber, facupfinal1913) | PlayedFor(thomasBarber, boltonWanderers) ∧ PlayedIn(boltonWanderers,theFootballLeague) | U |
English(thomasBarber) ∧ ProfessionalFootballer(thomasBarber)
PlayedFor(thomasBarber, astonVilla) ∧ PlayedIn(astonVilla,theFootballLeague)
PlayedAs(thomasBarber, halfBack) ∧ PlayedAs(thomasBarber, insideLeft)
ScoredTheWinningGoalIn(thomasBarber, facupfinal1913) | PlayedAs(thomasBarber, insideLeft) | T |
English(thomasBarber) ∧ ProfessionalFootballer(thomasBarber)
PlayedFor(thomasBarber, astonVilla) ∧ PlayedIn(astonVilla,theFootballLeague)
PlayedAs(thomasBarber, halfBack) ∧ PlayedAs(thomasBarber, insideLeft)
ScoredTheWinningGoalIn(thomasBarber, facupfinal1913) | ∃x (English(x) ∧ ProfessionalFootballer(x) ∧ ScoredTheWinningGoalIn(x, facupfinal1913)) | T |
∀x (Scarf(x) ∧ HighQuality(x) → (MadeOf(x, wool) ∨ MadeOf(x, cashmere) ∨ MadeOf(x, alpaca))
∀x ((Scarf(x) ∧ HighQuality(x)) → Expensive(x))
∃x (Expensive(x) ∧ ¬WorthTheirPrice(x))
∀x ((¬WorthTheirPrice(x) ∧ Product(x)) → ¬BoughtBy(x, experiencedShopper))
∀x (Scarf(x) → Product(x)) | ∃x (Scarf(x) ∧ Alpaca(x) ∧ ¬BoughtBy(x, experiencedShopper)) | U |
∀x (Event(x) → Happy(x) ⊕ Sad(x))
∃x (Event(x) ∧ Happy(x)) | ∀x (Event(x) → Sad(x)) | F |
∀x (Rabbit(x) → Have(x, fur))
∃x (Pet(x) ∧ Rabbit(x)) | ∃x ∃y (Pet(x) ∧ Pet(y) ∧ ¬Have(x, fur) ∧ ¬Have(y, fur)) | U |
∃x (OccurIn(monkeypoxVirus, x) ∧ Get(x, monkeypoxVirus))
∃x (Animal(x) ∧ OccurIn(monkeypoxVirus, x))
∀x (Human(x) → Mammal(x))
∀x (Mammal(x) → Animal(x))
∃x (SymptonOf(x, monkeypoxVirus) ∧ (Fever(x) ∨ Headache(x) ∨ MusclePain(x) ∨ Tired(x)))
∀x (Human(x) ∧ Get(x, flu) → Feel(x, tired)) | ∃x (Animal(x)) | T |
∃x (OccurIn(monkeypoxVirus, x) ∧ Get(x, monkeypoxVirus))
∃x (Animal(x) ∧ OccurIn(monkeypoxVirus, x))
∀x (Human(x) → Mammal(x))
∀x (Mammal(x) → Animal(x))
∃x (SymptonOf(x, monkeypoxVirus) ∧ (Fever(x) ∨ Headache(x) ∨ MusclePain(x) ∨ Tired(x)))
∀x (Human(x) ∧ Get(x, flu) → Feel(x, tired)) | ∀x (Human(x) → ¬Get(x, flu)) | U |
∃x (OccurIn(monkeypoxVirus, x) ∧ Get(x, monkeypoxVirus))
∃x (Animal(x) ∧ OccurIn(monkeypoxVirus, x))
∀x (Human(x) → Mammal(x))
∀x (Mammal(x) → Animal(x))
∃x (SymptonOf(x, monkeypoxVirus) ∧ (Fever(x) ∨ Headache(x) ∨ MusclePain(x) ∨ Tired(x)))
∀x (Human(x) ∧ Get(x, flu) → Feel(x, tired)) | ∃x (SymptonOf(x, monkeypoxVirus) ∧ Coughing(x)) | U |
BornIn(robertZimmer, germany) ∧ Philosopher(robertZimmer)
Essayist(robertZimmer)
BornIn(robertZimmer, yr1953)
∀x (Essayist(x) → Writer(x)) | BornIn(robertZimmer, germany) | U |
BornIn(robertZimmer, germany) ∧ Philosopher(robertZimmer)
Essayist(robertZimmer)
BornIn(robertZimmer, yr1953)
∀x (Essayist(x) → Writer(x)) | ¬Writer(robertZimmer) | F |
BornIn(robertZimmer, germany) ∧ Philosopher(robertZimmer)
Essayist(robertZimmer)
BornIn(robertZimmer, yr1953)
∀x (Essayist(x) → Writer(x)) | Biographer(robertZimmer) | U |
∀x (Reptile(x) → ¬Have(x, fur))
∀x (Snake(x) → Reptile(x)) | ∃x (Snake(x) ∧ Have(x, fur)) | F |
∀x (AttendInPerson(x) → Registered(x))
∀x (Attend(x) → (AttendInPerson(x) ⊕ AttendRemotely(x)))
∀x ((Attend(x) ∧ FromChina(x)) → ¬AttendRemotely(x))
Attend(james) ∧ (¬AttendRemotely(james))
FromChina(jack) ∧ Attend(jack) | Attend(james) ∧ (¬AttendInPerson(james)) | F |
∀x (AttendInPerson(x) → Registered(x))
∀x (Attend(x) → (AttendInPerson(x) ⊕ AttendRemotely(x)))
∀x ((Attend(x) ∧ FromChina(x)) → ¬AttendRemotely(x))
Attend(james) ∧ (¬AttendRemotely(james))
FromChina(jack) ∧ Attend(jack) | Attend(jack) ∧ AttendInPerson(jack) | T |
∀x (AttendInPerson(x) → Registered(x))
∀x (Attend(x) → (AttendInPerson(x) ⊕ AttendRemotely(x)))
∀x ((Attend(x) ∧ FromChina(x)) → ¬AttendRemotely(x))
Attend(james) ∧ (¬AttendRemotely(james))
FromChina(jack) ∧ Attend(jack) | Registered(jack) | T |
BornIn(ralphHammerthaler, wasserburgamInn)
LocatedIn(wasserbAmInn, germany)
LocatedIn(germany, europe)
Writer(ralphHammerthaler) ∧ German(ralphHammerthaler)
BornIn1965(ralphHammerthaler) | Writer(ralphHammerthaler) ∧ BornIn(ralphHammerthaler, asia) | U |
BornIn(ralphHammerthaler, wasserburgamInn)
LocatedIn(wasserbAmInn, germany)
LocatedIn(germany, europe)
Writer(ralphHammerthaler) ∧ German(ralphHammerthaler)
BornIn1965(ralphHammerthaler) | LivesIn(ralphHammerthaler, germany) | U |
∀x (Flower(x) → ¬Noisy(x))
∀x (Rose(x) → Flower(x)) | ∃x ∃y (Rose(x) ∧ Rose(y) ∧ Noisy(x) ∧ Noisy(y) ∧ ¬(x=y)) | F |
DistrictIn(xiufeng, guilin) ∧ DistrictIn(xiangshan, guilin) ∧ DistrictIn(diecai, guilin) ∧ DistrictIn(qixing, guilin) ∧ City(guilin)
¬DistrictIn(yangshuo, guilin) | ∃x (DistrictIn(xiangshan, x) ∧ DistrictIn(diecai, x) ∧ City(x)) | T |
DistrictIn(xiufeng, guilin) ∧ DistrictIn(xiangshan, guilin) ∧ DistrictIn(diecai, guilin) ∧ DistrictIn(qixing, guilin) ∧ City(guilin)
¬DistrictIn(yangshuo, guilin) | DistrictIn(xiufeng, guilin) | T |
DistrictIn(xiufeng, guilin) ∧ DistrictIn(xiangshan, guilin) ∧ DistrictIn(diecai, guilin) ∧ DistrictIn(qixing, guilin) ∧ City(guilin)
¬DistrictIn(yangshuo, guilin) | DistrictIn(kowloon, hongKong) | U |
∀x (EnterococcusDurans(x) → Species(x, enterococcus))
∀x (EnterococcusDurans(x) → GramPositive(x) ∧ CatalaseNegative(x) ∧ OxidaseNegative(x) ∧ Coccus(x) ∧ Bacteria(x))
∃x ∃y (EnterococcusDurans(x) ∧ AntiInflammatoryAgent(y) ∧ Produces(x, y))
∀x (AntiInflammatoryAgent(x) → Studied(x)) | ∀x (EnterococcusDurans(x) → CatalaseNegative(x)) | T |
∀x (EnterococcusDurans(x) → Species(x, enterococcus))
∀x (EnterococcusDurans(x) → GramPositive(x) ∧ CatalaseNegative(x) ∧ OxidaseNegative(x) ∧ Coccus(x) ∧ Bacteria(x))
∃x ∃y (EnterococcusDurans(x) ∧ AntiInflammatoryAgent(y) ∧ Produces(x, y))
∀x (AntiInflammatoryAgent(x) → Studied(x)) | ∃x (GramPositive(x) ∧ Studied(x)) | U |
∀x (EnterococcusDurans(x) → Species(x, enterococcus))
∀x (EnterococcusDurans(x) → GramPositive(x) ∧ CatalaseNegative(x) ∧ OxidaseNegative(x) ∧ Coccus(x) ∧ Bacteria(x))
∃x ∃y (EnterococcusDurans(x) ∧ AntiInflammatoryAgent(y) ∧ Produces(x, y))
∀x (AntiInflammatoryAgent(x) → Studied(x)) | ∀x ∀y (EnterococcusDurans(x) ∧ Produces(x, y) → ¬Studied(y)) | F |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.