@Override
public void visit(OWLClass ce) {
if (!ce.isBuiltIn()) {
if (ce.getIRI().isReservedVocabulary()) {
profileViolations
.add(new UseOfReservedVocabularyForClassIRI(
getCurrentOntology(), getCurrentAxiom(), ce));
}
}
if (!ce.isBuiltIn()
&& !getCurrentOntology().isDeclared(ce, INCLUDED)) {