throw new Error("Missing return statement in function");
}
final public OWLPropertyAxiom DataPropertyDomain() throws ParseException {
OWLDataPropertyExpression prop;
OWLClassExpression domain;
Set<OWLAnnotation> axiomAnnos;
jj_consume_token(DATAPROPERTYDOMAIN);
jj_consume_token(OPENPAR);
axiomAnnos = AxiomAnnotationSet();
prop = DataPropertyExpression();