A.R:B=Q
george_washington.occupation:surveyor=1
george_washington.occupation:planter=1
george_washington.occupation:military_officer=1
john_adams.occupation:lawyer=1
john_adams.occupation:diplomat=1
thomas_jefferson.occupation:lawyer=1
thomas_jefferson.occupation:planter=1
thomas_jefferson.occupation:diplomat=1
thomas_jefferson.occupation:governor=1
james_madison.occupation:planter=1
james_madison.occupation:lawyer=1
james_madison.occupation:secretary_of_state=1
james_monroe.occupation:lawyer=1
james_monroe.occupation:planter=1
james_monroe.occupation:diplomat=1
james_monroe.occupation:governor=1
john_quincy_adams.occupation:diplomat=1
john_quincy_adams.occupation:senator=1
john_quincy_adams.occupation:secretary_of_state=1
andrew_jackson.occupation:lawyer=1
andrew_jackson.occupation:planter=1
andrew_jackson.occupation:military_leader=1
andrew_jackson.occupation:senator=1
martin_van_buren.occupation:lawyer=1
martin_van_buren.occupation:senator=1
martin_van_buren.occupation:new_york_governor=1
william_harrison.occupation:military_officer=1
william_harrison.occupation:diplomat=1
william_harrison.occupation:governor=1
john_tyler.occupation:lawyer=1
john_tyler.occupation:senator=1
john_tyler.occupation:virginia_governor=1
james_polk.occupation:lawyer=1
james_polk.occupation:congressman=1
james_polk.occupation:tennessee_governor=1
zachary_taylor.occupation:military_officer=1
millard_fillmore.occupation:lawyer=1
millard_fillmore.occupation:congressman=1
millard_fillmore.occupation:new_york_state_comptroller=1
franklin_pierce.occupation:lawyer=1
franklin_pierce.occupation:congressman=1
franklin_pierce.occupation:senator=1
franklin_pierce.occupation:military_officer=1
james_buchanan.occupation:lawyer=1
james_buchanan.occupation:senator=1
james_buchanan.occupation:minister_to_the_united_kingdom=1
james_buchanan.occupation:secretary_of_state=1
abraham_lincoln.occupation:lawyer=1
abraham_lincoln.occupation:congressman=1
abraham_lincoln.occupation:senator=1
abraham_lincoln.occupation:military_leader=1
andrew_johnson.occupation:tailor=1
andrew_johnson.occupation:congressman=1
andrew_johnson.occupation:tennessee_governor=1
andrew_johnson.occupation:senator=1
ulysses_grant.occupation:military_officer=1
ulysses_grant.occupation:president=1
rutherford_hayes.occupation:lawyer=1
rutherford_hayes.occupation:congressman=1
rutherford_hayes.occupation:ohio_governor=1
james_garfield.occupation:military_officer=1
james_garfield.occupation:congressman=1
chester_arthur.occupation:lawyer=1
chester_arthur.occupation:collector_of_customs_for_the_port_of_new_york=1
grover_cleveland.occupation:lawyer=1
grover_cleveland.occupation:buffalo_mayor=1
grover_cleveland.occupation:new_york_governor=1
benjamin_harrison.occupation:lawyer=1
benjamin_harrison.occupation:senator=1
benjamin_harrison.occupation:military_officer=1
william_mckinley.occupation:lawyer=1
william_mckinley.occupation:congressman=1
william_mckinley.occupation:ohio_governor=1
theodore_roosevelt.occupation:author=1
theodore_roosevelt.occupation:military_officer=1
theodore_roosevelt.occupation:congressman=1
theodore_roosevelt.occupation:new_york_governor=1
william_taft.occupation:lawyer=1
william_taft.occupation:solicitor_general=1
william_taft.occupation:judge=1
william_taft.occupation:governor_general_of_the_philippines=1
william_taft.occupation:secretary_of_war=1
woodrow_wilson.occupation:academic=1
woodrow_wilson.occupation:president_of_princeton_university=1
woodrow_wilson.occupation:new_jersey_governor=1
warren_harding.occupation:newspaper_publisher=1
warren_harding.occupation:senator=1
calvin_coolidge.occupation:lawyer=1
calvin_coolidge.occupation:massachusetts_governor=1
calvin_coolidge.occupation:vice_president=1
herbert_hoover.occupation:engineer=1
herbert_hoover.occupation:mining_executive=1
herbert_hoover.occupation:secretary_of_commerce=1
franklin_roosevelt.occupation:lawyer=1
franklin_roosevelt.occupation:new_york_governor=1
franklin_roosevelt.occupation:assistant_secretary_of_the_navy=1
harry_truman.occupation:farmer=1
harry_truman.occupation:clerk=1
harry_truman.occupation:senator=1
harry_truman.occupation:vice_president=1
dwight_eisenhower.occupation:military_officer=1
dwight_eisenhower.occupation:supreme_allied_commander=1
john_kennedy.occupation:senator=1
john_kennedy.occupation:congressman=1
john_kennedy.occupation:naval_officer=1
lyndon_johnson.occupation:senator=1
lyndon_johnson.occupation:congressman=1
lyndon_johnson.occupation:vice_president=1
richard_nixon.occupation:congressman=1
richard_nixon.occupation:senator=1
richard_nixon.occupation:vice_president=1
gerald_ford.occupation:congressman=1
gerald_ford.occupation:vice_president=1
james_carter.occupation:georgia_governor=1
james_carter.occupation:navy_submarine_officer=1
ronald_reagan.occupation:actor=1
ronald_reagan.occupation:california_governor=1
george_bush.occupation:congressman=1
george_bush.occupation:cia_director=1
george_bush.occupation:vice_president=1
william_clinton.occupation:arkansas governor=1
william_clinton.occupation:arkansas_attorney_general=1
george_hw_bush.occupation:texas_governor=1
george_hw_bush.occupation:businessman=1
george_hw_bush.occupation:air_force_reserve=1
barack_obama.occupation:senator=1
barack_obama.occupation:illinois_state_senator=1
barack_obama.occupation:lawyer=1
donald_trump.occupation:businessman=1
donald_trump.occupation:television_personality=1
joseph_biden.occupation:senator=1
joseph_biden.occupation:vice_president=1
/* SQL */
SELECT * FROM meme WHERE rid='occupation' 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