if (!bad)
subj.setHasBeenUsed();
if (o instanceof AResource) {
AResourceInternal obj = (AResourceInternal) o;
if (!bad) obj.setHasBeenUsed();
stmt.statement(subj, pred, obj);
} else
stmt.statement(subj, pred, (ALiteral) o);
}
// This is the current frame.