throw new Error("Missing return statement in function");
}
final public OWLAnnotationPropertyDomainAxiom AnnotationPropertyDomain()
throws ParseException {
IRI domain;
OWLAnnotationProperty prop;
Set<OWLAnnotation> axiomAnnos;
jj_consume_token(ANNOTATIONPROPERTYDOMAIN);
jj_consume_token(OPENPAR);
axiomAnnos = AxiomAnnotationSet();