Hi, I'm using pellet to compute inferred class level part_of relations between classes in GO. The way I do this is to load the ontology and then iterate over all classes c asking for descendants of (restriction part_of (some-values-from c)) This takes quite a while. Is there a fast way to do this? -Alan