* the name of the table you wish to query (e.g., "places")
* @param query
* the read query to run against <tt>table</tt>.
*/
public void addQuery(String queryName, String table, Query query) {
queries.put(queryName, new ReadRequest(Factual.urlForFetch(table), query.toUrlParams()));
}