// Check if a ConceptSlotFunctionSchema must be returned
if ("BC-Ontology".equals(getName())) {
System.out.println("Searching for schema "+name);
}
if (conceptSlots != null && conceptSlots.containsKey(name)) {
return new ConceptSlotFunctionSchema(name);
}
if(logger.isLoggable(Logger.FINE))
logger.log(Logger.FINE,"Ontology "+getName()+". Schema for "+name+" not found");
for (int i = 0; i < base.length; ++i) {