removeAxioms(ont, propertyAssertion( ind, pDouble, valDouble ) );
reasoner.refresh();
assertTrue( reasoner.getRelatedValues( ind, pDouble ).isEmpty() );
removeAxioms( ont, propertyAssertion( ind, pInt, valInt ) );
reasoner.refresh();
assertTrue( reasoner.getRelatedValues( ind, pInt ).isEmpty() );
removeAxioms( ont, propertyAssertion( ind, pBoolean, valBoolean ) );
reasoner.refresh();
assertTrue( reasoner.getRelatedValues( ind, pBoolean ).isEmpty() );