A.R:B=Q
george_washington.spouse:martha_washington=1
john_adams.spouse:abigail_adams=1
thomas_jefferson.spouse:martha_wayles_skelton_jefferson=1
james_madison.spouse:dolley_madison=1
james_monroe.spouse:elizabeth_kortright_monroe=1
john_quincy_adams.spouse:louisa_catherine_johnson_adams=1
andrew_jackson.spouse:rachel_donelson_jackson=1
martin_van_buren.spouse:hannah_hoes_van_buren=1
william_harrison.spouse:anna_tuthill_symmes_harrison=1
john_tyler.spouse:letitia_christian_tyler=1
john_tyler.spouse:julia_gardiner_tyler=1
james_polk.spouse:sarah_childress_polk=1
zachary_taylor.spouse:margaret_mackall_smith_taylor=1
millard_fillmore.spouse:abigail_powers_fillmore=1
franklin_pierce.spouse:jane_means_appleton_pierce=1
abraham_lincoln.spouse:mary_todd_lincoln=1
andrew_johnson.spouse:eliza_mccardle_johnson=1
ulysses_grant.spouse:julia_dent_grant=1
rutherford_hayes.spouse:lucy_webb_hayes=1
james_garfield.spouse:lucretia_rudolph_garfield=1
chester_arthur.spouse:ellen_lewis_herndon_arthur=1
grover_cleveland.spouse:frances_folsom_cleveland=1
benjamin_harrison.spouse:lavinia_scott_harrison=1
william_mckinley.spouse:ida_saxton_mckinley=1
theodore_roosevelt.spouse:alice_hathaway_lee_roosevelt=1
theodore_roosevelt.spouse:edith_kermit_carow=1
william_taft.spouse:helen_herron_taft=1
woodrow_wilson.spouse:ellen_louise_axson=1
woodrow_wilson.spouse:edith_wilson=1
warren_harding.spouse:florence_kling_harding=1
calvin_coolidge.spouse:grace_anna_goodhue_coolidge=1
herbert_hoover.spouse:lou_henry_hoover=1
franklin_roosevelt.spouse:eleanor_roosevelt=1
harry_truman.spouse:bess_truman=1
dwight_eisenhower.spouse:mamie_eisenhower=1
john_kennedy.spouse:jacqueline_kennedy_onassis=1
lyndon_johnson.spouse:lady_bird_johnson=1
richard_nixon.spouse:pat_nixon=1
gerald_ford.spouse:betty_ford=1
james_carter.spouse:rosalynn_carter=1
ronald_reagan.spouse:nancy_reagan=1
george_bush.spouse:barbara_bush=1
william_clinton.spouse:hillary_clinton=1
george_hw_bush.spouse:laura_bush=1
barack_obama.spouse:michelle_obama=1
donald_trump.spouse:melania_trump=1
joseph_biden.spouse:jill_biden=1
/* SQL */
SELECT * FROM meme WHERE rid='spouse' AND qnt!=0;
Example Queries (Help)
qry.all Show all data in this DB.
george_washington All about George Washington.
.child Who were children of the presidents?
:lawyer Which presidents were lawyers?
.college:harvard Which presidents attended Harvard for college?
.pres_order=10 Who was the tenth president?
.college:columbia .occupation:lawyer Which presidents attended Columbia and were lawyers?
.pres_order>=20 .pres_order<=30 Who were the twentieth through thirtieth presidents?
.pres_order .child=f Which presidents did NOT have children?
.pres_order>=20 .pres_order<=30 .spouse=g Who were the spouses of the twentieth through thirtieth presidents?
.college:harvard .college:columbia qry.all Use qry.all to return all memes related to the matching As.
james_carter; ronald_reagan Get all about James Carter as well as Ronald Reagan