getCurrentOntology(), getCurrentAxiom(),
getCurrentAnnotation(), property));
}
if (getCurrentOntology().containsObjectPropertyInSignature(
property.getIRI(), INCLUDED)) {
profileViolations.add(new IllegalPunning(getCurrentOntology(),
getCurrentAxiom(), property.getIRI()));
}
if (getCurrentOntology().containsDataPropertyInSignature(
property.getIRI(), INCLUDED)) {
profileViolations.add(new IllegalPunning(getCurrentOntology(),
getCurrentAxiom(), property.getIRI()));
}
}