diff --git "a/depth8/questions.json" "b/depth8/questions.json" --- "a/depth8/questions.json" +++ "b/depth8/questions.json" @@ -1,12 +1,16 @@ [ { - "id": "5e1d12e8-e82f-49c4-aaac-8f384c5328d2", - "question": "Who is the husband of the daughter of the person whose job is air cabin crew ?", - "answer": [], + "id": "cf529e38-f545-429a-8c94-c556ddacf52b", + "question": "Who is the daughter of the mother of the person whose job is air cabin crew ?", + "answer": [ + "rosalee", + "reyna", + "deanna" + ], "prolog": { "query": [ - "husband(Y_4, Y_6)", - "daughter(Y_2, Y_4)", + "daughter(Y_4, Y_6)", + "mother(Y_2, Y_4)", "job(Y_2, 'air cabin crew')" ], "answer": "Y_6" @@ -28,14 +32,16 @@ "type": 0 }, { - "id": "e8873782-778d-4c19-b65d-98f8546ac6e8", - "question": "Who is the husband of the wife of the person whose dob is meditation ?", - "answer": [], + "id": "3941c2fe-e1f7-485f-8904-ce4402546537", + "question": "Who is the mother of the child of the person whose hobby is radio-controlled car racing ?", + "answer": [ + "meghann" + ], "prolog": { "query": [ - "husband(Y_4, Y_6)", - "wife(Y_2, Y_4)", - "dob(Y_2, 'meditation')" + "mother(Y_4, Y_6)", + "child(Y_2, Y_4)", + "hobby(Y_2, 'radio-controlled car racing')" ], "answer": "Y_6" }, @@ -56,14 +62,17 @@ "type": 0 }, { - "id": "a71efb93-b2bc-4d81-9c7a-616b160193e8", - "question": "Who is the father of the wife of the person whose dob is production assistant, television ?", - "answer": [], + "id": "aefd1560-9110-4608-b6eb-7e3f6e8922ac", + "question": "Who is the sister of the father of the person whose job is civil engineer, consulting ?", + "answer": [ + "antionette", + "kari" + ], "prolog": { "query": [ - "father(Y_4, Y_6)", - "wife(Y_2, Y_4)", - "dob(Y_2, 'production assistant, television')" + "sister(Y_4, Y_6)", + "father(Y_2, Y_4)", + "job(Y_2, 'civil engineer, consulting')" ], "answer": "Y_6" }, @@ -84,14 +93,16 @@ "type": 0 }, { - "id": "b512d7c8-a2bc-4e4f-be85-7cdab3959d50", - "question": "Who is the father of the brother of the person whose hobby is public house manager ?", - "answer": [], + "id": "5ad1410f-1348-43fe-940f-7c6295c8e23f", + "question": "Who is the son of the husband of the person whose job is museum education officer ?", + "answer": [ + "matt" + ], "prolog": { "query": [ - "father(Y_4, Y_6)", - "brother(Y_2, Y_4)", - "hobby(Y_2, 'public house manager')" + "son(Y_4, Y_6)", + "husband(Y_2, Y_4)", + "job(Y_2, 'museum education officer')" ], "answer": "Y_6" }, @@ -112,14 +123,18 @@ "type": 0 }, { - "id": "e12f84ba-ea1a-4521-a2ec-da426bd306bc", - "question": "Who is the sibling of the sibling of the person whose job is canoeing ?", - "answer": [], + "id": "34d0a2b2-a17b-49c6-b7da-c3d7979bc558", + "question": "Who is the son of the father of the person whose job is public house manager ?", + "answer": [ + "alfonso", + "dominick", + "colby" + ], "prolog": { "query": [ - "sibling(Y_4, Y_6)", - "sibling(Y_2, Y_4)", - "job(Y_2, 'canoeing')" + "son(Y_4, Y_6)", + "father(Y_2, Y_4)", + "job(Y_2, 'public house manager')" ], "answer": "Y_6" }, @@ -140,17 +155,16 @@ "type": 0 }, { - "id": "366e4e88-9234-4225-bf95-d132eee76a15", - "question": "Who is the child of the wife of the person whose hobby is meditation ?", + "id": "19af9b2f-2ebc-45c9-b7af-bd299a85456e", + "question": "Who is the father of the child of the person whose hobby is geocaching ?", "answer": [ - "meghann", - "daisy" + "tanner" ], "prolog": { "query": [ - "child(Y_4, Y_6)", - "wife(Y_2, Y_4)", - "hobby(Y_2, 'meditation')" + "father(Y_4, Y_6)", + "child(Y_2, Y_4)", + "hobby(Y_2, 'geocaching')" ], "answer": "Y_6" }, @@ -171,14 +185,16 @@ "type": 0 }, { - "id": "93471c1d-1317-42ef-a9f7-a2bc3f4f55a5", - "question": "Who is the daughter of the father of the person whose dob is civil engineer, consulting ?", - "answer": [], + "id": "f44880a3-edfc-452e-a1a6-fd69277c47c7", + "question": "Who is the father of the sibling of the person whose job is biomedical scientist ?", + "answer": [ + "dominick" + ], "prolog": { "query": [ - "daughter(Y_4, Y_6)", - "father(Y_2, Y_4)", - "dob(Y_2, 'civil engineer, consulting')" + "father(Y_4, Y_6)", + "sibling(Y_2, Y_4)", + "job(Y_2, 'biomedical scientist')" ], "answer": "Y_6" }, @@ -199,14 +215,17 @@ "type": 0 }, { - "id": "d2943456-eb89-4b9d-bfc9-676a5f1f3d0c", - "question": "Who is the father of the sister of the person whose dob is freight forwarder ?", - "answer": [], + "id": "5f65e33a-06c6-4e6e-937b-e59a3d1ee875", + "question": "Who is the daughter of the wife of the person whose hobby is fossil hunting ?", + "answer": [ + "antionette", + "kari" + ], "prolog": { "query": [ - "father(Y_4, Y_6)", - "sister(Y_2, Y_4)", - "dob(Y_2, 'freight forwarder')" + "daughter(Y_4, Y_6)", + "wife(Y_2, Y_4)", + "hobby(Y_2, 'fossil hunting')" ], "answer": "Y_6" }, @@ -227,14 +246,16 @@ "type": 0 }, { - "id": "c33806b7-7946-4ab1-93b6-a76bce71a031", - "question": "Who is the father of the mother of the person whose dob is agricultural engineer ?", - "answer": [], + "id": "9c53b198-4c56-49e9-b2f2-e47c7b626ad8", + "question": "Who is the son of the mother of the person whose job is civil engineer, consulting ?", + "answer": [ + "ellis" + ], "prolog": { "query": [ - "father(Y_4, Y_6)", + "son(Y_4, Y_6)", "mother(Y_2, Y_4)", - "dob(Y_2, 'agricultural engineer')" + "job(Y_2, 'civil engineer, consulting')" ], "answer": "Y_6" }, @@ -255,14 +276,16 @@ "type": 0 }, { - "id": "136631d0-8429-4620-9f1d-f305911ff03e", - "question": "Who is the brother of the child of the person whose dob is wikipedia editing ?", - "answer": [], + "id": "40a1eba4-f7d9-4c4f-a0ae-1b86dc021e1f", + "question": "Who is the mother of the sibling of the person whose job is therapist, art ?", + "answer": [ + "kanesha" + ], "prolog": { "query": [ - "brother(Y_4, Y_6)", - "child(Y_2, Y_4)", - "dob(Y_2, 'wikipedia editing')" + "mother(Y_4, Y_6)", + "sibling(Y_2, Y_4)", + "job(Y_2, 'therapist, art')" ], "answer": "Y_6" }, @@ -283,17 +306,15 @@ "type": 0 }, { - "id": "14547a1b-d5aa-419c-9927-82fb7770d98c", - "question": "Who is the sibling of the daughter of antionette ?", + "id": "45f5bd5f-5d86-4ac0-98e6-7203c622536a", + "question": "Who is the father of the brother of dixie ?", "answer": [ - "alton", - "dixie", - "johnna" + "deangelo" ], "prolog": { "query": [ - "sibling(Y_4, Y_6)", - "daughter('antionette', Y_4)" + "father(Y_4, Y_6)", + "brother('dixie', Y_4)" ], "answer": "Y_6" }, @@ -311,13 +332,15 @@ "type": 1 }, { - "id": "a7f19fcd-5567-4e72-b4fa-8b7aae038e76", - "question": "Who is the father of the father of kari ?", - "answer": [], + "id": "1877b217-186d-4bf7-a10b-fe6d06a4ecbf", + "question": "Who is the brother of the sister of dixie ?", + "answer": [ + "alton" + ], "prolog": { "query": [ - "father(Y_4, Y_6)", - "father('kari', Y_4)" + "brother(Y_4, Y_6)", + "sister('dixie', Y_4)" ], "answer": "Y_6" }, @@ -335,13 +358,15 @@ "type": 1 }, { - "id": "61ba8eaf-877f-4ed2-922b-ab6b22c12760", - "question": "Who is the daughter of the husband of dixie ?", - "answer": [], + "id": "1e098662-67af-48c9-a184-2d02ff76ff99", + "question": "Who is the child of the child of scotty ?", + "answer": [ + "matt" + ], "prolog": { "query": [ - "daughter(Y_4, Y_6)", - "husband('dixie', Y_4)" + "child(Y_4, Y_6)", + "child('scotty', Y_4)" ], "answer": "Y_6" }, @@ -359,13 +384,19 @@ "type": 1 }, { - "id": "820e8c60-bdef-4edf-a623-b212996231e5", - "question": "Who is the daughter of the sibling of vicente ?", - "answer": [], + "id": "e5ce4d4f-e7cd-44d6-bd3a-91d6839ab17c", + "question": "Who is the daughter of the child of kanesha ?", + "answer": [ + "dixie", + "johnna", + "rosalee", + "reyna", + "deanna" + ], "prolog": { "query": [ "daughter(Y_4, Y_6)", - "sibling('vicente', Y_4)" + "child('kanesha', Y_4)" ], "answer": "Y_6" }, @@ -383,13 +414,15 @@ "type": 1 }, { - "id": "275c2744-fde5-42d4-bfa9-14a546e48cbe", - "question": "Who is the husband of the child of kari ?", - "answer": [], + "id": "104e43aa-6481-41c0-8649-314ade736a0d", + "question": "Who is the father of the sister of daisy ?", + "answer": [ + "matt" + ], "prolog": { "query": [ - "husband(Y_4, Y_6)", - "child('kari', Y_4)" + "father(Y_4, Y_6)", + "sister('daisy', Y_4)" ], "answer": "Y_6" }, @@ -407,13 +440,15 @@ "type": 1 }, { - "id": "1222ace9-97e0-47a1-9613-d9a479c85d99", - "question": "Who is the sister of the daughter of kari ?", - "answer": [], + "id": "61a0a062-c595-49e0-afe7-5d4c996d9fe9", + "question": "Who is the father of the sibling of reyna ?", + "answer": [ + "dominick" + ], "prolog": { "query": [ - "sister(Y_4, Y_6)", - "daughter('kari', Y_4)" + "father(Y_4, Y_6)", + "sibling('reyna', Y_4)" ], "answer": "Y_6" }, @@ -431,13 +466,19 @@ "type": 1 }, { - "id": "12b112c9-f67e-439b-9ed4-dd3c6b0d98d6", - "question": "Who is the father of the husband of lyndia ?", - "answer": [], + "id": "b9fbe458-432d-45e0-9dd8-1e7e185f15d2", + "question": "Who is the child of the wife of derick ?", + "answer": [ + "colby", + "antionette", + "dominick", + "alfonso", + "kari" + ], "prolog": { "query": [ - "father(Y_4, Y_6)", - "husband('lyndia', Y_4)" + "child(Y_4, Y_6)", + "wife('derick', Y_4)" ], "answer": "Y_6" }, @@ -455,13 +496,15 @@ "type": 1 }, { - "id": "b27eb514-9f7f-4ed9-aa7e-296cca88035b", - "question": "Who is the sister of the brother of rosalee ?", - "answer": [], + "id": "accd923b-34b0-403f-ad30-aec45fa247e4", + "question": "Who is the mother of the son of deangelo ?", + "answer": [ + "antionette" + ], "prolog": { "query": [ - "sister(Y_4, Y_6)", - "brother('rosalee', Y_4)" + "mother(Y_4, Y_6)", + "son('deangelo', Y_4)" ], "answer": "Y_6" }, @@ -479,13 +522,15 @@ "type": 1 }, { - "id": "5e18059d-693a-41af-8cec-ab591475bafe", - "question": "Who is the father of the son of miki ?", - "answer": [], + "id": "a361e3c9-0271-4937-8cc3-b5188f0b1174", + "question": "Who is the father of the child of tanner ?", + "answer": [ + "tanner" + ], "prolog": { "query": [ "father(Y_4, Y_6)", - "son('miki', Y_4)" + "child('tanner', Y_4)" ], "answer": "Y_6" }, @@ -503,17 +548,15 @@ "type": 1 }, { - "id": "b4964858-fa80-4187-864e-7e814ccf8141", - "question": "Who is the son of the mother of dominick ?", + "id": "cef10e94-1596-4d11-84f9-8b2bb0de62df", + "question": "Who is the father of the child of ila ?", "answer": [ - "colby", - "dominick", "alfonso" ], "prolog": { "query": [ - "son(Y_4, Y_6)", - "mother('dominick', Y_4)" + "father(Y_4, Y_6)", + "child('ila', Y_4)" ], "answer": "Y_6" }, @@ -531,13 +574,15 @@ "type": 1 }, { - "id": "81d25e69-0c90-49cd-aaaf-c2c00ca8edc8", - "question": "Who is the father of the person whose hobby is therapist, art ?", - "answer": [], + "id": "4a934eeb-4be9-4df5-81c2-4a3a5942bfae", + "question": "Who is the father of the person whose hobby is geocaching ?", + "answer": [ + "matt" + ], "prolog": { "query": [ "father(Y_4, Y_6)", - "hobby(Y_4, 'therapist, art')" + "hobby(Y_4, 'geocaching')" ], "answer": "Y_6" }, @@ -555,13 +600,18 @@ "type": 2 }, { - "id": "7b376528-8b23-4e7e-8a90-46bbe95beb1d", - "question": "Who is the child of the person whose hobby is teacher, adult education ?", - "answer": [], + "id": "c679a878-08af-44b8-afdb-0a38c44d3f89", + "question": "Who is the sibling of the person whose hobby is dominoes ?", + "answer": [ + "alfonso", + "dominick", + "colby", + "antionette" + ], "prolog": { "query": [ - "child(Y_4, Y_6)", - "hobby(Y_4, 'teacher, adult education')" + "sibling(Y_4, Y_6)", + "hobby(Y_4, 'dominoes')" ], "answer": "Y_6" }, @@ -579,13 +629,15 @@ "type": 2 }, { - "id": "01e21868-c964-419a-bd34-905efd3d2a02", - "question": "Who is the mother of the person whose job is meditation ?", - "answer": [], + "id": "367606dd-1036-46bc-be89-7d5988729696", + "question": "Who is the father of the person whose job is ranger/warden ?", + "answer": [ + "tanner" + ], "prolog": { "query": [ - "mother(Y_4, Y_6)", - "job(Y_4, 'meditation')" + "father(Y_4, Y_6)", + "job(Y_4, 'ranger/warden')" ], "answer": "Y_6" }, @@ -603,13 +655,15 @@ "type": 2 }, { - "id": "7ed28525-c0c9-475f-9739-0dc372440081", - "question": "Who is the son of the person whose job is meteorology ?", - "answer": [], + "id": "070e4882-f899-4652-96f9-38e5687c1f28", + "question": "Who is the father of the person whose hobby is trainspotting ?", + "answer": [ + "tanner" + ], "prolog": { "query": [ - "son(Y_4, Y_6)", - "job(Y_4, 'meteorology')" + "father(Y_4, Y_6)", + "hobby(Y_4, 'trainspotting')" ], "answer": "Y_6" }, @@ -627,13 +681,15 @@ "type": 2 }, { - "id": "eb377946-ae8a-4666-ac94-23397a744e33", - "question": "Who is the brother of the person whose hobby is therapist, art ?", - "answer": [], + "id": "ed39cd93-196d-4fc3-bce3-1f0aa4f69215", + "question": "Who is the daughter of the person whose job is engineer, manufacturing systems ?", + "answer": [ + "lyndia" + ], "prolog": { "query": [ - "brother(Y_4, Y_6)", - "hobby(Y_4, 'therapist, art')" + "daughter(Y_4, Y_6)", + "job(Y_4, 'engineer, manufacturing systems')" ], "answer": "Y_6" }, @@ -651,13 +707,15 @@ "type": 2 }, { - "id": "019c28d5-17c0-4667-b89f-9a1a680dd33f", - "question": "Who is the brother of the person whose hobby is translator ?", - "answer": [], + "id": "d4f2dcc6-6493-47d9-9866-5078cea927d2", + "question": "Who is the wife of the person whose job is therapist, art ?", + "answer": [ + "daisy" + ], "prolog": { "query": [ - "brother(Y_4, Y_6)", - "hobby(Y_4, 'translator')" + "wife(Y_4, Y_6)", + "job(Y_4, 'therapist, art')" ], "answer": "Y_6" }, @@ -675,15 +733,15 @@ "type": 2 }, { - "id": "f0ae80a1-dbf7-43bd-997a-ef7f412e6934", - "question": "Who is the child of the person whose hobby is tether car ?", + "id": "3aabb515-844a-4956-8dea-298fddad2a98", + "question": "Who is the mother of the person whose job is ranger/warden ?", "answer": [ - "matt" + "meghann" ], "prolog": { "query": [ - "child(Y_4, Y_6)", - "hobby(Y_4, 'tether car')" + "mother(Y_4, Y_6)", + "job(Y_4, 'ranger/warden')" ], "answer": "Y_6" }, @@ -701,13 +759,16 @@ "type": 2 }, { - "id": "aece916d-8d88-4259-bd6c-57d19c80cd57", - "question": "Who is the child of the person whose hobby is newspaper journalist ?", - "answer": [], + "id": "d6094f01-173d-4f2e-89d3-e4e3ac22f2af", + "question": "Who is the daughter of the person whose hobby is dairy farming ?", + "answer": [ + "johnna", + "dixie" + ], "prolog": { "query": [ - "child(Y_4, Y_6)", - "hobby(Y_4, 'newspaper journalist')" + "daughter(Y_4, Y_6)", + "hobby(Y_4, 'dairy farming')" ], "answer": "Y_6" }, @@ -725,13 +786,16 @@ "type": 2 }, { - "id": "5c6ed0f4-cf70-4c09-be20-f34656526157", - "question": "Who is the sibling of the person whose hobby is social studies ?", - "answer": [], + "id": "26fa740b-0d9e-4793-9d23-98d2d3f4dbaf", + "question": "Who is the father of the person whose hobby is meditation ?", + "answer": [ + "derick", + "vicente" + ], "prolog": { "query": [ - "sibling(Y_4, Y_6)", - "hobby(Y_4, 'social studies')" + "father(Y_4, Y_6)", + "hobby(Y_4, 'meditation')" ], "answer": "Y_6" }, @@ -749,13 +813,15 @@ "type": 2 }, { - "id": "70629241-29e3-4200-ae61-ad14f749ceb4", - "question": "Who is the wife of the person whose job is meteorology ?", - "answer": [], + "id": "eb93abfa-72fe-48d7-8f4e-d99197ad0f7b", + "question": "Who is the child of the person whose hobby is architecture ?", + "answer": [ + "lyndia" + ], "prolog": { "query": [ - "wife(Y_4, Y_6)", - "job(Y_4, 'meteorology')" + "child(Y_4, Y_6)", + "hobby(Y_4, 'architecture')" ], "answer": "Y_6" }, @@ -773,12 +839,14 @@ "type": 2 }, { - "id": "297e8b43-add6-4796-8bd3-653e86e2e4f0", - "question": "Who is the son of daisy ?", - "answer": [], + "id": "41309b13-df6c-4a4c-96a6-71513fcf2877", + "question": "Who is the father of miki ?", + "answer": [ + "tanner" + ], "prolog": { "query": [ - "son('daisy', Y_6)" + "father('miki', Y_6)" ], "answer": "Y_6" }, @@ -793,15 +861,16 @@ "type": 3 }, { - "id": "b4379a8c-e3f7-4ef3-90a6-1d901c1b54fc", - "question": "Who is the daughter of derick ?", + "id": "4047fc2f-f7ee-49e2-be56-e7c72e6b3f77", + "question": "Who is the daughter of dominick ?", "answer": [ - "kari", - "antionette" + "rosalee", + "reyna", + "deanna" ], "prolog": { "query": [ - "daughter('derick', Y_6)" + "daughter('dominick', Y_6)" ], "answer": "Y_6" }, @@ -816,12 +885,14 @@ "type": 3 }, { - "id": "75adf8ef-e730-49fd-aebe-71f63d3970cb", - "question": "Who is the sister of matt ?", - "answer": [], + "id": "0130a86e-e03d-430e-8fc8-1f08031b5033", + "question": "Who is the brother of johnna ?", + "answer": [ + "alton" + ], "prolog": { "query": [ - "sister('matt', Y_6)" + "brother('johnna', Y_6)" ], "answer": "Y_6" }, @@ -836,12 +907,15 @@ "type": 3 }, { - "id": "322d6edf-fcd3-4761-9d66-ca96cd0f808a", - "question": "Who is the wife of thomasine ?", - "answer": [], + "id": "183a810b-3516-46db-a027-dedff9ac0094", + "question": "Who is the brother of dominick ?", + "answer": [ + "alfonso", + "colby" + ], "prolog": { "query": [ - "wife('thomasine', Y_6)" + "brother('dominick', Y_6)" ], "answer": "Y_6" }, @@ -856,12 +930,14 @@ "type": 3 }, { - "id": "0bb30daa-4a2c-481d-8604-4155f9ece20e", - "question": "Who is the sister of maggie ?", - "answer": [], + "id": "3c009601-84d7-4cd9-a048-69f570e6de0a", + "question": "Who is the husband of lyndia ?", + "answer": [ + "vicente" + ], "prolog": { "query": [ - "sister('maggie', Y_6)" + "husband('lyndia', Y_6)" ], "answer": "Y_6" }, @@ -876,15 +952,14 @@ "type": 3 }, { - "id": "1163c5a4-2a82-4415-a596-b98a4c31fdfb", - "question": "Who is the sibling of reyna ?", + "id": "56d46789-a386-4def-addc-a58bbb2bd05d", + "question": "Who is the father of alfonso ?", "answer": [ - "deanna", - "rosalee" + "derick" ], "prolog": { "query": [ - "sibling('reyna', Y_6)" + "father('alfonso', Y_6)" ], "answer": "Y_6" }, @@ -899,12 +974,15 @@ "type": 3 }, { - "id": "b92b867a-4839-467d-9d70-d977f022846a", - "question": "Who is the wife of johnna ?", - "answer": [], + "id": "698bc3cd-7f1e-4fe1-af8d-af02a6155adb", + "question": "Who is the brother of colby ?", + "answer": [ + "alfonso", + "dominick" + ], "prolog": { "query": [ - "wife('johnna', Y_6)" + "brother('colby', Y_6)" ], "answer": "Y_6" }, @@ -919,12 +997,14 @@ "type": 3 }, { - "id": "cf36888b-4d28-4d19-ac72-70aa20e5b06a", - "question": "Who is the wife of colby ?", - "answer": [], + "id": "2a175ce8-ae39-4dbc-9f59-9ae94bc37a17", + "question": "Who is the wife of vicente ?", + "answer": [ + "lyndia" + ], "prolog": { "query": [ - "wife('colby', Y_6)" + "wife('vicente', Y_6)" ], "answer": "Y_6" }, @@ -939,12 +1019,14 @@ "type": 3 }, { - "id": "78441afa-078e-404b-a243-06054f24acce", - "question": "Who is the wife of ellis ?", - "answer": [], + "id": "f246f45a-5536-4d54-b0fe-237ece67006d", + "question": "Who is the sister of daisy ?", + "answer": [ + "meghann" + ], "prolog": { "query": [ - "wife('ellis', Y_6)" + "sister('daisy', Y_6)" ], "answer": "Y_6" }, @@ -959,14 +1041,14 @@ "type": 3 }, { - "id": "26fbc2de-630c-4604-a029-904e8a8b9030", - "question": "Who is the father of lyndia ?", + "id": "cc237413-46d8-4dde-88b5-cae07fcebf7e", + "question": "Who is the husband of thomasine ?", "answer": [ - "scotty" + "matt" ], "prolog": { "query": [ - "father('lyndia', Y_6)" + "husband('thomasine', Y_6)" ], "answer": "Y_6" }, @@ -981,12 +1063,15 @@ "type": 3 }, { - "id": "fa18ee4a-f4af-46f8-a15a-c33ff90b4d17", - "question": "Who is the person whose dob is accountant, chartered ?", - "answer": [], + "id": "348fda43-b964-4dae-8c53-f3ceca3d636b", + "question": "Who is the person whose hobby is meteorology ?", + "answer": [ + "daisy", + "dixie" + ], "prolog": { "query": [ - "dob(Y_6, 'accountant, chartered')" + "hobby(Y_6, 'meteorology')" ], "answer": "Y_6" }, @@ -1001,12 +1086,14 @@ "type": 4 }, { - "id": "5e804c2c-5f91-40b7-9ebe-140ac36d2bf5", - "question": "Who is the person whose dob is wikipedia editing ?", - "answer": [], + "id": "f04c34c7-f701-4956-81b8-7a4749b0dcd1", + "question": "Who is the person whose hobby is learning ?", + "answer": [ + "colby" + ], "prolog": { "query": [ - "dob(Y_6, 'wikipedia editing')" + "hobby(Y_6, 'learning')" ], "answer": "Y_6" }, @@ -1021,12 +1108,14 @@ "type": 4 }, { - "id": "3d98e84d-fe96-4597-8b98-d4267723cf22", - "question": "Who is the person whose job is finance ?", - "answer": [], + "id": "4ea31521-95f9-4617-a992-805155599522", + "question": "Who is the person whose hobby is fossil hunting ?", + "answer": [ + "derick" + ], "prolog": { "query": [ - "job(Y_6, 'finance')" + "hobby(Y_6, 'fossil hunting')" ], "answer": "Y_6" }, @@ -1041,14 +1130,14 @@ "type": 4 }, { - "id": "42b01d68-81a6-4744-800a-d3d8be11f4ba", - "question": "Who is the person whose hobby is shogi ?", + "id": "e4ca18fa-a708-402f-8d4e-a2e81f1e854c", + "question": "Who is the person whose job is therapist, art ?", "answer": [ - "kanesha" + "dominick" ], "prolog": { "query": [ - "hobby(Y_6, 'shogi')" + "job(Y_6, 'therapist, art')" ], "answer": "Y_6" }, @@ -1063,14 +1152,15 @@ "type": 4 }, { - "id": "10909861-80e7-4512-8d67-04379571b625", - "question": "Who is the person whose hobby is geocaching ?", + "id": "b1e8c5f8-8e06-4a37-ab69-4ba06d0df057", + "question": "Who is the person whose hobby is meditation ?", "answer": [ - "meghann" + "antionette", + "matt" ], "prolog": { "query": [ - "hobby(Y_6, 'geocaching')" + "hobby(Y_6, 'meditation')" ], "answer": "Y_6" }, @@ -1085,12 +1175,14 @@ "type": 4 }, { - "id": "a117e943-4f7c-4f78-9546-6f8f7f4c1d80", - "question": "Who is the person whose dob is social studies ?", - "answer": [], + "id": "1d9816d9-333b-4f17-a199-364566bba282", + "question": "Who is the person whose hobby is dolls ?", + "answer": [ + "ila" + ], "prolog": { "query": [ - "dob(Y_6, 'social studies')" + "hobby(Y_6, 'dolls')" ], "answer": "Y_6" }, @@ -1105,12 +1197,14 @@ "type": 4 }, { - "id": "8940b39f-1746-429e-8e48-a4bc8d3ae38a", - "question": "Who is the person whose dob is air cabin crew ?", - "answer": [], + "id": "4b8435bc-d727-43e6-8465-3d9aee93ec08", + "question": "Who is the person whose job is police officer ?", + "answer": [ + "thomasine" + ], "prolog": { "query": [ - "dob(Y_6, 'air cabin crew')" + "job(Y_6, 'police officer')" ], "answer": "Y_6" }, @@ -1125,14 +1219,14 @@ "type": 4 }, { - "id": "5697485d-2669-4e0d-8d0b-20d64e686988", - "question": "Who is the person whose job is geographical information systems officer ?", + "id": "fa3b4c86-abf1-44dd-a5b8-afbcb07b8ead", + "question": "Who is the person whose hobby is sociology ?", "answer": [ - "deangelo" + "dominick" ], "prolog": { "query": [ - "job(Y_6, 'geographical information systems officer')" + "hobby(Y_6, 'sociology')" ], "answer": "Y_6" }, @@ -1147,14 +1241,14 @@ "type": 4 }, { - "id": "aa862297-fdaa-4df1-9096-19aa25f8adb5", - "question": "Who is the person whose hobby is finance ?", + "id": "faf8fcc4-7f74-4250-85a5-f1a79519e554", + "question": "Who is the person whose job is engineer, manufacturing systems ?", "answer": [ - "ellis" + "maggie" ], "prolog": { "query": [ - "hobby(Y_6, 'finance')" + "job(Y_6, 'engineer, manufacturing systems')" ], "answer": "Y_6" }, @@ -1169,12 +1263,14 @@ "type": 4 }, { - "id": "b23abdf3-4b0c-44f6-832e-cc9c4d2a312b", - "question": "Who is the person whose hobby is agricultural engineer ?", - "answer": [], + "id": "19da6633-f05f-41ed-ac30-9750f359227f", + "question": "Who is the person whose hobby is dolls ?", + "answer": [ + "ila" + ], "prolog": { "query": [ - "hobby(Y_6, 'agricultural engineer')" + "hobby(Y_6, 'dolls')" ], "answer": "Y_6" }, @@ -1189,14 +1285,18 @@ "type": 4 }, { - "id": "cdfded6b-a979-4325-8e63-e253f5048668", - "question": "What is the job of the sibling of the sister of scotty ?", - "answer": [], + "id": "d9bb8077-f2ae-423c-8eb0-7aa38ce4f9c0", + "question": "What is the hobby of the sibling of the sibling of reyna ?", + "answer": [ + "bus spotting[22", + "biology", + "research" + ], "prolog": { "query": [ - "job(Y_5, Y_6)", + "hobby(Y_5, Y_6)", "sibling(Y_3, Y_5)", - "sister('scotty', Y_3)" + "sibling('reyna', Y_3)" ], "answer": "Y_6" }, @@ -1217,14 +1317,16 @@ "type": 5 }, { - "id": "571c0b03-be75-46cf-89b6-b7bb108c0927", - "question": "What is the job of the daughter of the wife of lyndia ?", - "answer": [], + "id": "e011bdbc-7c53-4907-a91d-63185e64f362", + "question": "What is the hobby of the wife of the father of colby ?", + "answer": [ + "shogi" + ], "prolog": { "query": [ - "job(Y_5, Y_6)", - "daughter(Y_3, Y_5)", - "wife('lyndia', Y_3)" + "hobby(Y_5, Y_6)", + "wife(Y_3, Y_5)", + "father('colby', Y_3)" ], "answer": "Y_6" }, @@ -1245,14 +1347,17 @@ "type": 5 }, { - "id": "fffa7c5a-3ce2-4cc0-bb06-bd4e377bd786", - "question": "What is the dob of the wife of the child of thomasine ?", - "answer": [], + "id": "cbbcf43c-a4d7-4a88-9a93-18ab4287ba2c", + "question": "What is the dob of the daughter of the child of lyndia ?", + "answer": [ + "0237-11-04", + "0230-04-06" + ], "prolog": { "query": [ "dob(Y_5, Y_6)", - "wife(Y_3, Y_5)", - "child('thomasine', Y_3)" + "daughter(Y_3, Y_5)", + "child('lyndia', Y_3)" ], "answer": "Y_6" }, @@ -1273,14 +1378,16 @@ "type": 5 }, { - "id": "5d905b7e-a1b3-4071-91a7-41091ede0024", - "question": "What is the hobby of the father of the son of reyna ?", - "answer": [], + "id": "8a67b94f-c119-4250-9bb4-d900c7ccf9ae", + "question": "What is the job of the husband of the child of scotty ?", + "answer": [ + "agricultural engineer" + ], "prolog": { "query": [ - "hobby(Y_5, Y_6)", - "father(Y_3, Y_5)", - "son('reyna', Y_3)" + "job(Y_5, Y_6)", + "husband(Y_3, Y_5)", + "child('scotty', Y_3)" ], "answer": "Y_6" }, @@ -1301,16 +1408,16 @@ "type": 5 }, { - "id": "a7904c4d-4379-44b3-948c-54f9647544b5", - "question": "What is the hobby of the father of the wife of tanner ?", + "id": "7b3c3029-ada6-4274-b9d3-04207bb6742b", + "question": "What is the hobby of the mother of the daughter of kanesha ?", "answer": [ - "meditation" + "shogi" ], "prolog": { "query": [ "hobby(Y_5, Y_6)", - "father(Y_3, Y_5)", - "wife('tanner', Y_3)" + "mother(Y_3, Y_5)", + "daughter('kanesha', Y_3)" ], "answer": "Y_6" }, @@ -1331,14 +1438,17 @@ "type": 5 }, { - "id": "d81f89b7-f6cb-4a6d-ae63-6855c15f011e", - "question": "What is the dob of the brother of the son of daisy ?", - "answer": [], + "id": "bdfa0b84-14a6-4ee0-a927-991de0bef569", + "question": "What is the dob of the child of the child of vicente ?", + "answer": [ + "0237-11-04", + "0230-04-06" + ], "prolog": { "query": [ "dob(Y_5, Y_6)", - "brother(Y_3, Y_5)", - "son('daisy', Y_3)" + "child(Y_3, Y_5)", + "child('vicente', Y_3)" ], "answer": "Y_6" }, @@ -1359,14 +1469,16 @@ "type": 5 }, { - "id": "dd7dd3b3-bc54-4c18-969d-3287fb68d012", - "question": "What is the dob of the wife of the daughter of colby ?", - "answer": [], + "id": "9e0dadb1-588f-4fa5-98b6-aaf481b1f963", + "question": "What is the hobby of the father of the daughter of deangelo ?", + "answer": [ + "dairy farming" + ], "prolog": { "query": [ - "dob(Y_5, Y_6)", - "wife(Y_3, Y_5)", - "daughter('colby', Y_3)" + "hobby(Y_5, Y_6)", + "father(Y_3, Y_5)", + "daughter('deangelo', Y_3)" ], "answer": "Y_6" }, @@ -1387,14 +1499,16 @@ "type": 5 }, { - "id": "6c6c72b8-de26-4490-967b-e6b5a84fb8f2", - "question": "What is the dob of the mother of the wife of matt ?", - "answer": [], + "id": "8f666c62-38d0-4e7d-aa5f-096b80a7e36b", + "question": "What is the dob of the husband of the wife of vicente ?", + "answer": [ + "0178-01-25" + ], "prolog": { "query": [ "dob(Y_5, Y_6)", - "mother(Y_3, Y_5)", - "wife('matt', Y_3)" + "husband(Y_3, Y_5)", + "wife('vicente', Y_3)" ], "answer": "Y_6" }, @@ -1415,16 +1529,16 @@ "type": 5 }, { - "id": "ba205169-a7c4-423c-b23b-137567497415", - "question": "What is the dob of the father of the wife of dominick ?", + "id": "33bfa796-2c2f-4235-981b-f90dcc1d9e8e", + "question": "What is the hobby of the father of the father of daisy ?", "answer": [ - "0205-10-16" + "social studies" ], "prolog": { "query": [ - "dob(Y_5, Y_6)", + "hobby(Y_5, Y_6)", "father(Y_3, Y_5)", - "wife('dominick', Y_3)" + "father('daisy', Y_3)" ], "answer": "Y_6" }, @@ -1445,17 +1559,17 @@ "type": 5 }, { - "id": "344f3526-150e-4447-86ea-2f29201ab4c8", - "question": "What is the dob of the daughter of the mother of dixie ?", + "id": "d5712d23-385b-4508-b475-c44f396ea359", + "question": "What is the job of the daughter of the mother of dominick ?", "answer": [ - "0270-01-28", - "0264-08-02" + "public house manager", + "contractor" ], "prolog": { "query": [ - "dob(Y_5, Y_6)", + "job(Y_5, Y_6)", "daughter(Y_3, Y_5)", - "mother('dixie', Y_3)" + "mother('dominick', Y_3)" ], "answer": "Y_6" }, @@ -1476,19 +1590,16 @@ "type": 5 }, { - "id": "ea9eccfa-2f23-4b39-81dc-ef2be205da93", - "question": "What is the dob of the daughter of the person whose hobby is meditation ?", + "id": "ae490af3-36d8-4228-8176-dc0c735aa8d1", + "question": "What is the job of the child of the person whose job is airline pilot ?", "answer": [ - "0270-01-28", - "0230-04-06", - "0264-08-02", - "0237-11-04" + "museum education officer" ], "prolog": { "query": [ - "dob(Y_5, Y_6)", - "daughter(Y_3, Y_5)", - "hobby(Y_3, 'meditation')" + "job(Y_5, Y_6)", + "child(Y_3, Y_5)", + "job(Y_3, 'airline pilot')" ], "answer": "Y_6" }, @@ -1509,14 +1620,17 @@ "type": 6 }, { - "id": "8ed9d583-a00e-45d2-a8da-c6ec5bad4751", - "question": "What is the dob of the child of the person whose job is geography ?", - "answer": [], + "id": "2e1a1679-e863-4cc0-ba79-2288f8aea743", + "question": "What is the hobby of the brother of the person whose hobby is learning ?", + "answer": [ + "microbiology", + "sociology" + ], "prolog": { "query": [ - "dob(Y_5, Y_6)", - "child(Y_3, Y_5)", - "job(Y_3, 'geography')" + "hobby(Y_5, Y_6)", + "brother(Y_3, Y_5)", + "hobby(Y_3, 'learning')" ], "answer": "Y_6" }, @@ -1537,14 +1651,16 @@ "type": 6 }, { - "id": "a138e401-0bcc-4eae-b27e-2d71254f97a1", - "question": "What is the job of the child of the person whose dob is accountant, chartered ?", - "answer": [], + "id": "6725e5ee-8920-46f1-be44-5edc81a791c3", + "question": "What is the job of the wife of the person whose hobby is radio-controlled car racing ?", + "answer": [ + "chief marketing officer" + ], "prolog": { "query": [ "job(Y_5, Y_6)", - "child(Y_3, Y_5)", - "dob(Y_3, 'accountant, chartered')" + "wife(Y_3, Y_5)", + "hobby(Y_3, 'radio-controlled car racing')" ], "answer": "Y_6" }, @@ -1565,14 +1681,16 @@ "type": 6 }, { - "id": "5ce9498e-f527-48e8-9409-a4069f875793", - "question": "What is the job of the mother of the person whose dob is microbiology ?", - "answer": [], + "id": "603f55f5-141b-49b2-a19b-c6a38a4ccdcd", + "question": "What is the job of the child of the person whose job is airline pilot ?", + "answer": [ + "museum education officer" + ], "prolog": { "query": [ "job(Y_5, Y_6)", - "mother(Y_3, Y_5)", - "dob(Y_3, 'microbiology')" + "child(Y_3, Y_5)", + "job(Y_3, 'airline pilot')" ], "answer": "Y_6" }, @@ -1593,14 +1711,20 @@ "type": 6 }, { - "id": "ecb4d0a9-1af8-4239-a089-4cf478fc422f", - "question": "What is the hobby of the sibling of the person whose job is fossil hunting ?", - "answer": [], + "id": "ae73fcf1-925d-42c3-a862-7e215476b4cf", + "question": "What is the hobby of the child of the person whose hobby is shogi ?", + "answer": [ + "microbiology", + "meditation", + "learning", + "dominoes", + "sociology" + ], "prolog": { "query": [ "hobby(Y_5, Y_6)", - "sibling(Y_3, Y_5)", - "job(Y_3, 'fossil hunting')" + "child(Y_3, Y_5)", + "hobby(Y_3, 'shogi')" ], "answer": "Y_6" }, @@ -1621,17 +1745,16 @@ "type": 6 }, { - "id": "f61704c8-960a-4b96-a2a7-5db5d97d25b8", - "question": "What is the job of the sister of the person whose job is newspaper journalist ?", + "id": "f7543e10-e77e-4728-8526-f0a9907423ef", + "question": "What is the dob of the wife of the person whose hobby is fossil hunting ?", "answer": [ - "air cabin crew", - "biomedical scientist" + "0212-07-22" ], "prolog": { "query": [ - "job(Y_5, Y_6)", - "sister(Y_3, Y_5)", - "job(Y_3, 'newspaper journalist')" + "dob(Y_5, Y_6)", + "wife(Y_3, Y_5)", + "hobby(Y_3, 'fossil hunting')" ], "answer": "Y_6" }, @@ -1652,16 +1775,15 @@ "type": 6 }, { - "id": "937d5077-af35-4baf-84f6-d3168a5cba2a", - "question": "What is the job of the mother of the person whose hobby is meditation ?", + "id": "07b6bc8c-4dc4-48ac-a733-181bc162f5c2", + "question": "What is the dob of the wife of the person whose hobby is meditation ?", "answer": [ - "museum education officer", - "production assistant, television" + "0204-09-13" ], "prolog": { "query": [ - "job(Y_5, Y_6)", - "mother(Y_3, Y_5)", + "dob(Y_5, Y_6)", + "wife(Y_3, Y_5)", "hobby(Y_3, 'meditation')" ], "answer": "Y_6" @@ -1683,14 +1805,18 @@ "type": 6 }, { - "id": "aa6fc5ba-ee77-4527-afbe-3f8ec37ff321", - "question": "What is the job of the brother of the person whose hobby is biomedical scientist ?", - "answer": [], + "id": "45dadf71-6abe-45ac-ab14-b1dc078337bd", + "question": "What is the hobby of the daughter of the person whose hobby is meteorology ?", + "answer": [ + "bus spotting[22", + "biology", + "research" + ], "prolog": { "query": [ - "job(Y_5, Y_6)", - "brother(Y_3, Y_5)", - "hobby(Y_3, 'biomedical scientist')" + "hobby(Y_5, Y_6)", + "daughter(Y_3, Y_5)", + "hobby(Y_3, 'meteorology')" ], "answer": "Y_6" }, @@ -1711,16 +1837,16 @@ "type": 6 }, { - "id": "36f9d3b0-0f83-4f4d-95d1-774c61e8a740", - "question": "What is the dob of the wife of the person whose job is agricultural engineer ?", + "id": "9db8c315-c331-4f83-a3ce-3dbdcaa62f86", + "question": "What is the dob of the mother of the person whose hobby is trainspotting ?", "answer": [ - "0178-04-18" + "0230-04-06" ], "prolog": { "query": [ "dob(Y_5, Y_6)", - "wife(Y_3, Y_5)", - "job(Y_3, 'agricultural engineer')" + "mother(Y_3, Y_5)", + "hobby(Y_3, 'trainspotting')" ], "answer": "Y_6" }, @@ -1741,14 +1867,16 @@ "type": 6 }, { - "id": "03db1403-2970-4e41-b15b-0a85fb5e7fbf", - "question": "What is the dob of the sibling of the person whose hobby is fossil hunting ?", - "answer": [], + "id": "d728190d-117a-4abd-ad08-514cac7c47d0", + "question": "What is the dob of the husband of the person whose hobby is architecture ?", + "answer": [ + "0149-12-17" + ], "prolog": { "query": [ "dob(Y_5, Y_6)", - "sibling(Y_3, Y_5)", - "hobby(Y_3, 'fossil hunting')" + "husband(Y_3, Y_5)", + "hobby(Y_3, 'architecture')" ], "answer": "Y_6" }, @@ -1769,15 +1897,15 @@ "type": 6 }, { - "id": "08b8ae12-6c70-4794-ad33-f5d64900437e", - "question": "What is the dob of the brother of dixie ?", + "id": "72f4e78a-c4b6-4531-a1ca-33c1517e60ed", + "question": "What is the hobby of the son of antionette ?", "answer": [ - "0263-06-10" + "canoeing" ], "prolog": { "query": [ - "dob(Y_5, Y_6)", - "brother('dixie', Y_5)" + "hobby(Y_5, Y_6)", + "son('antionette', Y_5)" ], "answer": "Y_6" }, @@ -1795,13 +1923,15 @@ "type": 7 }, { - "id": "1b396051-a918-4cdb-8d14-37324e720581", - "question": "What is the dob of the wife of daisy ?", - "answer": [], + "id": "cbe082bb-55c6-4f2c-8ddd-b24006d723e6", + "question": "What is the job of the son of ila ?", + "answer": [ + "civil engineer, consulting" + ], "prolog": { "query": [ - "dob(Y_5, Y_6)", - "wife('daisy', Y_5)" + "job(Y_5, Y_6)", + "son('ila', Y_5)" ], "answer": "Y_6" }, @@ -1819,15 +1949,16 @@ "type": 7 }, { - "id": "292d1fed-56d3-468d-89da-c8da8ca10b79", - "question": "What is the dob of the daughter of scotty ?", + "id": "b85c3d68-f21a-417f-a1ad-7e339ab9d729", + "question": "What is the job of the sibling of rosalee ?", "answer": [ - "0178-04-18" + "biomedical scientist", + "air cabin crew" ], "prolog": { "query": [ - "dob(Y_5, Y_6)", - "daughter('scotty', Y_5)" + "job(Y_5, Y_6)", + "sibling('rosalee', Y_5)" ], "answer": "Y_6" }, @@ -1845,16 +1976,16 @@ "type": 7 }, { - "id": "15c74ad7-7388-4c6a-8bdb-096ea1dbb2ed", - "question": "What is the dob of the daughter of deangelo ?", + "id": "5b0c29c0-672b-460e-8f43-376998edd1b2", + "question": "What is the job of the daughter of kanesha ?", "answer": [ - "0270-01-28", - "0264-08-02" + "public house manager", + "contractor" ], "prolog": { "query": [ - "dob(Y_5, Y_6)", - "daughter('deangelo', Y_5)" + "job(Y_5, Y_6)", + "daughter('kanesha', Y_5)" ], "answer": "Y_6" }, @@ -1872,15 +2003,18 @@ "type": 7 }, { - "id": "e62bc1df-dc97-464e-9dda-29559c73b851", - "question": "What is the dob of the mother of dixie ?", + "id": "f95e41f5-0b48-4cc0-bcdd-09a64151e9c4", + "question": "What is the job of the sibling of alfonso ?", "answer": [ - "0239-10-28" + "therapist, art", + "public house manager", + "contractor", + "product designer" ], "prolog": { "query": [ - "dob(Y_5, Y_6)", - "mother('dixie', Y_5)" + "job(Y_5, Y_6)", + "sibling('alfonso', Y_5)" ], "answer": "Y_6" }, @@ -1898,15 +2032,15 @@ "type": 7 }, { - "id": "f9c22a74-d9d6-4f99-bf7e-00f5fd6bf077", - "question": "What is the job of the father of meghann ?", + "id": "785e8cbb-e168-41da-ad3f-214851288d45", + "question": "What is the job of the father of alton ?", "answer": [ - "investment banker, corporate" + "geographical information systems officer" ], "prolog": { "query": [ "job(Y_5, Y_6)", - "father('meghann', Y_5)" + "father('alton', Y_5)" ], "answer": "Y_6" }, @@ -1924,13 +2058,15 @@ "type": 7 }, { - "id": "8d9ddca7-16a9-400e-ad40-57d5338087f7", - "question": "What is the dob of the father of thomasine ?", - "answer": [], + "id": "023d21f7-a869-4c58-af94-1f439a4ef9d5", + "question": "What is the job of the son of antionette ?", + "answer": [ + "accountant, chartered" + ], "prolog": { "query": [ - "dob(Y_5, Y_6)", - "father('thomasine', Y_5)" + "job(Y_5, Y_6)", + "son('antionette', Y_5)" ], "answer": "Y_6" }, @@ -1948,15 +2084,18 @@ "type": 7 }, { - "id": "9b1c92da-1fbb-47d9-b2fe-91565c84cc83", - "question": "What is the hobby of the father of alfonso ?", + "id": "b63ba27f-122d-4e22-807c-f9ad9a9c4ff5", + "question": "What is the job of the sibling of colby ?", "answer": [ - "fossil hunting" + "therapist, art", + "translator", + "public house manager", + "contractor" ], "prolog": { "query": [ - "hobby(Y_5, Y_6)", - "father('alfonso', Y_5)" + "job(Y_5, Y_6)", + "sibling('colby', Y_5)" ], "answer": "Y_6" }, @@ -1974,16 +2113,15 @@ "type": 7 }, { - "id": "5f7732fe-57c6-4fb8-b263-194359ef364b", - "question": "What is the job of the daughter of deangelo ?", + "id": "abf29cb9-9c03-4d7f-84c8-5b6b0ccc7d16", + "question": "What is the dob of the wife of matt ?", "answer": [ - "research scientist (life sciences)", - "freight forwarder" + "0204-09-13" ], "prolog": { "query": [ - "job(Y_5, Y_6)", - "daughter('deangelo', Y_5)" + "dob(Y_5, Y_6)", + "wife('matt', Y_5)" ], "answer": "Y_6" }, @@ -2001,13 +2139,16 @@ "type": 7 }, { - "id": "375e5e75-a835-4dde-8862-d2f2e6ab60c3", - "question": "What is the job of the brother of maggie ?", - "answer": [], + "id": "535285ff-9808-439a-a9e4-1da573d95365", + "question": "What is the hobby of the sibling of alton ?", + "answer": [ + "meteorology", + "photography" + ], "prolog": { "query": [ - "job(Y_5, Y_6)", - "brother('maggie', Y_5)" + "hobby(Y_5, Y_6)", + "sibling('alton', Y_5)" ], "answer": "Y_6" }, @@ -2025,13 +2166,15 @@ "type": 7 }, { - "id": "632d6540-3604-4e0c-8a81-0a7f1664d14d", - "question": "What is the dob of the person whose job is geography ?", - "answer": [], + "id": "bdb1357b-024f-48f2-a4f3-1dabb88302dd", + "question": "What is the job of the person whose hobby is shogi ?", + "answer": [ + "production assistant, television" + ], "prolog": { "query": [ - "dob(Y_5, Y_6)", - "job(Y_5, 'geography')" + "job(Y_5, Y_6)", + "hobby(Y_5, 'shogi')" ], "answer": "Y_6" }, @@ -2049,13 +2192,15 @@ "type": 8 }, { - "id": "59aee61d-e7ef-4469-93c7-dd9b25114826", - "question": "What is the dob of the person whose dob is biology ?", - "answer": [], + "id": "0fea28e4-6f68-4ddd-8696-b3d3d80dfd56", + "question": "What is the job of the person whose job is agricultural engineer ?", + "answer": [ + "agricultural engineer" + ], "prolog": { "query": [ - "dob(Y_5, Y_6)", - "dob(Y_5, 'biology')" + "job(Y_5, Y_6)", + "job(Y_5, 'agricultural engineer')" ], "answer": "Y_6" }, @@ -2073,13 +2218,16 @@ "type": 8 }, { - "id": "a4574c43-a8be-4854-9f2e-1ebcf49eb290", - "question": "What is the dob of the person whose dob is geocaching ?", - "answer": [], + "id": "5f037327-266e-48eb-8180-f61235b4b8cd", + "question": "What is the dob of the person whose hobby is meditation ?", + "answer": [ + "0239-10-28", + "0205-10-16" + ], "prolog": { "query": [ "dob(Y_5, Y_6)", - "dob(Y_5, 'geocaching')" + "hobby(Y_5, 'meditation')" ], "answer": "Y_6" }, @@ -2097,13 +2245,15 @@ "type": 8 }, { - "id": "2f70d213-0469-44df-af19-17e4fa51a715", - "question": "What is the dob of the person whose hobby is museum education officer ?", - "answer": [], + "id": "12b82855-578a-4f9c-affc-33a8b07c74f4", + "question": "What is the hobby of the person whose hobby is fossil hunting ?", + "answer": [ + "fossil hunting" + ], "prolog": { "query": [ - "dob(Y_5, Y_6)", - "hobby(Y_5, 'museum education officer')" + "hobby(Y_5, Y_6)", + "hobby(Y_5, 'fossil hunting')" ], "answer": "Y_6" }, @@ -2121,13 +2271,15 @@ "type": 8 }, { - "id": "0bdec065-ad96-4e74-ad22-7f2556d40ae0", - "question": "What is the dob of the person whose job is wikipedia editing ?", - "answer": [], + "id": "c58f3881-a7ab-4c6b-ae2c-a81eda2389c1", + "question": "What is the dob of the person whose job is biomedical scientist ?", + "answer": [ + "0270-07-11" + ], "prolog": { "query": [ "dob(Y_5, Y_6)", - "job(Y_5, 'wikipedia editing')" + "job(Y_5, 'biomedical scientist')" ], "answer": "Y_6" }, @@ -2145,13 +2297,16 @@ "type": 8 }, { - "id": "3731c05a-b46d-4c01-bcb8-076e536c3d33", - "question": "What is the hobby of the person whose hobby is agricultural engineer ?", - "answer": [], + "id": "80d41e9f-87a5-4f68-94a9-14caeb7344a4", + "question": "What is the dob of the person whose hobby is meteorology ?", + "answer": [ + "0237-11-04", + "0270-01-28" + ], "prolog": { "query": [ - "hobby(Y_5, Y_6)", - "hobby(Y_5, 'agricultural engineer')" + "dob(Y_5, Y_6)", + "hobby(Y_5, 'meteorology')" ], "answer": "Y_6" }, @@ -2169,13 +2324,15 @@ "type": 8 }, { - "id": "28075d8f-defb-49a5-9341-b832dd2a3328", - "question": "What is the hobby of the person whose hobby is commercial/residential surveyor ?", - "answer": [], + "id": "5d07772e-fdec-49af-9d5b-b6ac6acadd83", + "question": "What is the dob of the person whose job is museum education officer ?", + "answer": [ + "0178-04-18" + ], "prolog": { "query": [ - "hobby(Y_5, Y_6)", - "hobby(Y_5, 'commercial/residential surveyor')" + "dob(Y_5, Y_6)", + "job(Y_5, 'museum education officer')" ], "answer": "Y_6" }, @@ -2193,15 +2350,15 @@ "type": 8 }, { - "id": "186c1455-beb2-49ed-82f9-bc62601c81df", - "question": "What is the job of the person whose hobby is fossil hunting ?", + "id": "15fe0c2c-cbbe-4414-af8a-6edcf68a11f1", + "question": "What is the dob of the person whose job is airline pilot ?", "answer": [ - "estate manager/land agent" + "0149-12-17" ], "prolog": { "query": [ - "job(Y_5, Y_6)", - "hobby(Y_5, 'fossil hunting')" + "dob(Y_5, Y_6)", + "job(Y_5, 'airline pilot')" ], "answer": "Y_6" }, @@ -2219,15 +2376,15 @@ "type": 8 }, { - "id": "39371448-c66d-4b1a-ad3b-96ae9f290dd6", - "question": "What is the hobby of the person whose hobby is tether car ?", + "id": "0f5a292f-b603-41c8-9d20-650b1a29f07c", + "question": "What is the hobby of the person whose hobby is wikipedia editing ?", "answer": [ - "tether car" + "wikipedia editing" ], "prolog": { "query": [ "hobby(Y_5, Y_6)", - "hobby(Y_5, 'tether car')" + "hobby(Y_5, 'wikipedia editing')" ], "answer": "Y_6" }, @@ -2245,13 +2402,15 @@ "type": 8 }, { - "id": "2769b374-5ca8-4513-966d-d222877d8479", - "question": "What is the job of the person whose job is learning ?", - "answer": [], + "id": "1a7cb4bf-605e-4ea1-aca3-f25c0d253918", + "question": "What is the hobby of the person whose job is commercial/residential surveyor ?", + "answer": [ + "dolls" + ], "prolog": { "query": [ - "job(Y_5, Y_6)", - "job(Y_5, 'learning')" + "hobby(Y_5, Y_6)", + "job(Y_5, 'commercial/residential surveyor')" ], "answer": "Y_6" }, @@ -2269,14 +2428,16 @@ "type": 8 }, { - "id": "f35bab1c-6890-4246-a104-1029b1d4001f", - "question": "How many brothers does the sibling of the sibling of thomasine have?", - "answer": [], + "id": "800b64ef-cb81-4f09-bf69-e34bebe7cb2a", + "question": "How many brothers does the sister of the sister of dominick have?", + "answer": [ + "14" + ], "prolog": { "query": [ "aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)", - "sibling(Y_3, Y_5)", - "sibling('thomasine', Y_3)" + "sister(Y_3, Y_5)", + "sister('dominick', Y_3)" ], "answer": "Count_7" }, @@ -2296,14 +2457,16 @@ "type": 9 }, { - "id": "3bfb126c-ec32-4ac6-9ded-f8cee7065131", - "question": "How many siblings does the brother of the brother of thomasine have?", - "answer": [], + "id": "4f86422f-fd3a-4d8f-99d9-67bf18554c85", + "question": "How many children does the daughter of the mother of daisy have?", + "answer": [ + "34" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(sibling(Y_5, Y_7)), Count_7)", - "brother(Y_3, Y_5)", - "brother('thomasine', Y_3)" + "aggregate_all(count, distinct(child(Y_5, Y_7)), Count_7)", + "daughter(Y_3, Y_5)", + "mother('daisy', Y_3)" ], "answer": "Count_7" }, @@ -2323,14 +2486,16 @@ "type": 9 }, { - "id": "1dfb5502-98a7-4cf5-a166-6466e79aef07", - "question": "How many sons does the brother of the child of scotty have?", - "answer": [], + "id": "aa6ad4aa-1802-4074-bf5a-f12edd37bcb0", + "question": "How many children does the sister of the daughter of thomasine have?", + "answer": [ + "34" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(son(Y_5, Y_7)), Count_7)", - "brother(Y_3, Y_5)", - "child('scotty', Y_3)" + "aggregate_all(count, distinct(child(Y_5, Y_7)), Count_7)", + "sister(Y_3, Y_5)", + "daughter('thomasine', Y_3)" ], "answer": "Count_7" }, @@ -2350,14 +2515,16 @@ "type": 9 }, { - "id": "cb7fcff2-d0c3-415b-9839-af3972201107", - "question": "How many sons does the wife of the brother of tanner have?", - "answer": [], + "id": "404c187f-7dde-4379-9d42-a39500eed95b", + "question": "How many sons does the wife of the father of miki have?", + "answer": [ + "12" + ], "prolog": { "query": [ "aggregate_all(count, distinct(son(Y_5, Y_7)), Count_7)", "wife(Y_3, Y_5)", - "brother('tanner', Y_3)" + "father('miki', Y_3)" ], "answer": "Count_7" }, @@ -2377,14 +2544,16 @@ "type": 9 }, { - "id": "a782db1b-5286-4163-9c84-74ce763c6d83", - "question": "How many siblings does the husband of the child of dominick have?", - "answer": [], + "id": "54c805f9-26c5-4904-90b0-bd63e0d2e77f", + "question": "How many brothers does the sister of the daughter of thomasine have?", + "answer": [ + "14" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(sibling(Y_5, Y_7)), Count_7)", - "husband(Y_3, Y_5)", - "child('dominick', Y_3)" + "aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)", + "sister(Y_3, Y_5)", + "daughter('thomasine', Y_3)" ], "answer": "Count_7" }, @@ -2404,14 +2573,16 @@ "type": 9 }, { - "id": "236bee53-f5c4-4530-a362-59f895919b9d", - "question": "How many brothers does the father of the husband of deanna have?", - "answer": [], + "id": "53c8a4bb-52c7-49ff-8daa-60394be6cd65", + "question": "How many siblings does the sister of the daughter of thomasine have?", + "answer": [ + "34" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)", - "father(Y_3, Y_5)", - "husband('deanna', Y_3)" + "aggregate_all(count, distinct(sibling(Y_5, Y_7)), Count_7)", + "sister(Y_3, Y_5)", + "daughter('thomasine', Y_3)" ], "answer": "Count_7" }, @@ -2431,14 +2602,16 @@ "type": 9 }, { - "id": "195140b2-98df-43f3-b91b-560bbabf7607", - "question": "How many daughters does the son of the brother of deangelo have?", - "answer": [], + "id": "1cc58894-723d-41e0-b454-b69d5942f273", + "question": "How many sisters does the mother of the sister of daisy have?", + "answer": [ + "20" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(daughter(Y_5, Y_7)), Count_7)", - "son(Y_3, Y_5)", - "brother('deangelo', Y_3)" + "aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)", + "mother(Y_3, Y_5)", + "sister('daisy', Y_3)" ], "answer": "Count_7" }, @@ -2458,16 +2631,16 @@ "type": 9 }, { - "id": "13df76bb-23b9-4198-b66a-90224f6b3ba9", - "question": "How many sons does the husband of the sister of dominick have?", + "id": "dc6c20c2-3146-497e-8322-b707d0229b20", + "question": "How many sisters does the father of the child of ila have?", "answer": [ - "12" + "20" ], "prolog": { "query": [ - "aggregate_all(count, distinct(son(Y_5, Y_7)), Count_7)", - "husband(Y_3, Y_5)", - "sister('dominick', Y_3)" + "aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)", + "father(Y_3, Y_5)", + "child('ila', Y_3)" ], "answer": "Count_7" }, @@ -2487,14 +2660,16 @@ "type": 9 }, { - "id": "497734f0-298b-47fb-82fd-4bafd11e4343", - "question": "How many brothers does the husband of the sister of deangelo have?", - "answer": [], + "id": "917f5adb-684b-4eb8-af5e-006e77ee42bb", + "question": "How many daughters does the mother of the daughter of scotty have?", + "answer": [ + "22" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)", - "husband(Y_3, Y_5)", - "sister('deangelo', Y_3)" + "aggregate_all(count, distinct(daughter(Y_5, Y_7)), Count_7)", + "mother(Y_3, Y_5)", + "daughter('scotty', Y_3)" ], "answer": "Count_7" }, @@ -2514,14 +2689,16 @@ "type": 9 }, { - "id": "81b557e8-4eff-4a37-aefe-bdc154e9baaf", - "question": "How many daughters does the sibling of the brother of tanner have?", - "answer": [], + "id": "14900460-55a8-4511-a573-6b044385d091", + "question": "How many sons does the sister of the daughter of matt have?", + "answer": [ + "12" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(daughter(Y_5, Y_7)), Count_7)", - "sibling(Y_3, Y_5)", - "brother('tanner', Y_3)" + "aggregate_all(count, distinct(son(Y_5, Y_7)), Count_7)", + "sister(Y_3, Y_5)", + "daughter('matt', Y_3)" ], "answer": "Count_7" }, @@ -2541,14 +2718,16 @@ "type": 9 }, { - "id": "883646ad-b315-4856-b42a-7db5fe6881a9", - "question": "How many daughters does the husband of the person whose job is translator have?", - "answer": [], + "id": "c4d489a5-8984-4902-88e3-96ac84d83658", + "question": "How many sons does the wife of the person whose job is geographical information systems officer have?", + "answer": [ + "12" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(daughter(Y_5, Y_7)), Count_7)", - "husband(Y_3, Y_5)", - "job(Y_3, 'translator')" + "aggregate_all(count, distinct(son(Y_5, Y_7)), Count_7)", + "wife(Y_3, Y_5)", + "job(Y_3, 'geographical information systems officer')" ], "answer": "Count_7" }, @@ -2568,14 +2747,16 @@ "type": 10 }, { - "id": "5eb00bc5-482e-4b4b-995b-16c4fd891aad", - "question": "How many sons does the wife of the person whose job is contractor have?", - "answer": [], + "id": "3f706599-019a-4457-9371-e2f6196491ce", + "question": "How many daughters does the brother of the person whose hobby is microbiology have?", + "answer": [ + "22" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(son(Y_5, Y_7)), Count_7)", - "wife(Y_3, Y_5)", - "job(Y_3, 'contractor')" + "aggregate_all(count, distinct(daughter(Y_5, Y_7)), Count_7)", + "brother(Y_3, Y_5)", + "hobby(Y_3, 'microbiology')" ], "answer": "Count_7" }, @@ -2595,14 +2776,16 @@ "type": 10 }, { - "id": "738027db-3ae3-4d6c-9a4e-024c4e4b2da9", - "question": "How many sisters does the child of the person whose job is microbiology have?", - "answer": [], + "id": "ffc67b72-e35d-4235-a252-1195a2713555", + "question": "How many brothers does the wife of the person whose job is agricultural engineer have?", + "answer": [ + "14" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)", - "child(Y_3, Y_5)", - "job(Y_3, 'microbiology')" + "aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)", + "wife(Y_3, Y_5)", + "job(Y_3, 'agricultural engineer')" ], "answer": "Count_7" }, @@ -2622,14 +2805,16 @@ "type": 10 }, { - "id": "b2583719-ef30-469f-a98e-a202757b8c1e", - "question": "How many daughters does the son of the person whose job is meteorology have?", - "answer": [], + "id": "c22abe40-1db8-41eb-877d-4c38da4ee2b1", + "question": "How many siblings does the mother of the person whose job is newspaper journalist have?", + "answer": [ + "34" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(daughter(Y_5, Y_7)), Count_7)", - "son(Y_3, Y_5)", - "job(Y_3, 'meteorology')" + "aggregate_all(count, distinct(sibling(Y_5, Y_7)), Count_7)", + "mother(Y_3, Y_5)", + "job(Y_3, 'newspaper journalist')" ], "answer": "Count_7" }, @@ -2649,14 +2834,16 @@ "type": 10 }, { - "id": "e758def7-eff7-4f8f-9a7f-a4c8426ca22d", - "question": "How many daughters does the sibling of the person whose dob is agricultural engineer have?", - "answer": [], + "id": "6213e97a-773c-4ec6-9b39-ff3bd2fbbea2", + "question": "How many children does the sister of the person whose job is biomedical scientist have?", + "answer": [ + "34" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(daughter(Y_5, Y_7)), Count_7)", - "sibling(Y_3, Y_5)", - "dob(Y_3, 'agricultural engineer')" + "aggregate_all(count, distinct(child(Y_5, Y_7)), Count_7)", + "sister(Y_3, Y_5)", + "job(Y_3, 'biomedical scientist')" ], "answer": "Count_7" }, @@ -2676,14 +2863,16 @@ "type": 10 }, { - "id": "93149dca-e985-42f0-8648-af896fba93b3", - "question": "How many brothers does the wife of the person whose hobby is product designer have?", - "answer": [], + "id": "5dc0cd0d-d6c4-4959-8e6c-37d993b295f8", + "question": "How many siblings does the sister of the person whose hobby is photography have?", + "answer": [ + "34" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)", - "wife(Y_3, Y_5)", - "hobby(Y_3, 'product designer')" + "aggregate_all(count, distinct(sibling(Y_5, Y_7)), Count_7)", + "sister(Y_3, Y_5)", + "hobby(Y_3, 'photography')" ], "answer": "Count_7" }, @@ -2703,14 +2892,16 @@ "type": 10 }, { - "id": "be11c63b-d8e6-4a38-ae8e-0a6546e7fe26", - "question": "How many brothers does the son of the person whose job is meditation have?", - "answer": [], + "id": "def258c4-681a-41f9-9fb5-989c7ecf6670", + "question": "How many sisters does the daughter of the person whose hobby is wikipedia editing have?", + "answer": [ + "20" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)", - "son(Y_3, Y_5)", - "job(Y_3, 'meditation')" + "aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)", + "daughter(Y_3, Y_5)", + "hobby(Y_3, 'wikipedia editing')" ], "answer": "Count_7" }, @@ -2730,14 +2921,16 @@ "type": 10 }, { - "id": "85e91e78-2f2a-4890-ad14-0b11a803bb4f", - "question": "How many children does the daughter of the person whose job is tether car have?", - "answer": [], + "id": "a32cf618-66ab-4f32-952f-739d8808eb33", + "question": "How many sisters does the wife of the person whose job is therapist, art have?", + "answer": [ + "20" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(child(Y_5, Y_7)), Count_7)", - "daughter(Y_3, Y_5)", - "job(Y_3, 'tether car')" + "aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)", + "wife(Y_3, Y_5)", + "job(Y_3, 'therapist, art')" ], "answer": "Count_7" }, @@ -2757,14 +2950,16 @@ "type": 10 }, { - "id": "9406f689-07cd-4cf9-96af-32f11d852fca", - "question": "How many brothers does the sister of the person whose dob is meditation have?", - "answer": [], + "id": "03905375-fc9d-49bc-8a82-908f072f42c8", + "question": "How many sons does the wife of the person whose job is airline pilot have?", + "answer": [ + "12" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)", - "sister(Y_3, Y_5)", - "dob(Y_3, 'meditation')" + "aggregate_all(count, distinct(son(Y_5, Y_7)), Count_7)", + "wife(Y_3, Y_5)", + "job(Y_3, 'airline pilot')" ], "answer": "Count_7" }, @@ -2784,14 +2979,16 @@ "type": 10 }, { - "id": "1bd6bb98-a3b0-4959-ba17-dab3aa73a0fd", - "question": "How many sisters does the daughter of the person whose hobby is microbiology have?", - "answer": [], + "id": "209cb34c-add8-4ab4-ad26-5d6df74a5798", + "question": "How many siblings does the father of the person whose hobby is research have?", + "answer": [ + "34" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)", - "daughter(Y_3, Y_5)", - "hobby(Y_3, 'microbiology')" + "aggregate_all(count, distinct(sibling(Y_5, Y_7)), Count_7)", + "father(Y_3, Y_5)", + "hobby(Y_3, 'research')" ], "answer": "Count_7" }, @@ -2811,13 +3008,15 @@ "type": 10 }, { - "id": "bdf88296-6586-45cf-b910-3333182594d0", - "question": "How many daughters does the daughter of rosalee have?", - "answer": [], + "id": "6c491deb-1b49-4d3a-bd1b-91bd47918bb1", + "question": "How many brothers does the father of deanna have?", + "answer": [ + "14" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(daughter(Y_5, Y_7)), Count_7)", - "daughter('rosalee', Y_5)" + "aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)", + "father('deanna', Y_5)" ], "answer": "Count_7" }, @@ -2834,13 +3033,15 @@ "type": 11 }, { - "id": "3917be64-5b73-4af5-8e9b-d0673ceabd52", - "question": "How many sisters does the daughter of miki have?", - "answer": [], + "id": "d0f1781e-b46d-4dbc-a1a8-eaba9b8939f3", + "question": "How many sisters does the daughter of meghann have?", + "answer": [ + "20" + ], "prolog": { "query": [ "aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)", - "daughter('miki', Y_5)" + "daughter('meghann', Y_5)" ], "answer": "Count_7" }, @@ -2857,13 +3058,15 @@ "type": 11 }, { - "id": "f71d1506-d09a-4ad5-be30-e79fa518e056", - "question": "How many brothers does the husband of miki have?", - "answer": [], + "id": "e7ee4554-2c41-4e99-8c9c-6db37c7cc2e2", + "question": "How many sons does the father of alton have?", + "answer": [ + "12" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)", - "husband('miki', Y_5)" + "aggregate_all(count, distinct(son(Y_5, Y_7)), Count_7)", + "father('alton', Y_5)" ], "answer": "Count_7" }, @@ -2880,15 +3083,15 @@ "type": 11 }, { - "id": "3c98bfbb-2f0c-4317-8a18-1eb04bb45bd4", - "question": "How many sisters does the daughter of antionette have?", + "id": "4cee3cfa-4d76-4a74-a8b7-6f1945915248", + "question": "How many sons does the father of dixie have?", "answer": [ - "20" + "12" ], "prolog": { "query": [ - "aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)", - "daughter('antionette', Y_5)" + "aggregate_all(count, distinct(son(Y_5, Y_7)), Count_7)", + "father('dixie', Y_5)" ], "answer": "Count_7" }, @@ -2905,13 +3108,15 @@ "type": 11 }, { - "id": "3bffcd40-aca0-4345-95de-dcbf80db7b5d", - "question": "How many brothers does the husband of miki have?", - "answer": [], + "id": "95acca5d-3a8f-4afe-9946-d2acdff2ab3a", + "question": "How many daughters does the child of deangelo have?", + "answer": [ + "22" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)", - "husband('miki', Y_5)" + "aggregate_all(count, distinct(daughter(Y_5, Y_7)), Count_7)", + "child('deangelo', Y_5)" ], "answer": "Count_7" }, @@ -2928,13 +3133,15 @@ "type": 11 }, { - "id": "9c652d82-b543-4d83-a6cc-ac1476f78e99", - "question": "How many daughters does the brother of kanesha have?", - "answer": [], + "id": "b8961cac-ef20-486f-b61a-933fe69c5e83", + "question": "How many sisters does the husband of meghann have?", + "answer": [ + "20" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(daughter(Y_5, Y_7)), Count_7)", - "brother('kanesha', Y_5)" + "aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)", + "husband('meghann', Y_5)" ], "answer": "Count_7" }, @@ -2951,13 +3158,15 @@ "type": 11 }, { - "id": "77b2c1f1-f60d-4c80-a32e-292da69ce0e3", - "question": "How many sisters does the son of johnna have?", - "answer": [], + "id": "8cbf281a-be06-42a4-bd49-396516098e71", + "question": "How many children does the father of deanna have?", + "answer": [ + "34" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)", - "son('johnna', Y_5)" + "aggregate_all(count, distinct(child(Y_5, Y_7)), Count_7)", + "father('deanna', Y_5)" ], "answer": "Count_7" }, @@ -2974,15 +3183,15 @@ "type": 11 }, { - "id": "3918add8-a240-4260-a741-6d237d8d0398", - "question": "How many children does the daughter of dominick have?", + "id": "0be8ac15-fdda-41ea-9151-05c7794e0c96", + "question": "How many daughters does the husband of meghann have?", "answer": [ - "34" + "22" ], "prolog": { "query": [ - "aggregate_all(count, distinct(child(Y_5, Y_7)), Count_7)", - "daughter('dominick', Y_5)" + "aggregate_all(count, distinct(daughter(Y_5, Y_7)), Count_7)", + "husband('meghann', Y_5)" ], "answer": "Count_7" }, @@ -2999,15 +3208,15 @@ "type": 11 }, { - "id": "e8b3c7d6-b62e-4123-a651-0f3b7ad5cd1a", - "question": "How many daughters does the mother of miki have?", + "id": "5826417b-d358-4c79-b08b-dd6557ca7d79", + "question": "How many sons does the child of antionette have?", "answer": [ - "22" + "12" ], "prolog": { "query": [ - "aggregate_all(count, distinct(daughter(Y_5, Y_7)), Count_7)", - "mother('miki', Y_5)" + "aggregate_all(count, distinct(son(Y_5, Y_7)), Count_7)", + "child('antionette', Y_5)" ], "answer": "Count_7" }, @@ -3024,13 +3233,15 @@ "type": 11 }, { - "id": "5b7e729b-7c7e-402a-a3ac-fcc3cb5b16f7", - "question": "How many siblings does the mother of derick have?", - "answer": [], + "id": "5e58f893-e83f-4431-9505-3ecb7657b274", + "question": "How many children does the daughter of deangelo have?", + "answer": [ + "34" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(sibling(Y_5, Y_7)), Count_7)", - "mother('derick', Y_5)" + "aggregate_all(count, distinct(child(Y_5, Y_7)), Count_7)", + "daughter('deangelo', Y_5)" ], "answer": "Count_7" }, @@ -3047,15 +3258,15 @@ "type": 11 }, { - "id": "810767bf-c0e7-4840-af01-c74e3df1b922", - "question": "How many brothers does the person whose job is freight forwarder have?", + "id": "658a3aa0-e38b-46e9-8039-d1e9f6a142a3", + "question": "How many sisters does the person whose hobby is research have?", "answer": [ - "14" + "20" ], "prolog": { "query": [ - "aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)", - "job(Y_5, 'freight forwarder')" + "aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)", + "hobby(Y_5, 'research')" ], "answer": "Count_7" }, @@ -3072,15 +3283,15 @@ "type": 12 }, { - "id": "a785d563-2b4c-4181-806a-e1823786a8fb", - "question": "How many brothers does the person whose hobby is architecture have?", + "id": "dc3bbb4f-c036-477e-8eb8-2ef22c8c9c47", + "question": "How many brothers does the person whose hobby is meteorology have?", "answer": [ "14" ], "prolog": { "query": [ "aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)", - "hobby(Y_5, 'architecture')" + "hobby(Y_5, 'meteorology')" ], "answer": "Count_7" }, @@ -3097,13 +3308,15 @@ "type": 12 }, { - "id": "bc52e748-99de-423d-a668-fe51860b9db5", - "question": "How many brothers does the person whose dob is sociology have?", - "answer": [], + "id": "286ba896-a6eb-48fb-97b5-e383a5bc0485", + "question": "How many daughters does the person whose job is geographical information systems officer have?", + "answer": [ + "22" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)", - "dob(Y_5, 'sociology')" + "aggregate_all(count, distinct(daughter(Y_5, Y_7)), Count_7)", + "job(Y_5, 'geographical information systems officer')" ], "answer": "Count_7" }, @@ -3120,13 +3333,15 @@ "type": 12 }, { - "id": "227f13a7-5b81-4ace-8ef3-1f972c5b0e20", - "question": "How many children does the person whose dob is photography have?", - "answer": [], + "id": "2017ba6b-d826-4209-ae86-60cb764a612e", + "question": "How many sisters does the person whose job is agricultural engineer have?", + "answer": [ + "20" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(child(Y_5, Y_7)), Count_7)", - "dob(Y_5, 'photography')" + "aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)", + "job(Y_5, 'agricultural engineer')" ], "answer": "Count_7" }, @@ -3143,13 +3358,15 @@ "type": 12 }, { - "id": "2e274755-a264-47eb-9840-3f67db405d18", - "question": "How many sons does the person whose job is meteorology have?", - "answer": [], + "id": "c76ab87e-4305-4f15-9608-69bea6c059a5", + "question": "How many daughters does the person whose hobby is meditation have?", + "answer": [ + "22" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(son(Y_5, Y_7)), Count_7)", - "job(Y_5, 'meteorology')" + "aggregate_all(count, distinct(daughter(Y_5, Y_7)), Count_7)", + "hobby(Y_5, 'meditation')" ], "answer": "Count_7" }, @@ -3166,13 +3383,15 @@ "type": 12 }, { - "id": "663fa190-8759-4584-b242-20a2d8f02841", - "question": "How many children does the person whose job is sociology have?", - "answer": [], + "id": "1a6e6fe6-4d5e-49fd-b0ad-544bb72e58a7", + "question": "How many sons does the person whose job is product designer have?", + "answer": [ + "12" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(child(Y_5, Y_7)), Count_7)", - "job(Y_5, 'sociology')" + "aggregate_all(count, distinct(son(Y_5, Y_7)), Count_7)", + "job(Y_5, 'product designer')" ], "answer": "Count_7" }, @@ -3189,15 +3408,15 @@ "type": 12 }, { - "id": "7f8c26ac-cd27-4164-84df-5dd9305bf0dc", - "question": "How many sisters does the person whose hobby is dominoes have?", + "id": "72a0a77b-ac98-4e3a-a870-aba3ae318207", + "question": "How many brothers does the person whose job is civil engineer, consulting have?", "answer": [ - "20" + "14" ], "prolog": { "query": [ - "aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)", - "hobby(Y_5, 'dominoes')" + "aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)", + "job(Y_5, 'civil engineer, consulting')" ], "answer": "Count_7" }, @@ -3214,13 +3433,15 @@ "type": 12 }, { - "id": "b4a1c5dc-a114-490a-ba8a-b0935b349218", - "question": "How many children does the person whose dob is estate manager/land agent have?", - "answer": [], + "id": "3b0c4c5c-fc1e-48d7-8748-b35bb91afbb1", + "question": "How many children does the person whose hobby is meditation have?", + "answer": [ + "34" + ], "prolog": { "query": [ "aggregate_all(count, distinct(child(Y_5, Y_7)), Count_7)", - "dob(Y_5, 'estate manager/land agent')" + "hobby(Y_5, 'meditation')" ], "answer": "Count_7" }, @@ -3237,13 +3458,15 @@ "type": 12 }, { - "id": "23a5f830-f12c-41d1-ab9e-be436b44bcba", - "question": "How many brothers does the person whose dob is shogi have?", - "answer": [], + "id": "27e72fa1-43e3-45ab-8cf3-1f24eb27a769", + "question": "How many brothers does the person whose hobby is canoeing have?", + "answer": [ + "14" + ], "prolog": { "query": [ "aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)", - "dob(Y_5, 'shogi')" + "hobby(Y_5, 'canoeing')" ], "answer": "Count_7" }, @@ -3260,13 +3483,15 @@ "type": 12 }, { - "id": "a48bfdaf-d659-42ee-a84d-311156463187", - "question": "How many sisters does the person whose hobby is therapist, art have?", - "answer": [], + "id": "9d91d78a-20e9-4693-95de-15dd81a44530", + "question": "How many brothers does the person whose hobby is tether car have?", + "answer": [ + "14" + ], "prolog": { "query": [ - "aggregate_all(count, distinct(sister(Y_5, Y_7)), Count_7)", - "hobby(Y_5, 'therapist, art')" + "aggregate_all(count, distinct(brother(Y_5, Y_7)), Count_7)", + "hobby(Y_5, 'tether car')" ], "answer": "Count_7" }, @@ -3283,14 +3508,14 @@ "type": 12 }, { - "id": "f616d3cc-7f88-40d5-9245-6fccf95cfad0", - "question": "How many siblings does thomasine have?", + "id": "46b62027-26ce-4e8c-91f6-04f0675bfb65", + "question": "How many children does deangelo have?", "answer": [ - "0" + "3" ], "prolog": { "query": [ - "aggregate_all(count, distinct(sibling('thomasine', Y_7)), Count_7)" + "aggregate_all(count, distinct(child('deangelo', Y_7)), Count_7)" ], "answer": "Count_7" }, @@ -3304,14 +3529,14 @@ "type": 13 }, { - "id": "ebaa2840-8ce8-4e50-9f97-a79d8ae4700e", - "question": "How many daughters does scotty have?", + "id": "07f0764f-e3b2-441c-a510-cd4bb3cefd9a", + "question": "How many siblings does antionette have?", "answer": [ - "1" + "4" ], "prolog": { "query": [ - "aggregate_all(count, distinct(daughter('scotty', Y_7)), Count_7)" + "aggregate_all(count, distinct(sibling('antionette', Y_7)), Count_7)" ], "answer": "Count_7" }, @@ -3325,14 +3550,14 @@ "type": 13 }, { - "id": "a402ee2f-f43e-45ff-adf2-d8ac9304d34c", - "question": "How many children does maggie have?", + "id": "8a72e909-5a99-4498-bab3-de3693e57921", + "question": "How many brothers does johnna have?", "answer": [ "1" ], "prolog": { "query": [ - "aggregate_all(count, distinct(child('maggie', Y_7)), Count_7)" + "aggregate_all(count, distinct(brother('johnna', Y_7)), Count_7)" ], "answer": "Count_7" }, @@ -3346,14 +3571,14 @@ "type": 13 }, { - "id": "7d69147f-b615-4ba9-8edc-8a97d4122977", - "question": "How many sons does rosalee have?", + "id": "fb41ca5c-1e02-445a-9d3b-a6f1864f06df", + "question": "How many daughters does alfonso have?", "answer": [ "0" ], "prolog": { "query": [ - "aggregate_all(count, distinct(son('rosalee', Y_7)), Count_7)" + "aggregate_all(count, distinct(daughter('alfonso', Y_7)), Count_7)" ], "answer": "Count_7" }, @@ -3367,14 +3592,14 @@ "type": 13 }, { - "id": "b8e625ab-2cb0-4426-8b19-455e3afe1ab0", - "question": "How many children does daisy have?", + "id": "fc3af955-4025-4778-994d-1ce864726f72", + "question": "How many sisters does dominick have?", "answer": [ - "3" + "2" ], "prolog": { "query": [ - "aggregate_all(count, distinct(child('daisy', Y_7)), Count_7)" + "aggregate_all(count, distinct(sister('dominick', Y_7)), Count_7)" ], "answer": "Count_7" }, @@ -3388,14 +3613,14 @@ "type": 13 }, { - "id": "80daaa7e-30cc-4241-8d4d-8b1fb929cfa6", - "question": "How many children does ellis have?", + "id": "9f2ebf6e-1392-4be1-a6ea-a3c91e1bb4f8", + "question": "How many sons does rosalee have?", "answer": [ "0" ], "prolog": { "query": [ - "aggregate_all(count, distinct(child('ellis', Y_7)), Count_7)" + "aggregate_all(count, distinct(son('rosalee', Y_7)), Count_7)" ], "answer": "Count_7" }, @@ -3409,14 +3634,14 @@ "type": 13 }, { - "id": "17fa3672-c467-4963-b1d2-c111b26a9453", - "question": "How many siblings does thomasine have?", + "id": "fba7b875-e4f9-43fd-b2a1-9bffe5817db6", + "question": "How many brothers does scotty have?", "answer": [ "0" ], "prolog": { "query": [ - "aggregate_all(count, distinct(sibling('thomasine', Y_7)), Count_7)" + "aggregate_all(count, distinct(brother('scotty', Y_7)), Count_7)" ], "answer": "Count_7" }, @@ -3430,14 +3655,14 @@ "type": 13 }, { - "id": "2c2d0779-9a31-4cf9-a37c-086b53723215", - "question": "How many sisters does tanner have?", + "id": "9a25ea96-a940-41ca-8ea1-a8eabf151df4", + "question": "How many sisters does deangelo have?", "answer": [ "0" ], "prolog": { "query": [ - "aggregate_all(count, distinct(sister('tanner', Y_7)), Count_7)" + "aggregate_all(count, distinct(sister('deangelo', Y_7)), Count_7)" ], "answer": "Count_7" }, @@ -3451,14 +3676,14 @@ "type": 13 }, { - "id": "40608e7b-de9c-4f57-84c2-2f982847812d", - "question": "How many sons does maggie have?", + "id": "b9066d6f-97a1-4b99-af40-96be7a9e42cb", + "question": "How many daughters does miki have?", "answer": [ "0" ], "prolog": { "query": [ - "aggregate_all(count, distinct(son('maggie', Y_7)), Count_7)" + "aggregate_all(count, distinct(daughter('miki', Y_7)), Count_7)" ], "answer": "Count_7" }, @@ -3472,14 +3697,14 @@ "type": 13 }, { - "id": "e2abec4e-7c7e-4fc5-9999-bbcb004128ad", - "question": "How many children does miki have?", + "id": "ea4d7fb2-dc81-4bc2-bdd4-9c43c985b390", + "question": "How many siblings does maggie have?", "answer": [ "0" ], "prolog": { "query": [ - "aggregate_all(count, distinct(child('miki', Y_7)), Count_7)" + "aggregate_all(count, distinct(sibling('maggie', Y_7)), Count_7)" ], "answer": "Count_7" },