The following lines show how to combine query clauses:
"not query_clause"
"query_clause and query_clause"
"query_clause or query_clause"
> ccm query "not is_bound()"
> ccm query "is_bound() and modify_time < time(’Fri Dec 12 2007’)"