public void visit(OWLObjectProperty property) {
if (!property.isOWLTopObjectProperty()
&& !property.isOWLBottomObjectProperty()) {
if (property.getIRI().isReservedVocabulary()) {
profileViolations
.add(new UseOfReservedVocabularyForObjectPropertyIRI(
getCurrentOntology(), getCurrentAxiom(),
property));
}
}
if (!property.isBuiltIn()