public void visit(OWLDataProperty property) {
if (!property.isOWLTopDataProperty()
&& !property.isOWLBottomDataProperty()) {
if (property.getIRI().isReservedVocabulary()) {
profileViolations
.add(new UseOfReservedVocabularyForDataPropertyIRI(
getCurrentOntology(), getCurrentAxiom(),
property));
}
}
if (!property.isBuiltIn()