}
public void visit(OWLDataHasValue e) {
OWLDataPropertyExpression dpe = e.getProperty();
// TODO: consider the case where dpe is anonymous
OWLDataProperty dp = dpe.asOWLDataProperty();
OWLLiteral l = e.getValue();
OWLDatatype type = l.getDatatype();
checkInconsistentProperty(dp, type);