else if (c_ont.isIndividual()) {
debugDisplay(" asIndividual ");// + r.asIndividual().toString() );
res = local.createIndividual(c_ont);
}
else if (c_ont.isIntersectionClass()) {
debugDisplay(" asIntersectionClass " + c_ont.asIntersectionClass().toString());
res = local.createIntersectionClass(c_ont.getURI(),c_ont.asIntersectionClass().getOperands());
}
else if(c_ont.isComplementClass() && (!c_ont.toString().contains("http://www.w3.org/2002/07/owl")) ) {
debugDisplay(" asComplementClass " +c_ont.asComplementClass().toString());
res = local.createComplementClass(c_ont.getURI(), c_ont.asComplementClass().getOperands());