Datalog_caml_interface.Rel1SourceCheck whether this term is a "R(t)" with t an object packed with the appropriate key, and "R" the name of the given relation
Iterate on all instances of the relation present in the DB
subset db r1 r2 adds to db the axiom that r2(X) :- r1(X); in other words, r1 is a subset of r2 as a relation
The given function decides of the given relation (if it returns true for a constant, then the relation holds for this constant)
Add given list of axioms