@Override
public void visit(OWLAnnotationProperty property) {
if (!property.isBuiltIn()) {
if (property.getIRI().isReservedVocabulary()) {
profileViolations
.add(new UseOfReservedVocabularyForAnnotationPropertyIRI(
getCurrentOntology(), getCurrentAxiom(),
property));
}
}
if (!property.isBuiltIn()