// 0 is for library, 1 is for ontology (more in the future?)
final int[] pointsFor = new int[] {0, 0};
final int[] pointsAgainst = new int[] {0, 0};
OWLAxiomVisitor v = new OWLAxiomVisitorAdapter() {
@Override
public void visit(OWLClassAssertionAxiom axiom) {
if (ind.equals(axiom.getIndividual())) {
OWLClassExpression type = axiom.getClassExpression();