ResIterator it1 = repair.listSubjectsWithProperty( EYE.badURI );
while( it1.hasNext() )
{
Resource curr = it1.nextResource();
NodeIterator it2 = repair.listObjectsOfProperty( curr, EYE.forReason );
RDFNode uri = repair.listObjectsOfProperty( curr, EYE.badURI ).nextNode();
String work = uri.asNode().getLiteralLexicalForm();
while ( it2.hasNext() )
{
String fault = it2.nextNode().asNode().getURI();
repair.add( curr, EYE.checkFix, RDF.subject );
repair.remove( repair.listStatements( curr, EYE.newValue, work ) );