A.R:B=Q
john_kennedy.birth_country:usa=1
john_kennedy.birth_state:massachusetts=1
john_kennedy.birth_year:ad1917=1
john_kennedy.child:caroline_kennedy=1
john_kennedy.child:john_f._kennedy=1
john_kennedy.child:patrick_bouvier_kennedy=1
john_kennedy.college:harvard=1
john_kennedy.death_year:ad1963=1
john_kennedy.election_year:ad1960=1
john_kennedy.occupation:congressman=1
john_kennedy.occupation:naval_officer=1
john_kennedy.occupation:senator=1
john_kennedy.party:democratic=1
john_kennedy.pres_order:first=35
john_kennedy.spouse:jacqueline_kennedy_onassis=1
john_kennedy.time_served:year=3
/* SQL */
SELECT * FROM meme WHERE aid='john_kennedy' 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