anmolkabra's picture
Add dataset v0.5 splits
d2a0598 verified
raw
history blame
154 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("Abdul Felker", "birdwatching").
hobby("Adolph Barbee", "geography").
hobby("Alice Lance", "research").
hobby("Allie Barbee", "audiophile").
hobby("Allison Barbee", "knowledge/word games").
hobby("Alvin Lance", "geocaching").
hobby("Andres Barbee", "croquet").
hobby("Andrew Parkinson", "badminton").
hobby("Brooks George", "fossil hunting").
hobby("Clint Rahman", "rail transport modelling").
hobby("Colette Rahman", "jujitsu").
hobby("Courtney Parkinson", "beauty pageants").
hobby("Dalton Parkinson", "softball").
hobby("Dollie Barbee", "golfing").
hobby("Elicia Barbee", "inline skating").
hobby("Elyse Barbee", "radio-controlled model collecting").
hobby("Emma George", "videography").
hobby("Garth Kean", "butterfly watching").
hobby("Guadalupe Barbee", "learning").
hobby("Jenni Felker", "business").
hobby("Karolyn Lance", "curling").
hobby("Kelley Barbee", "magnet fishing").
hobby("Kenny Barbee", "pickleball").
hobby("Kirk Lo", "shuffleboard").
hobby("Konstantin Barbee", "geocaching").
hobby("Korey Kean", "trade fair visiting").
hobby("Krystle Barbee", "lapel pins").
hobby("Kurt Parkinson", "rock balancing").
hobby("Latosha Rahman", "breakdancing").
hobby("Leonila Parkinson", "audiophile").
hobby("Lesley Barbee", "dairy farming").
hobby("Lyndon Barbee", "research").
hobby("Marvin Hope", "mineral collecting").
hobby("Merrill Kean", "research").
hobby("Mitchel George", "mineral collecting").
hobby("Nettie Barbee", "learning").
hobby("Rocco Lance", "magnet fishing").
hobby("Rory George", "whale watching").
hobby("Royce Lo", "research").
hobby("Rudy Barbee", "fusilately").
hobby("Solomon Rahman", "shortwave listening").
hobby("Tracey Kean", "microscopy").
hobby("Twyla Parkinson", "life science").
hobby("Tyrone Parkinson", "meditation").
hobby("Wallace Ragland", "science and technology studies").
hobby("Walter Hope", "frisbee").
hobby("Wanda Lo", "satellite watching").
hobby("Wanita Hope", "chemistry").
hobby("Willie Parkinson", "ballet dancing").
hobby("Yasmin Ragland", "antiquities").
hobby("Ahmad Vansickle", "rock balancing").
hobby("Albertine Thrower", "leaves").
hobby("Alejandrina Thrower", "table football").
hobby("Andre Vansickle", "shogi").
hobby("Benny Guay", "learning").
hobby("Brain Thrower", "radio-controlled model playing").
hobby("Candice Bianchi", "whale watching").
hobby("Carmen Bianchi", "sociology").
hobby("Cesar Guay", "people-watching").
hobby("Chrissy Vansickle", "bowling").
hobby("Concepcion Najera", "city trip").
hobby("Edgar Bianchi", "ant farming").
hobby("Esperanza Bianchi", "whale watching").
hobby("Esperanza Ervin", "button collecting").
hobby("Eve Ervin", "archaeology").
hobby("Georgette Gebhart", "herping").
hobby("Gertrude Guay", "audiophile").
hobby("Hal Gebhart", "fencing").
hobby("Jaime Veilleux", "magnet fishing").
hobby("Jim Bianchi", "mineral collecting").
hobby("Joshua Ervin", "table tennis").
hobby("Kendrick Sherrod", "shortwave listening").
hobby("Kristopher Veilleux", "geocaching").
hobby("Landon Ervin", "physics").
hobby("Laurel Bianchi", "polo").
hobby("Laurel Guay", "lotology").
hobby("Linwood Thrower", "stone collecting").
hobby("Loraine Vansickle", "flower collecting and pressing").
hobby("Lucas Bianchi", "research").
hobby("Lura Bianchi", "netball").
hobby("Maragret Bianchi", "architecture").
hobby("Mauricio Vansickle", "bus spotting").
hobby("Minerva Pennington", "shortwave listening").
hobby("Norris Sherrod", "radio-controlled model playing").
hobby("Ollie Bianchi", "archaeology").
hobby("Philip Thrower", "geography").
hobby("Pricilla Pennington", "audiophile").
hobby("Raphael Ervin", "sea glass collecting").
hobby("Renea Thrower", "auto audiophilia").
hobby("Robby Pennington", "aircraft spotting").
hobby("Rosena Veilleux", "stone collecting").
hobby("Roxy Guay", "fencing").
hobby("Roy Najera", "cribbage").
hobby("Sarita Bianchi", "ant-keeping").
hobby("Shante Najera", "skateboarding").
hobby("Shizuko Veilleux", "herbalism").
hobby("Shon Guay", "satellite watching").
hobby("Sylvester Sherrod", "airsoft").
hobby("Twila Veilleux", "beekeeping").
hobby("Winnifred Sherrod", "darts").
hobby("Zachary Guay", "photography").
hobby("Adella Stites", "bus spotting").
hobby("Andrea Stites", "laser tag").
hobby("Angel Kress", "geography").
hobby("Arthur Stites", "powerboat racing").
hobby("Casey Dow", "shortwave listening").
hobby("Cherise Darling", "backgammon").
hobby("Chris Stites", "disc golf").
hobby("Darrick Darling", "nordic skating").
hobby("Deirdre Fries", "shopping").
hobby("Donnie Turgeon", "auto racing").
hobby("Donovan Stites", "benchmarking").
hobby("Dwain Stites", "microbiology").
hobby("Eddie Darling", "research").
hobby("Edmond Abney", "tennis").
hobby("Eldon Stites", "surfing").
hobby("Evelia Nelms", "sports memorabilia").
hobby("Giovanni Stites", "backgammon").
hobby("Grant Stites", "meteorology").
hobby("Harvey Stites", "whale watching").
hobby("Hunter Darling", "beekeeping").
hobby("Ione Stites", "entrepreneurship").
hobby("Jewel Abney", "railway studies").
hobby("Jewell Stites", "mathematics").
hobby("Joanne Dow", "leaves").
hobby("Joel Fries", "sea glass collecting").
hobby("Julio Nelms", "snowboarding").
hobby("Kenny Southerland", "trainspotting").
hobby("Kent Turgeon", "sea glass collecting").
hobby("Kieth Dow", "learning").
hobby("Kisha Stites", "meteorology").
hobby("Kris Stites", "microscopy").
hobby("Ladawn Turgeon", "publishing").
hobby("Lawerence Stites", "aircraft spotting").
hobby("Leopoldo Stites", "research").
hobby("Marcel Abney", "tour skating").
hobby("Margaret Turgeon", "science and technology studies").
hobby("Maxwell Deming", "cycling").
hobby("Mayra Stites", "meditation").
hobby("Minnie Darling", "fossil hunting").
hobby("Mitchell Darling", "auto audiophilia").
hobby("Nada Stites", "antiquities").
hobby("Nickolas Deming", "engineering").
hobby("Oralia Kress", "butterfly watching").
hobby("Pansy Southerland", "ant farming").
hobby("Shamika Dow", "fishkeeping").
hobby("Shirleen Stites", "knife collecting").
hobby("Staci Deming", "sea glass collecting").
hobby("Tanya Darling", "auto audiophilia").
hobby("Tyrone Deming", "publishing").
hobby("Wayne Stites", "vintage cars").
hobby("Wilmer Stites", "exhibition drill").
hobby("Adella Mcbroom", "microscopy").
hobby("Alina Huntley", "insect collecting").
hobby("Allyson Brashear", "reading").
hobby("Allyson Gorton", "beach volleyball").
hobby("Anastacia Grigg", "squash").
hobby("Anneliese Brashear", "whale watching").
hobby("Audie Dodge", "mineral collecting").
hobby("Autumn Brashear", "reading").
hobby("Barry Huntley", "table football").
hobby("Bess Dodge", "equestrianism").
hobby("Booker Grigg", "car riding").
hobby("Brooks Huntley", "hobby horsing").
hobby("Carmella Huntley", "jujitsu").
hobby("Cleveland Mcbroom", "publishing").
hobby("Dean Mcbroom", "geocaching").
hobby("Demarcus Huntley", "social studies").
hobby("Desiree Mcbroom", "shortwave listening").
hobby("Dorris Huntley", "birdwatching").
hobby("Dudley Dodge", "deltiology").
hobby("Ezequiel Gorton", "leaves").
hobby("Felipe Brashear", "fishkeeping").
hobby("Gwenn Mcbroom", "butterfly watching").
hobby("Harvey Mcbroom", "publishing").
hobby("Jacquelyn Huntley", "biology").
hobby("James Mcbroom", "movie memorabilia collecting").
hobby("Jordan Mcbroom", "butterfly watching").
hobby("Lissa Mcbroom", "myrmecology").
hobby("Lowell Gorton", "seashell collecting").
hobby("Maryann Mcbroom", "shoes").
hobby("Matt Mcbroom", "research").
hobby("Max Gorton", "amateur astronomy").
hobby("Melvin Dodge", "bowling").
hobby("Mervin Mcbroom", "ant-keeping").
hobby("Mike Grigg", "herping").
hobby("Morgan Huntley", "shortwave listening").
hobby("Nydia Grigg", "aircraft spotting").
hobby("Oleta Mcbroom", "lacrosse").
hobby("Omar Grigg", "horseshoes").
hobby("Orlando Brashear", "seashell collecting").
hobby("Randolph Grigg", "flying").
hobby("Rena Grigg", "pinball").
hobby("Reynaldo Brashear", "crystals").
hobby("Sandy Mcbroom", "antiquities").
hobby("Shannon Grigg", "shoes").
hobby("Shelton Dodge", "association football").
hobby("Sue Mcbroom", "horseback riding").
hobby("Tamara Mcbroom", "fossil hunting").
hobby("Theodore Grigg", "lapel pins").
hobby("Tianna Brashear", "transit map collecting").
hobby("Windy Gorton", "driving").
hobby("Zelma Mcbroom", "larping").
hobby("Alejandrina Lanham", "insect collecting").
hobby("Annmarie Stoddard", "croquet").
hobby("Chau Bridge", "lapel pins").
hobby("Craig Arriola", "ant farming").
hobby("Dee Stoddard", "skydiving").
hobby("Dominick Bridge", "ultimate frisbee").
hobby("Elias Lanham", "flying model planes").
hobby("Gloria Toomey", "vintage clothing").
hobby("Grant Bridge", "linguistics").
hobby("Hal Stoddard", "research").
hobby("Horacio Lanham", "sailing").
hobby("Howard Lanham", "birdwatching").
hobby("Jack Bridge", "archaeology").
hobby("Jackie Lanham", "web design").
hobby("Jerrod Stoddard", "vintage clothing").
hobby("Jewel Sawyers", "coin collecting").
hobby("Jimmie Lanham", "beauty pageants").
hobby("Johanna Stoddard", "leaves").
hobby("Joshua Alvarez", "knowledge/word games").
hobby("Joshua Stoddard", "meteorology").
hobby("Jules Bridge", "meteorology").
hobby("Kendrick Bridge", "meteorology").
hobby("Kevin Stoddard", "cooking").
hobby("Krystal Arriola", "whale watching").
hobby("Laurette Bridge", "leaves").
hobby("Louann Toomey", "fishkeeping").
hobby("Mammie Bridge", "ant-keeping").
hobby("Michel Sawyers", "coin collecting").
hobby("Michelle Stoddard", "dancing").
hobby("Miranda Stoddard", "beach volleyball").
hobby("Mose Stoddard", "cartophily").
hobby("Myrtle Bridge", "antiquities").
hobby("Nakisha Lanham", "powerlifting").
hobby("Oma Lanham", "lotology").
hobby("Patsy Lanham", "crystals").
hobby("Pearlie Lanham", "magnet fishing").
hobby("Phylis Alvarez", "inline skating").
hobby("Raymond Lanham", "butterfly watching").
hobby("Reginald Lanham", "hiking/backpacking").
hobby("Roberto Toomey", "element collecting").
hobby("Rolf Toomey", "whale watching").
hobby("Romelia Sawyers", "compact discs").
hobby("Ronald Stoddard", "video gaming").
hobby("Silas Stoddard", "ultimate frisbee").
hobby("Tammie Stoddard", "beekeeping").
hobby("Tawanda Toomey", "fishing").
hobby("Tonia Stoddard", "car tuning").
hobby("Tony Lanham", "croquet").
hobby("Tonya Alvarez", "bus spotting").
hobby("Winnifred Arriola", "long-distance running").
hobby("Artie Gil", "fencing").
hobby("Billye Dias", "figure skating").
hobby("Bobbie Biggs", "leaves").
hobby("Brendon Gil", "checkers (draughts)").
hobby("Briana Gil", "social studies").
hobby("Carleen Dias", "antiquities").
hobby("Carly Corder", "foraging").
hobby("Carmelita Dias", "dolls").
hobby("Carmelita Dunbar", "book folding").
hobby("Clayton Dias", "sand art").
hobby("Cleveland Lalonde", "flower collecting and pressing").
hobby("Coretta Dunbar", "fitness").
hobby("Cristina Long", "backgammon").
hobby("Desmond Nesbitt", "rowing").
hobby("Devon Lalonde", "insect collecting").
hobby("Ernest Dias", "microscopy").
hobby("Esteban Nesbitt", "ant farming").
hobby("Eve Lalonde", "animal fancy").
hobby("Felix Biggs", "fishkeeping").
hobby("Felton Gil", "radio-controlled model playing").
hobby("Gabriele Puckett", "shogi").
hobby("Gene Biggs", "insect collecting").
hobby("Georgine Pence", "research").
hobby("Holley Dunbar", "architecture").
hobby("Jackson Puckett", "movie memorabilia collecting").
hobby("Jacques Gil", "fishkeeping").
hobby("Jaime Dunbar", "esports").
hobby("Jefferson Long", "boxing").
hobby("Joan Dias", "shortwave listening").
hobby("Jodi Biggs", "geography").
hobby("Kena Long", "meteorology").
hobby("Kyle Gil", "amateur astronomy").
hobby("Leeann Gil", "fusilately").
hobby("Leesa Pence", "microbiology").
hobby("Leonard Corder", "horsemanship").
hobby("Linwood Dias", "element collecting").
hobby("Lou Dias", "lotology").
hobby("Lucio Dias", "astronomy").
hobby("Nicolle Dias", "fruit picking").
hobby("Robin Puckett", "pinball").
hobby("Ronnie Pence", "auto audiophilia").
hobby("Rubye Nesbitt", "meditation").
hobby("Rueben Puckett", "dowsing").
hobby("Salley Puckett", "botany").
hobby("Sterling Pence", "button collecting").
hobby("Tad Dunbar", "research").
hobby("Tammy Dias", "reading").
hobby("Thomasena Gil", "literature").
hobby("Vincenza Dias", "films").
hobby("Windy Puckett", "horseshoes").
hobby("Alexa Goings", "whale watching").
hobby("Blair Goings", "seashell collecting").
hobby("Bruce Goings", "hiking/backpacking").
hobby("Carina Thurman", "magnet fishing").
hobby("Cedric Goings", "marbles").
hobby("Charissa Lundgren", "metal detecting").
hobby("Claude Goings", "history").
hobby("Dallas Goings", "kite flying").
hobby("Darrick Goings", "reading").
hobby("Delbert Goings", "trainspotting").
hobby("Deon Nickels", "volleyball").
hobby("Dinah Lundgren", "swimming").
hobby("Dorris Majors", "vr gaming").
hobby("Dortha Nickels", "gongoozling").
hobby("Duncan Goings", "climbing").
hobby("Earle Breen", "research").
hobby("Emile Doherty", "video game collecting").
hobby("Emilio Goings", "snorkeling").
hobby("Gail Breen", "element collecting").
hobby("German Breen", "ephemera collecting").
hobby("Gwenn Goings", "fishkeeping").
hobby("Isabell Doherty", "aircraft spotting").
hobby("Jacinta Goings", "lapel pins").
hobby("Jacques Goings", "seashell collecting").
hobby("James Goings", "pool").
hobby("Jeannine Million", "mineral collecting").
hobby("Jose Goings", "mini golf").
hobby("Jose Lundgren", "religious studies").
hobby("Kari Doherty", "fishkeeping").
hobby("Keri Goings", "sea glass collecting").
hobby("Landon Lundgren", "people-watching").
hobby("Leigh Goings", "pickleball").
hobby("Mark Nickels", "footbag").
hobby("Minh Breen", "book collecting").
hobby("Morgan Goings", "scutelliphily").
hobby("Nakisha Million", "bmx").
hobby("Nicholle Majors", "research").
hobby("Niesha Nickels", "learning").
hobby("Norbert Nickels", "gongoozling").
hobby("Preston Million", "ant-keeping").
hobby("Raymond Majors", "trainspotting").
hobby("Rod Nickels", "research").
hobby("Sam Nickels", "climbing").
hobby("Stan Breen", "whale watching").
hobby("Suzette Thurman", "ant farming").
hobby("Tanja Goings", "digital hoarding").
hobby("Tara Lundgren", "learning").
hobby("Tona Doherty", "polo").
hobby("Valentina Breen", "auto audiophilia").
hobby("Walker Thurman", "book folding").
hobby("Alison Castaneda", "skateboarding").
hobby("Allan Rooker", "reading").
hobby("Aurelio Kasper", "leaves").
hobby("Blondell Castaneda", "figure skating").
hobby("Casandra Gould", "mineral collecting").
hobby("Christa Marchant", "larping").
hobby("Colette Omara", "gardening").
hobby("Corinne Kasper", "herping").
hobby("Dale Marchant", "disc golf").
hobby("Delma Christy", "research").
hobby("Denny Vanderpool", "ultimate frisbee").
hobby("Deon Christy", "religious studies").
hobby("Duane Castaneda", "research").
hobby("Edwina Kasper", "geocaching").
hobby("Emilio Kasper", "herping").
hobby("Ethan Gould", "shortwave listening").
hobby("Floyd Ritter", "fishing").
hobby("Francesca Marchant", "beekeeping").
hobby("Francisca Rooker", "hiking/backpacking").
hobby("Frank Vanderpool", "benchmarking").
hobby("Gail Gould", "compact discs").
hobby("Holly Castaneda", "stamp collecting").
hobby("Hugo Schultz", "meteorology").
hobby("Jacob Christy", "research").
hobby("Joslyn Schultz", "magnet fishing").
hobby("Kari Christy", "shooting sports").
hobby("Lamont Ritter", "vinyl records").
hobby("Leda Stromberg", "shoes").
hobby("Lola Marchant", "railway studies").
hobby("Marguerita Stromberg", "action figure").
hobby("Mari Christy", "benchmarking").
hobby("Maxwell Marchant", "archaeology").
hobby("Melvin Vanderpool", "table tennis").
hobby("Michele Marchant", "crystals").
hobby("Michelle Stromberg", "ant farming").
hobby("Norris Omara", "trainspotting").
hobby("Oren Gould", "ant farming").
hobby("Pierre Gould", "notaphily").
hobby("Ronald Castaneda", "vacation").
hobby("Roni Marchant", "seashell collecting").
hobby("Rosanne Gould", "driving").
hobby("Roy Christy", "seashell collecting").
hobby("Signe Vanderpool", "hobby tunneling").
hobby("Sueann Kasper", "satellite watching").
hobby("Terry Stromberg", "fishkeeping").
hobby("Tommy Marchant", "meteorology").
hobby("Tommy Schultz", "fitness").
hobby("Twanna Vanderpool", "reading").
hobby("Vincent Marchant", "whale watching").
hobby("Wanda Ritter", "rock climbing").
granddaughter(X, Y) :-
grandchild(X, Y),
female(Y).
grandson(X, Y) :-
grandchild(X, Y),
male(Y).
:- dynamic job/2.
job("Abdul Felker", "police officer").
job("Adolph Barbee", "community education officer").
job("Alice Lance", "herbalist").
job("Allie Barbee", "podiatrist").
job("Allison Barbee", "prison officer").
job("Alvin Lance", "animal technologist").
job("Andres Barbee", "leisure centre manager").
job("Andrew Parkinson", "speech and language therapist").
job("Brooks George", "dietitian").
job("Clint Rahman", "amenity horticulturist").
job("Colette Rahman", "theatre stage manager").
job("Courtney Parkinson", "hydrologist").
job("Dalton Parkinson", "learning mentor").
job("Dollie Barbee", "location manager").
job("Elicia Barbee", "chartered management accountant").
job("Elyse Barbee", "plant breeder").
job("Emma George", "advertising account executive").
job("Garth Kean", "tourism officer").
job("Guadalupe Barbee", "civil service fast streamer").
job("Jenni Felker", "designer").
job("Karolyn Lance", "development worker").
job("Kelley Barbee", "tourist information centre manager").
job("Kenny Barbee", "community education officer").
job("Kirk Lo", "farm manager").
job("Konstantin Barbee", "doctor").
job("Korey Kean", "newspaper journalist").
job("Krystle Barbee", "customer service manager").
job("Kurt Parkinson", "public house manager").
job("Latosha Rahman", "exercise physiologist").
job("Leonila Parkinson", "early years teacher").
job("Lesley Barbee", "chief executive officer").
job("Lyndon Barbee", "bookseller").
job("Marvin Hope", "physiotherapist").
job("Merrill Kean", "occupational hygienist").
job("Mitchel George", "advertising copywriter").
job("Nettie Barbee", "radiographer").
job("Rocco Lance", "mining engineer").
job("Rory George", "warden").
job("Royce Lo", "regulatory affairs officer").
job("Rudy Barbee", "location manager").
job("Solomon Rahman", "producer").
job("Tracey Kean", "teaching laboratory technician").
job("Twyla Parkinson", "orthoptist").
job("Tyrone Parkinson", "agricultural consultant").
job("Wallace Ragland", "quarry manager").
job("Walter Hope", "risk analyst").
job("Wanda Lo", "physiological scientist").
job("Wanita Hope", "equality and diversity officer").
job("Willie Parkinson", "firefighter").
job("Yasmin Ragland", "purchasing manager").
job("Ahmad Vansickle", "illustrator").
job("Albertine Thrower", "press photographer").
job("Alejandrina Thrower", "legal executive").
job("Andre Vansickle", "neurosurgeon").
job("Benny Guay", "IT sales professional").
job("Brain Thrower", "quarry manager").
job("Candice Bianchi", "veterinary surgeon").
job("Carmen Bianchi", "merchandiser").
job("Cesar Guay", "clinical scientist").
job("Chrissy Vansickle", "equities trader").
job("Concepcion Najera", "TEFL teacher").
job("Edgar Bianchi", "pension scheme manager").
job("Esperanza Bianchi", "outdoor activities manager").
job("Esperanza Ervin", "musician").
job("Eve Ervin", "artist").
job("Georgette Gebhart", "customer service manager").
job("Gertrude Guay", "dancer").
job("Hal Gebhart", "educational psychologist").
job("Jaime Veilleux", "animator").
job("Jim Bianchi", "barrister's clerk").
job("Joshua Ervin", "oceanographer").
job("Kendrick Sherrod", "chemical engineer").
job("Kristopher Veilleux", "animator").
job("Landon Ervin", "production designer").
job("Laurel Bianchi", "surveyor").
job("Laurel Guay", "animator").
job("Linwood Thrower", "advice worker").
job("Loraine Vansickle", "sports coach").
job("Lucas Bianchi", "scientific laboratory technician").
job("Lura Bianchi", "psychiatric nurse").
job("Maragret Bianchi", "water engineer").
job("Mauricio Vansickle", "professor emeritus").
job("Minerva Pennington", "loss adjuster").
job("Norris Sherrod", "sales promotion account executive").
job("Ollie Bianchi", "telecommunications researcher").
job("Philip Thrower", "music tutor").
job("Pricilla Pennington", "software engineer").
job("Raphael Ervin", "film editor").
job("Renea Thrower", "therapist").
job("Robby Pennington", "quarry manager").
job("Rosena Veilleux", "bookseller").
job("Roxy Guay", "public affairs consultant").
job("Roy Najera", "camera operator").
job("Sarita Bianchi", "artist").
job("Shante Najera", "secondary school teacher").
job("Shizuko Veilleux", "sports administrator").
job("Shon Guay", "radio producer").
job("Sylvester Sherrod", "seismic interpreter").
job("Twila Veilleux", "charity fundraiser").
job("Winnifred Sherrod", "museum education officer").
job("Zachary Guay", "artist").
job("Adella Stites", "catering manager").
job("Andrea Stites", "cabin crew").
job("Angel Kress", "print production planner").
job("Arthur Stites", "editorial assistant").
job("Casey Dow", "adult guidance worker").
job("Cherise Darling", "dance movement psychotherapist").
job("Chris Stites", "mechanical engineer").
job("Darrick Darling", "software engineer").
job("Deirdre Fries", "personnel officer").
job("Donnie Turgeon", "quarry manager").
job("Donovan Stites", "social worker").
job("Dwain Stites", "careers information officer").
job("Eddie Darling", "journalist").
job("Edmond Abney", "merchandiser").
job("Eldon Stites", "arts administrator").
job("Evelia Nelms", "careers information officer").
job("Giovanni Stites", "child psychotherapist").
job("Grant Stites", "chartered loss adjuster").
job("Harvey Stites", "corporate investment banker").
job("Hunter Darling", "fashion designer").
job("Ione Stites", "bonds trader").
job("Jewel Abney", "lecturer").
job("Jewell Stites", "advertising account planner").
job("Joanne Dow", "careers information officer").
job("Joel Fries", "translator").
job("Julio Nelms", "geochemist").
job("Kenny Southerland", "chartered legal executive").
job("Kent Turgeon", "therapist").
job("Kieth Dow", "medical illustrator").
job("Kisha Stites", "programme researcher").
job("Kris Stites", "financial controller").
job("Ladawn Turgeon", "pathologist").
job("Lawerence Stites", "seismic interpreter").
job("Leopoldo Stites", "technical author").
job("Marcel Abney", "leisure centre manager").
job("Margaret Turgeon", "sound technician").
job("Maxwell Deming", "pilot").
job("Mayra Stites", "IT technical support officer").
job("Minnie Darling", "social researcher").
job("Mitchell Darling", "video editor").
job("Nada Stites", "chief technology officer").
job("Nickolas Deming", "clothing technologist").
job("Oralia Kress", "analytical chemist").
job("Pansy Southerland", "health visitor").
job("Shamika Dow", "museum conservator").
job("Shirleen Stites", "plant breeder").
job("Staci Deming", "curator").
job("Tanya Darling", "chartered management accountant").
job("Tyrone Deming", "ambulance person").
job("Wayne Stites", "brewing technologist").
job("Wilmer Stites", "community arts worker").
job("Adella Mcbroom", "petroleum engineer").
job("Alina Huntley", "rural practice surveyor").
job("Allyson Brashear", "petroleum engineer").
job("Allyson Gorton", "legal secretary").
job("Anastacia Grigg", "herbalist").
job("Anneliese Brashear", "private music teacher").
job("Audie Dodge", "air broker").
job("Autumn Brashear", "chemist").
job("Barry Huntley", "therapist").
job("Bess Dodge", "minerals surveyor").
job("Booker Grigg", "computer games developer").
job("Brooks Huntley", "corporate treasurer").
job("Carmella Huntley", "textile designer").
job("Cleveland Mcbroom", "local government officer").
job("Dean Mcbroom", "building services engineer").
job("Demarcus Huntley", "surveyor").
job("Desiree Mcbroom", "public relations account executive").
job("Dorris Huntley", "lawyer").
job("Dudley Dodge", "oncologist").
job("Ezequiel Gorton", "senior tax professional").
job("Felipe Brashear", "textile designer").
job("Gwenn Mcbroom", "estate manager").
job("Harvey Mcbroom", "chief operating officer").
job("Jacquelyn Huntley", "chiropractor").
job("James Mcbroom", "chief technology officer").
job("Jordan Mcbroom", "herbalist").
job("Lissa Mcbroom", "media buyer").
job("Lowell Gorton", "secondary school teacher").
job("Maryann Mcbroom", "agricultural consultant").
job("Matt Mcbroom", "fashion designer").
job("Max Gorton", "acupuncturist").
job("Melvin Dodge", "clothing technologist").
job("Mervin Mcbroom", "building services engineer").
job("Mike Grigg", "purchasing manager").
job("Morgan Huntley", "medical technical officer").
job("Nydia Grigg", "broadcast presenter").
job("Oleta Mcbroom", "retail merchandiser").
job("Omar Grigg", "nutritional therapist").
job("Orlando Brashear", "therapeutic radiographer").
job("Randolph Grigg", "geographical information systems officer").
job("Rena Grigg", "computer games developer").
job("Reynaldo Brashear", "copy").
job("Sandy Mcbroom", "embryologist").
job("Shannon Grigg", "insurance account manager").
job("Shelton Dodge", "education administrator").
job("Sue Mcbroom", "maintenance engineer").
job("Tamara Mcbroom", "proofreader").
job("Theodore Grigg", "financial planner").
job("Tianna Brashear", "arts administrator").
job("Windy Gorton", "loss adjuster").
job("Zelma Mcbroom", "banker").
job("Alejandrina Lanham", "television floor manager").
job("Annmarie Stoddard", "radio producer").
job("Chau Bridge", "sales promotion account executive").
job("Craig Arriola", "barrister").
job("Dee Stoddard", "agricultural engineer").
job("Dominick Bridge", "lexicographer").
job("Elias Lanham", "tour manager").
job("Gloria Toomey", "diplomatic services operational officer").
job("Grant Bridge", "chartered accountant").
job("Hal Stoddard", "ranger").
job("Horacio Lanham", "land").
job("Howard Lanham", "primary school teacher").
job("Jack Bridge", "exhibition designer").
job("Jackie Lanham", "social worker").
job("Jerrod Stoddard", "tourist information centre manager").
job("Jewel Sawyers", "chartered accountant").
job("Jimmie Lanham", "adult nurse").
job("Johanna Stoddard", "private music teacher").
job("Joshua Alvarez", "armed forces technical officer").
job("Joshua Stoddard", "trading standards officer").
job("Jules Bridge", "insurance underwriter").
job("Kendrick Bridge", "clinical research associate").
job("Kevin Stoddard", "print production planner").
job("Krystal Arriola", "herbalist").
job("Laurette Bridge", "public house manager").
job("Louann Toomey", "special effects artist").
job("Mammie Bridge", "community pharmacist").
job("Michel Sawyers", "local government officer").
job("Michelle Stoddard", "advertising copywriter").
job("Miranda Stoddard", "transport planner").
job("Mose Stoddard", "ergonomist").
job("Myrtle Bridge", "heritage manager").
job("Nakisha Lanham", "industrial designer").
job("Oma Lanham", "adult nurse").
job("Patsy Lanham", "firefighter").
job("Pearlie Lanham", "academic librarian").
job("Phylis Alvarez", "media planner").
job("Raymond Lanham", "TEFL teacher").
job("Reginald Lanham", "clinical research associate").
job("Roberto Toomey", "merchandiser").
job("Rolf Toomey", "industrial buyer").
job("Romelia Sawyers", "armed forces operational officer").
job("Ronald Stoddard", "social researcher").
job("Silas Stoddard", "minerals surveyor").
job("Tammie Stoddard", "personnel officer").
job("Tawanda Toomey", "health promotion specialist").
job("Tonia Stoddard", "clothing technologist").
job("Tony Lanham", "field trials officer").
job("Tonya Alvarez", "wellsite geologist").
job("Winnifred Arriola", "marine scientist").
job("Artie Gil", "media buyer").
job("Billye Dias", "actuary").
job("Bobbie Biggs", "exhibitions officer").
job("Brendon Gil", "journalist").
job("Briana Gil", "quality manager").
job("Carleen Dias", "neurosurgeon").
job("Carly Corder", "chemical engineer").
job("Carmelita Dias", "music tutor").
job("Carmelita Dunbar", "social worker").
job("Clayton Dias", "pathologist").
job("Cleveland Lalonde", "licensed conveyancer").
job("Coretta Dunbar", "commercial surveyor").
job("Cristina Long", "occupational hygienist").
job("Desmond Nesbitt", "environmental health practitioner").
job("Devon Lalonde", "interpreter").
job("Ernest Dias", "pathologist").
job("Esteban Nesbitt", "operational investment banker").
job("Eve Lalonde", "bookseller").
job("Felix Biggs", "advertising account executive").
job("Felton Gil", "intelligence analyst").
job("Gabriele Puckett", "programmer").
job("Gene Biggs", "embryologist").
job("Georgine Pence", "brewing technologist").
job("Holley Dunbar", "clinical scientist").
job("Jackson Puckett", "petroleum engineer").
job("Jacques Gil", "advertising account executive").
job("Jaime Dunbar", "ranger").
job("Jefferson Long", "immigration officer").
job("Joan Dias", "operations geologist").
job("Jodi Biggs", "herpetologist").
job("Kena Long", "barrister").
job("Kyle Gil", "surgeon").
job("Leeann Gil", "geophysicist").
job("Leesa Pence", "media buyer").
job("Leonard Corder", "sales executive").
job("Linwood Dias", "clinical scientist").
job("Lou Dias", "fish farm manager").
job("Lucio Dias", "engineer").
job("Nicolle Dias", "radio producer").
job("Robin Puckett", "control and instrumentation engineer").
job("Ronnie Pence", "diplomatic services operational officer").
job("Rubye Nesbitt", "production engineer").
job("Rueben Puckett", "health physicist").
job("Salley Puckett", "hydrographic surveyor").
job("Sterling Pence", "intelligence analyst").
job("Tad Dunbar", "intelligence analyst").
job("Tammy Dias", "occupational hygienist").
job("Thomasena Gil", "advertising art director").
job("Vincenza Dias", "exercise physiologist").
job("Windy Puckett", "electrical engineer").
job("Alexa Goings", "transport planner").
job("Blair Goings", "training and development officer").
job("Bruce Goings", "arboriculturist").
job("Carina Thurman", "amenity horticulturist").
job("Cedric Goings", "acupuncturist").
job("Charissa Lundgren", "tree surgeon").
job("Claude Goings", "animal nutritionist").
job("Dallas Goings", "government social research officer").
job("Darrick Goings", "clinical research associate").
job("Delbert Goings", "lighting technician").
job("Deon Nickels", "neurosurgeon").
job("Dinah Lundgren", "commercial art gallery manager").
job("Dorris Majors", "presenter").
job("Dortha Nickels", "haematologist").
job("Duncan Goings", "embryologist").
job("Earle Breen", "waste management officer").
job("Emile Doherty", "quarry manager").
job("Emilio Goings", "building surveyor").
job("Gail Breen", "risk analyst").
job("German Breen", "physicist").
job("Gwenn Goings", "operational researcher").
job("Isabell Doherty", "English as a foreign language teacher").
job("Jacinta Goings", "forensic psychologist").
job("Jacques Goings", "solicitor").
job("James Goings", "nutritional therapist").
job("Jeannine Million", "trade union research officer").
job("Jose Goings", "IT sales professional").
job("Jose Lundgren", "medical illustrator").
job("Kari Doherty", "proofreader").
job("Keri Goings", "psychologist").
job("Landon Lundgren", "conservator").
job("Leigh Goings", "systems analyst").
job("Mark Nickels", "retail merchandiser").
job("Minh Breen", "pathologist").
job("Morgan Goings", "recruitment consultant").
job("Nakisha Million", "equality and diversity officer").
job("Nicholle Majors", "editorial assistant").
job("Niesha Nickels", "civil service fast streamer").
job("Norbert Nickels", "radio producer").
job("Preston Million", "colour technologist").
job("Raymond Majors", "early years teacher").
job("Rod Nickels", "public relations officer").
job("Sam Nickels", "corporate treasurer").
job("Stan Breen", "travel agency manager").
job("Suzette Thurman", "theme park manager").
job("Tanja Goings", "hospital doctor").
job("Tara Lundgren", "visual merchandiser").
job("Tona Doherty", "barrister").
job("Valentina Breen", "forensic psychologist").
job("Walker Thurman", "television production assistant").
job("Alison Castaneda", "metallurgist").
job("Allan Rooker", "media buyer").
job("Aurelio Kasper", "secretary").
job("Blondell Castaneda", "public relations account executive").
job("Casandra Gould", "lecturer").
job("Christa Marchant", "sales professional").
job("Colette Omara", "medical physicist").
job("Corinne Kasper", "legal executive").
job("Dale Marchant", "airline pilot").
job("Delma Christy", "contractor").
job("Denny Vanderpool", "operational investment banker").
job("Deon Christy", "environmental health practitioner").
job("Duane Castaneda", "emergency planning officer").
job("Edwina Kasper", "editorial assistant").
job("Emilio Kasper", "corporate investment banker").
job("Ethan Gould", "theatre director").
job("Floyd Ritter", "armed forces technical officer").
job("Francesca Marchant", "trading standards officer").
job("Francisca Rooker", "music tutor").
job("Frank Vanderpool", "medical laboratory scientific officer").
job("Gail Gould", "chartered accountant").
job("Holly Castaneda", "osteopath").
job("Hugo Schultz", "health and safety adviser").
job("Jacob Christy", "secretary").
job("Joslyn Schultz", "records manager").
job("Kari Christy", "sports development officer").
job("Lamont Ritter", "hydrologist").
job("Leda Stromberg", "comptroller").
job("Lola Marchant", "illustrator").
job("Marguerita Stromberg", "chartered accountant").
job("Mari Christy", "hydrogeologist").
job("Maxwell Marchant", "biomedical scientist").
job("Melvin Vanderpool", "programmer").
job("Michele Marchant", "information systems manager").
job("Michelle Stromberg", "technical sales engineer").
job("Norris Omara", "optician").
job("Oren Gould", "telecommunications researcher").
job("Pierre Gould", "nature conservation officer").
job("Ronald Castaneda", "product development scientist").
job("Roni Marchant", "international aid worker").
job("Rosanne Gould", "minerals surveyor").
job("Roy Christy", "clinical embryologist").
job("Signe Vanderpool", "call centre manager").
job("Sueann Kasper", "landscape architect").
job("Terry Stromberg", "applications developer").
job("Tommy Marchant", "brewing technologist").
job("Tommy Schultz", "patent examiner").
job("Twanna Vanderpool", "theatre director").
job("Vincent Marchant", "professor emeritus").
job("Wanda Ritter", "meteorologist").
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("Abdul Felker", "0895-03-24").
dob("Adolph Barbee", "0980-08-29").
dob("Alice Lance", "0951-04-07").
dob("Allie Barbee", "0928-07-23").
dob("Allison Barbee", "1005-06-23").
dob("Alvin Lance", "0950-05-19").
dob("Andres Barbee", "0977-09-16").
dob("Andrew Parkinson", "0952-04-16").
dob("Brooks George", "1006-06-23").
dob("Clint Rahman", "0866-11-02").
dob("Colette Rahman", "0861-05-02").
dob("Courtney Parkinson", "0954-06-24").
dob("Dalton Parkinson", "0984-02-16").
dob("Dollie Barbee", "0975-03-08").
dob("Elicia Barbee", "1040-03-27").
dob("Elyse Barbee", "1033-12-12").
dob("Emma George", "0978-10-20").
dob("Garth Kean", "0954-09-11").
dob("Guadalupe Barbee", "0950-11-19").
dob("Jenni Felker", "0896-03-17").
dob("Karolyn Lance", "0924-11-06").
dob("Kelley Barbee", "0952-08-19").
dob("Kenny Barbee", "0953-06-18").
dob("Kirk Lo", "1091-03-24").
dob("Konstantin Barbee", "1007-05-04").
dob("Korey Kean", "0984-12-02").
dob("Krystle Barbee", "1008-12-24").
dob("Kurt Parkinson", "0924-12-27").
dob("Latosha Rahman", "0840-02-22").
dob("Leonila Parkinson", "0924-09-18").
dob("Lesley Barbee", "1067-06-07").
dob("Lyndon Barbee", "1036-01-09").
dob("Marvin Hope", "1013-11-28").
dob("Merrill Kean", "0981-09-04").
dob("Mitchel George", "1007-06-03").
dob("Nettie Barbee", "1032-05-15").
dob("Rocco Lance", "0924-02-03").
dob("Rory George", "0974-12-02").
dob("Royce Lo", "1059-07-07").
dob("Rudy Barbee", "0927-04-02").
dob("Solomon Rahman", "0837-10-06").
dob("Tracey Kean", "0956-03-15").
dob("Twyla Parkinson", "0949-02-16").
dob("Tyrone Parkinson", "0982-10-06").
dob("Wallace Ragland", "0951-01-09").
dob("Walter Hope", "0980-04-11").
dob("Wanda Lo", "1059-03-28").
dob("Wanita Hope", "0977-12-27").
dob("Willie Parkinson", "0954-09-22").
dob("Yasmin Ragland", "0952-10-08").
dob("Ahmad Vansickle", "0993-08-22").
dob("Albertine Thrower", "0937-11-27").
dob("Alejandrina Thrower", "0913-03-27").
dob("Andre Vansickle", "1023-01-14").
dob("Benny Guay", "0967-12-07").
dob("Brain Thrower", "0914-08-21").
dob("Candice Bianchi", "0972-05-04").
dob("Carmen Bianchi", "0973-07-04").
dob("Cesar Guay", "0943-11-10").
dob("Chrissy Vansickle", "0996-09-22").
dob("Concepcion Najera", "0970-03-15").
dob("Edgar Bianchi", "0947-04-06").
dob("Esperanza Bianchi", "0894-11-11").
dob("Esperanza Ervin", "1005-08-13").
dob("Eve Ervin", "0973-09-08").
dob("Georgette Gebhart", "0903-01-10").
dob("Gertrude Guay", "0915-06-21").
dob("Hal Gebhart", "0903-10-03").
dob("Jaime Veilleux", "1036-02-05").
dob("Jim Bianchi", "0895-10-16").
dob("Joshua Ervin", "1003-03-26").
dob("Kendrick Sherrod", "1068-05-13").
dob("Kristopher Veilleux", "1068-05-01").
dob("Landon Ervin", "0975-04-15").
dob("Laurel Bianchi", "0974-01-03").
dob("Laurel Guay", "0941-08-21").
dob("Linwood Thrower", "0965-10-01").
dob("Loraine Vansickle", "0960-04-13").
dob("Lucas Bianchi", "0923-04-04").
dob("Lura Bianchi", "0945-08-20").
dob("Maragret Bianchi", "1000-02-09").
dob("Mauricio Vansickle", "0965-09-21").
dob("Minerva Pennington", "0992-06-19").
dob("Norris Sherrod", "1032-06-23").
dob("Ollie Bianchi", "0997-04-20").
dob("Philip Thrower", "0939-12-12").
dob("Pricilla Pennington", "0969-02-09").
dob("Raphael Ervin", "1032-04-29").
dob("Renea Thrower", "0969-02-09").
dob("Robby Pennington", "0968-05-13").
dob("Rosena Veilleux", "1039-12-18").
dob("Roxy Guay", "0969-01-11").
dob("Roy Najera", "0964-10-25").
dob("Sarita Bianchi", "0922-07-27").
dob("Shante Najera", "0999-05-20").
dob("Shizuko Veilleux", "1067-12-01").
dob("Shon Guay", "0915-06-10").
dob("Sylvester Sherrod", "1067-04-16").
dob("Twila Veilleux", "1091-12-30").
dob("Winnifred Sherrod", "1038-12-21").
dob("Zachary Guay", "0995-11-14").
dob("Adella Stites", "0929-11-14").
dob("Andrea Stites", "0916-09-15").
dob("Angel Kress", "0931-04-27").
dob("Arthur Stites", "0985-08-01").
dob("Casey Dow", "0844-06-14").
dob("Cherise Darling", "0898-01-01").
dob("Chris Stites", "1016-12-17").
dob("Darrick Darling", "0899-05-10").
dob("Deirdre Fries", "0903-02-08").
dob("Donnie Turgeon", "0899-05-11").
dob("Donovan Stites", "0983-03-13").
dob("Dwain Stites", "0957-07-07").
dob("Eddie Darling", "0893-11-22").
dob("Edmond Abney", "1049-11-07").
dob("Eldon Stites", "0896-03-26").
dob("Evelia Nelms", "0958-05-17").
dob("Giovanni Stites", "0956-06-27").
dob("Grant Stites", "0922-06-03").
dob("Harvey Stites", "0929-01-08").
dob("Hunter Darling", "0844-09-18").
dob("Ione Stites", "0954-01-04").
dob("Jewel Abney", "1020-02-06").
dob("Jewell Stites", "0954-09-29").
dob("Joanne Dow", "0845-03-14").
dob("Joel Fries", "0902-03-18").
dob("Julio Nelms", "0961-08-09").
dob("Kenny Southerland", "0989-09-01").
dob("Kent Turgeon", "0870-06-09").
dob("Kieth Dow", "0871-11-28").
dob("Kisha Stites", "0946-05-23").
dob("Kris Stites", "0924-02-04").
dob("Ladawn Turgeon", "0896-03-04").
dob("Lawerence Stites", "0918-07-10").
dob("Leopoldo Stites", "0962-05-14").
dob("Marcel Abney", "1021-04-07").
dob("Margaret Turgeon", "0866-12-20").
dob("Maxwell Deming", "1011-04-16").
dob("Mayra Stites", "0987-11-25").
dob("Minnie Darling", "0872-12-10").
dob("Mitchell Darling", "0872-11-25").
dob("Nada Stites", "0958-02-11").
dob("Nickolas Deming", "0981-11-03").
dob("Oralia Kress", "0927-03-20").
dob("Pansy Southerland", "0989-04-17").
dob("Shamika Dow", "0869-07-23").
dob("Shirleen Stites", "0896-03-08").
dob("Staci Deming", "0981-08-10").
dob("Tanya Darling", "0843-11-16").
dob("Tyrone Deming", "1010-05-03").
dob("Wayne Stites", "0952-10-12").
dob("Wilmer Stites", "0952-09-18").
dob("Adella Mcbroom", "0931-03-04").
dob("Alina Huntley", "0964-03-21").
dob("Allyson Brashear", "0880-07-14").
dob("Allyson Gorton", "0911-09-02").
dob("Anastacia Grigg", "0859-03-06").
dob("Anneliese Brashear", "0847-01-07").
dob("Audie Dodge", "0942-07-10").
dob("Autumn Brashear", "0907-06-05").
dob("Barry Huntley", "0963-10-11").
dob("Bess Dodge", "0910-10-09").
dob("Booker Grigg", "0887-02-21").
dob("Brooks Huntley", "0908-07-08").
dob("Carmella Huntley", "0933-02-05").
dob("Cleveland Mcbroom", "0904-08-21").
dob("Dean Mcbroom", "0853-01-05").
dob("Demarcus Huntley", "0934-05-19").
dob("Desiree Mcbroom", "0912-04-08").
dob("Dorris Huntley", "0995-07-31").
dob("Dudley Dodge", "0944-01-05").
dob("Ezequiel Gorton", "0909-07-23").
dob("Felipe Brashear", "0851-02-01").
dob("Gwenn Mcbroom", "0852-11-05").
dob("Harvey Mcbroom", "0910-11-20").
dob("Jacquelyn Huntley", "0910-09-09").
dob("James Mcbroom", "0825-09-17").
dob("Jordan Mcbroom", "0913-04-25").
dob("Lissa Mcbroom", "0880-12-13").
dob("Lowell Gorton", "0936-04-21").
dob("Maryann Mcbroom", "0943-10-04").
dob("Matt Mcbroom", "0880-05-18").
dob("Max Gorton", "0958-04-28").
dob("Melvin Dodge", "0909-06-22").
dob("Mervin Mcbroom", "0905-08-20").
dob("Mike Grigg", "0859-04-26").
dob("Morgan Huntley", "0965-08-09").
dob("Nydia Grigg", "0884-09-18").
dob("Oleta Mcbroom", "0929-05-08").
dob("Omar Grigg", "0914-09-09").
dob("Orlando Brashear", "0875-03-28").
dob("Randolph Grigg", "0967-04-26").
dob("Rena Grigg", "0915-02-16").
dob("Reynaldo Brashear", "0881-10-03").
dob("Sandy Mcbroom", "0904-08-08").
dob("Shannon Grigg", "0941-06-17").
dob("Shelton Dodge", "0935-02-28").
dob("Sue Mcbroom", "0906-05-07").
dob("Tamara Mcbroom", "0930-03-14").
dob("Theodore Grigg", "0940-05-06").
dob("Tianna Brashear", "0910-06-12").
dob("Windy Gorton", "0937-07-03").
dob("Zelma Mcbroom", "0823-09-13").
dob("Alejandrina Lanham", "1011-02-20").
dob("Annmarie Stoddard", "0954-08-26").
dob("Chau Bridge", "0991-05-12").
dob("Craig Arriola", "1008-02-03").
dob("Dee Stoddard", "0952-06-30").
dob("Dominick Bridge", "0992-09-12").
dob("Elias Lanham", "0959-08-19").
dob("Gloria Toomey", "0926-01-15").
dob("Grant Bridge", "0963-07-25").
dob("Hal Stoddard", "0929-03-14").
dob("Horacio Lanham", "1014-01-27").
dob("Howard Lanham", "1043-01-06").
dob("Jack Bridge", "1052-01-09").
dob("Jackie Lanham", "1012-01-01").
dob("Jerrod Stoddard", "0950-04-23").
dob("Jewel Sawyers", "1013-09-13").
dob("Jimmie Lanham", "1012-02-17").
dob("Johanna Stoddard", "0897-10-14").
dob("Joshua Alvarez", "1045-02-09").
dob("Joshua Stoddard", "0925-03-20").
dob("Jules Bridge", "1019-02-05").
dob("Kendrick Bridge", "1017-06-23").
dob("Kevin Stoddard", "0932-06-01").
dob("Krystal Arriola", "1010-05-03").
dob("Laurette Bridge", "1018-10-24").
dob("Louann Toomey", "0984-07-18").
dob("Mammie Bridge", "1043-06-11").
dob("Michel Sawyers", "0984-10-07").
dob("Michelle Stoddard", "0872-04-12").
dob("Miranda Stoddard", "0982-11-16").
dob("Mose Stoddard", "0928-04-10").
dob("Myrtle Bridge", "0962-08-24").
dob("Nakisha Lanham", "0985-04-24").
dob("Oma Lanham", "0959-01-20").
dob("Patsy Lanham", "0931-10-25").
dob("Pearlie Lanham", "0984-03-11").
dob("Phylis Alvarez", "1065-09-07").
dob("Raymond Lanham", "1037-09-14").
dob("Reginald Lanham", "0929-07-15").
dob("Roberto Toomey", "0929-06-11").
dob("Rolf Toomey", "0961-02-25").
dob("Romelia Sawyers", "0987-12-20").
dob("Ronald Stoddard", "0874-07-09").
dob("Silas Stoddard", "0900-08-14").
dob("Tammie Stoddard", "0929-07-20").
dob("Tawanda Toomey", "0961-04-12").
dob("Tonia Stoddard", "0897-10-27").
dob("Tony Lanham", "0986-09-19").
dob("Tonya Alvarez", "1042-11-28").
dob("Winnifred Arriola", "1041-03-07").
dob("Artie Gil", "1049-06-18").
dob("Billye Dias", "0941-02-09").
dob("Bobbie Biggs", "0995-06-01").
dob("Brendon Gil", "1023-05-07").
dob("Briana Gil", "0994-07-18").
dob("Carleen Dias", "0994-08-15").
dob("Carly Corder", "0905-10-22").
dob("Carmelita Dias", "0996-01-08").
dob("Carmelita Dunbar", "0967-04-20").
dob("Clayton Dias", "0940-12-21").
dob("Cleveland Lalonde", "1078-08-17").
dob("Coretta Dunbar", "0990-07-11").
dob("Cristina Long", "0969-05-29").
dob("Desmond Nesbitt", "1081-03-23").
dob("Devon Lalonde", "1108-06-10").
dob("Ernest Dias", "0972-07-31").
dob("Esteban Nesbitt", "1054-01-13").
dob("Eve Lalonde", "1078-05-30").
dob("Felix Biggs", "0995-11-13").
dob("Felton Gil", "1052-12-21").
dob("Gabriele Puckett", "0939-11-26").
dob("Gene Biggs", "1027-05-13").
dob("Georgine Pence", "0993-04-02").
dob("Holley Dunbar", "0992-06-09").
dob("Jackson Puckett", "0938-07-06").
dob("Jacques Gil", "0996-07-15").
dob("Jaime Dunbar", "0967-10-05").
dob("Jefferson Long", "0970-01-15").
dob("Joan Dias", "1025-11-30").
dob("Jodi Biggs", "1021-06-24").
dob("Kena Long", "0999-10-13").
dob("Kyle Gil", "1052-01-30").
dob("Leeann Gil", "1054-08-13").
dob("Leesa Pence", "1022-01-08").
dob("Leonard Corder", "0908-03-10").
dob("Linwood Dias", "0966-02-20").
dob("Lou Dias", "0970-12-03").
dob("Lucio Dias", "0997-04-15").
dob("Nicolle Dias", "0969-02-06").
dob("Robin Puckett", "0909-04-18").
dob("Ronnie Pence", "1019-12-13").
dob("Rubye Nesbitt", "1051-01-21").
dob("Rueben Puckett", "0967-07-05").
dob("Salley Puckett", "0968-10-01").
dob("Sterling Pence", "0988-03-28").
dob("Tad Dunbar", "0989-05-09").
dob("Tammy Dias", "0997-03-24").
dob("Thomasena Gil", "1025-04-26").
dob("Vincenza Dias", "1023-09-02").
dob("Windy Puckett", "0912-06-10").
dob("Alexa Goings", "0909-02-18").
dob("Blair Goings", "0951-03-18").
dob("Bruce Goings", "0873-10-23").
dob("Carina Thurman", "0949-05-07").
dob("Cedric Goings", "0898-08-07").
dob("Charissa Lundgren", "0964-03-16").
dob("Claude Goings", "0908-07-27").
dob("Dallas Goings", "0922-02-18").
dob("Darrick Goings", "0848-01-06").
dob("Delbert Goings", "0945-01-31").
dob("Deon Nickels", "0968-06-10").
dob("Dinah Lundgren", "1021-12-07").
dob("Dorris Majors", "0904-06-19").
dob("Dortha Nickels", "0939-01-28").
dob("Duncan Goings", "0922-04-15").
dob("Earle Breen", "0968-01-05").
dob("Emile Doherty", "0964-03-20").
dob("Emilio Goings", "0923-09-03").
dob("Gail Breen", "0968-07-10").
dob("German Breen", "0998-08-29").
dob("Gwenn Goings", "0899-09-12").
dob("Isabell Doherty", "0966-07-03").
dob("Jacinta Goings", "0894-04-04").
dob("Jacques Goings", "0937-11-17").
dob("James Goings", "0905-06-01").
dob("Jeannine Million", "0937-11-17").
dob("Jose Goings", "0817-01-25").
dob("Jose Lundgren", "0962-08-03").
dob("Kari Doherty", "0997-08-02").
dob("Keri Goings", "0948-11-04").
dob("Landon Lundgren", "0994-01-23").
dob("Leigh Goings", "0824-05-03").
dob("Mark Nickels", "0935-10-09").
dob("Minh Breen", "1023-01-28").
dob("Morgan Goings", "0851-02-19").
dob("Nakisha Million", "0969-07-28").
dob("Nicholle Majors", "0880-07-11").
dob("Niesha Nickels", "0967-01-01").
dob("Norbert Nickels", "0996-05-04").
dob("Preston Million", "0937-11-08").
dob("Raymond Majors", "0880-07-15").
dob("Rod Nickels", "0965-08-15").
dob("Sam Nickels", "0962-05-20").
dob("Stan Breen", "1026-07-11").
dob("Suzette Thurman", "0971-02-19").
dob("Tanja Goings", "0873-10-11").
dob("Tara Lundgren", "0991-10-01").
dob("Tona Doherty", "0993-10-13").
dob("Valentina Breen", "0996-04-07").
dob("Walker Thurman", "0945-12-01").
dob("Alison Castaneda", "0894-04-28").
dob("Allan Rooker", "0802-01-06").
dob("Aurelio Kasper", "0882-08-31").
dob("Blondell Castaneda", "0867-09-17").
dob("Casandra Gould", "0910-01-22").
dob("Christa Marchant", "0884-09-25").
dob("Colette Omara", "0817-08-17").
dob("Corinne Kasper", "0883-12-10").
dob("Dale Marchant", "0884-12-09").
dob("Delma Christy", "0901-11-12").
dob("Denny Vanderpool", "0953-01-27").
dob("Deon Christy", "0902-03-20").
dob("Duane Castaneda", "0869-06-06").
dob("Edwina Kasper", "0851-03-04").
dob("Emilio Kasper", "0854-09-20").
dob("Ethan Gould", "0931-05-04").
dob("Floyd Ritter", "0906-02-13").
dob("Francesca Marchant", "0797-05-06").
dob("Francisca Rooker", "0805-11-09").
dob("Frank Vanderpool", "0986-06-07").
dob("Gail Gould", "0937-08-15").
dob("Holly Castaneda", "0931-03-05").
dob("Hugo Schultz", "0906-10-03").
dob("Jacob Christy", "0933-02-14").
dob("Joslyn Schultz", "0911-11-22").
dob("Kari Christy", "0931-05-04").
dob("Lamont Ritter", "0873-02-13").
dob("Leda Stromberg", "0941-07-10").
dob("Lola Marchant", "0853-05-14").
dob("Marguerita Stromberg", "0973-10-17").
dob("Mari Christy", "0960-05-09").
dob("Maxwell Marchant", "0828-10-28").
dob("Melvin Vanderpool", "0987-06-18").
dob("Michele Marchant", "0905-05-28").
dob("Michelle Stromberg", "0969-03-12").
dob("Norris Omara", "0818-02-15").
dob("Oren Gould", "0958-11-13").
dob("Pierre Gould", "0908-10-24").
dob("Ronald Castaneda", "0899-03-23").
dob("Roni Marchant", "0828-01-24").
dob("Rosanne Gould", "0926-08-10").
dob("Roy Christy", "0955-07-02").
dob("Signe Vanderpool", "0956-07-18").
dob("Sueann Kasper", "0911-10-13").
dob("Terry Stromberg", "0946-08-01").
dob("Tommy Marchant", "0852-01-02").
dob("Tommy Schultz", "0939-07-07").
dob("Twanna Vanderpool", "0979-10-08").
dob("Vincent Marchant", "0798-05-01").
dob("Wanda Ritter", "0877-12-08").
:- 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("Abdul Felker", person).
type("Adolph Barbee", person).
type("Alice Lance", person).
type("Allie Barbee", person).
type("Allison Barbee", person).
type("Alvin Lance", person).
type("Andres Barbee", person).
type("Andrew Parkinson", person).
type("Brooks George", person).
type("Clint Rahman", person).
type("Colette Rahman", person).
type("Courtney Parkinson", person).
type("Dalton Parkinson", person).
type("Dollie Barbee", person).
type("Elicia Barbee", person).
type("Elyse Barbee", person).
type("Emma George", person).
type("Garth Kean", person).
type("Guadalupe Barbee", person).
type("Jenni Felker", person).
type("Karolyn Lance", person).
type("Kelley Barbee", person).
type("Kenny Barbee", person).
type("Kirk Lo", person).
type("Konstantin Barbee", person).
type("Korey Kean", person).
type("Krystle Barbee", person).
type("Kurt Parkinson", person).
type("Latosha Rahman", person).
type("Leonila Parkinson", person).
type("Lesley Barbee", person).
type("Lyndon Barbee", person).
type("Marvin Hope", person).
type("Merrill Kean", person).
type("Mitchel George", person).
type("Nettie Barbee", person).
type("Rocco Lance", person).
type("Rory George", person).
type("Royce Lo", person).
type("Rudy Barbee", person).
type("Solomon Rahman", person).
type("Tracey Kean", person).
type("Twyla Parkinson", person).
type("Tyrone Parkinson", person).
type("Wallace Ragland", person).
type("Walter Hope", person).
type("Wanda Lo", person).
type("Wanita Hope", person).
type("Willie Parkinson", person).
type("Yasmin Ragland", person).
type("Ahmad Vansickle", person).
type("Albertine Thrower", person).
type("Alejandrina Thrower", person).
type("Andre Vansickle", person).
type("Benny Guay", person).
type("Brain Thrower", person).
type("Candice Bianchi", person).
type("Carmen Bianchi", person).
type("Cesar Guay", person).
type("Chrissy Vansickle", person).
type("Concepcion Najera", person).
type("Edgar Bianchi", person).
type("Esperanza Bianchi", person).
type("Esperanza Ervin", person).
type("Eve Ervin", person).
type("Georgette Gebhart", person).
type("Gertrude Guay", person).
type("Hal Gebhart", person).
type("Jaime Veilleux", person).
type("Jim Bianchi", person).
type("Joshua Ervin", person).
type("Kendrick Sherrod", person).
type("Kristopher Veilleux", person).
type("Landon Ervin", person).
type("Laurel Bianchi", person).
type("Laurel Guay", person).
type("Linwood Thrower", person).
type("Loraine Vansickle", person).
type("Lucas Bianchi", person).
type("Lura Bianchi", person).
type("Maragret Bianchi", person).
type("Mauricio Vansickle", person).
type("Minerva Pennington", person).
type("Norris Sherrod", person).
type("Ollie Bianchi", person).
type("Philip Thrower", person).
type("Pricilla Pennington", person).
type("Raphael Ervin", person).
type("Renea Thrower", person).
type("Robby Pennington", person).
type("Rosena Veilleux", person).
type("Roxy Guay", person).
type("Roy Najera", person).
type("Sarita Bianchi", person).
type("Shante Najera", person).
type("Shizuko Veilleux", person).
type("Shon Guay", person).
type("Sylvester Sherrod", person).
type("Twila Veilleux", person).
type("Winnifred Sherrod", person).
type("Zachary Guay", person).
type("Adella Stites", person).
type("Andrea Stites", person).
type("Angel Kress", person).
type("Arthur Stites", person).
type("Casey Dow", person).
type("Cherise Darling", person).
type("Chris Stites", person).
type("Darrick Darling", person).
type("Deirdre Fries", person).
type("Donnie Turgeon", person).
type("Donovan Stites", person).
type("Dwain Stites", person).
type("Eddie Darling", person).
type("Edmond Abney", person).
type("Eldon Stites", person).
type("Evelia Nelms", person).
type("Giovanni Stites", person).
type("Grant Stites", person).
type("Harvey Stites", person).
type("Hunter Darling", person).
type("Ione Stites", person).
type("Jewel Abney", person).
type("Jewell Stites", person).
type("Joanne Dow", person).
type("Joel Fries", person).
type("Julio Nelms", person).
type("Kenny Southerland", person).
type("Kent Turgeon", person).
type("Kieth Dow", person).
type("Kisha Stites", person).
type("Kris Stites", person).
type("Ladawn Turgeon", person).
type("Lawerence Stites", person).
type("Leopoldo Stites", person).
type("Marcel Abney", person).
type("Margaret Turgeon", person).
type("Maxwell Deming", person).
type("Mayra Stites", person).
type("Minnie Darling", person).
type("Mitchell Darling", person).
type("Nada Stites", person).
type("Nickolas Deming", person).
type("Oralia Kress", person).
type("Pansy Southerland", person).
type("Shamika Dow", person).
type("Shirleen Stites", person).
type("Staci Deming", person).
type("Tanya Darling", person).
type("Tyrone Deming", person).
type("Wayne Stites", person).
type("Wilmer Stites", person).
type("Adella Mcbroom", person).
type("Alina Huntley", person).
type("Allyson Brashear", person).
type("Allyson Gorton", person).
type("Anastacia Grigg", person).
type("Anneliese Brashear", person).
type("Audie Dodge", person).
type("Autumn Brashear", person).
type("Barry Huntley", person).
type("Bess Dodge", person).
type("Booker Grigg", person).
type("Brooks Huntley", person).
type("Carmella Huntley", person).
type("Cleveland Mcbroom", person).
type("Dean Mcbroom", person).
type("Demarcus Huntley", person).
type("Desiree Mcbroom", person).
type("Dorris Huntley", person).
type("Dudley Dodge", person).
type("Ezequiel Gorton", person).
type("Felipe Brashear", person).
type("Gwenn Mcbroom", person).
type("Harvey Mcbroom", person).
type("Jacquelyn Huntley", person).
type("James Mcbroom", person).
type("Jordan Mcbroom", person).
type("Lissa Mcbroom", person).
type("Lowell Gorton", person).
type("Maryann Mcbroom", person).
type("Matt Mcbroom", person).
type("Max Gorton", person).
type("Melvin Dodge", person).
type("Mervin Mcbroom", person).
type("Mike Grigg", person).
type("Morgan Huntley", person).
type("Nydia Grigg", person).
type("Oleta Mcbroom", person).
type("Omar Grigg", person).
type("Orlando Brashear", person).
type("Randolph Grigg", person).
type("Rena Grigg", person).
type("Reynaldo Brashear", person).
type("Sandy Mcbroom", person).
type("Shannon Grigg", person).
type("Shelton Dodge", person).
type("Sue Mcbroom", person).
type("Tamara Mcbroom", person).
type("Theodore Grigg", person).
type("Tianna Brashear", person).
type("Windy Gorton", person).
type("Zelma Mcbroom", person).
type("Alejandrina Lanham", person).
type("Annmarie Stoddard", person).
type("Chau Bridge", person).
type("Craig Arriola", person).
type("Dee Stoddard", person).
type("Dominick Bridge", person).
type("Elias Lanham", person).
type("Gloria Toomey", person).
type("Grant Bridge", person).
type("Hal Stoddard", person).
type("Horacio Lanham", person).
type("Howard Lanham", person).
type("Jack Bridge", person).
type("Jackie Lanham", person).
type("Jerrod Stoddard", person).
type("Jewel Sawyers", person).
type("Jimmie Lanham", person).
type("Johanna Stoddard", person).
type("Joshua Alvarez", person).
type("Joshua Stoddard", person).
type("Jules Bridge", person).
type("Kendrick Bridge", person).
type("Kevin Stoddard", person).
type("Krystal Arriola", person).
type("Laurette Bridge", person).
type("Louann Toomey", person).
type("Mammie Bridge", person).
type("Michel Sawyers", person).
type("Michelle Stoddard", person).
type("Miranda Stoddard", person).
type("Mose Stoddard", person).
type("Myrtle Bridge", person).
type("Nakisha Lanham", person).
type("Oma Lanham", person).
type("Patsy Lanham", person).
type("Pearlie Lanham", person).
type("Phylis Alvarez", person).
type("Raymond Lanham", person).
type("Reginald Lanham", person).
type("Roberto Toomey", person).
type("Rolf Toomey", person).
type("Romelia Sawyers", person).
type("Ronald Stoddard", person).
type("Silas Stoddard", person).
type("Tammie Stoddard", person).
type("Tawanda Toomey", person).
type("Tonia Stoddard", person).
type("Tony Lanham", person).
type("Tonya Alvarez", person).
type("Winnifred Arriola", person).
type("Artie Gil", person).
type("Billye Dias", person).
type("Bobbie Biggs", person).
type("Brendon Gil", person).
type("Briana Gil", person).
type("Carleen Dias", person).
type("Carly Corder", person).
type("Carmelita Dias", person).
type("Carmelita Dunbar", person).
type("Clayton Dias", person).
type("Cleveland Lalonde", person).
type("Coretta Dunbar", person).
type("Cristina Long", person).
type("Desmond Nesbitt", person).
type("Devon Lalonde", person).
type("Ernest Dias", person).
type("Esteban Nesbitt", person).
type("Eve Lalonde", person).
type("Felix Biggs", person).
type("Felton Gil", person).
type("Gabriele Puckett", person).
type("Gene Biggs", person).
type("Georgine Pence", person).
type("Holley Dunbar", person).
type("Jackson Puckett", person).
type("Jacques Gil", person).
type("Jaime Dunbar", person).
type("Jefferson Long", person).
type("Joan Dias", person).
type("Jodi Biggs", person).
type("Kena Long", person).
type("Kyle Gil", person).
type("Leeann Gil", person).
type("Leesa Pence", person).
type("Leonard Corder", person).
type("Linwood Dias", person).
type("Lou Dias", person).
type("Lucio Dias", person).
type("Nicolle Dias", person).
type("Robin Puckett", person).
type("Ronnie Pence", person).
type("Rubye Nesbitt", person).
type("Rueben Puckett", person).
type("Salley Puckett", person).
type("Sterling Pence", person).
type("Tad Dunbar", person).
type("Tammy Dias", person).
type("Thomasena Gil", person).
type("Vincenza Dias", person).
type("Windy Puckett", person).
type("Alexa Goings", person).
type("Blair Goings", person).
type("Bruce Goings", person).
type("Carina Thurman", person).
type("Cedric Goings", person).
type("Charissa Lundgren", person).
type("Claude Goings", person).
type("Dallas Goings", person).
type("Darrick Goings", person).
type("Delbert Goings", person).
type("Deon Nickels", person).
type("Dinah Lundgren", person).
type("Dorris Majors", person).
type("Dortha Nickels", person).
type("Duncan Goings", person).
type("Earle Breen", person).
type("Emile Doherty", person).
type("Emilio Goings", person).
type("Gail Breen", person).
type("German Breen", person).
type("Gwenn Goings", person).
type("Isabell Doherty", person).
type("Jacinta Goings", person).
type("Jacques Goings", person).
type("James Goings", person).
type("Jeannine Million", person).
type("Jose Goings", person).
type("Jose Lundgren", person).
type("Kari Doherty", person).
type("Keri Goings", person).
type("Landon Lundgren", person).
type("Leigh Goings", person).
type("Mark Nickels", person).
type("Minh Breen", person).
type("Morgan Goings", person).
type("Nakisha Million", person).
type("Nicholle Majors", person).
type("Niesha Nickels", person).
type("Norbert Nickels", person).
type("Preston Million", person).
type("Raymond Majors", person).
type("Rod Nickels", person).
type("Sam Nickels", person).
type("Stan Breen", person).
type("Suzette Thurman", person).
type("Tanja Goings", person).
type("Tara Lundgren", person).
type("Tona Doherty", person).
type("Valentina Breen", person).
type("Walker Thurman", person).
type("Alison Castaneda", person).
type("Allan Rooker", person).
type("Aurelio Kasper", person).
type("Blondell Castaneda", person).
type("Casandra Gould", person).
type("Christa Marchant", person).
type("Colette Omara", person).
type("Corinne Kasper", person).
type("Dale Marchant", person).
type("Delma Christy", person).
type("Denny Vanderpool", person).
type("Deon Christy", person).
type("Duane Castaneda", person).
type("Edwina Kasper", person).
type("Emilio Kasper", person).
type("Ethan Gould", person).
type("Floyd Ritter", person).
type("Francesca Marchant", person).
type("Francisca Rooker", person).
type("Frank Vanderpool", person).
type("Gail Gould", person).
type("Holly Castaneda", person).
type("Hugo Schultz", person).
type("Jacob Christy", person).
type("Joslyn Schultz", person).
type("Kari Christy", person).
type("Lamont Ritter", person).
type("Leda Stromberg", person).
type("Lola Marchant", person).
type("Marguerita Stromberg", person).
type("Mari Christy", person).
type("Maxwell Marchant", person).
type("Melvin Vanderpool", person).
type("Michele Marchant", person).
type("Michelle Stromberg", person).
type("Norris Omara", person).
type("Oren Gould", person).
type("Pierre Gould", person).
type("Ronald Castaneda", person).
type("Roni Marchant", person).
type("Rosanne Gould", person).
type("Roy Christy", person).
type("Signe Vanderpool", person).
type("Sueann Kasper", person).
type("Terry Stromberg", person).
type("Tommy Marchant", person).
type("Tommy Schultz", person).
type("Twanna Vanderpool", person).
type("Vincent Marchant", person).
type("Wanda Ritter", person).
grandfather(X, Y) :-
grandparent(X, Y),
male(Y).
:- dynamic expand_query/4.
:- multifile expand_query/4.
:- dynamic attribute/1.
attribute("police officer").
attribute("birdwatching").
attribute("community education officer").
attribute("geography").
attribute("herbalist").
attribute("research").
attribute("podiatrist").
attribute("audiophile").
attribute("prison officer").
attribute("knowledge/word games").
attribute("animal technologist").
attribute("geocaching").
attribute("leisure centre manager").
attribute("croquet").
attribute("speech and language therapist").
attribute("badminton").
attribute("dietitian").
attribute("fossil hunting").
attribute("amenity horticulturist").
attribute("rail transport modelling").
attribute("theatre stage manager").
attribute("jujitsu").
attribute("hydrologist").
attribute("beauty pageants").
attribute("learning mentor").
attribute("softball").
attribute("location manager").
attribute("golfing").
attribute("chartered management accountant").
attribute("inline skating").
attribute("plant breeder").
attribute("radio-controlled model collecting").
attribute("advertising account executive").
attribute("videography").
attribute("tourism officer").
attribute("butterfly watching").
attribute("civil service fast streamer").
attribute("learning").
attribute("designer").
attribute("business").
attribute("development worker").
attribute("curling").
attribute("tourist information centre manager").
attribute("magnet fishing").
attribute("community education officer").
attribute("pickleball").
attribute("farm manager").
attribute("shuffleboard").
attribute("doctor").
attribute("geocaching").
attribute("newspaper journalist").
attribute("trade fair visiting").
attribute("customer service manager").
attribute("lapel pins").
attribute("public house manager").
attribute("rock balancing").
attribute("exercise physiologist").
attribute("breakdancing").
attribute("early years teacher").
attribute("audiophile").
attribute("chief executive officer").
attribute("dairy farming").
attribute("bookseller").
attribute("research").
attribute("physiotherapist").
attribute("mineral collecting").
attribute("occupational hygienist").
attribute("research").
attribute("advertising copywriter").
attribute("mineral collecting").
attribute("radiographer").
attribute("learning").
attribute("mining engineer").
attribute("magnet fishing").
attribute("warden").
attribute("whale watching").
attribute("regulatory affairs officer").
attribute("research").
attribute("location manager").
attribute("fusilately").
attribute("producer").
attribute("shortwave listening").
attribute("teaching laboratory technician").
attribute("microscopy").
attribute("orthoptist").
attribute("life science").
attribute("agricultural consultant").
attribute("meditation").
attribute("quarry manager").
attribute("science and technology studies").
attribute("risk analyst").
attribute("frisbee").
attribute("physiological scientist").
attribute("satellite watching").
attribute("equality and diversity officer").
attribute("chemistry").
attribute("firefighter").
attribute("ballet dancing").
attribute("purchasing manager").
attribute("antiquities").
attribute("illustrator").
attribute("rock balancing").
attribute("press photographer").
attribute("leaves").
attribute("legal executive").
attribute("table football").
attribute("neurosurgeon").
attribute("shogi").
attribute("IT sales professional").
attribute("learning").
attribute("quarry manager").
attribute("radio-controlled model playing").
attribute("veterinary surgeon").
attribute("whale watching").
attribute("merchandiser").
attribute("sociology").
attribute("clinical scientist").
attribute("people-watching").
attribute("equities trader").
attribute("bowling").
attribute("TEFL teacher").
attribute("city trip").
attribute("pension scheme manager").
attribute("ant farming").
attribute("outdoor activities manager").
attribute("whale watching").
attribute("musician").
attribute("button collecting").
attribute("artist").
attribute("archaeology").
attribute("customer service manager").
attribute("herping").
attribute("dancer").
attribute("audiophile").
attribute("educational psychologist").
attribute("fencing").
attribute("animator").
attribute("magnet fishing").
attribute("barrister's clerk").
attribute("mineral collecting").
attribute("oceanographer").
attribute("table tennis").
attribute("chemical engineer").
attribute("shortwave listening").
attribute("animator").
attribute("geocaching").
attribute("production designer").
attribute("physics").
attribute("surveyor").
attribute("polo").
attribute("animator").
attribute("lotology").
attribute("advice worker").
attribute("stone collecting").
attribute("sports coach").
attribute("flower collecting and pressing").
attribute("scientific laboratory technician").
attribute("research").
attribute("psychiatric nurse").
attribute("netball").
attribute("water engineer").
attribute("architecture").
attribute("professor emeritus").
attribute("bus spotting").
attribute("loss adjuster").
attribute("shortwave listening").
attribute("sales promotion account executive").
attribute("radio-controlled model playing").
attribute("telecommunications researcher").
attribute("archaeology").
attribute("music tutor").
attribute("geography").
attribute("software engineer").
attribute("audiophile").
attribute("film editor").
attribute("sea glass collecting").
attribute("therapist").
attribute("auto audiophilia").
attribute("quarry manager").
attribute("aircraft spotting").
attribute("bookseller").
attribute("stone collecting").
attribute("public affairs consultant").
attribute("fencing").
attribute("camera operator").
attribute("cribbage").
attribute("artist").
attribute("ant-keeping").
attribute("secondary school teacher").
attribute("skateboarding").
attribute("sports administrator").
attribute("herbalism").
attribute("radio producer").
attribute("satellite watching").
attribute("seismic interpreter").
attribute("airsoft").
attribute("charity fundraiser").
attribute("beekeeping").
attribute("museum education officer").
attribute("darts").
attribute("artist").
attribute("photography").
attribute("catering manager").
attribute("bus spotting").
attribute("cabin crew").
attribute("laser tag").
attribute("print production planner").
attribute("geography").
attribute("editorial assistant").
attribute("powerboat racing").
attribute("adult guidance worker").
attribute("shortwave listening").
attribute("dance movement psychotherapist").
attribute("backgammon").
attribute("mechanical engineer").
attribute("disc golf").
attribute("software engineer").
attribute("nordic skating").
attribute("personnel officer").
attribute("shopping").
attribute("quarry manager").
attribute("auto racing").
attribute("social worker").
attribute("benchmarking").
attribute("careers information officer").
attribute("microbiology").
attribute("journalist").
attribute("research").
attribute("merchandiser").
attribute("tennis").
attribute("arts administrator").
attribute("surfing").
attribute("careers information officer").
attribute("sports memorabilia").
attribute("child psychotherapist").
attribute("backgammon").
attribute("chartered loss adjuster").
attribute("meteorology").
attribute("corporate investment banker").
attribute("whale watching").
attribute("fashion designer").
attribute("beekeeping").
attribute("bonds trader").
attribute("entrepreneurship").
attribute("lecturer").
attribute("railway studies").
attribute("advertising account planner").
attribute("mathematics").
attribute("careers information officer").
attribute("leaves").
attribute("translator").
attribute("sea glass collecting").
attribute("geochemist").
attribute("snowboarding").
attribute("chartered legal executive").
attribute("trainspotting").
attribute("therapist").
attribute("sea glass collecting").
attribute("medical illustrator").
attribute("learning").
attribute("programme researcher").
attribute("meteorology").
attribute("financial controller").
attribute("microscopy").
attribute("pathologist").
attribute("publishing").
attribute("seismic interpreter").
attribute("aircraft spotting").
attribute("technical author").
attribute("research").
attribute("leisure centre manager").
attribute("tour skating").
attribute("sound technician").
attribute("science and technology studies").
attribute("pilot").
attribute("cycling").
attribute("IT technical support officer").
attribute("meditation").
attribute("social researcher").
attribute("fossil hunting").
attribute("video editor").
attribute("auto audiophilia").
attribute("chief technology officer").
attribute("antiquities").
attribute("clothing technologist").
attribute("engineering").
attribute("analytical chemist").
attribute("butterfly watching").
attribute("health visitor").
attribute("ant farming").
attribute("museum conservator").
attribute("fishkeeping").
attribute("plant breeder").
attribute("knife collecting").
attribute("curator").
attribute("sea glass collecting").
attribute("chartered management accountant").
attribute("auto audiophilia").
attribute("ambulance person").
attribute("publishing").
attribute("brewing technologist").
attribute("vintage cars").
attribute("community arts worker").
attribute("exhibition drill").
attribute("petroleum engineer").
attribute("microscopy").
attribute("rural practice surveyor").
attribute("insect collecting").
attribute("petroleum engineer").
attribute("reading").
attribute("legal secretary").
attribute("beach volleyball").
attribute("herbalist").
attribute("squash").
attribute("private music teacher").
attribute("whale watching").
attribute("air broker").
attribute("mineral collecting").
attribute("chemist").
attribute("reading").
attribute("therapist").
attribute("table football").
attribute("minerals surveyor").
attribute("equestrianism").
attribute("computer games developer").
attribute("car riding").
attribute("corporate treasurer").
attribute("hobby horsing").
attribute("textile designer").
attribute("jujitsu").
attribute("local government officer").
attribute("publishing").
attribute("building services engineer").
attribute("geocaching").
attribute("surveyor").
attribute("social studies").
attribute("public relations account executive").
attribute("shortwave listening").
attribute("lawyer").
attribute("birdwatching").
attribute("oncologist").
attribute("deltiology").
attribute("senior tax professional").
attribute("leaves").
attribute("textile designer").
attribute("fishkeeping").
attribute("estate manager").
attribute("butterfly watching").
attribute("chief operating officer").
attribute("publishing").
attribute("chiropractor").
attribute("biology").
attribute("chief technology officer").
attribute("movie memorabilia collecting").
attribute("herbalist").
attribute("butterfly watching").
attribute("media buyer").
attribute("myrmecology").
attribute("secondary school teacher").
attribute("seashell collecting").
attribute("agricultural consultant").
attribute("shoes").
attribute("fashion designer").
attribute("research").
attribute("acupuncturist").
attribute("amateur astronomy").
attribute("clothing technologist").
attribute("bowling").
attribute("building services engineer").
attribute("ant-keeping").
attribute("purchasing manager").
attribute("herping").
attribute("medical technical officer").
attribute("shortwave listening").
attribute("broadcast presenter").
attribute("aircraft spotting").
attribute("retail merchandiser").
attribute("lacrosse").
attribute("nutritional therapist").
attribute("horseshoes").
attribute("therapeutic radiographer").
attribute("seashell collecting").
attribute("geographical information systems officer").
attribute("flying").
attribute("computer games developer").
attribute("pinball").
attribute("copy").
attribute("crystals").
attribute("embryologist").
attribute("antiquities").
attribute("insurance account manager").
attribute("shoes").
attribute("education administrator").
attribute("association football").
attribute("maintenance engineer").
attribute("horseback riding").
attribute("proofreader").
attribute("fossil hunting").
attribute("financial planner").
attribute("lapel pins").
attribute("arts administrator").
attribute("transit map collecting").
attribute("loss adjuster").
attribute("driving").
attribute("banker").
attribute("larping").
attribute("television floor manager").
attribute("insect collecting").
attribute("radio producer").
attribute("croquet").
attribute("sales promotion account executive").
attribute("lapel pins").
attribute("barrister").
attribute("ant farming").
attribute("agricultural engineer").
attribute("skydiving").
attribute("lexicographer").
attribute("ultimate frisbee").
attribute("tour manager").
attribute("flying model planes").
attribute("diplomatic services operational officer").
attribute("vintage clothing").
attribute("chartered accountant").
attribute("linguistics").
attribute("ranger").
attribute("research").
attribute("land").
attribute("sailing").
attribute("primary school teacher").
attribute("birdwatching").
attribute("exhibition designer").
attribute("archaeology").
attribute("social worker").
attribute("web design").
attribute("tourist information centre manager").
attribute("vintage clothing").
attribute("chartered accountant").
attribute("coin collecting").
attribute("adult nurse").
attribute("beauty pageants").
attribute("private music teacher").
attribute("leaves").
attribute("armed forces technical officer").
attribute("knowledge/word games").
attribute("trading standards officer").
attribute("meteorology").
attribute("insurance underwriter").
attribute("meteorology").
attribute("clinical research associate").
attribute("meteorology").
attribute("print production planner").
attribute("cooking").
attribute("herbalist").
attribute("whale watching").
attribute("public house manager").
attribute("leaves").
attribute("special effects artist").
attribute("fishkeeping").
attribute("community pharmacist").
attribute("ant-keeping").
attribute("local government officer").
attribute("coin collecting").
attribute("advertising copywriter").
attribute("dancing").
attribute("transport planner").
attribute("beach volleyball").
attribute("ergonomist").
attribute("cartophily").
attribute("heritage manager").
attribute("antiquities").
attribute("industrial designer").
attribute("powerlifting").
attribute("adult nurse").
attribute("lotology").
attribute("firefighter").
attribute("crystals").
attribute("academic librarian").
attribute("magnet fishing").
attribute("media planner").
attribute("inline skating").
attribute("TEFL teacher").
attribute("butterfly watching").
attribute("clinical research associate").
attribute("hiking/backpacking").
attribute("merchandiser").
attribute("element collecting").
attribute("industrial buyer").
attribute("whale watching").
attribute("armed forces operational officer").
attribute("compact discs").
attribute("social researcher").
attribute("video gaming").
attribute("minerals surveyor").
attribute("ultimate frisbee").
attribute("personnel officer").
attribute("beekeeping").
attribute("health promotion specialist").
attribute("fishing").
attribute("clothing technologist").
attribute("car tuning").
attribute("field trials officer").
attribute("croquet").
attribute("wellsite geologist").
attribute("bus spotting").
attribute("marine scientist").
attribute("long-distance running").
attribute("media buyer").
attribute("fencing").
attribute("actuary").
attribute("figure skating").
attribute("exhibitions officer").
attribute("leaves").
attribute("journalist").
attribute("checkers (draughts)").
attribute("quality manager").
attribute("social studies").
attribute("neurosurgeon").
attribute("antiquities").
attribute("chemical engineer").
attribute("foraging").
attribute("music tutor").
attribute("dolls").
attribute("social worker").
attribute("book folding").
attribute("pathologist").
attribute("sand art").
attribute("licensed conveyancer").
attribute("flower collecting and pressing").
attribute("commercial surveyor").
attribute("fitness").
attribute("occupational hygienist").
attribute("backgammon").
attribute("environmental health practitioner").
attribute("rowing").
attribute("interpreter").
attribute("insect collecting").
attribute("pathologist").
attribute("microscopy").
attribute("operational investment banker").
attribute("ant farming").
attribute("bookseller").
attribute("animal fancy").
attribute("advertising account executive").
attribute("fishkeeping").
attribute("intelligence analyst").
attribute("radio-controlled model playing").
attribute("programmer").
attribute("shogi").
attribute("embryologist").
attribute("insect collecting").
attribute("brewing technologist").
attribute("research").
attribute("clinical scientist").
attribute("architecture").
attribute("petroleum engineer").
attribute("movie memorabilia collecting").
attribute("advertising account executive").
attribute("fishkeeping").
attribute("ranger").
attribute("esports").
attribute("immigration officer").
attribute("boxing").
attribute("operations geologist").
attribute("shortwave listening").
attribute("herpetologist").
attribute("geography").
attribute("barrister").
attribute("meteorology").
attribute("surgeon").
attribute("amateur astronomy").
attribute("geophysicist").
attribute("fusilately").
attribute("media buyer").
attribute("microbiology").
attribute("sales executive").
attribute("horsemanship").
attribute("clinical scientist").
attribute("element collecting").
attribute("fish farm manager").
attribute("lotology").
attribute("engineer").
attribute("astronomy").
attribute("radio producer").
attribute("fruit picking").
attribute("control and instrumentation engineer").
attribute("pinball").
attribute("diplomatic services operational officer").
attribute("auto audiophilia").
attribute("production engineer").
attribute("meditation").
attribute("health physicist").
attribute("dowsing").
attribute("hydrographic surveyor").
attribute("botany").
attribute("intelligence analyst").
attribute("button collecting").
attribute("intelligence analyst").
attribute("research").
attribute("occupational hygienist").
attribute("reading").
attribute("advertising art director").
attribute("literature").
attribute("exercise physiologist").
attribute("films").
attribute("electrical engineer").
attribute("horseshoes").
attribute("transport planner").
attribute("whale watching").
attribute("training and development officer").
attribute("seashell collecting").
attribute("arboriculturist").
attribute("hiking/backpacking").
attribute("amenity horticulturist").
attribute("magnet fishing").
attribute("acupuncturist").
attribute("marbles").
attribute("tree surgeon").
attribute("metal detecting").
attribute("animal nutritionist").
attribute("history").
attribute("government social research officer").
attribute("kite flying").
attribute("clinical research associate").
attribute("reading").
attribute("lighting technician").
attribute("trainspotting").
attribute("neurosurgeon").
attribute("volleyball").
attribute("commercial art gallery manager").
attribute("swimming").
attribute("presenter").
attribute("vr gaming").
attribute("haematologist").
attribute("gongoozling").
attribute("embryologist").
attribute("climbing").
attribute("waste management officer").
attribute("research").
attribute("quarry manager").
attribute("video game collecting").
attribute("building surveyor").
attribute("snorkeling").
attribute("risk analyst").
attribute("element collecting").
attribute("physicist").
attribute("ephemera collecting").
attribute("operational researcher").
attribute("fishkeeping").
attribute("English as a foreign language teacher").
attribute("aircraft spotting").
attribute("forensic psychologist").
attribute("lapel pins").
attribute("solicitor").
attribute("seashell collecting").
attribute("nutritional therapist").
attribute("pool").
attribute("trade union research officer").
attribute("mineral collecting").
attribute("IT sales professional").
attribute("mini golf").
attribute("medical illustrator").
attribute("religious studies").
attribute("proofreader").
attribute("fishkeeping").
attribute("psychologist").
attribute("sea glass collecting").
attribute("conservator").
attribute("people-watching").
attribute("systems analyst").
attribute("pickleball").
attribute("retail merchandiser").
attribute("footbag").
attribute("pathologist").
attribute("book collecting").
attribute("recruitment consultant").
attribute("scutelliphily").
attribute("equality and diversity officer").
attribute("bmx").
attribute("editorial assistant").
attribute("research").
attribute("civil service fast streamer").
attribute("learning").
attribute("radio producer").
attribute("gongoozling").
attribute("colour technologist").
attribute("ant-keeping").
attribute("early years teacher").
attribute("trainspotting").
attribute("public relations officer").
attribute("research").
attribute("corporate treasurer").
attribute("climbing").
attribute("travel agency manager").
attribute("whale watching").
attribute("theme park manager").
attribute("ant farming").
attribute("hospital doctor").
attribute("digital hoarding").
attribute("visual merchandiser").
attribute("learning").
attribute("barrister").
attribute("polo").
attribute("forensic psychologist").
attribute("auto audiophilia").
attribute("television production assistant").
attribute("book folding").
attribute("metallurgist").
attribute("skateboarding").
attribute("media buyer").
attribute("reading").
attribute("secretary").
attribute("leaves").
attribute("public relations account executive").
attribute("figure skating").
attribute("lecturer").
attribute("mineral collecting").
attribute("sales professional").
attribute("larping").
attribute("medical physicist").
attribute("gardening").
attribute("legal executive").
attribute("herping").
attribute("airline pilot").
attribute("disc golf").
attribute("contractor").
attribute("research").
attribute("operational investment banker").
attribute("ultimate frisbee").
attribute("environmental health practitioner").
attribute("religious studies").
attribute("emergency planning officer").
attribute("research").
attribute("editorial assistant").
attribute("geocaching").
attribute("corporate investment banker").
attribute("herping").
attribute("theatre director").
attribute("shortwave listening").
attribute("armed forces technical officer").
attribute("fishing").
attribute("trading standards officer").
attribute("beekeeping").
attribute("music tutor").
attribute("hiking/backpacking").
attribute("medical laboratory scientific officer").
attribute("benchmarking").
attribute("chartered accountant").
attribute("compact discs").
attribute("osteopath").
attribute("stamp collecting").
attribute("health and safety adviser").
attribute("meteorology").
attribute("secretary").
attribute("research").
attribute("records manager").
attribute("magnet fishing").
attribute("sports development officer").
attribute("shooting sports").
attribute("hydrologist").
attribute("vinyl records").
attribute("comptroller").
attribute("shoes").
attribute("illustrator").
attribute("railway studies").
attribute("chartered accountant").
attribute("action figure").
attribute("hydrogeologist").
attribute("benchmarking").
attribute("biomedical scientist").
attribute("archaeology").
attribute("programmer").
attribute("table tennis").
attribute("information systems manager").
attribute("crystals").
attribute("technical sales engineer").
attribute("ant farming").
attribute("optician").
attribute("trainspotting").
attribute("telecommunications researcher").
attribute("ant farming").
attribute("nature conservation officer").
attribute("notaphily").
attribute("product development scientist").
attribute("vacation").
attribute("international aid worker").
attribute("seashell collecting").
attribute("minerals surveyor").
attribute("driving").
attribute("clinical embryologist").
attribute("seashell collecting").
attribute("call centre manager").
attribute("hobby tunneling").
attribute("landscape architect").
attribute("satellite watching").
attribute("applications developer").
attribute("fishkeeping").
attribute("brewing technologist").
attribute("meteorology").
attribute("patent examiner").
attribute("fitness").
attribute("theatre director").
attribute("reading").
attribute("professor emeritus").
attribute("whale watching").
attribute("meteorologist").
attribute("rock climbing").
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_("Abdul Felker", "Lyndon Barbee").
friend_("Abdul Felker", "Minerva Pennington").
friend_("Abdul Felker", "Theodore Grigg").
friend_("Adolph Barbee", "Giovanni Stites").
friend_("Adolph Barbee", "Michelle Stoddard").
friend_("Alice Lance", "Nettie Barbee").
friend_("Alice Lance", "Julio Nelms").
friend_("Alice Lance", "Demarcus Huntley").
friend_("Alice Lance", "Duncan Goings").
friend_("Allie Barbee", "Mauricio Vansickle").
friend_("Allison Barbee", "Andres Barbee").
friend_("Allison Barbee", "Eddie Darling").
friend_("Allison Barbee", "Matt Mcbroom").
friend_("Allison Barbee", "Orlando Brashear").
friend_("Allison Barbee", "Rena Grigg").
friend_("Allison Barbee", "Holley Dunbar").
friend_("Alvin Lance", "Walker Thurman").
friend_("Andres Barbee", "Jewell Stites").
friend_("Andres Barbee", "Reynaldo Brashear").
friend_("Andres Barbee", "Duncan Goings").
friend_("Andrew Parkinson", "Wanda Lo").
friend_("Andrew Parkinson", "Shirleen Stites").
friend_("Andrew Parkinson", "Ezequiel Gorton").
friend_("Andrew Parkinson", "Jacques Goings").
friend_("Clint Rahman", "Marvin Hope").
friend_("Clint Rahman", "Kieth Dow").
friend_("Clint Rahman", "Desmond Nesbitt").
friend_("Clint Rahman", "Holly Castaneda").
friend_("Colette Rahman", "Norris Sherrod").
friend_("Colette Rahman", "Alina Huntley").
friend_("Colette Rahman", "Jefferson Long").
friend_("Courtney Parkinson", "Rory George").
friend_("Courtney Parkinson", "Wanda Lo").
friend_("Courtney Parkinson", "Kyle Gil").
friend_("Dalton Parkinson", "Andrea Stites").
friend_("Dalton Parkinson", "Dinah Lundgren").
friend_("Dalton Parkinson", "Emilio Kasper").
friend_("Dalton Parkinson", "Pierre Gould").
friend_("Dollie Barbee", "Albertine Thrower").
friend_("Dollie Barbee", "Tommy Schultz").
friend_("Elicia Barbee", "Edgar Bianchi").
friend_("Elicia Barbee", "Tanya Darling").
friend_("Elicia Barbee", "Bess Dodge").
friend_("Elicia Barbee", "Nydia Grigg").
friend_("Elicia Barbee", "Cristina Long").
friend_("Elyse Barbee", "Grant Bridge").
friend_("Elyse Barbee", "Darrick Goings").
friend_("Elyse Barbee", "Floyd Ritter").
friend_("Emma George", "James Mcbroom").
friend_("Emma George", "Matt Mcbroom").
friend_("Emma George", "Carmelita Dunbar").
friend_("Emma George", "Earle Breen").
friend_("Emma George", "Tommy Marchant").
friend_("Garth Kean", "Candice Bianchi").
friend_("Garth Kean", "Lura Bianchi").
friend_("Garth Kean", "Harvey Stites").
friend_("Garth Kean", "Grant Bridge").
friend_("Guadalupe Barbee", "Kirk Lo").
friend_("Guadalupe Barbee", "Candice Bianchi").
friend_("Guadalupe Barbee", "Laurette Bridge").
friend_("Jenni Felker", "Matt Mcbroom").
friend_("Karolyn Lance", "Dale Marchant").
friend_("Kelley Barbee", "Matt Mcbroom").
friend_("Kelley Barbee", "Tawanda Toomey").
friend_("Kenny Barbee", "Hal Gebhart").
friend_("Kenny Barbee", "Mitchell Darling").
friend_("Kenny Barbee", "Leonard Corder").
friend_("Kenny Barbee", "Bruce Goings").
friend_("Kenny Barbee", "Walker Thurman").
friend_("Kirk Lo", "Kendrick Bridge").
friend_("Konstantin Barbee", "Craig Arriola").
friend_("Konstantin Barbee", "Jackie Lanham").
friend_("Konstantin Barbee", "Felix Biggs").
friend_("Korey Kean", "Ronnie Pence").
friend_("Korey Kean", "Blair Goings").
friend_("Korey Kean", "Earle Breen").
friend_("Krystle Barbee", "Rolf Toomey").
friend_("Kurt Parkinson", "Kenny Southerland").
friend_("Kurt Parkinson", "Dorris Majors").
friend_("Kurt Parkinson", "Emilio Goings").
friend_("Latosha Rahman", "Sam Nickels").
friend_("Leonila Parkinson", "Carmella Huntley").
friend_("Leonila Parkinson", "Max Gorton").
friend_("Leonila Parkinson", "Carmelita Dunbar").
friend_("Lesley Barbee", "Landon Ervin").
friend_("Lesley Barbee", "Lucas Bianchi").
friend_("Lesley Barbee", "Romelia Sawyers").
friend_("Lesley Barbee", "Hugo Schultz").
friend_("Lyndon Barbee", "Bobbie Biggs").
friend_("Lyndon Barbee", "Francesca Marchant").
friend_("Lyndon Barbee", "Melvin Vanderpool").
friend_("Marvin Hope", "Philip Thrower").
friend_("Marvin Hope", "Lou Dias").
friend_("Marvin Hope", "Oren Gould").
friend_("Merrill Kean", "Ollie Bianchi").
friend_("Mitchel George", "Booker Grigg").
friend_("Mitchel George", "Maryann Mcbroom").
friend_("Mitchel George", "Melvin Dodge").
friend_("Mitchel George", "Michelle Stoddard").
friend_("Nettie Barbee", "Ione Stites").
friend_("Rocco Lance", "Charissa Lundgren").
friend_("Rory George", "Adella Mcbroom").
friend_("Rory George", "Sueann Kasper").
friend_("Royce Lo", "Walter Hope").
friend_("Royce Lo", "Alejandrina Thrower").
friend_("Rudy Barbee", "Solomon Rahman").
friend_("Rudy Barbee", "Concepcion Najera").
friend_("Rudy Barbee", "Cristina Long").
friend_("Rudy Barbee", "Felix Biggs").
friend_("Rudy Barbee", "Kari Christy").
friend_("Solomon Rahman", "Adella Stites").
friend_("Solomon Rahman", "Kari Christy").
friend_("Tracey Kean", "Carmen Bianchi").
friend_("Tracey Kean", "Kent Turgeon").
friend_("Tracey Kean", "Shannon Grigg").
friend_("Tracey Kean", "Zelma Mcbroom").
friend_("Tracey Kean", "Raymond Lanham").
friend_("Twyla Parkinson", "Casey Dow").
friend_("Twyla Parkinson", "Minnie Darling").
friend_("Twyla Parkinson", "Autumn Brashear").
friend_("Twyla Parkinson", "Joshua Alvarez").
friend_("Twyla Parkinson", "Darrick Goings").
friend_("Tyrone Parkinson", "Mervin Mcbroom").
friend_("Tyrone Parkinson", "Bobbie Biggs").
friend_("Tyrone Parkinson", "Bruce Goings").
friend_("Wallace Ragland", "Morgan Huntley").
friend_("Wallace Ragland", "Allan Rooker").
friend_("Wallace Ragland", "Blondell Castaneda").
friend_("Wallace Ragland", "Maxwell Marchant").
friend_("Walter Hope", "Maragret Bianchi").
friend_("Wanda Lo", "Norris Sherrod").
friend_("Wanda Lo", "Dudley Dodge").
friend_("Wanda Lo", "Felipe Brashear").
friend_("Wanda Lo", "Carmelita Dunbar").
friend_("Wanita Hope", "Roxy Guay").
friend_("Wanita Hope", "Claude Goings").
friend_("Willie Parkinson", "Shamika Dow").
friend_("Yasmin Ragland", "Maragret Bianchi").
friend_("Yasmin Ragland", "Kyle Gil").
friend_("Yasmin Ragland", "Tommy Schultz").
friend_("Ahmad Vansickle", "Lura Bianchi").
friend_("Ahmad Vansickle", "Felipe Brashear").
friend_("Ahmad Vansickle", "Zelma Mcbroom").
friend_("Ahmad Vansickle", "Jackie Lanham").
friend_("Ahmad Vansickle", "Rueben Puckett").
friend_("Ahmad Vansickle", "Joslyn Schultz").
friend_("Albertine Thrower", "Kris Stites").
friend_("Albertine Thrower", "Cleveland Mcbroom").
friend_("Albertine Thrower", "Minh Breen").
friend_("Andre Vansickle", "Eddie Darling").
friend_("Andre Vansickle", "Raymond Lanham").
friend_("Benny Guay", "Dorris Huntley").
friend_("Benny Guay", "Jordan Mcbroom").
friend_("Brain Thrower", "Nakisha Million").
friend_("Brain Thrower", "Leda Stromberg").
friend_("Brain Thrower", "Roy Christy").
friend_("Candice Bianchi", "Windy Gorton").
friend_("Carmen Bianchi", "Aurelio Kasper").
friend_("Cesar Guay", "Adella Stites").
friend_("Cesar Guay", "Gwenn Mcbroom").
friend_("Chrissy Vansickle", "Kendrick Sherrod").
friend_("Chrissy Vansickle", "Deirdre Fries").
friend_("Chrissy Vansickle", "Edmond Abney").
friend_("Chrissy Vansickle", "Cleveland Mcbroom").
friend_("Concepcion Najera", "Ethan Gould").
friend_("Concepcion Najera", "Marguerita Stromberg").
friend_("Edgar Bianchi", "Joshua Stoddard").
friend_("Edgar Bianchi", "Kyle Gil").
friend_("Edgar Bianchi", "Carina Thurman").
friend_("Edgar Bianchi", "Mark Nickels").
friend_("Esperanza Ervin", "Ronnie Pence").
friend_("Esperanza Ervin", "Emilio Goings").
friend_("Eve Ervin", "Kendrick Sherrod").
friend_("Eve Ervin", "Keri Goings").
friend_("Georgette Gebhart", "Omar Grigg").
friend_("Georgette Gebhart", "Emilio Goings").
friend_("Georgette Gebhart", "Gwenn Goings").
friend_("Georgette Gebhart", "Rosanne Gould").
friend_("Gertrude Guay", "Tonia Stoddard").
friend_("Gertrude Guay", "Ronnie Pence").
friend_("Gertrude Guay", "Carina Thurman").
friend_("Gertrude Guay", "Denny Vanderpool").
friend_("Gertrude Guay", "Roni Marchant").
friend_("Hal Gebhart", "Renea Thrower").
friend_("Hal Gebhart", "Minnie Darling").
friend_("Hal Gebhart", "Devon Lalonde").
friend_("Hal Gebhart", "Esteban Nesbitt").
friend_("Hal Gebhart", "Jose Goings").
friend_("Hal Gebhart", "Morgan Goings").
friend_("Jaime Veilleux", "Kendrick Sherrod").
friend_("Jaime Veilleux", "Max Gorton").
friend_("Jaime Veilleux", "Mervin Mcbroom").
friend_("Jim Bianchi", "Stan Breen").
friend_("Jim Bianchi", "Suzette Thurman").
friend_("Joshua Ervin", "Phylis Alvarez").
friend_("Kristopher Veilleux", "Wilmer Stites").
friend_("Kristopher Veilleux", "Laurette Bridge").
friend_("Landon Ervin", "Twila Veilleux").
friend_("Landon Ervin", "Desiree Mcbroom").
friend_("Landon Ervin", "Tianna Brashear").
friend_("Landon Ervin", "Craig Arriola").
friend_("Landon Ervin", "Billye Dias").
friend_("Landon Ervin", "Carleen Dias").
friend_("Landon Ervin", "Dortha Nickels").
friend_("Laurel Guay", "Roxy Guay").
friend_("Laurel Guay", "Shannon Grigg").
friend_("Laurel Guay", "Clayton Dias").
friend_("Linwood Thrower", "Kendrick Bridge").
friend_("Linwood Thrower", "Cristina Long").
friend_("Linwood Thrower", "Frank Vanderpool").
friend_("Loraine Vansickle", "Anastacia Grigg").
friend_("Lucas Bianchi", "Philip Thrower").
friend_("Lucas Bianchi", "Donovan Stites").
friend_("Lucas Bianchi", "Jewell Stites").
friend_("Lucas Bianchi", "Ladawn Turgeon").
friend_("Lucas Bianchi", "Anastacia Grigg").
friend_("Lucas Bianchi", "Raymond Lanham").
friend_("Lucas Bianchi", "Jodi Biggs").
friend_("Lucas Bianchi", "Terry Stromberg").
friend_("Lura Bianchi", "Robin Puckett").
friend_("Maragret Bianchi", "Nakisha Million").
friend_("Mauricio Vansickle", "Philip Thrower").
friend_("Mauricio Vansickle", "Clayton Dias").
friend_("Mauricio Vansickle", "Windy Puckett").
friend_("Mauricio Vansickle", "Gail Breen").
friend_("Minerva Pennington", "Norris Sherrod").
friend_("Minerva Pennington", "Angel Kress").
friend_("Minerva Pennington", "Kisha Stites").
friend_("Minerva Pennington", "Lou Dias").
friend_("Minerva Pennington", "Emile Doherty").
friend_("Minerva Pennington", "Ronald Castaneda").
friend_("Norris Sherrod", "Ladawn Turgeon").
friend_("Norris Sherrod", "Blondell Castaneda").
friend_("Ollie Bianchi", "Max Gorton").
friend_("Ollie Bianchi", "Earle Breen").
friend_("Philip Thrower", "Felipe Brashear").
friend_("Philip Thrower", "Bobbie Biggs").
friend_("Philip Thrower", "Gene Biggs").
friend_("Philip Thrower", "Colette Omara").
friend_("Pricilla Pennington", "Tonia Stoddard").
friend_("Pricilla Pennington", "Leesa Pence").
friend_("Raphael Ervin", "Rubye Nesbitt").
friend_("Renea Thrower", "Robby Pennington").
friend_("Renea Thrower", "Joanne Dow").
friend_("Renea Thrower", "Nydia Grigg").
friend_("Renea Thrower", "Aurelio Kasper").
friend_("Robby Pennington", "Ladawn Turgeon").
friend_("Robby Pennington", "Hal Stoddard").
friend_("Robby Pennington", "Mari Christy").
friend_("Rosena Veilleux", "Kenny Southerland").
friend_("Roxy Guay", "Melvin Dodge").
friend_("Roxy Guay", "Casandra Gould").
friend_("Roy Najera", "Romelia Sawyers").
friend_("Roy Najera", "Holly Castaneda").
friend_("Sarita Bianchi", "Darrick Darling").
friend_("Shante Najera", "Brooks Huntley").
friend_("Shante Najera", "Mike Grigg").
friend_("Shante Najera", "Myrtle Bridge").
friend_("Shizuko Veilleux", "Hal Stoddard").
friend_("Shizuko Veilleux", "Kari Doherty").
friend_("Shizuko Veilleux", "Francesca Marchant").
friend_("Twila Veilleux", "Theodore Grigg").
friend_("Twila Veilleux", "Zelma Mcbroom").
friend_("Twila Veilleux", "Kena Long").
friend_("Winnifred Sherrod", "Joslyn Schultz").
friend_("Zachary Guay", "Joshua Alvarez").
friend_("Zachary Guay", "Gwenn Goings").
friend_("Adella Stites", "Melvin Dodge").
friend_("Adella Stites", "Silas Stoddard").
friend_("Adella Stites", "Edwina Kasper").
friend_("Adella Stites", "Pierre Gould").
friend_("Andrea Stites", "Johanna Stoddard").
friend_("Andrea Stites", "Michele Marchant").
friend_("Angel Kress", "Terry Stromberg").
friend_("Arthur Stites", "Jewell Stites").
friend_("Arthur Stites", "Lissa Mcbroom").
friend_("Arthur Stites", "Ronnie Pence").
friend_("Arthur Stites", "Earle Breen").
friend_("Casey Dow", "Jerrod Stoddard").
friend_("Cherise Darling", "Jules Bridge").
friend_("Cherise Darling", "Phylis Alvarez").
friend_("Cherise Darling", "Kyle Gil").
friend_("Cherise Darling", "Emilio Kasper").
friend_("Cherise Darling", "Kari Christy").
friend_("Chris Stites", "Jeannine Million").
friend_("Darrick Darling", "Windy Gorton").
friend_("Deirdre Fries", "Ethan Gould").
friend_("Donovan Stites", "Tanya Darling").
friend_("Donovan Stites", "Dorris Huntley").
friend_("Donovan Stites", "Mervin Mcbroom").
friend_("Donovan Stites", "Jaime Dunbar").
friend_("Dwain Stites", "Harvey Stites").
friend_("Dwain Stites", "Hunter Darling").
friend_("Dwain Stites", "Felipe Brashear").
friend_("Dwain Stites", "Salley Puckett").
friend_("Eddie Darling", "Mayra Stites").
friend_("Eddie Darling", "Gloria Toomey").
friend_("Eddie Darling", "Horacio Lanham").
friend_("Eldon Stites", "Demarcus Huntley").
friend_("Eldon Stites", "Ronnie Pence").
friend_("Evelia Nelms", "Nydia Grigg").
friend_("Giovanni Stites", "Hunter Darling").
friend_("Giovanni Stites", "Alina Huntley").
friend_("Giovanni Stites", "Carina Thurman").
friend_("Giovanni Stites", "Niesha Nickels").
friend_("Grant Stites", "Kris Stites").
friend_("Grant Stites", "Clayton Dias").
friend_("Grant Stites", "Darrick Goings").
friend_("Grant Stites", "Jose Goings").
friend_("Hunter Darling", "Lawerence Stites").
friend_("Hunter Darling", "Adella Mcbroom").
friend_("Hunter Darling", "Eve Lalonde").
friend_("Hunter Darling", "Delma Christy").
friend_("Ione Stites", "Edwina Kasper").
friend_("Jewel Abney", "Artie Gil").
friend_("Jewel Abney", "Earle Breen").
friend_("Joanne Dow", "Cedric Goings").
friend_("Joanne Dow", "Joslyn Schultz").
friend_("Joel Fries", "Staci Deming").
friend_("Joel Fries", "Melvin Dodge").
friend_("Joel Fries", "Jack Bridge").
friend_("Joel Fries", "Oma Lanham").
friend_("Joel Fries", "Carmelita Dias").
friend_("Joel Fries", "Rod Nickels").
friend_("Julio Nelms", "Francesca Marchant").
friend_("Kenny Southerland", "Anneliese Brashear").
friend_("Kenny Southerland", "Kevin Stoddard").
friend_("Kenny Southerland", "Brendon Gil").
friend_("Kenny Southerland", "Carmelita Dias").
friend_("Kenny Southerland", "Jaime Dunbar").
friend_("Kenny Southerland", "Francesca Marchant").
friend_("Kieth Dow", "Maxwell Deming").
friend_("Kieth Dow", "Orlando Brashear").
friend_("Kieth Dow", "Sandy Mcbroom").
friend_("Kieth Dow", "Dee Stoddard").
friend_("Kisha Stites", "Morgan Huntley").
friend_("Kris Stites", "Joshua Alvarez").
friend_("Kris Stites", "Devon Lalonde").
friend_("Kris Stites", "Norbert Nickels").
friend_("Ladawn Turgeon", "Nydia Grigg").
friend_("Ladawn Turgeon", "Theodore Grigg").
friend_("Ladawn Turgeon", "Dorris Majors").
friend_("Ladawn Turgeon", "Tara Lundgren").
friend_("Lawerence Stites", "Rubye Nesbitt").
friend_("Lawerence Stites", "Windy Puckett").
friend_("Lawerence Stites", "Aurelio Kasper").
friend_("Leopoldo Stites", "Ezequiel Gorton").
friend_("Leopoldo Stites", "Morgan Huntley").
friend_("Leopoldo Stites", "Dale Marchant").
friend_("Marcel Abney", "Salley Puckett").
friend_("Margaret Turgeon", "Lou Dias").
friend_("Maxwell Deming", "Joshua Stoddard").
friend_("Maxwell Deming", "Billye Dias").
friend_("Maxwell Deming", "Delma Christy").
friend_("Maxwell Deming", "Sueann Kasper").
friend_("Mayra Stites", "Oralia Kress").
friend_("Mayra Stites", "Lamont Ritter").
friend_("Mayra Stites", "Oren Gould").
friend_("Minnie Darling", "Elias Lanham").
friend_("Minnie Darling", "Kena Long").
friend_("Minnie Darling", "Michelle Stromberg").
friend_("Mitchell Darling", "Carmella Huntley").
friend_("Nada Stites", "Tianna Brashear").
friend_("Nada Stites", "Rueben Puckett").
friend_("Nada Stites", "Darrick Goings").
friend_("Nada Stites", "Signe Vanderpool").
friend_("Nickolas Deming", "Norris Omara").
friend_("Pansy Southerland", "Lissa Mcbroom").
friend_("Shamika Dow", "Demarcus Huntley").
friend_("Shamika Dow", "Roberto Toomey").
friend_("Shamika Dow", "Walker Thurman").
friend_("Shirleen Stites", "Sterling Pence").
friend_("Shirleen Stites", "Delbert Goings").
friend_("Shirleen Stites", "Duncan Goings").
friend_("Staci Deming", "Jacques Goings").
friend_("Tanya Darling", "Romelia Sawyers").
friend_("Tanya Darling", "Carly Corder").
friend_("Tyrone Deming", "Windy Puckett").
friend_("Wayne Stites", "Harvey Mcbroom").
friend_("Wayne Stites", "Lucio Dias").
friend_("Wayne Stites", "Emile Doherty").
friend_("Wilmer Stites", "Myrtle Bridge").
friend_("Wilmer Stites", "Vincenza Dias").
friend_("Adella Mcbroom", "Deon Christy").
friend_("Alina Huntley", "Jules Bridge").
friend_("Alina Huntley", "Alison Castaneda").
friend_("Allyson Brashear", "Annmarie Stoddard").
friend_("Allyson Brashear", "Dortha Nickels").
friend_("Allyson Brashear", "Jacques Goings").
friend_("Allyson Brashear", "Alison Castaneda").
friend_("Allyson Gorton", "Carleen Dias").
friend_("Anastacia Grigg", "Ronald Castaneda").
friend_("Anneliese Brashear", "Sterling Pence").
friend_("Audie Dodge", "Jimmie Lanham").
friend_("Autumn Brashear", "Gail Breen").
friend_("Autumn Brashear", "Preston Million").
friend_("Autumn Brashear", "Mari Christy").
friend_("Barry Huntley", "Jaime Dunbar").
friend_("Barry Huntley", "Nicolle Dias").
friend_("Barry Huntley", "Tommy Schultz").
friend_("Bess Dodge", "Omar Grigg").
friend_("Bess Dodge", "Leonard Corder").
friend_("Bess Dodge", "Oren Gould").
friend_("Booker Grigg", "Desiree Mcbroom").
friend_("Booker Grigg", "Reginald Lanham").
friend_("Brooks Huntley", "Earle Breen").
friend_("Brooks Huntley", "Wanda Ritter").
friend_("Carmella Huntley", "Jacques Goings").
friend_("Cleveland Mcbroom", "Gene Biggs").
friend_("Dean Mcbroom", "Joshua Stoddard").
friend_("Dean Mcbroom", "Leesa Pence").
friend_("Dean Mcbroom", "Emilio Goings").
friend_("Dean Mcbroom", "Emilio Kasper").
friend_("Dean Mcbroom", "Lola Marchant").
friend_("Demarcus Huntley", "Randolph Grigg").
friend_("Demarcus Huntley", "Eve Lalonde").
friend_("Desiree Mcbroom", "Dallas Goings").
friend_("Dorris Huntley", "Allan Rooker").
friend_("Dorris Huntley", "Floyd Ritter").
friend_("Dudley Dodge", "Randolph Grigg").
friend_("Dudley Dodge", "Reynaldo Brashear").
friend_("Dudley Dodge", "German Breen").
friend_("Ezequiel Gorton", "Francesca Marchant").
friend_("Felipe Brashear", "Gwenn Goings").
friend_("Felipe Brashear", "Frank Vanderpool").
friend_("Gwenn Mcbroom", "Randolph Grigg").
friend_("Gwenn Mcbroom", "Norbert Nickels").
friend_("Gwenn Mcbroom", "Sam Nickels").
friend_("Harvey Mcbroom", "Rena Grigg").
friend_("Jacquelyn Huntley", "Michel Sawyers").
friend_("Jacquelyn Huntley", "Mark Nickels").
friend_("James Mcbroom", "Mike Grigg").
friend_("Lissa Mcbroom", "Ethan Gould").
friend_("Lowell Gorton", "Dee Stoddard").
friend_("Maryann Mcbroom", "Roy Christy").
friend_("Matt Mcbroom", "Sue Mcbroom").
friend_("Matt Mcbroom", "Joshua Stoddard").
friend_("Matt Mcbroom", "Felix Biggs").
friend_("Matt Mcbroom", "Kari Christy").
friend_("Melvin Dodge", "Alison Castaneda").
friend_("Melvin Dodge", "Corinne Kasper").
friend_("Melvin Dodge", "Signe Vanderpool").
friend_("Mike Grigg", "Michelle Stoddard").
friend_("Mike Grigg", "Delbert Goings").
friend_("Morgan Huntley", "Gloria Toomey").
friend_("Morgan Huntley", "Pierre Gould").
friend_("Morgan Huntley", "Tommy Schultz").
friend_("Nydia Grigg", "Coretta Dunbar").
friend_("Nydia Grigg", "Felix Biggs").
friend_("Nydia Grigg", "Lou Dias").
friend_("Oleta Mcbroom", "Tammy Dias").
friend_("Omar Grigg", "Felix Biggs").
friend_("Omar Grigg", "Gabriele Puckett").
friend_("Orlando Brashear", "Winnifred Arriola").
friend_("Randolph Grigg", "Colette Omara").
friend_("Reynaldo Brashear", "Pierre Gould").
friend_("Sandy Mcbroom", "Tonia Stoddard").
friend_("Sandy Mcbroom", "Delbert Goings").
friend_("Sandy Mcbroom", "Signe Vanderpool").
friend_("Shannon Grigg", "Reginald Lanham").
friend_("Shannon Grigg", "Romelia Sawyers").
friend_("Shannon Grigg", "Robin Puckett").
friend_("Sue Mcbroom", "Jackson Puckett").
friend_("Sue Mcbroom", "Tanja Goings").
friend_("Sue Mcbroom", "Marguerita Stromberg").
friend_("Tamara Mcbroom", "Johanna Stoddard").
friend_("Tamara Mcbroom", "Miranda Stoddard").
friend_("Theodore Grigg", "Mammie Bridge").
friend_("Theodore Grigg", "Carleen Dias").
friend_("Theodore Grigg", "Dale Marchant").
friend_("Theodore Grigg", "Sueann Kasper").
friend_("Tianna Brashear", "Jose Lundgren").
friend_("Windy Gorton", "Mark Nickels").
friend_("Annmarie Stoddard", "Nakisha Lanham").
friend_("Chau Bridge", "Tonya Alvarez").
friend_("Dee Stoddard", "Eve Lalonde").
friend_("Dee Stoddard", "German Breen").
friend_("Dominick Bridge", "Tara Lundgren").
friend_("Elias Lanham", "Tonia Stoddard").
friend_("Elias Lanham", "Nicolle Dias").
friend_("Gloria Toomey", "Krystal Arriola").
friend_("Gloria Toomey", "Francisca Rooker").
friend_("Hal Stoddard", "Roy Christy").
friend_("Horacio Lanham", "Krystal Arriola").
friend_("Horacio Lanham", "Hugo Schultz").
friend_("Howard Lanham", "Oma Lanham").
friend_("Howard Lanham", "Edwina Kasper").
friend_("Jack Bridge", "Tonia Stoddard").
friend_("Jack Bridge", "James Goings").
friend_("Jack Bridge", "Ronald Castaneda").
friend_("Jackie Lanham", "Gene Biggs").
friend_("Jackie Lanham", "Walker Thurman").
friend_("Jimmie Lanham", "Duncan Goings").
friend_("Jimmie Lanham", "Emile Doherty").
friend_("Joshua Stoddard", "Ronald Stoddard").
friend_("Joshua Stoddard", "Dortha Nickels").
friend_("Joshua Stoddard", "Rosanne Gould").
friend_("Jules Bridge", "Ronnie Pence").
friend_("Kevin Stoddard", "Gene Biggs").
friend_("Krystal Arriola", "Tonia Stoddard").
friend_("Mammie Bridge", "Salley Puckett").
friend_("Mose Stoddard", "Ronnie Pence").
friend_("Mose Stoddard", "Tara Lundgren").
friend_("Mose Stoddard", "Walker Thurman").
friend_("Myrtle Bridge", "Jodi Biggs").
friend_("Myrtle Bridge", "Dinah Lundgren").
friend_("Oma Lanham", "Gabriele Puckett").
friend_("Oma Lanham", "Melvin Vanderpool").
friend_("Patsy Lanham", "Morgan Goings").
friend_("Patsy Lanham", "Blondell Castaneda").
friend_("Pearlie Lanham", "Aurelio Kasper").
friend_("Phylis Alvarez", "Brendon Gil").
friend_("Phylis Alvarez", "James Goings").
friend_("Raymond Lanham", "Mark Nickels").
friend_("Reginald Lanham", "Minh Breen").
friend_("Roberto Toomey", "Tommy Marchant").
friend_("Romelia Sawyers", "Kena Long").
friend_("Romelia Sawyers", "Ronnie Pence").
friend_("Romelia Sawyers", "Dale Marchant").
friend_("Romelia Sawyers", "Roy Christy").
friend_("Ronald Stoddard", "Terry Stromberg").
friend_("Silas Stoddard", "Winnifred Arriola").
friend_("Silas Stoddard", "Windy Puckett").
friend_("Silas Stoddard", "Raymond Majors").
friend_("Tammie Stoddard", "Tony Lanham").
friend_("Tonia Stoddard", "Minh Breen").
friend_("Tonya Alvarez", "Billye Dias").
friend_("Tonya Alvarez", "Kari Christy").
friend_("Artie Gil", "Linwood Dias").
friend_("Billye Dias", "Joan Dias").
friend_("Billye Dias", "Joslyn Schultz").
friend_("Brendon Gil", "Nakisha Million").
friend_("Brendon Gil", "Lamont Ritter").
friend_("Briana Gil", "Lola Marchant").
friend_("Carly Corder", "Cristina Long").
friend_("Carly Corder", "Tad Dunbar").
friend_("Carmelita Dias", "Emilio Goings").
friend_("Carmelita Dias", "Jacques Goings").
friend_("Carmelita Dias", "Dale Marchant").
friend_("Carmelita Dias", "Floyd Ritter").
friend_("Carmelita Dunbar", "Coretta Dunbar").
friend_("Carmelita Dunbar", "Alison Castaneda").
friend_("Clayton Dias", "Nakisha Million").
friend_("Clayton Dias", "Tanja Goings").
friend_("Cleveland Lalonde", "Jose Lundgren").
friend_("Coretta Dunbar", "Nicolle Dias").
friend_("Coretta Dunbar", "Alison Castaneda").
friend_("Coretta Dunbar", "Michelle Stromberg").
friend_("Desmond Nesbitt", "Twanna Vanderpool").
friend_("Devon Lalonde", "Raymond Majors").
friend_("Devon Lalonde", "Emilio Kasper").
friend_("Ernest Dias", "Emilio Kasper").
friend_("Gabriele Puckett", "Mark Nickels").
friend_("Gene Biggs", "Kari Doherty").
friend_("Holley Dunbar", "Jose Goings").
friend_("Jackson Puckett", "Isabell Doherty").
friend_("Jackson Puckett", "Tona Doherty").
friend_("Jacques Gil", "Dortha Nickels").
friend_("Jefferson Long", "Walker Thurman").
friend_("Joan Dias", "Alexa Goings").
friend_("Joan Dias", "Aurelio Kasper").
friend_("Jodi Biggs", "Gwenn Goings").
friend_("Jodi Biggs", "Colette Omara").
friend_("Leeann Gil", "Tad Dunbar").
friend_("Leeann Gil", "Tommy Marchant").
friend_("Leesa Pence", "Tara Lundgren").
friend_("Linwood Dias", "Jacinta Goings").
friend_("Lou Dias", "Pierre Gould").
friend_("Nicolle Dias", "Rosanne Gould").
friend_("Robin Puckett", "Mari Christy").
friend_("Ronnie Pence", "Claude Goings").
friend_("Rubye Nesbitt", "Francesca Marchant").
friend_("Rueben Puckett", "Morgan Goings").
friend_("Rueben Puckett", "Sueann Kasper").
friend_("Salley Puckett", "Landon Lundgren").
friend_("Tad Dunbar", "Michele Marchant").
friend_("Tammy Dias", "German Breen").
friend_("Bruce Goings", "Tara Lundgren").
friend_("Claude Goings", "Darrick Goings").
friend_("Deon Nickels", "Casandra Gould").
friend_("Dorris Majors", "Gail Breen").
friend_("Emile Doherty", "Walker Thurman").
friend_("Emilio Goings", "Twanna Vanderpool").
friend_("German Breen", "Delma Christy").
friend_("German Breen", "Michelle Stromberg").
friend_("Isabell Doherty", "Keri Goings").
friend_("Jeannine Million", "Edwina Kasper").
friend_("Landon Lundgren", "Holly Castaneda").
friend_("Mark Nickels", "Sam Nickels").
friend_("Nakisha Million", "Niesha Nickels").
friend_("Nakisha Million", "Marguerita Stromberg").
friend_("Rod Nickels", "Deon Christy").
friend_("Suzette Thurman", "Emilio Kasper").
friend_("Allan Rooker", "Twanna Vanderpool").
friend_("Blondell Castaneda", "Joslyn Schultz").
friend_("Colette Omara", "Ronald Castaneda").
friend_("Dale Marchant", "Leda Stromberg").
friend_("Delma Christy", "Ronald Castaneda").
friend_("Deon Christy", "Michelle Stromberg").
friend_("Signe Vanderpool", "Tommy Schultz").
friend_("Tommy Schultz", "Vincent Marchant").
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("Adolph Barbee", "Kelley Barbee").
parent("Adolph Barbee", "Kenny Barbee").
parent("Alice Lance", "Karolyn Lance").
parent("Alice Lance", "Rocco Lance").
parent("Allison Barbee", "Andres Barbee").
parent("Allison Barbee", "Dollie Barbee").
parent("Alvin Lance", "Karolyn Lance").
parent("Alvin Lance", "Rocco Lance").
parent("Andres Barbee", "Kelley Barbee").
parent("Andres Barbee", "Kenny Barbee").
parent("Andrew Parkinson", "Kurt Parkinson").
parent("Andrew Parkinson", "Leonila Parkinson").
parent("Brooks George", "Emma George").
parent("Brooks George", "Rory George").
parent("Clint Rahman", "Latosha Rahman").
parent("Clint Rahman", "Solomon Rahman").
parent("Courtney Parkinson", "Karolyn Lance").
parent("Courtney Parkinson", "Rocco Lance").
parent("Dalton Parkinson", "Courtney Parkinson").
parent("Dalton Parkinson", "Willie Parkinson").
parent("Dollie Barbee", "Wallace Ragland").
parent("Dollie Barbee", "Yasmin Ragland").
parent("Elicia Barbee", "Konstantin Barbee").
parent("Elicia Barbee", "Krystle Barbee").
parent("Emma George", "Courtney Parkinson").
parent("Emma George", "Willie Parkinson").
parent("Guadalupe Barbee", "Allie Barbee").
parent("Guadalupe Barbee", "Rudy Barbee").
parent("Jenni Felker", "Clint Rahman").
parent("Jenni Felker", "Colette Rahman").
parent("Karolyn Lance", "Abdul Felker").
parent("Karolyn Lance", "Jenni Felker").
parent("Kelley Barbee", "Karolyn Lance").
parent("Kelley Barbee", "Rocco Lance").
parent("Kenny Barbee", "Allie Barbee").
parent("Kenny Barbee", "Rudy Barbee").
parent("Kirk Lo", "Royce Lo").
parent("Kirk Lo", "Wanda Lo").
parent("Konstantin Barbee", "Andres Barbee").
parent("Konstantin Barbee", "Dollie Barbee").
parent("Korey Kean", "Garth Kean").
parent("Korey Kean", "Tracey Kean").
parent("Krystle Barbee", "Walter Hope").
parent("Krystle Barbee", "Wanita Hope").
parent("Lesley Barbee", "Elyse Barbee").
parent("Lesley Barbee", "Lyndon Barbee").
parent("Lyndon Barbee", "Konstantin Barbee").
parent("Lyndon Barbee", "Krystle Barbee").
parent("Marvin Hope", "Walter Hope").
parent("Marvin Hope", "Wanita Hope").
parent("Merrill Kean", "Garth Kean").
parent("Merrill Kean", "Tracey Kean").
parent("Mitchel George", "Emma George").
parent("Mitchel George", "Rory George").
parent("Nettie Barbee", "Konstantin Barbee").
parent("Nettie Barbee", "Krystle Barbee").
parent("Tracey Kean", "Karolyn Lance").
parent("Tracey Kean", "Rocco Lance").
parent("Twyla Parkinson", "Kurt Parkinson").
parent("Twyla Parkinson", "Leonila Parkinson").
parent("Tyrone Parkinson", "Courtney Parkinson").
parent("Tyrone Parkinson", "Willie Parkinson").
parent("Wanda Lo", "Elyse Barbee").
parent("Wanda Lo", "Lyndon Barbee").
parent("Willie Parkinson", "Kurt Parkinson").
parent("Willie Parkinson", "Leonila Parkinson").
parent("Ahmad Vansickle", "Loraine Vansickle").
parent("Ahmad Vansickle", "Mauricio Vansickle").
parent("Albertine Thrower", "Georgette Gebhart").
parent("Albertine Thrower", "Hal Gebhart").
parent("Andre Vansickle", "Ahmad Vansickle").
parent("Andre Vansickle", "Chrissy Vansickle").
parent("Benny Guay", "Cesar Guay").
parent("Benny Guay", "Laurel Guay").
parent("Candice Bianchi", "Albertine Thrower").
parent("Candice Bianchi", "Philip Thrower").
parent("Carmen Bianchi", "Edgar Bianchi").
parent("Carmen Bianchi", "Lura Bianchi").
parent("Cesar Guay", "Gertrude Guay").
parent("Cesar Guay", "Shon Guay").
parent("Chrissy Vansickle", "Pricilla Pennington").
parent("Chrissy Vansickle", "Robby Pennington").
parent("Concepcion Najera", "Edgar Bianchi").
parent("Concepcion Najera", "Lura Bianchi").
parent("Edgar Bianchi", "Lucas Bianchi").
parent("Edgar Bianchi", "Sarita Bianchi").
parent("Esperanza Ervin", "Candice Bianchi").
parent("Esperanza Ervin", "Carmen Bianchi").
parent("Joshua Ervin", "Eve Ervin").
parent("Joshua Ervin", "Landon Ervin").
parent("Kendrick Sherrod", "Norris Sherrod").
parent("Kendrick Sherrod", "Winnifred Sherrod").
parent("Kristopher Veilleux", "Jaime Veilleux").
parent("Kristopher Veilleux", "Rosena Veilleux").
parent("Laurel Bianchi", "Edgar Bianchi").
parent("Laurel Bianchi", "Lura Bianchi").
parent("Linwood Thrower", "Albertine Thrower").
parent("Linwood Thrower", "Philip Thrower").
parent("Lucas Bianchi", "Esperanza Bianchi").
parent("Lucas Bianchi", "Jim Bianchi").
parent("Maragret Bianchi", "Candice Bianchi").
parent("Maragret Bianchi", "Carmen Bianchi").
parent("Minerva Pennington", "Pricilla Pennington").
parent("Minerva Pennington", "Robby Pennington").
parent("Ollie Bianchi", "Candice Bianchi").
parent("Ollie Bianchi", "Carmen Bianchi").
parent("Philip Thrower", "Alejandrina Thrower").
parent("Philip Thrower", "Brain Thrower").
parent("Pricilla Pennington", "Albertine Thrower").
parent("Pricilla Pennington", "Philip Thrower").
parent("Raphael Ervin", "Esperanza Ervin").
parent("Raphael Ervin", "Joshua Ervin").
parent("Renea Thrower", "Albertine Thrower").
parent("Renea Thrower", "Philip Thrower").
parent("Rosena Veilleux", "Esperanza Ervin").
parent("Rosena Veilleux", "Joshua Ervin").
parent("Roxy Guay", "Albertine Thrower").
parent("Roxy Guay", "Philip Thrower").
parent("Shante Najera", "Concepcion Najera").
parent("Shante Najera", "Roy Najera").
parent("Sylvester Sherrod", "Norris Sherrod").
parent("Sylvester Sherrod", "Winnifred Sherrod").
parent("Twila Veilleux", "Kristopher Veilleux").
parent("Twila Veilleux", "Shizuko Veilleux").
parent("Winnifred Sherrod", "Esperanza Ervin").
parent("Winnifred Sherrod", "Joshua Ervin").
parent("Zachary Guay", "Benny Guay").
parent("Zachary Guay", "Roxy Guay").
parent("Adella Stites", "Deirdre Fries").
parent("Adella Stites", "Joel Fries").
parent("Arthur Stites", "Dwain Stites").
parent("Arthur Stites", "Nada Stites").
parent("Cherise Darling", "Minnie Darling").
parent("Cherise Darling", "Mitchell Darling").
parent("Chris Stites", "Donovan Stites").
parent("Chris Stites", "Mayra Stites").
parent("Darrick Darling", "Minnie Darling").
parent("Darrick Darling", "Mitchell Darling").
parent("Donnie Turgeon", "Kent Turgeon").
parent("Donnie Turgeon", "Margaret Turgeon").
parent("Donovan Stites", "Ione Stites").
parent("Donovan Stites", "Wilmer Stites").
parent("Dwain Stites", "Adella Stites").
parent("Dwain Stites", "Harvey Stites").
parent("Eddie Darling", "Minnie Darling").
parent("Eddie Darling", "Mitchell Darling").
parent("Edmond Abney", "Jewel Abney").
parent("Edmond Abney", "Marcel Abney").
parent("Evelia Nelms", "Angel Kress").
parent("Evelia Nelms", "Oralia Kress").
parent("Giovanni Stites", "Adella Stites").
parent("Giovanni Stites", "Harvey Stites").
parent("Grant Stites", "Eldon Stites").
parent("Grant Stites", "Shirleen Stites").
parent("Harvey Stites", "Eldon Stites").
parent("Harvey Stites", "Shirleen Stites").
parent("Jewel Abney", "Kenny Southerland").
parent("Jewel Abney", "Pansy Southerland").
parent("Jewell Stites", "Adella Stites").
parent("Jewell Stites", "Harvey Stites").
parent("Kieth Dow", "Casey Dow").
parent("Kieth Dow", "Joanne Dow").
parent("Kisha Stites", "Andrea Stites").
parent("Kisha Stites", "Lawerence Stites").
parent("Kris Stites", "Donnie Turgeon").
parent("Kris Stites", "Ladawn Turgeon").
parent("Ladawn Turgeon", "Kieth Dow").
parent("Ladawn Turgeon", "Shamika Dow").
parent("Lawerence Stites", "Eldon Stites").
parent("Lawerence Stites", "Shirleen Stites").
parent("Leopoldo Stites", "Adella Stites").
parent("Leopoldo Stites", "Harvey Stites").
parent("Maxwell Deming", "Nickolas Deming").
parent("Maxwell Deming", "Staci Deming").
parent("Mayra Stites", "Evelia Nelms").
parent("Mayra Stites", "Julio Nelms").
parent("Mitchell Darling", "Hunter Darling").
parent("Mitchell Darling", "Tanya Darling").
parent("Pansy Southerland", "Dwain Stites").
parent("Pansy Southerland", "Nada Stites").
parent("Shirleen Stites", "Minnie Darling").
parent("Shirleen Stites", "Mitchell Darling").
parent("Staci Deming", "Ione Stites").
parent("Staci Deming", "Wilmer Stites").
parent("Tyrone Deming", "Nickolas Deming").
parent("Tyrone Deming", "Staci Deming").
parent("Wayne Stites", "Adella Stites").
parent("Wayne Stites", "Harvey Stites").
parent("Wilmer Stites", "Grant Stites").
parent("Wilmer Stites", "Kris Stites").
parent("Adella Mcbroom", "Cleveland Mcbroom").
parent("Adella Mcbroom", "Sue Mcbroom").
parent("Alina Huntley", "Carmella Huntley").
parent("Alina Huntley", "Demarcus Huntley").
parent("Allyson Gorton", "Allyson Brashear").
parent("Allyson Gorton", "Reynaldo Brashear").
parent("Audie Dodge", "Bess Dodge").
parent("Audie Dodge", "Melvin Dodge").
parent("Autumn Brashear", "Allyson Brashear").
parent("Autumn Brashear", "Reynaldo Brashear").
parent("Barry Huntley", "Carmella Huntley").
parent("Barry Huntley", "Demarcus Huntley").
parent("Bess Dodge", "Lissa Mcbroom").
parent("Bess Dodge", "Matt Mcbroom").
parent("Booker Grigg", "Anastacia Grigg").
parent("Booker Grigg", "Mike Grigg").
parent("Carmella Huntley", "Cleveland Mcbroom").
parent("Carmella Huntley", "Sue Mcbroom").
parent("Cleveland Mcbroom", "Lissa Mcbroom").
parent("Cleveland Mcbroom", "Matt Mcbroom").
parent("Dean Mcbroom", "James Mcbroom").
parent("Dean Mcbroom", "Zelma Mcbroom").
parent("Demarcus Huntley", "Brooks Huntley").
parent("Demarcus Huntley", "Jacquelyn Huntley").
parent("Dorris Huntley", "Barry Huntley").
parent("Dorris Huntley", "Morgan Huntley").
parent("Dudley Dodge", "Bess Dodge").
parent("Dudley Dodge", "Melvin Dodge").
parent("Harvey Mcbroom", "Lissa Mcbroom").
parent("Harvey Mcbroom", "Matt Mcbroom").
parent("Jordan Mcbroom", "Lissa Mcbroom").
parent("Jordan Mcbroom", "Matt Mcbroom").
parent("Lowell Gorton", "Allyson Gorton").
parent("Lowell Gorton", "Ezequiel Gorton").
parent("Maryann Mcbroom", "Desiree Mcbroom").
parent("Maryann Mcbroom", "Jordan Mcbroom").
parent("Matt Mcbroom", "Dean Mcbroom").
parent("Matt Mcbroom", "Gwenn Mcbroom").
parent("Max Gorton", "Lowell Gorton").
parent("Max Gorton", "Windy Gorton").
parent("Mervin Mcbroom", "Lissa Mcbroom").
parent("Mervin Mcbroom", "Matt Mcbroom").
parent("Oleta Mcbroom", "Mervin Mcbroom").
parent("Oleta Mcbroom", "Sandy Mcbroom").
parent("Omar Grigg", "Booker Grigg").
parent("Omar Grigg", "Nydia Grigg").
parent("Orlando Brashear", "Anneliese Brashear").
parent("Orlando Brashear", "Felipe Brashear").
parent("Randolph Grigg", "Shannon Grigg").
parent("Randolph Grigg", "Theodore Grigg").
parent("Rena Grigg", "Allyson Brashear").
parent("Rena Grigg", "Reynaldo Brashear").
parent("Reynaldo Brashear", "Anneliese Brashear").
parent("Reynaldo Brashear", "Felipe Brashear").
parent("Shelton Dodge", "Bess Dodge").
parent("Shelton Dodge", "Melvin Dodge").
parent("Sue Mcbroom", "Allyson Brashear").
parent("Sue Mcbroom", "Reynaldo Brashear").
parent("Tamara Mcbroom", "Cleveland Mcbroom").
parent("Tamara Mcbroom", "Sue Mcbroom").
parent("Theodore Grigg", "Omar Grigg").
parent("Theodore Grigg", "Rena Grigg").
parent("Tianna Brashear", "Allyson Brashear").
parent("Tianna Brashear", "Reynaldo Brashear").
parent("Chau Bridge", "Elias Lanham").
parent("Chau Bridge", "Oma Lanham").
parent("Dee Stoddard", "Hal Stoddard").
parent("Dee Stoddard", "Tammie Stoddard").
parent("Dominick Bridge", "Grant Bridge").
parent("Dominick Bridge", "Myrtle Bridge").
parent("Elias Lanham", "Patsy Lanham").
parent("Elias Lanham", "Reginald Lanham").
parent("Gloria Toomey", "Silas Stoddard").
parent("Gloria Toomey", "Tonia Stoddard").
parent("Hal Stoddard", "Silas Stoddard").
parent("Hal Stoddard", "Tonia Stoddard").
parent("Horacio Lanham", "Nakisha Lanham").
parent("Horacio Lanham", "Tony Lanham").
parent("Howard Lanham", "Alejandrina Lanham").
parent("Howard Lanham", "Jimmie Lanham").
parent("Jack Bridge", "Kendrick Bridge").
parent("Jack Bridge", "Laurette Bridge").
parent("Jerrod Stoddard", "Hal Stoddard").
parent("Jerrod Stoddard", "Tammie Stoddard").
parent("Jewel Sawyers", "Michel Sawyers").
parent("Jewel Sawyers", "Romelia Sawyers").
parent("Jimmie Lanham", "Nakisha Lanham").
parent("Jimmie Lanham", "Tony Lanham").
parent("Johanna Stoddard", "Michelle Stoddard").
parent("Johanna Stoddard", "Ronald Stoddard").
parent("Joshua Stoddard", "Silas Stoddard").
parent("Joshua Stoddard", "Tonia Stoddard").
parent("Jules Bridge", "Chau Bridge").
parent("Jules Bridge", "Dominick Bridge").
parent("Kendrick Bridge", "Chau Bridge").
parent("Kendrick Bridge", "Dominick Bridge").
parent("Kevin Stoddard", "Silas Stoddard").
parent("Kevin Stoddard", "Tonia Stoddard").
parent("Krystal Arriola", "Nakisha Lanham").
parent("Krystal Arriola", "Tony Lanham").
parent("Louann Toomey", "Rolf Toomey").
parent("Louann Toomey", "Tawanda Toomey").
parent("Mammie Bridge", "Kendrick Bridge").
parent("Mammie Bridge", "Laurette Bridge").
parent("Miranda Stoddard", "Annmarie Stoddard").
parent("Miranda Stoddard", "Jerrod Stoddard").
parent("Mose Stoddard", "Silas Stoddard").
parent("Mose Stoddard", "Tonia Stoddard").
parent("Oma Lanham", "Hal Stoddard").
parent("Oma Lanham", "Tammie Stoddard").
parent("Pearlie Lanham", "Elias Lanham").
parent("Pearlie Lanham", "Oma Lanham").
parent("Phylis Alvarez", "Joshua Alvarez").
parent("Phylis Alvarez", "Tonya Alvarez").
parent("Raymond Lanham", "Alejandrina Lanham").
parent("Raymond Lanham", "Jimmie Lanham").
parent("Rolf Toomey", "Gloria Toomey").
parent("Rolf Toomey", "Roberto Toomey").
parent("Romelia Sawyers", "Elias Lanham").
parent("Romelia Sawyers", "Oma Lanham").
parent("Silas Stoddard", "Michelle Stoddard").
parent("Silas Stoddard", "Ronald Stoddard").
parent("Tony Lanham", "Elias Lanham").
parent("Tony Lanham", "Oma Lanham").
parent("Tonya Alvarez", "Horacio Lanham").
parent("Tonya Alvarez", "Jackie Lanham").
parent("Winnifred Arriola", "Craig Arriola").
parent("Winnifred Arriola", "Krystal Arriola").
parent("Billye Dias", "Carly Corder").
parent("Billye Dias", "Leonard Corder").
parent("Bobbie Biggs", "Rueben Puckett").
parent("Bobbie Biggs", "Salley Puckett").
parent("Brendon Gil", "Briana Gil").
parent("Brendon Gil", "Jacques Gil").
parent("Briana Gil", "Carmelita Dunbar").
parent("Briana Gil", "Jaime Dunbar").
parent("Carleen Dias", "Linwood Dias").
parent("Carleen Dias", "Nicolle Dias").
parent("Carmelita Dias", "Ernest Dias").
parent("Carmelita Dias", "Lou Dias").
parent("Carmelita Dunbar", "Billye Dias").
parent("Carmelita Dunbar", "Clayton Dias").
parent("Coretta Dunbar", "Carmelita Dunbar").
parent("Coretta Dunbar", "Jaime Dunbar").
parent("Cristina Long", "Gabriele Puckett").
parent("Cristina Long", "Jackson Puckett").
parent("Desmond Nesbitt", "Esteban Nesbitt").
parent("Desmond Nesbitt", "Rubye Nesbitt").
parent("Devon Lalonde", "Cleveland Lalonde").
parent("Devon Lalonde", "Eve Lalonde").
parent("Ernest Dias", "Billye Dias").
parent("Ernest Dias", "Clayton Dias").
parent("Eve Lalonde", "Artie Gil").
parent("Eve Lalonde", "Kyle Gil").
parent("Felton Gil", "Brendon Gil").
parent("Felton Gil", "Thomasena Gil").
parent("Gene Biggs", "Bobbie Biggs").
parent("Gene Biggs", "Felix Biggs").
parent("Georgine Pence", "Linwood Dias").
parent("Georgine Pence", "Nicolle Dias").
parent("Holley Dunbar", "Carmelita Dunbar").
parent("Holley Dunbar", "Jaime Dunbar").
parent("Jackson Puckett", "Robin Puckett").
parent("Jackson Puckett", "Windy Puckett").
parent("Joan Dias", "Lucio Dias").
parent("Joan Dias", "Tammy Dias").
parent("Jodi Biggs", "Bobbie Biggs").
parent("Jodi Biggs", "Felix Biggs").
parent("Kena Long", "Cristina Long").
parent("Kena Long", "Jefferson Long").
parent("Kyle Gil", "Brendon Gil").
parent("Kyle Gil", "Thomasena Gil").
parent("Leeann Gil", "Brendon Gil").
parent("Leeann Gil", "Thomasena Gil").
parent("Leesa Pence", "Georgine Pence").
parent("Leesa Pence", "Sterling Pence").
parent("Linwood Dias", "Billye Dias").
parent("Linwood Dias", "Clayton Dias").
parent("Lucio Dias", "Linwood Dias").
parent("Lucio Dias", "Nicolle Dias").
parent("Ronnie Pence", "Georgine Pence").
parent("Ronnie Pence", "Sterling Pence").
parent("Rubye Nesbitt", "Brendon Gil").
parent("Rubye Nesbitt", "Thomasena Gil").
parent("Rueben Puckett", "Gabriele Puckett").
parent("Rueben Puckett", "Jackson Puckett").
parent("Salley Puckett", "Billye Dias").
parent("Salley Puckett", "Clayton Dias").
parent("Tad Dunbar", "Carmelita Dunbar").
parent("Tad Dunbar", "Jaime Dunbar").
parent("Vincenza Dias", "Lucio Dias").
parent("Vincenza Dias", "Tammy Dias").
parent("Blair Goings", "Dallas Goings").
parent("Blair Goings", "Emilio Goings").
parent("Bruce Goings", "Darrick Goings").
parent("Bruce Goings", "Morgan Goings").
parent("Carina Thurman", "Dallas Goings").
parent("Carina Thurman", "Emilio Goings").
parent("Cedric Goings", "Bruce Goings").
parent("Cedric Goings", "Tanja Goings").
parent("Charissa Lundgren", "Jeannine Million").
parent("Charissa Lundgren", "Preston Million").
parent("Claude Goings", "Bruce Goings").
parent("Claude Goings", "Tanja Goings").
parent("Darrick Goings", "Jose Goings").
parent("Darrick Goings", "Leigh Goings").
parent("Delbert Goings", "Dallas Goings").
parent("Delbert Goings", "Emilio Goings").
parent("Deon Nickels", "Dortha Nickels").
parent("Deon Nickels", "Mark Nickels").
parent("Dinah Lundgren", "Landon Lundgren").
parent("Dinah Lundgren", "Tara Lundgren").
parent("Dorris Majors", "Nicholle Majors").
parent("Dorris Majors", "Raymond Majors").
parent("Dortha Nickels", "Alexa Goings").
parent("Dortha Nickels", "Claude Goings").
parent("Duncan Goings", "Cedric Goings").
parent("Duncan Goings", "Jacinta Goings").
parent("Emilio Goings", "Cedric Goings").
parent("Emilio Goings", "Jacinta Goings").
parent("Gail Breen", "Jeannine Million").
parent("Gail Breen", "Preston Million").
parent("German Breen", "Earle Breen").
parent("German Breen", "Gail Breen").
parent("Gwenn Goings", "Bruce Goings").
parent("Gwenn Goings", "Tanja Goings").
parent("Isabell Doherty", "Jeannine Million").
parent("Isabell Doherty", "Preston Million").
parent("Jacques Goings", "Alexa Goings").
parent("Jacques Goings", "Claude Goings").
parent("James Goings", "Bruce Goings").
parent("James Goings", "Tanja Goings").
parent("Jeannine Million", "Alexa Goings").
parent("Jeannine Million", "Claude Goings").
parent("Kari Doherty", "Emile Doherty").
parent("Kari Doherty", "Isabell Doherty").
parent("Keri Goings", "Dallas Goings").
parent("Keri Goings", "Emilio Goings").
parent("Landon Lundgren", "Charissa Lundgren").
parent("Landon Lundgren", "Jose Lundgren").
parent("Minh Breen", "German Breen").
parent("Minh Breen", "Valentina Breen").
parent("Nakisha Million", "Jeannine Million").
parent("Nakisha Million", "Preston Million").
parent("Nicholle Majors", "Darrick Goings").
parent("Nicholle Majors", "Morgan Goings").
parent("Norbert Nickels", "Niesha Nickels").
parent("Norbert Nickels", "Rod Nickels").
parent("Rod Nickels", "Dortha Nickels").
parent("Rod Nickels", "Mark Nickels").
parent("Sam Nickels", "Dortha Nickels").
parent("Sam Nickels", "Mark Nickels").
parent("Stan Breen", "German Breen").
parent("Stan Breen", "Valentina Breen").
parent("Suzette Thurman", "Carina Thurman").
parent("Suzette Thurman", "Walker Thurman").
parent("Tona Doherty", "Emile Doherty").
parent("Tona Doherty", "Isabell Doherty").
parent("Aurelio Kasper", "Edwina Kasper").
parent("Aurelio Kasper", "Emilio Kasper").
parent("Casandra Gould", "Christa Marchant").
parent("Casandra Gould", "Dale Marchant").
parent("Christa Marchant", "Edwina Kasper").
parent("Christa Marchant", "Emilio Kasper").
parent("Dale Marchant", "Lola Marchant").
parent("Dale Marchant", "Tommy Marchant").
parent("Edwina Kasper", "Colette Omara").
parent("Edwina Kasper", "Norris Omara").
parent("Ethan Gould", "Casandra Gould").
parent("Ethan Gould", "Pierre Gould").
parent("Floyd Ritter", "Lamont Ritter").
parent("Floyd Ritter", "Wanda Ritter").
parent("Frank Vanderpool", "Denny Vanderpool").
parent("Frank Vanderpool", "Signe Vanderpool").
parent("Gail Gould", "Casandra Gould").
parent("Gail Gould", "Pierre Gould").
parent("Holly Castaneda", "Alison Castaneda").
parent("Holly Castaneda", "Ronald Castaneda").
parent("Jacob Christy", "Delma Christy").
parent("Jacob Christy", "Deon Christy").
parent("Joslyn Schultz", "Christa Marchant").
parent("Joslyn Schultz", "Dale Marchant").
parent("Kari Christy", "Casandra Gould").
parent("Kari Christy", "Pierre Gould").
parent("Leda Stromberg", "Casandra Gould").
parent("Leda Stromberg", "Pierre Gould").
parent("Marguerita Stromberg", "Leda Stromberg").
parent("Marguerita Stromberg", "Terry Stromberg").
parent("Mari Christy", "Jacob Christy").
parent("Mari Christy", "Kari Christy").
parent("Maxwell Marchant", "Francesca Marchant").
parent("Maxwell Marchant", "Vincent Marchant").
parent("Melvin Vanderpool", "Denny Vanderpool").
parent("Melvin Vanderpool", "Signe Vanderpool").
parent("Michele Marchant", "Christa Marchant").
parent("Michele Marchant", "Dale Marchant").
parent("Michelle Stromberg", "Leda Stromberg").
parent("Michelle Stromberg", "Terry Stromberg").
parent("Oren Gould", "Ethan Gould").
parent("Oren Gould", "Rosanne Gould").
parent("Ronald Castaneda", "Blondell Castaneda").
parent("Ronald Castaneda", "Duane Castaneda").
parent("Roni Marchant", "Allan Rooker").
parent("Roni Marchant", "Francisca Rooker").
parent("Rosanne Gould", "Alison Castaneda").
parent("Rosanne Gould", "Ronald Castaneda").
parent("Roy Christy", "Jacob Christy").
parent("Roy Christy", "Kari Christy").
parent("Signe Vanderpool", "Ethan Gould").
parent("Signe Vanderpool", "Rosanne Gould").
parent("Sueann Kasper", "Aurelio Kasper").
parent("Sueann Kasper", "Corinne Kasper").
parent("Tommy Marchant", "Maxwell Marchant").
parent("Tommy Marchant", "Roni Marchant").
parent("Tommy Schultz", "Hugo Schultz").
parent("Tommy Schultz", "Joslyn Schultz").
parent("Twanna Vanderpool", "Denny Vanderpool").
parent("Twanna Vanderpool", "Signe Vanderpool").
parent("Wanda Ritter", "Edwina Kasper").
parent("Wanda Ritter", "Emilio Kasper").
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("Abdul Felker", "male").
gender("Adolph Barbee", "male").
gender("Alice Lance", "female").
gender("Allie Barbee", "female").
gender("Allison Barbee", "female").
gender("Alvin Lance", "male").
gender("Andres Barbee", "male").
gender("Andrew Parkinson", "male").
gender("Brooks George", "male").
gender("Clint Rahman", "male").
gender("Colette Rahman", "female").
gender("Courtney Parkinson", "female").
gender("Dalton Parkinson", "male").
gender("Dollie Barbee", "female").
gender("Elicia Barbee", "female").
gender("Elyse Barbee", "female").
gender("Emma George", "female").
gender("Garth Kean", "male").
gender("Guadalupe Barbee", "male").
gender("Jenni Felker", "female").
gender("Karolyn Lance", "female").
gender("Kelley Barbee", "female").
gender("Kenny Barbee", "male").
gender("Kirk Lo", "male").
gender("Konstantin Barbee", "male").
gender("Korey Kean", "male").
gender("Krystle Barbee", "female").
gender("Kurt Parkinson", "male").
gender("Latosha Rahman", "female").
gender("Leonila Parkinson", "female").
gender("Lesley Barbee", "male").
gender("Lyndon Barbee", "male").
gender("Marvin Hope", "male").
gender("Merrill Kean", "male").
gender("Mitchel George", "male").
gender("Nettie Barbee", "female").
gender("Rocco Lance", "male").
gender("Rory George", "male").
gender("Royce Lo", "male").
gender("Rudy Barbee", "male").
gender("Solomon Rahman", "male").
gender("Tracey Kean", "female").
gender("Twyla Parkinson", "female").
gender("Tyrone Parkinson", "male").
gender("Wallace Ragland", "male").
gender("Walter Hope", "male").
gender("Wanda Lo", "female").
gender("Wanita Hope", "female").
gender("Willie Parkinson", "male").
gender("Yasmin Ragland", "female").
gender("Ahmad Vansickle", "male").
gender("Albertine Thrower", "female").
gender("Alejandrina Thrower", "female").
gender("Andre Vansickle", "male").
gender("Benny Guay", "male").
gender("Brain Thrower", "male").
gender("Candice Bianchi", "female").
gender("Carmen Bianchi", "male").
gender("Cesar Guay", "male").
gender("Chrissy Vansickle", "female").
gender("Concepcion Najera", "female").
gender("Edgar Bianchi", "male").
gender("Esperanza Bianchi", "female").
gender("Esperanza Ervin", "female").
gender("Eve Ervin", "female").
gender("Georgette Gebhart", "female").
gender("Gertrude Guay", "female").
gender("Hal Gebhart", "male").
gender("Jaime Veilleux", "male").
gender("Jim Bianchi", "male").
gender("Joshua Ervin", "male").
gender("Kendrick Sherrod", "male").
gender("Kristopher Veilleux", "male").
gender("Landon Ervin", "male").
gender("Laurel Bianchi", "female").
gender("Laurel Guay", "female").
gender("Linwood Thrower", "male").
gender("Loraine Vansickle", "female").
gender("Lucas Bianchi", "male").
gender("Lura Bianchi", "female").
gender("Maragret Bianchi", "female").
gender("Mauricio Vansickle", "male").
gender("Minerva Pennington", "female").
gender("Norris Sherrod", "male").
gender("Ollie Bianchi", "female").
gender("Philip Thrower", "male").
gender("Pricilla Pennington", "female").
gender("Raphael Ervin", "male").
gender("Renea Thrower", "female").
gender("Robby Pennington", "male").
gender("Rosena Veilleux", "female").
gender("Roxy Guay", "female").
gender("Roy Najera", "male").
gender("Sarita Bianchi", "female").
gender("Shante Najera", "female").
gender("Shizuko Veilleux", "female").
gender("Shon Guay", "male").
gender("Sylvester Sherrod", "male").
gender("Twila Veilleux", "female").
gender("Winnifred Sherrod", "female").
gender("Zachary Guay", "male").
gender("Adella Stites", "female").
gender("Andrea Stites", "female").
gender("Angel Kress", "male").
gender("Arthur Stites", "male").
gender("Casey Dow", "male").
gender("Cherise Darling", "female").
gender("Chris Stites", "male").
gender("Darrick Darling", "male").
gender("Deirdre Fries", "female").
gender("Donnie Turgeon", "male").
gender("Donovan Stites", "male").
gender("Dwain Stites", "male").
gender("Eddie Darling", "male").
gender("Edmond Abney", "male").
gender("Eldon Stites", "male").
gender("Evelia Nelms", "female").
gender("Giovanni Stites", "male").
gender("Grant Stites", "male").
gender("Harvey Stites", "male").
gender("Hunter Darling", "male").
gender("Ione Stites", "female").
gender("Jewel Abney", "female").
gender("Jewell Stites", "female").
gender("Joanne Dow", "female").
gender("Joel Fries", "male").
gender("Julio Nelms", "male").
gender("Kenny Southerland", "male").
gender("Kent Turgeon", "male").
gender("Kieth Dow", "male").
gender("Kisha Stites", "female").
gender("Kris Stites", "female").
gender("Ladawn Turgeon", "female").
gender("Lawerence Stites", "male").
gender("Leopoldo Stites", "male").
gender("Marcel Abney", "male").
gender("Margaret Turgeon", "female").
gender("Maxwell Deming", "male").
gender("Mayra Stites", "female").
gender("Minnie Darling", "female").
gender("Mitchell Darling", "male").
gender("Nada Stites", "female").
gender("Nickolas Deming", "male").
gender("Oralia Kress", "female").
gender("Pansy Southerland", "female").
gender("Shamika Dow", "female").
gender("Shirleen Stites", "female").
gender("Staci Deming", "female").
gender("Tanya Darling", "female").
gender("Tyrone Deming", "male").
gender("Wayne Stites", "male").
gender("Wilmer Stites", "male").
gender("Adella Mcbroom", "female").
gender("Alina Huntley", "female").
gender("Allyson Brashear", "female").
gender("Allyson Gorton", "female").
gender("Anastacia Grigg", "female").
gender("Anneliese Brashear", "female").
gender("Audie Dodge", "female").
gender("Autumn Brashear", "female").
gender("Barry Huntley", "male").
gender("Bess Dodge", "female").
gender("Booker Grigg", "male").
gender("Brooks Huntley", "male").
gender("Carmella Huntley", "female").
gender("Cleveland Mcbroom", "male").
gender("Dean Mcbroom", "male").
gender("Demarcus Huntley", "male").
gender("Desiree Mcbroom", "female").
gender("Dorris Huntley", "female").
gender("Dudley Dodge", "male").
gender("Ezequiel Gorton", "male").
gender("Felipe Brashear", "male").
gender("Gwenn Mcbroom", "female").
gender("Harvey Mcbroom", "male").
gender("Jacquelyn Huntley", "female").
gender("James Mcbroom", "male").
gender("Jordan Mcbroom", "male").
gender("Lissa Mcbroom", "female").
gender("Lowell Gorton", "male").
gender("Maryann Mcbroom", "female").
gender("Matt Mcbroom", "male").
gender("Max Gorton", "male").
gender("Melvin Dodge", "male").
gender("Mervin Mcbroom", "male").
gender("Mike Grigg", "male").
gender("Morgan Huntley", "female").
gender("Nydia Grigg", "female").
gender("Oleta Mcbroom", "female").
gender("Omar Grigg", "male").
gender("Orlando Brashear", "male").
gender("Randolph Grigg", "male").
gender("Rena Grigg", "female").
gender("Reynaldo Brashear", "male").
gender("Sandy Mcbroom", "female").
gender("Shannon Grigg", "female").
gender("Shelton Dodge", "male").
gender("Sue Mcbroom", "female").
gender("Tamara Mcbroom", "female").
gender("Theodore Grigg", "male").
gender("Tianna Brashear", "female").
gender("Windy Gorton", "female").
gender("Zelma Mcbroom", "female").
gender("Alejandrina Lanham", "female").
gender("Annmarie Stoddard", "female").
gender("Chau Bridge", "female").
gender("Craig Arriola", "male").
gender("Dee Stoddard", "male").
gender("Dominick Bridge", "male").
gender("Elias Lanham", "male").
gender("Gloria Toomey", "female").
gender("Grant Bridge", "male").
gender("Hal Stoddard", "male").
gender("Horacio Lanham", "male").
gender("Howard Lanham", "male").
gender("Jack Bridge", "male").
gender("Jackie Lanham", "female").
gender("Jerrod Stoddard", "male").
gender("Jewel Sawyers", "female").
gender("Jimmie Lanham", "male").
gender("Johanna Stoddard", "female").
gender("Joshua Alvarez", "male").
gender("Joshua Stoddard", "male").
gender("Jules Bridge", "male").
gender("Kendrick Bridge", "male").
gender("Kevin Stoddard", "male").
gender("Krystal Arriola", "female").
gender("Laurette Bridge", "female").
gender("Louann Toomey", "female").
gender("Mammie Bridge", "female").
gender("Michel Sawyers", "male").
gender("Michelle Stoddard", "female").
gender("Miranda Stoddard", "female").
gender("Mose Stoddard", "male").
gender("Myrtle Bridge", "female").
gender("Nakisha Lanham", "female").
gender("Oma Lanham", "female").
gender("Patsy Lanham", "female").
gender("Pearlie Lanham", "female").
gender("Phylis Alvarez", "female").
gender("Raymond Lanham", "male").
gender("Reginald Lanham", "male").
gender("Roberto Toomey", "male").
gender("Rolf Toomey", "male").
gender("Romelia Sawyers", "female").
gender("Ronald Stoddard", "male").
gender("Silas Stoddard", "male").
gender("Tammie Stoddard", "female").
gender("Tawanda Toomey", "female").
gender("Tonia Stoddard", "female").
gender("Tony Lanham", "male").
gender("Tonya Alvarez", "female").
gender("Winnifred Arriola", "female").
gender("Artie Gil", "female").
gender("Billye Dias", "female").
gender("Bobbie Biggs", "female").
gender("Brendon Gil", "male").
gender("Briana Gil", "female").
gender("Carleen Dias", "female").
gender("Carly Corder", "female").
gender("Carmelita Dias", "female").
gender("Carmelita Dunbar", "female").
gender("Clayton Dias", "male").
gender("Cleveland Lalonde", "male").
gender("Coretta Dunbar", "female").
gender("Cristina Long", "female").
gender("Desmond Nesbitt", "male").
gender("Devon Lalonde", "male").
gender("Ernest Dias", "male").
gender("Esteban Nesbitt", "male").
gender("Eve Lalonde", "female").
gender("Felix Biggs", "male").
gender("Felton Gil", "male").
gender("Gabriele Puckett", "female").
gender("Gene Biggs", "male").
gender("Georgine Pence", "female").
gender("Holley Dunbar", "female").
gender("Jackson Puckett", "male").
gender("Jacques Gil", "male").
gender("Jaime Dunbar", "male").
gender("Jefferson Long", "male").
gender("Joan Dias", "female").
gender("Jodi Biggs", "female").
gender("Kena Long", "female").
gender("Kyle Gil", "male").
gender("Leeann Gil", "female").
gender("Leesa Pence", "female").
gender("Leonard Corder", "male").
gender("Linwood Dias", "male").
gender("Lou Dias", "female").
gender("Lucio Dias", "male").
gender("Nicolle Dias", "female").
gender("Robin Puckett", "male").
gender("Ronnie Pence", "male").
gender("Rubye Nesbitt", "female").
gender("Rueben Puckett", "male").
gender("Salley Puckett", "female").
gender("Sterling Pence", "male").
gender("Tad Dunbar", "male").
gender("Tammy Dias", "female").
gender("Thomasena Gil", "female").
gender("Vincenza Dias", "female").
gender("Windy Puckett", "female").
gender("Alexa Goings", "female").
gender("Blair Goings", "female").
gender("Bruce Goings", "male").
gender("Carina Thurman", "female").
gender("Cedric Goings", "male").
gender("Charissa Lundgren", "female").
gender("Claude Goings", "male").
gender("Dallas Goings", "female").
gender("Darrick Goings", "male").
gender("Delbert Goings", "male").
gender("Deon Nickels", "male").
gender("Dinah Lundgren", "female").
gender("Dorris Majors", "female").
gender("Dortha Nickels", "female").
gender("Duncan Goings", "male").
gender("Earle Breen", "male").
gender("Emile Doherty", "male").
gender("Emilio Goings", "male").
gender("Gail Breen", "female").
gender("German Breen", "male").
gender("Gwenn Goings", "female").
gender("Isabell Doherty", "female").
gender("Jacinta Goings", "female").
gender("Jacques Goings", "male").
gender("James Goings", "male").
gender("Jeannine Million", "female").
gender("Jose Goings", "male").
gender("Jose Lundgren", "male").
gender("Kari Doherty", "female").
gender("Keri Goings", "female").
gender("Landon Lundgren", "male").
gender("Leigh Goings", "female").
gender("Mark Nickels", "male").
gender("Minh Breen", "male").
gender("Morgan Goings", "female").
gender("Nakisha Million", "female").
gender("Nicholle Majors", "female").
gender("Niesha Nickels", "female").
gender("Norbert Nickels", "male").
gender("Preston Million", "male").
gender("Raymond Majors", "male").
gender("Rod Nickels", "male").
gender("Sam Nickels", "male").
gender("Stan Breen", "male").
gender("Suzette Thurman", "female").
gender("Tanja Goings", "female").
gender("Tara Lundgren", "female").
gender("Tona Doherty", "female").
gender("Valentina Breen", "female").
gender("Walker Thurman", "male").
gender("Alison Castaneda", "female").
gender("Allan Rooker", "male").
gender("Aurelio Kasper", "male").
gender("Blondell Castaneda", "female").
gender("Casandra Gould", "female").
gender("Christa Marchant", "female").
gender("Colette Omara", "female").
gender("Corinne Kasper", "female").
gender("Dale Marchant", "male").
gender("Delma Christy", "female").
gender("Denny Vanderpool", "male").
gender("Deon Christy", "male").
gender("Duane Castaneda", "male").
gender("Edwina Kasper", "female").
gender("Emilio Kasper", "male").
gender("Ethan Gould", "male").
gender("Floyd Ritter", "male").
gender("Francesca Marchant", "female").
gender("Francisca Rooker", "female").
gender("Frank Vanderpool", "male").
gender("Gail Gould", "female").
gender("Holly Castaneda", "female").
gender("Hugo Schultz", "male").
gender("Jacob Christy", "male").
gender("Joslyn Schultz", "female").
gender("Kari Christy", "female").
gender("Lamont Ritter", "male").
gender("Leda Stromberg", "female").
gender("Lola Marchant", "female").
gender("Marguerita Stromberg", "female").
gender("Mari Christy", "female").
gender("Maxwell Marchant", "male").
gender("Melvin Vanderpool", "male").
gender("Michele Marchant", "female").
gender("Michelle Stromberg", "female").
gender("Norris Omara", "male").
gender("Oren Gould", "male").
gender("Pierre Gould", "male").
gender("Ronald Castaneda", "male").
gender("Roni Marchant", "female").
gender("Rosanne Gould", "female").
gender("Roy Christy", "male").
gender("Signe Vanderpool", "female").
gender("Sueann Kasper", "female").
gender("Terry Stromberg", "male").
gender("Tommy Marchant", "male").
gender("Tommy Schultz", "male").
gender("Twanna Vanderpool", "female").
gender("Vincent Marchant", "male").
gender("Wanda Ritter", "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.