assertEquals( "Result should be a", c, ResourceUtils.maximalLowerElements( cd, RDFS.subClassOf, true ).iterator().next() );
}
// this is a way to check for violation of the CME constraint.
public void testRenameResourceAvoidsCCE() {
testRenameResource( ModelFactory.createModelForGraph( new SmallGraphMem() ) );
}