property));
}
}
if (!property.isBuiltIn()
&& !getCurrentOntology().isDeclared(property, INCLUDED)) {
profileViolations.add(new UseOfUndeclaredAnnotationProperty(
getCurrentOntology(), getCurrentAxiom(),
getCurrentAnnotation(), property));
}
if (getCurrentOntology().containsObjectPropertyInSignature(
property.getIRI(), INCLUDED)) {