XSD.positiveInteger.getURI() ) );
b.addProperty( dp, two );
graph.getKB().isConsistent();
assertIteratorValues( b.listPropertyValues( dp ), new Literal[] { two } );
// check that the update occurred and that the incremental consistency
// was used
assertTrue( !PelletOptions.USE_INCREMENTAL_CONSISTENCY || graph.getKB().timers.getTimer( "isIncConsistent" ).getCount() == 2 );
}