kb.addPropertyValue( r, a, b );
kb.addPropertyValue( r, b, c );
kb.addPropertyValue( r, b, d );
kb.addPropertyValue( s, a, c );
kb.addPropertyValue( s, c, b );
kb.addPropertyValue( s, c, e );
assertTrue( kb.hasPropertyValue( a, p, b ) );
assertTrue( kb.hasPropertyValue( a, p, c ) );
assertTrue( kb.hasPropertyValue( a, p, d ) );
assertTrue( kb.hasPropertyValue( a, p, e ) );