anmolkabra's picture
Add dataset v0.5 splits
d2a0598 verified
raw
history blame
44.6 kB
:- dynamic term_expansion/2.
:- multifile term_expansion/2.
great_grandfather(X, Y) :-
great_grandparent(X, Y),
male(Y).
great_grandchild(X, Y) :-
great_grandparent(Y, X).
great_grandparent(X, Y) :-
grandparent(X, Z),
parent(Z, Y).
:- dynamic library_directory/1.
:- multifile library_directory/1.
great_grandmother(X, Y) :-
great_grandparent(X, Y),
female(Y).
:- dynamic goal_expansion/4.
:- multifile goal_expansion/4.
:- dynamic hobby/2.
hobby("Aida Wang", "meditation").
hobby("Alec Sinclair", "meteorology").
hobby("Alfredo Wang", "biology").
hobby("Alison Smock", "meteorology").
hobby("Alvaro Smock", "dolls").
hobby("Alycia Coe", "photography").
hobby("Barabara Beltran", "shogi").
hobby("Brian Beltran", "dominoes").
hobby("Carrol Woodson", "tether car").
hobby("Christina Coe", "architecture").
hobby("Christoper Coe", "geocaching").
hobby("Cortney Parmer", "trainspotting").
hobby("Cythia Smock", "bus spotting").
hobby("Daisy Beltran", "research").
hobby("Dino Beltran", "geography").
hobby("Dominique Smock", "microbiology").
hobby("Dwight Hackworth", "canoeing").
hobby("Earle Coe", "learning").
hobby("Eli Smock", "dairy farming").
hobby("Gayla Woodson", "fossil hunting").
hobby("Gene Smock", "sociology").
hobby("Isiah Lutz", "finance").
hobby("Jamison Baptiste", "meditation").
hobby("Kristen Toombs", "wikipedia editing").
hobby("Lannie Smock", "radio-controlled car racing").
hobby("Leeann Sinclair", "social studies").
hobby("Leisa Lutz", "judo").
hobby("Lesley Lutz", "flying disc").
hobby("Lissa Coe", "cricket").
hobby("Lonny Parmer", "weightlifting").
hobby("Maria Baptiste", "meditation").
hobby("Michelle Hackworth", "ballroom dancing").
hobby("Noelia Lutz", "microscopy").
hobby("Orlando Beltran", "reading").
hobby("Reggie Coe", "laser tag").
hobby("Ricardo Hackworth", "hiking/backpacking").
hobby("Ryan Wang", "audiophile").
hobby("Shannon Beltran", "tennis polo").
hobby("Shelli Beltran", "photography").
hobby("Stacia Toombs", "backgammon").
hobby("Tanner Beltran", "microscopy").
hobby("Tosha Beltran", "herping").
hobby("Tyson Woodson", "philately").
hobby("Ulysses Parmer", "birdwatching").
hobby("Vicki Hackworth", "shogi").
hobby("Vincent Lutz", "magnet fishing").
hobby("Virgil Hackworth", "table tennis").
hobby("Von Sinclair", "scuba diving").
hobby("Wilbert Toombs", "biology").
hobby("Williams Smock", "sea glass collecting").
hobby("Wm Parmer", "research").
hobby("Angela Culver", "gongoozling").
hobby("Anibal Stansberry", "benchmarking").
hobby("Barbara Philpott", "sea glass collecting").
hobby("Bev Gilmore", "bowling").
hobby("Brigette Gilmore", "audiophile").
hobby("Celia Macmillan", "tea bag collecting").
hobby("Conrad Stansberry", "model aircraft").
hobby("Cordelia Wiggs", "herping").
hobby("David Wiggs", "figure skating").
hobby("Debra Stansberry", "fossil hunting").
hobby("Desiree Stansberry", "airsoft").
hobby("Diane Culver", "whale watching").
hobby("Dionne Stansberry", "pinball").
hobby("Eliza Wiggs", "research").
hobby("Emanuel Stansberry", "flying model planes").
hobby("Frankie Hagerty", "ant farming").
hobby("Gail Culver", "volleyball").
hobby("Garry Gilmore", "gongoozling").
hobby("Gillian Wiggs", "vehicle restoration").
hobby("Glenda Culver", "car riding").
hobby("Hayden Stansberry", "mycology").
hobby("Howard Wiggs", "table football").
hobby("Hyun Hagerty", "photography").
hobby("Iva Stansberry", "metal detecting").
hobby("Jordan Culver", "archery").
hobby("Jules Culver", "reading").
hobby("Justine Hagerty", "shortwave listening").
hobby("Kelvin Culver", "snowmobiling").
hobby("Kori Wiggs", "research").
hobby("Laverna Stansberry", "religious studies").
hobby("Lester Stansberry", "cooking").
hobby("Lincoln Velasco", "kart racing").
hobby("Lionel Culver", "darts").
hobby("Loren Culver", "herping").
hobby("Markus Hagerty", "backgammon").
hobby("Maurine Velasco", "herping").
hobby("Mickey Philpott", "ant farming").
hobby("Millard Stansberry", "ephemera collecting").
hobby("Nikki Stansberry", "bus spotting").
hobby("Oren Stansberry", "research").
hobby("Quintin Hagerty", "croquet").
hobby("Renate Stansberry", "leaves").
hobby("Sona Stansberry", "antiquities").
hobby("Tad Macmillan", "field hockey").
hobby("Tamara Macmillan", "leaves").
hobby("Terence Culver", "auto audiophilia").
hobby("Tonya Culver", "magic").
hobby("Victor Stansberry", "people-watching").
hobby("Wilmer Hagerty", "social studies").
hobby("Yolanda Philpott", "mineral collecting").
granddaughter(X, Y) :-
grandchild(X, Y),
female(Y).
grandson(X, Y) :-
grandchild(X, Y),
male(Y).
:- dynamic job/2.
job("Aida Wang", "personal assistant").
job("Alec Sinclair", "health promotion specialist").
job("Alfredo Wang", "osteopath").
job("Alison Smock", "broadcast engineer").
job("Alvaro Smock", "oncologist").
job("Alycia Coe", "warehouse manager").
job("Barabara Beltran", "associate professor").
job("Brian Beltran", "sports therapist").
job("Carrol Woodson", "retail manager").
job("Christina Coe", "immunologist").
job("Christoper Coe", "education administrator").
job("Cortney Parmer", "early years teacher").
job("Cythia Smock", "biomedical scientist").
job("Daisy Beltran", "music tutor").
job("Dino Beltran", "clinical cytogeneticist").
job("Dominique Smock", "ecologist").
job("Dwight Hackworth", "barrister's clerk").
job("Earle Coe", "petroleum engineer").
job("Eli Smock", "clinical research associate").
job("Gayla Woodson", "chief of staff").
job("Gene Smock", "occupational therapist").
job("Isiah Lutz", "actuary").
job("Jamison Baptiste", "police officer").
job("Kristen Toombs", "sound technician").
job("Lannie Smock", "theatre manager").
job("Leeann Sinclair", "clinical biochemist").
job("Leisa Lutz", "public relations officer").
job("Lesley Lutz", "music therapist").
job("Lissa Coe", "librarian").
job("Lonny Parmer", "building surveyor").
job("Maria Baptiste", "fitness centre manager").
job("Michelle Hackworth", "oceanographer").
job("Noelia Lutz", "historic buildings inspector").
job("Orlando Beltran", "chief marketing officer").
job("Reggie Coe", "waste management officer").
job("Ricardo Hackworth", "medical sales representative").
job("Ryan Wang", "community pharmacist").
job("Shannon Beltran", "pension scheme manager").
job("Shelli Beltran", "armed forces logistics officer").
job("Stacia Toombs", "environmental education officer").
job("Tanner Beltran", "medical illustrator").
job("Tosha Beltran", "museum conservator").
job("Tyson Woodson", "optometrist").
job("Ulysses Parmer", "further education lecturer").
job("Vicki Hackworth", "dancer").
job("Vincent Lutz", "water engineer").
job("Virgil Hackworth", "intelligence analyst").
job("Von Sinclair", "fashion designer").
job("Wilbert Toombs", "doctor").
job("Williams Smock", "chartered accountant").
job("Wm Parmer", "speech and language therapist").
job("Angela Culver", "clinical embryologist").
job("Anibal Stansberry", "community development worker").
job("Barbara Philpott", "games developer").
job("Bev Gilmore", "accommodation manager").
job("Brigette Gilmore", "conservation officer").
job("Celia Macmillan", "forensic scientist").
job("Conrad Stansberry", "pharmacologist").
job("Cordelia Wiggs", "dance movement psychotherapist").
job("David Wiggs", "paediatric nurse").
job("Debra Stansberry", "research officer").
job("Desiree Stansberry", "production designer").
job("Diane Culver", "community development worker").
job("Dionne Stansberry", "clinical molecular geneticist").
job("Eliza Wiggs", "set designer").
job("Emanuel Stansberry", "town planner").
job("Frankie Hagerty", "print production planner").
job("Gail Culver", "equality and diversity officer").
job("Garry Gilmore", "chartered loss adjuster").
job("Gillian Wiggs", "sales promotion account executive").
job("Glenda Culver", "banker").
job("Hayden Stansberry", "systems developer").
job("Howard Wiggs", "chief financial officer").
job("Hyun Hagerty", "regulatory affairs officer").
job("Iva Stansberry", "architect").
job("Jordan Culver", "health and safety inspector").
job("Jules Culver", "medical secretary").
job("Justine Hagerty", "careers adviser").
job("Kelvin Culver", "civil service administrator").
job("Kori Wiggs", "optometrist").
job("Laverna Stansberry", "print production planner").
job("Lester Stansberry", "arboriculturist").
job("Lincoln Velasco", "adult nurse").
job("Lionel Culver", "commercial horticulturist").
job("Loren Culver", "conference centre manager").
job("Markus Hagerty", "journalist").
job("Maurine Velasco", "wellsite geologist").
job("Mickey Philpott", "community education officer").
job("Millard Stansberry", "investment analyst").
job("Nikki Stansberry", "trading standards officer").
job("Oren Stansberry", "colour technologist").
job("Quintin Hagerty", "immigration officer").
job("Renate Stansberry", "human resources officer").
job("Sona Stansberry", "agricultural consultant").
job("Tad Macmillan", "fashion designer").
job("Tamara Macmillan", "actuary").
job("Terence Culver", "industrial designer").
job("Tonya Culver", "maintenance engineer").
job("Victor Stansberry", "data scientist").
job("Wilmer Hagerty", "health physicist").
job("Yolanda Philpott", "hospital doctor").
great_uncle(X, Y) :-
grandparent(X, A),
brother(A, Y).
:- dynamic save_all_clauses_to_file/1.
save_all_clauses_to_file(A) :-
open(A, write, B),
set_output(B),
listing,
close(B).
:- dynamic term_expansion/4.
:- multifile term_expansion/4.
grandchild(X, Y) :-
grandparent(Y, X).
:- dynamic dob/2.
dob("Aida Wang", "0985-05-30").
dob("Alec Sinclair", "1006-07-10").
dob("Alfredo Wang", "1012-02-04").
dob("Alison Smock", "0929-10-28").
dob("Alvaro Smock", "0867-07-12").
dob("Alycia Coe", "0959-01-13").
dob("Barabara Beltran", "0989-06-11").
dob("Brian Beltran", "0927-07-27").
dob("Carrol Woodson", "1033-07-02").
dob("Christina Coe", "0983-02-26").
dob("Christoper Coe", "0957-01-08").
dob("Cortney Parmer", "1014-07-04").
dob("Cythia Smock", "0956-05-12").
dob("Daisy Beltran", "0931-09-21").
dob("Dino Beltran", "0958-08-09").
dob("Dominique Smock", "0897-09-08").
dob("Dwight Hackworth", "1016-12-30").
dob("Earle Coe", "0984-05-03").
dob("Eli Smock", "0901-01-18").
dob("Gayla Woodson", "1035-10-24").
dob("Gene Smock", "0898-08-16").
dob("Isiah Lutz", "1014-10-18").
dob("Jamison Baptiste", "0929-02-07").
dob("Kristen Toombs", "0986-06-27").
dob("Lannie Smock", "0867-08-24").
dob("Leeann Sinclair", "1011-10-25").
dob("Leisa Lutz", "1015-11-21").
dob("Lesley Lutz", "1040-01-31").
dob("Lissa Coe", "1010-08-08").
dob("Lonny Parmer", "1042-08-03").
dob("Maria Baptiste", "0929-10-22").
dob("Michelle Hackworth", "1007-05-01").
dob("Noelia Lutz", "1042-01-27").
dob("Orlando Beltran", "0953-10-23").
dob("Reggie Coe", "1009-07-17").
dob("Ricardo Hackworth", "0983-02-24").
dob("Ryan Wang", "0982-03-17").
dob("Shannon Beltran", "0981-04-26").
dob("Shelli Beltran", "0958-03-08").
dob("Stacia Toombs", "0959-03-22").
dob("Tanner Beltran", "0956-11-17").
dob("Tosha Beltran", "0955-03-27").
dob("Tyson Woodson", "1068-10-22").
dob("Ulysses Parmer", "1015-03-18").
dob("Vicki Hackworth", "0985-05-30").
dob("Vincent Lutz", "1063-07-01").
dob("Virgil Hackworth", "1009-06-23").
dob("Von Sinclair", "1039-02-26").
dob("Wilbert Toombs", "0956-07-26").
dob("Williams Smock", "0926-04-04").
dob("Wm Parmer", "1040-07-04").
dob("Angela Culver", "0898-11-29").
dob("Anibal Stansberry", "0973-09-08").
dob("Barbara Philpott", "0915-10-13").
dob("Bev Gilmore", "0951-06-19").
dob("Brigette Gilmore", "0923-05-12").
dob("Celia Macmillan", "1026-12-07").
dob("Conrad Stansberry", "1003-10-24").
dob("Cordelia Wiggs", "0976-12-23").
dob("David Wiggs", "0979-09-27").
dob("Debra Stansberry", "1008-03-18").
dob("Desiree Stansberry", "1002-10-18").
dob("Diane Culver", "0869-11-24").
dob("Dionne Stansberry", "1037-04-26").
dob("Eliza Wiggs", "1040-01-19").
dob("Emanuel Stansberry", "1034-05-31").
dob("Frankie Hagerty", "0946-05-01").
dob("Gail Culver", "0887-02-26").
dob("Garry Gilmore", "0920-10-17").
dob("Gillian Wiggs", "1010-02-07").
dob("Glenda Culver", "0859-05-23").
dob("Hayden Stansberry", "1005-03-30").
dob("Howard Wiggs", "1010-06-15").
dob("Hyun Hagerty", "0946-07-18").
dob("Iva Stansberry", "0947-12-16").
dob("Jordan Culver", "0863-05-18").
dob("Jules Culver", "0865-04-01").
dob("Justine Hagerty", "0922-04-26").
dob("Kelvin Culver", "0893-08-01").
dob("Kori Wiggs", "1043-07-28").
dob("Laverna Stansberry", "1009-10-20").
dob("Lester Stansberry", "1030-10-24").
dob("Lincoln Velasco", "0861-10-10").
dob("Lionel Culver", "0888-06-17").
dob("Loren Culver", "0837-04-13").
dob("Markus Hagerty", "0922-01-07").
dob("Maurine Velasco", "0861-04-11").
dob("Mickey Philpott", "0916-05-13").
dob("Millard Stansberry", "1002-04-17").
dob("Nikki Stansberry", "1030-04-05").
dob("Oren Stansberry", "0948-09-28").
dob("Quintin Hagerty", "0981-01-08").
dob("Renate Stansberry", "0977-11-30").
dob("Sona Stansberry", "1005-11-15").
dob("Tad Macmillan", "1024-03-25").
dob("Tamara Macmillan", "1055-08-19").
dob("Terence Culver", "0889-08-09").
dob("Tonya Culver", "0837-02-09").
dob("Victor Stansberry", "0980-11-17").
dob("Wilmer Hagerty", "0948-05-29").
dob("Yolanda Philpott", "0940-02-02").
:- dynamic file_search_path/2.
:- multifile file_search_path/2.
file_search_path(library, Dir) :-
library_directory(Dir).
file_search_path(swi, A) :-
system:current_prolog_flag(home, A).
file_search_path(swi, A) :-
system:current_prolog_flag(shared_home, A).
file_search_path(library, app_config(lib)).
file_search_path(library, swi(library)).
file_search_path(library, swi(library/clp)).
file_search_path(library, A) :-
system:'$ext_library_directory'(A).
file_search_path(foreign, swi(A)) :-
system:
( current_prolog_flag(apple_universal_binary, true),
A='lib/fat-darwin'
).
file_search_path(path, A) :-
system:
( getenv('PATH', B),
current_prolog_flag(path_sep, C),
atomic_list_concat(D, C, B),
'$member'(A, D)
).
file_search_path(user_app_data, A) :-
system:'$xdg_prolog_directory'(data, A).
file_search_path(common_app_data, A) :-
system:'$xdg_prolog_directory'(common_data, A).
file_search_path(user_app_config, A) :-
system:'$xdg_prolog_directory'(config, A).
file_search_path(common_app_config, A) :-
system:'$xdg_prolog_directory'(common_config, A).
file_search_path(app_data, user_app_data('.')).
file_search_path(app_data, common_app_data('.')).
file_search_path(app_config, user_app_config('.')).
file_search_path(app_config, common_app_config('.')).
file_search_path(app_preferences, user_app_config('.')).
file_search_path(user_profile, app_preferences('.')).
file_search_path(app, swi(app)).
file_search_path(app, app_data(app)).
file_search_path(autoload, swi(library)).
file_search_path(autoload, pce(prolog/lib)).
file_search_path(autoload, app_config(lib)).
file_search_path(autoload, Dir) :-
'$autoload':'$ext_library_directory'(Dir).
file_search_path(pack, app_data(pack)).
file_search_path(library, PackLib) :-
'$pack':pack_dir(_Name, prolog, PackLib).
file_search_path(foreign, PackLib) :-
'$pack':pack_dir(_Name, foreign, PackLib).
file_search_path(app, AppDir) :-
'$pack':pack_dir(_Name, app, AppDir).
:- multifile prolog_list_goal/1.
:- dynamic type/2.
type("Aida Wang", person).
type("Alec Sinclair", person).
type("Alfredo Wang", person).
type("Alison Smock", person).
type("Alvaro Smock", person).
type("Alycia Coe", person).
type("Barabara Beltran", person).
type("Brian Beltran", person).
type("Carrol Woodson", person).
type("Christina Coe", person).
type("Christoper Coe", person).
type("Cortney Parmer", person).
type("Cythia Smock", person).
type("Daisy Beltran", person).
type("Dino Beltran", person).
type("Dominique Smock", person).
type("Dwight Hackworth", person).
type("Earle Coe", person).
type("Eli Smock", person).
type("Gayla Woodson", person).
type("Gene Smock", person).
type("Isiah Lutz", person).
type("Jamison Baptiste", person).
type("Kristen Toombs", person).
type("Lannie Smock", person).
type("Leeann Sinclair", person).
type("Leisa Lutz", person).
type("Lesley Lutz", person).
type("Lissa Coe", person).
type("Lonny Parmer", person).
type("Maria Baptiste", person).
type("Michelle Hackworth", person).
type("Noelia Lutz", person).
type("Orlando Beltran", person).
type("Reggie Coe", person).
type("Ricardo Hackworth", person).
type("Ryan Wang", person).
type("Shannon Beltran", person).
type("Shelli Beltran", person).
type("Stacia Toombs", person).
type("Tanner Beltran", person).
type("Tosha Beltran", person).
type("Tyson Woodson", person).
type("Ulysses Parmer", person).
type("Vicki Hackworth", person).
type("Vincent Lutz", person).
type("Virgil Hackworth", person).
type("Von Sinclair", person).
type("Wilbert Toombs", person).
type("Williams Smock", person).
type("Wm Parmer", person).
type("Angela Culver", person).
type("Anibal Stansberry", person).
type("Barbara Philpott", person).
type("Bev Gilmore", person).
type("Brigette Gilmore", person).
type("Celia Macmillan", person).
type("Conrad Stansberry", person).
type("Cordelia Wiggs", person).
type("David Wiggs", person).
type("Debra Stansberry", person).
type("Desiree Stansberry", person).
type("Diane Culver", person).
type("Dionne Stansberry", person).
type("Eliza Wiggs", person).
type("Emanuel Stansberry", person).
type("Frankie Hagerty", person).
type("Gail Culver", person).
type("Garry Gilmore", person).
type("Gillian Wiggs", person).
type("Glenda Culver", person).
type("Hayden Stansberry", person).
type("Howard Wiggs", person).
type("Hyun Hagerty", person).
type("Iva Stansberry", person).
type("Jordan Culver", person).
type("Jules Culver", person).
type("Justine Hagerty", person).
type("Kelvin Culver", person).
type("Kori Wiggs", person).
type("Laverna Stansberry", person).
type("Lester Stansberry", person).
type("Lincoln Velasco", person).
type("Lionel Culver", person).
type("Loren Culver", person).
type("Markus Hagerty", person).
type("Maurine Velasco", person).
type("Mickey Philpott", person).
type("Millard Stansberry", person).
type("Nikki Stansberry", person).
type("Oren Stansberry", person).
type("Quintin Hagerty", person).
type("Renate Stansberry", person).
type("Sona Stansberry", person).
type("Tad Macmillan", person).
type("Tamara Macmillan", person).
type("Terence Culver", person).
type("Tonya Culver", person).
type("Victor Stansberry", person).
type("Wilmer Hagerty", person).
type("Yolanda Philpott", person).
grandfather(X, Y) :-
grandparent(X, Y),
male(Y).
:- dynamic expand_query/4.
:- multifile expand_query/4.
:- dynamic attribute/1.
attribute("personal assistant").
attribute("meditation").
attribute("health promotion specialist").
attribute("meteorology").
attribute("osteopath").
attribute("biology").
attribute("broadcast engineer").
attribute("meteorology").
attribute("oncologist").
attribute("dolls").
attribute("warehouse manager").
attribute("photography").
attribute("associate professor").
attribute("shogi").
attribute("sports therapist").
attribute("dominoes").
attribute("retail manager").
attribute("tether car").
attribute("immunologist").
attribute("architecture").
attribute("education administrator").
attribute("geocaching").
attribute("early years teacher").
attribute("trainspotting").
attribute("biomedical scientist").
attribute("bus spotting").
attribute("music tutor").
attribute("research").
attribute("clinical cytogeneticist").
attribute("geography").
attribute("ecologist").
attribute("microbiology").
attribute("barrister's clerk").
attribute("canoeing").
attribute("petroleum engineer").
attribute("learning").
attribute("clinical research associate").
attribute("dairy farming").
attribute("chief of staff").
attribute("fossil hunting").
attribute("occupational therapist").
attribute("sociology").
attribute("actuary").
attribute("finance").
attribute("police officer").
attribute("meditation").
attribute("sound technician").
attribute("wikipedia editing").
attribute("theatre manager").
attribute("radio-controlled car racing").
attribute("clinical biochemist").
attribute("social studies").
attribute("public relations officer").
attribute("judo").
attribute("music therapist").
attribute("flying disc").
attribute("librarian").
attribute("cricket").
attribute("building surveyor").
attribute("weightlifting").
attribute("fitness centre manager").
attribute("meditation").
attribute("oceanographer").
attribute("ballroom dancing").
attribute("historic buildings inspector").
attribute("microscopy").
attribute("chief marketing officer").
attribute("reading").
attribute("waste management officer").
attribute("laser tag").
attribute("medical sales representative").
attribute("hiking/backpacking").
attribute("community pharmacist").
attribute("audiophile").
attribute("pension scheme manager").
attribute("tennis polo").
attribute("armed forces logistics officer").
attribute("photography").
attribute("environmental education officer").
attribute("backgammon").
attribute("medical illustrator").
attribute("microscopy").
attribute("museum conservator").
attribute("herping").
attribute("optometrist").
attribute("philately").
attribute("further education lecturer").
attribute("birdwatching").
attribute("dancer").
attribute("shogi").
attribute("water engineer").
attribute("magnet fishing").
attribute("intelligence analyst").
attribute("table tennis").
attribute("fashion designer").
attribute("scuba diving").
attribute("doctor").
attribute("biology").
attribute("chartered accountant").
attribute("sea glass collecting").
attribute("speech and language therapist").
attribute("research").
attribute("clinical embryologist").
attribute("gongoozling").
attribute("community development worker").
attribute("benchmarking").
attribute("games developer").
attribute("sea glass collecting").
attribute("accommodation manager").
attribute("bowling").
attribute("conservation officer").
attribute("audiophile").
attribute("forensic scientist").
attribute("tea bag collecting").
attribute("pharmacologist").
attribute("model aircraft").
attribute("dance movement psychotherapist").
attribute("herping").
attribute("paediatric nurse").
attribute("figure skating").
attribute("research officer").
attribute("fossil hunting").
attribute("production designer").
attribute("airsoft").
attribute("community development worker").
attribute("whale watching").
attribute("clinical molecular geneticist").
attribute("pinball").
attribute("set designer").
attribute("research").
attribute("town planner").
attribute("flying model planes").
attribute("print production planner").
attribute("ant farming").
attribute("equality and diversity officer").
attribute("volleyball").
attribute("chartered loss adjuster").
attribute("gongoozling").
attribute("sales promotion account executive").
attribute("vehicle restoration").
attribute("banker").
attribute("car riding").
attribute("systems developer").
attribute("mycology").
attribute("chief financial officer").
attribute("table football").
attribute("regulatory affairs officer").
attribute("photography").
attribute("architect").
attribute("metal detecting").
attribute("health and safety inspector").
attribute("archery").
attribute("medical secretary").
attribute("reading").
attribute("careers adviser").
attribute("shortwave listening").
attribute("civil service administrator").
attribute("snowmobiling").
attribute("optometrist").
attribute("research").
attribute("print production planner").
attribute("religious studies").
attribute("arboriculturist").
attribute("cooking").
attribute("adult nurse").
attribute("kart racing").
attribute("commercial horticulturist").
attribute("darts").
attribute("conference centre manager").
attribute("herping").
attribute("journalist").
attribute("backgammon").
attribute("wellsite geologist").
attribute("herping").
attribute("community education officer").
attribute("ant farming").
attribute("investment analyst").
attribute("ephemera collecting").
attribute("trading standards officer").
attribute("bus spotting").
attribute("colour technologist").
attribute("research").
attribute("immigration officer").
attribute("croquet").
attribute("human resources officer").
attribute("leaves").
attribute("agricultural consultant").
attribute("antiquities").
attribute("fashion designer").
attribute("field hockey").
attribute("actuary").
attribute("leaves").
attribute("industrial designer").
attribute("auto audiophilia").
attribute("maintenance engineer").
attribute("magic").
attribute("data scientist").
attribute("people-watching").
attribute("health physicist").
attribute("social studies").
attribute("hospital doctor").
attribute("mineral collecting").
great_aunt(X, Y) :-
grandparent(X, A),
sister(A, Y).
grandparent(X, Y) :-
parent(X, Z),
parent(Z, Y).
grandmother(X, Y) :-
grandparent(X, Y),
female(Y).
:- dynamic friend_/2.
friend_("Aida Wang", "Conrad Stansberry").
friend_("Aida Wang", "Lionel Culver").
friend_("Aida Wang", "Nikki Stansberry").
friend_("Alec Sinclair", "Alison Smock").
friend_("Alec Sinclair", "Cythia Smock").
friend_("Alec Sinclair", "Tanner Beltran").
friend_("Alec Sinclair", "Tyson Woodson").
friend_("Alec Sinclair", "Frankie Hagerty").
friend_("Alfredo Wang", "Kristen Toombs").
friend_("Alfredo Wang", "Lonny Parmer").
friend_("Alfredo Wang", "Virgil Hackworth").
friend_("Alfredo Wang", "Mickey Philpott").
friend_("Alfredo Wang", "Victor Stansberry").
friend_("Alison Smock", "Angela Culver").
friend_("Alison Smock", "Brigette Gilmore").
friend_("Alvaro Smock", "Ryan Wang").
friend_("Alvaro Smock", "Jules Culver").
friend_("Alycia Coe", "Dwight Hackworth").
friend_("Alycia Coe", "Glenda Culver").
friend_("Barabara Beltran", "Kristen Toombs").
friend_("Barabara Beltran", "Ryan Wang").
friend_("Brian Beltran", "Kristen Toombs").
friend_("Brian Beltran", "Ryan Wang").
friend_("Brian Beltran", "Celia Macmillan").
friend_("Brian Beltran", "Diane Culver").
friend_("Brian Beltran", "Tamara Macmillan").
friend_("Carrol Woodson", "Lincoln Velasco").
friend_("Christina Coe", "Lissa Coe").
friend_("Christina Coe", "Virgil Hackworth").
friend_("Christina Coe", "Anibal Stansberry").
friend_("Christoper Coe", "Dominique Smock").
friend_("Christoper Coe", "Lissa Coe").
friend_("Christoper Coe", "Tosha Beltran").
friend_("Christoper Coe", "Tyson Woodson").
friend_("Christoper Coe", "Ulysses Parmer").
friend_("Cortney Parmer", "Ulysses Parmer").
friend_("Cortney Parmer", "Eliza Wiggs").
friend_("Cortney Parmer", "Renate Stansberry").
friend_("Cortney Parmer", "Victor Stansberry").
friend_("Cythia Smock", "Earle Coe").
friend_("Cythia Smock", "Vincent Lutz").
friend_("Daisy Beltran", "Gene Smock").
friend_("Daisy Beltran", "Loren Culver").
friend_("Daisy Beltran", "Sona Stansberry").
friend_("Daisy Beltran", "Tad Macmillan").
friend_("Dino Beltran", "Leisa Lutz").
friend_("Dino Beltran", "Diane Culver").
friend_("Dino Beltran", "Markus Hagerty").
friend_("Dino Beltran", "Renate Stansberry").
friend_("Dominique Smock", "Eli Smock").
friend_("Dominique Smock", "Stacia Toombs").
friend_("Dominique Smock", "Debra Stansberry").
friend_("Dwight Hackworth", "Maria Baptiste").
friend_("Dwight Hackworth", "Justine Hagerty").
friend_("Earle Coe", "Angela Culver").
friend_("Earle Coe", "Yolanda Philpott").
friend_("Eli Smock", "Frankie Hagerty").
friend_("Eli Smock", "Iva Stansberry").
friend_("Eli Smock", "Kori Wiggs").
friend_("Gayla Woodson", "Tyson Woodson").
friend_("Gayla Woodson", "Gail Culver").
friend_("Gene Smock", "Leeann Sinclair").
friend_("Gene Smock", "Tanner Beltran").
friend_("Gene Smock", "Dionne Stansberry").
friend_("Gene Smock", "Gillian Wiggs").
friend_("Gene Smock", "Maurine Velasco").
friend_("Gene Smock", "Renate Stansberry").
friend_("Gene Smock", "Tad Macmillan").
friend_("Isiah Lutz", "Tanner Beltran").
friend_("Isiah Lutz", "Loren Culver").
friend_("Jamison Baptiste", "Howard Wiggs").
friend_("Lannie Smock", "Tad Macmillan").
friend_("Leeann Sinclair", "Maria Baptiste").
friend_("Leeann Sinclair", "Hyun Hagerty").
friend_("Leisa Lutz", "Yolanda Philpott").
friend_("Lesley Lutz", "Iva Stansberry").
friend_("Lonny Parmer", "Orlando Beltran").
friend_("Lonny Parmer", "Vicki Hackworth").
friend_("Lonny Parmer", "Glenda Culver").
friend_("Maria Baptiste", "Tanner Beltran").
friend_("Maria Baptiste", "Conrad Stansberry").
friend_("Michelle Hackworth", "Stacia Toombs").
friend_("Michelle Hackworth", "Williams Smock").
friend_("Michelle Hackworth", "Eliza Wiggs").
friend_("Michelle Hackworth", "Tamara Macmillan").
friend_("Noelia Lutz", "Terence Culver").
friend_("Orlando Beltran", "Ryan Wang").
friend_("Orlando Beltran", "Tosha Beltran").
friend_("Orlando Beltran", "Jules Culver").
friend_("Orlando Beltran", "Lincoln Velasco").
friend_("Orlando Beltran", "Terence Culver").
friend_("Reggie Coe", "Lester Stansberry").
friend_("Reggie Coe", "Sona Stansberry").
friend_("Reggie Coe", "Terence Culver").
friend_("Reggie Coe", "Tonya Culver").
friend_("Ricardo Hackworth", "Millard Stansberry").
friend_("Shannon Beltran", "Wilmer Hagerty").
friend_("Shelli Beltran", "Bev Gilmore").
friend_("Stacia Toombs", "Tamara Macmillan").
friend_("Tanner Beltran", "Tyson Woodson").
friend_("Tanner Beltran", "Markus Hagerty").
friend_("Tanner Beltran", "Oren Stansberry").
friend_("Tanner Beltran", "Quintin Hagerty").
friend_("Tanner Beltran", "Terence Culver").
friend_("Tosha Beltran", "Diane Culver").
friend_("Tosha Beltran", "Emanuel Stansberry").
friend_("Tosha Beltran", "Frankie Hagerty").
friend_("Tosha Beltran", "Maurine Velasco").
friend_("Tyson Woodson", "Frankie Hagerty").
friend_("Tyson Woodson", "Maurine Velasco").
friend_("Vicki Hackworth", "Celia Macmillan").
friend_("Vicki Hackworth", "Frankie Hagerty").
friend_("Vicki Hackworth", "Kelvin Culver").
friend_("Vincent Lutz", "Cordelia Wiggs").
friend_("Vincent Lutz", "Debra Stansberry").
friend_("Vincent Lutz", "Kelvin Culver").
friend_("Vincent Lutz", "Loren Culver").
friend_("Vincent Lutz", "Renate Stansberry").
friend_("Von Sinclair", "Debra Stansberry").
friend_("Von Sinclair", "Sona Stansberry").
friend_("Wilbert Toombs", "Wm Parmer").
friend_("Wm Parmer", "David Wiggs").
friend_("Wm Parmer", "Desiree Stansberry").
friend_("Wm Parmer", "Gillian Wiggs").
friend_("Wm Parmer", "Quintin Hagerty").
friend_("Angela Culver", "Anibal Stansberry").
friend_("Angela Culver", "Iva Stansberry").
friend_("Angela Culver", "Maurine Velasco").
friend_("Anibal Stansberry", "Renate Stansberry").
friend_("Bev Gilmore", "Jules Culver").
friend_("Bev Gilmore", "Quintin Hagerty").
friend_("Brigette Gilmore", "Eliza Wiggs").
friend_("Conrad Stansberry", "Debra Stansberry").
friend_("Conrad Stansberry", "Nikki Stansberry").
friend_("Cordelia Wiggs", "Dionne Stansberry").
friend_("Cordelia Wiggs", "Maurine Velasco").
friend_("Desiree Stansberry", "Lincoln Velasco").
friend_("Desiree Stansberry", "Yolanda Philpott").
friend_("Dionne Stansberry", "Renate Stansberry").
friend_("Emanuel Stansberry", "Jules Culver").
friend_("Gail Culver", "Gillian Wiggs").
friend_("Gail Culver", "Nikki Stansberry").
friend_("Garry Gilmore", "Lionel Culver").
friend_("Garry Gilmore", "Loren Culver").
friend_("Garry Gilmore", "Mickey Philpott").
friend_("Gillian Wiggs", "Laverna Stansberry").
friend_("Gillian Wiggs", "Sona Stansberry").
friend_("Glenda Culver", "Sona Stansberry").
friend_("Glenda Culver", "Tamara Macmillan").
friend_("Hayden Stansberry", "Howard Wiggs").
friend_("Howard Wiggs", "Tonya Culver").
friend_("Hyun Hagerty", "Markus Hagerty").
friend_("Jordan Culver", "Kori Wiggs").
friend_("Kelvin Culver", "Oren Stansberry").
friend_("Kelvin Culver", "Yolanda Philpott").
friend_("Laverna Stansberry", "Lincoln Velasco").
friend_("Lester Stansberry", "Oren Stansberry").
friend_("Lincoln Velasco", "Oren Stansberry").
friend_("Lionel Culver", "Loren Culver").
friend_("Lionel Culver", "Oren Stansberry").
friend_("Lionel Culver", "Terence Culver").
friend_("Mickey Philpott", "Quintin Hagerty").
friend_("Mickey Philpott", "Sona Stansberry").
friend_("Nikki Stansberry", "Terence Culver").
friend_("Quintin Hagerty", "Wilmer Hagerty").
friend(X, Y) :-
friend_(X, Y).
friend(X, Y) :-
friend_(Y, X).
niece(X, Y) :-
sibling(X, A),
daughter(A, Y).
nephew(X, Y) :-
sibling(X, A),
son(A, Y).
brother_in_law(X, Y) :-
married(X, A),
brother(A, Y).
:- multifile message_property/2.
sister_in_law(X, Y) :-
married(X, A),
sister(A, Y).
wife(X, Y) :-
married(X, Y),
female(Y).
husband(X, Y) :-
married(X, Y),
male(Y).
daughter_in_law(X, Y) :-
child(X, A),
wife(A, Y).
son_in_law(X, Y) :-
child(X, A),
husband(A, Y).
son(X, Y) :-
child(X, Y),
male(Y).
female(X) :-
gender(X, "female").
daughter(X, Y) :-
child(X, Y),
female(Y).
father_in_law(X, Y) :-
married(X, A),
father(A, Y).
mother_in_law(X, Y) :-
married(X, A),
mother(A, Y).
father(X, Y) :-
parent(X, Y),
male(Y).
:- multifile prolog_predicate_name/2.
child(X, Y) :-
parent(Y, X).
male_first_cousin_once_removed(X, Y) :-
cousin(X, A),
son(A, Y),
X\=Y.
:- multifile prolog_clause_name/2.
:- dynamic expand_answer/2.
:- multifile expand_answer/2.
:- dynamic exception/3.
:- multifile exception/3.
female_first_cousin_once_removed(X, Y) :-
cousin(X, A),
daughter(A, Y),
X\=Y.
brother(X, Y) :-
sibling(X, Y),
male(Y).
mother(X, Y) :-
parent(X, Y),
female(Y).
male_second_cousin(X, Y) :-
parent(X, A),
parent(Y, B),
cousin(A, B),
male(Y),
X\=Y.
:- dynamic message_hook/3.
:- multifile message_hook/3.
female_second_cousin(X, Y) :-
parent(X, A),
parent(Y, B),
cousin(A, B),
female(Y),
X\=Y.
married(X, Y) :-
parent(Child, X),
parent(Child, Y),
X\=Y.
male(X) :-
gender(X, "male").
:- dynamic prolog_file_type/2.
:- multifile prolog_file_type/2.
prolog_file_type(pl, prolog).
prolog_file_type(prolog, prolog).
prolog_file_type(qlf, prolog).
prolog_file_type(qlf, qlf).
prolog_file_type(A, executable) :-
system:current_prolog_flag(shared_object_extension, A).
prolog_file_type(dylib, executable) :-
system:current_prolog_flag(apple, true).
sister(X, Y) :-
sibling(X, Y),
female(Y).
male_cousin(X, Y) :-
cousin(X, Y),
male(Y).
:- dynamic nonbinary/1.
nonbinary(X) :-
gender(X, "nonbinary").
female_cousin(X, Y) :-
cousin(X, Y),
female(Y).
sibling(X, Y) :-
parent(X, A),
parent(Y, A),
X\=Y.
:- dynamic portray/1.
:- multifile portray/1.
:- dynamic prolog_load_file/2.
:- multifile prolog_load_file/2.
:- dynamic goal_expansion/2.
:- multifile goal_expansion/2.
:- dynamic parent/2.
parent("Aida Wang", "Dino Beltran").
parent("Aida Wang", "Shelli Beltran").
parent("Alfredo Wang", "Aida Wang").
parent("Alfredo Wang", "Ryan Wang").
parent("Barabara Beltran", "Dino Beltran").
parent("Barabara Beltran", "Shelli Beltran").
parent("Christina Coe", "Stacia Toombs").
parent("Christina Coe", "Wilbert Toombs").
parent("Cortney Parmer", "Aida Wang").
parent("Cortney Parmer", "Ryan Wang").
parent("Cythia Smock", "Alison Smock").
parent("Cythia Smock", "Williams Smock").
parent("Dino Beltran", "Brian Beltran").
parent("Dino Beltran", "Daisy Beltran").
parent("Dwight Hackworth", "Ricardo Hackworth").
parent("Dwight Hackworth", "Vicki Hackworth").
parent("Earle Coe", "Alycia Coe").
parent("Earle Coe", "Christoper Coe").
parent("Eli Smock", "Alvaro Smock").
parent("Eli Smock", "Lannie Smock").
parent("Gayla Woodson", "Lissa Coe").
parent("Gayla Woodson", "Reggie Coe").
parent("Gene Smock", "Alvaro Smock").
parent("Gene Smock", "Lannie Smock").
parent("Kristen Toombs", "Stacia Toombs").
parent("Kristen Toombs", "Wilbert Toombs").
parent("Leeann Sinclair", "Ricardo Hackworth").
parent("Leeann Sinclair", "Vicki Hackworth").
parent("Leisa Lutz", "Ricardo Hackworth").
parent("Leisa Lutz", "Vicki Hackworth").
parent("Lesley Lutz", "Isiah Lutz").
parent("Lesley Lutz", "Leisa Lutz").
parent("Lonny Parmer", "Cortney Parmer").
parent("Lonny Parmer", "Ulysses Parmer").
parent("Michelle Hackworth", "Ricardo Hackworth").
parent("Michelle Hackworth", "Vicki Hackworth").
parent("Orlando Beltran", "Brian Beltran").
parent("Orlando Beltran", "Daisy Beltran").
parent("Reggie Coe", "Christina Coe").
parent("Reggie Coe", "Earle Coe").
parent("Shannon Beltran", "Orlando Beltran").
parent("Shannon Beltran", "Tosha Beltran").
parent("Shelli Beltran", "Alison Smock").
parent("Shelli Beltran", "Williams Smock").
parent("Stacia Toombs", "Alison Smock").
parent("Stacia Toombs", "Williams Smock").
parent("Tanner Beltran", "Brian Beltran").
parent("Tanner Beltran", "Daisy Beltran").
parent("Tosha Beltran", "Jamison Baptiste").
parent("Tosha Beltran", "Maria Baptiste").
parent("Tyson Woodson", "Carrol Woodson").
parent("Tyson Woodson", "Gayla Woodson").
parent("Vicki Hackworth", "Dino Beltran").
parent("Vicki Hackworth", "Shelli Beltran").
parent("Vincent Lutz", "Lesley Lutz").
parent("Vincent Lutz", "Noelia Lutz").
parent("Virgil Hackworth", "Ricardo Hackworth").
parent("Virgil Hackworth", "Vicki Hackworth").
parent("Von Sinclair", "Alec Sinclair").
parent("Von Sinclair", "Leeann Sinclair").
parent("Williams Smock", "Dominique Smock").
parent("Williams Smock", "Gene Smock").
parent("Wm Parmer", "Cortney Parmer").
parent("Wm Parmer", "Ulysses Parmer").
parent("Angela Culver", "Diane Culver").
parent("Angela Culver", "Jules Culver").
parent("Anibal Stansberry", "Iva Stansberry").
parent("Anibal Stansberry", "Oren Stansberry").
parent("Bev Gilmore", "Brigette Gilmore").
parent("Bev Gilmore", "Garry Gilmore").
parent("Brigette Gilmore", "Gail Culver").
parent("Brigette Gilmore", "Terence Culver").
parent("Celia Macmillan", "Desiree Stansberry").
parent("Celia Macmillan", "Millard Stansberry").
parent("Conrad Stansberry", "Anibal Stansberry").
parent("Conrad Stansberry", "Renate Stansberry").
parent("Dionne Stansberry", "Debra Stansberry").
parent("Dionne Stansberry", "Hayden Stansberry").
parent("Eliza Wiggs", "Gillian Wiggs").
parent("Eliza Wiggs", "Howard Wiggs").
parent("Emanuel Stansberry", "Debra Stansberry").
parent("Emanuel Stansberry", "Hayden Stansberry").
parent("Frankie Hagerty", "Justine Hagerty").
parent("Frankie Hagerty", "Markus Hagerty").
parent("Gail Culver", "Lincoln Velasco").
parent("Gail Culver", "Maurine Velasco").
parent("Gillian Wiggs", "Anibal Stansberry").
parent("Gillian Wiggs", "Renate Stansberry").
parent("Hayden Stansberry", "Anibal Stansberry").
parent("Hayden Stansberry", "Renate Stansberry").
parent("Howard Wiggs", "Cordelia Wiggs").
parent("Howard Wiggs", "David Wiggs").
parent("Hyun Hagerty", "Brigette Gilmore").
parent("Hyun Hagerty", "Garry Gilmore").
parent("Iva Stansberry", "Barbara Philpott").
parent("Iva Stansberry", "Mickey Philpott").
parent("Jordan Culver", "Loren Culver").
parent("Jordan Culver", "Tonya Culver").
parent("Jules Culver", "Loren Culver").
parent("Jules Culver", "Tonya Culver").
parent("Kelvin Culver", "Diane Culver").
parent("Kelvin Culver", "Jules Culver").
parent("Kori Wiggs", "Gillian Wiggs").
parent("Kori Wiggs", "Howard Wiggs").
parent("Laverna Stansberry", "Anibal Stansberry").
parent("Laverna Stansberry", "Renate Stansberry").
parent("Lester Stansberry", "Conrad Stansberry").
parent("Lester Stansberry", "Sona Stansberry").
parent("Lionel Culver", "Glenda Culver").
parent("Lionel Culver", "Jordan Culver").
parent("Millard Stansberry", "Anibal Stansberry").
parent("Millard Stansberry", "Renate Stansberry").
parent("Nikki Stansberry", "Desiree Stansberry").
parent("Nikki Stansberry", "Millard Stansberry").
parent("Quintin Hagerty", "Frankie Hagerty").
parent("Quintin Hagerty", "Hyun Hagerty").
parent("Renate Stansberry", "Frankie Hagerty").
parent("Renate Stansberry", "Hyun Hagerty").
parent("Tamara Macmillan", "Celia Macmillan").
parent("Tamara Macmillan", "Tad Macmillan").
parent("Terence Culver", "Glenda Culver").
parent("Terence Culver", "Jordan Culver").
parent("Victor Stansberry", "Iva Stansberry").
parent("Victor Stansberry", "Oren Stansberry").
parent("Wilmer Hagerty", "Justine Hagerty").
parent("Wilmer Hagerty", "Markus Hagerty").
parent("Yolanda Philpott", "Barbara Philpott").
parent("Yolanda Philpott", "Mickey Philpott").
cousin(X, Y) :-
parent(X, A),
parent(Y, B),
sibling(A, B),
X\=Y.
uncle(X, Y) :-
parent(X, A),
brother(A, Y).
:- dynamic resource/3.
:- multifile resource/3.
:- thread_local thread_message_hook/3.
:- dynamic thread_message_hook/3.
:- volatile thread_message_hook/3.
aunt(X, Y) :-
parent(X, A),
sister(A, Y).
second_uncle(X, Y) :-
great_grandparent(X, A),
brother(A, Y).
:- dynamic gender/2.
gender("Aida Wang", "female").
gender("Alec Sinclair", "male").
gender("Alfredo Wang", "male").
gender("Alison Smock", "female").
gender("Alvaro Smock", "male").
gender("Alycia Coe", "female").
gender("Barabara Beltran", "female").
gender("Brian Beltran", "male").
gender("Carrol Woodson", "male").
gender("Christina Coe", "female").
gender("Christoper Coe", "male").
gender("Cortney Parmer", "female").
gender("Cythia Smock", "female").
gender("Daisy Beltran", "female").
gender("Dino Beltran", "male").
gender("Dominique Smock", "female").
gender("Dwight Hackworth", "male").
gender("Earle Coe", "male").
gender("Eli Smock", "male").
gender("Gayla Woodson", "female").
gender("Gene Smock", "male").
gender("Isiah Lutz", "male").
gender("Jamison Baptiste", "male").
gender("Kristen Toombs", "female").
gender("Lannie Smock", "female").
gender("Leeann Sinclair", "female").
gender("Leisa Lutz", "female").
gender("Lesley Lutz", "male").
gender("Lissa Coe", "female").
gender("Lonny Parmer", "male").
gender("Maria Baptiste", "female").
gender("Michelle Hackworth", "female").
gender("Noelia Lutz", "female").
gender("Orlando Beltran", "male").
gender("Reggie Coe", "male").
gender("Ricardo Hackworth", "male").
gender("Ryan Wang", "male").
gender("Shannon Beltran", "female").
gender("Shelli Beltran", "female").
gender("Stacia Toombs", "female").
gender("Tanner Beltran", "male").
gender("Tosha Beltran", "female").
gender("Tyson Woodson", "male").
gender("Ulysses Parmer", "male").
gender("Vicki Hackworth", "female").
gender("Vincent Lutz", "male").
gender("Virgil Hackworth", "male").
gender("Von Sinclair", "male").
gender("Wilbert Toombs", "male").
gender("Williams Smock", "male").
gender("Wm Parmer", "male").
gender("Angela Culver", "female").
gender("Anibal Stansberry", "male").
gender("Barbara Philpott", "female").
gender("Bev Gilmore", "female").
gender("Brigette Gilmore", "female").
gender("Celia Macmillan", "female").
gender("Conrad Stansberry", "male").
gender("Cordelia Wiggs", "female").
gender("David Wiggs", "male").
gender("Debra Stansberry", "female").
gender("Desiree Stansberry", "female").
gender("Diane Culver", "female").
gender("Dionne Stansberry", "female").
gender("Eliza Wiggs", "female").
gender("Emanuel Stansberry", "male").
gender("Frankie Hagerty", "male").
gender("Gail Culver", "female").
gender("Garry Gilmore", "male").
gender("Gillian Wiggs", "female").
gender("Glenda Culver", "female").
gender("Hayden Stansberry", "male").
gender("Howard Wiggs", "male").
gender("Hyun Hagerty", "female").
gender("Iva Stansberry", "female").
gender("Jordan Culver", "male").
gender("Jules Culver", "male").
gender("Justine Hagerty", "female").
gender("Kelvin Culver", "male").
gender("Kori Wiggs", "female").
gender("Laverna Stansberry", "female").
gender("Lester Stansberry", "male").
gender("Lincoln Velasco", "male").
gender("Lionel Culver", "male").
gender("Loren Culver", "male").
gender("Markus Hagerty", "male").
gender("Maurine Velasco", "female").
gender("Mickey Philpott", "male").
gender("Millard Stansberry", "male").
gender("Nikki Stansberry", "female").
gender("Oren Stansberry", "male").
gender("Quintin Hagerty", "male").
gender("Renate Stansberry", "female").
gender("Sona Stansberry", "female").
gender("Tad Macmillan", "male").
gender("Tamara Macmillan", "female").
gender("Terence Culver", "male").
gender("Tonya Culver", "female").
gender("Victor Stansberry", "male").
gender("Wilmer Hagerty", "male").
gender("Yolanda Philpott", "female").
second_aunt(X, Y) :-
great_grandparent(X, A),
sister(A, Y).
great_grandson(X, Y) :-
great_grandchild(X, Y),
male(Y).
:- dynamic pyrun/2.
pyrun(A, B) :-
read_term_from_atom(A, C, [variable_names(B)]),
call(C).
great_granddaughter(X, Y) :-
great_grandchild(X, Y),
female(Y).
:- dynamic resource/2.
:- multifile resource/2.