List<ConceptRestriction> relacionamentosSup = recuperarRelacionamentosSup(aux, ontClass.getLocalName());
for(ConceptRestriction conRest : relacionamentosSup){
tmpConcept.addConceptRestriction(conRest);
}
}else{ //eh um restriction
Restriction restriction = aux.asRestriction();
ConceptRestriction conRest = recuperarDadosRestriction(restriction, tmpConcept.getNome());
tmpConcept.addConceptRestriction(conRest);
// //Verificar se existe mais de uma classe no range do OP e criar disjoints
// ObjectProperty op = parser.recuperarObjectProperty(conRest.getNomeProperty());