public Boolean visit(OWLObjectSomeValuesFrom ce) {
   return !ce.isAnonymous();
 }