A.R:B=Q
richard_nixon.birth_country:usa=1
richard_nixon.birth_state:california=1
richard_nixon.birth_year:ad1913=1
richard_nixon.child:julie_nixon_eisenhower=1
richard_nixon.child:tricia_nixon_cox=1
richard_nixon.college:duke=1
richard_nixon.college:whittier=1
richard_nixon.death_year:ad1994=1
richard_nixon.election_year:ad1968=1
richard_nixon.occupation:congressman=1
richard_nixon.occupation:senator=1
richard_nixon.occupation:vice_president=1
richard_nixon.party:republican=1
richard_nixon.pres_order:first=37
richard_nixon.spouse:pat_nixon=1
richard_nixon.time_served:year=5
/* SQL */
SELECT * FROM meme WHERE aid='richard_nixon' 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