throw new Error("Missing return statement in function");
}
final public OWLIndividualAxiom NegativeObjectPropertyAssertion()
throws ParseException {
OWLIndividual subj;
OWLObjectPropertyExpression prop;
OWLIndividual obj;
Set<OWLAnnotation> axiomAnnos;
jj_consume_token(NEGATIVEOBJECTPROPERTYASSERTION);
jj_consume_token(OPENPAR);
axiomAnnos = AxiomAnnotationSet();
prop = ObjectPropertyExpression();