A.R:B=Q
george_washington.birth_state:virginia=1
john_adams.birth_state:massachusetts=1
thomas_jefferson.birth_state:virginia=1
james_madison.birth_state:virginia=1
james_monroe.birth_state:virginia=1
john_quincy_adams.birth_state:massachusetts=1
andrew_jackson.birth_state:south_carolina=1
martin_van_buren.birth_state:new_york=1
william_harrison.birth_state:virginia=1
john_tyler.birth_state:virginia=1
james_polk.birth_state:north_carolina=1
zachary_taylor.birth_state:virginia=1
millard_fillmore.birth_state:new_york=1
franklin_pierce.birth_state:new_hampshire=1
james_buchanan.birth_state:pennsylvania=1
abraham_lincoln.birth_state:kentucky=1
andrew_johnson.birth_state:north_carolina=1
ulysses_grant.birth_state:ohio=1
rutherford_hayes.birth_state:ohio=1
james_garfield.birth_state:ohio=1
chester_arthur.birth_state:vermont=1
grover_cleveland.birth_state:new_jersey=1
benjamin_harrison.birth_state:ohio=1
william_mckinley.birth_state:ohio=1
theodore_roosevelt.birth_state:new_york=1
william_taft.birth_state:ohio=1
woodrow_wilson.birth_state:virginia=1
warren_harding.birth_state:ohio=1
calvin_coolidge.birth_state:vermont=1
herbert_hoover.birth_state:iowa=1
franklin_roosevelt.birth_state:new_york=1
harry_truman.birth_state:missouri=1
dwight_eisenhower.birth_state:texas=1
john_kennedy.birth_state:massachusetts=1
lyndon_johnson.birth_state:texas=1
richard_nixon.birth_state:california=1
gerald_ford.birth_state:nebraska=1
james_carter.birth_state:georgia=1
ronald_reagan.birth_state:illinois=1
george_bush.birth_state:massachusetts=1
william_clinton.birth_state:arkansas=1
george_hw_bush.birth_state:connecticut=1
barack_obama.birth_state:hawaii=1
donald_trump.birth_state:new_york=1
joseph_biden.birth_state:pennsylvania=1
/* SQL */
SELECT * FROM meme WHERE rid='birth_state' 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