(note TQG33) ;; boolean version ;; Commonsense reasoning: every physical object has some non-zero ;; positive mass. (instance Animal33-1 Animal) (=> (and (instance ?A Object) (weight ?A (MeasureFn ?N ?U))) (greaterThan ?N 0.0)) (query (not (weight Animal33-1 (MeasureFn -100.0 PoundMass)))))) (answer yes)