return "<LP>: <DO>";
}
public void render( PrintStream out, Resource item )
{
Bool extra = new Bool();
Statement mainS = item.getProperty( EyeballReporting.mainProperty );
Resource main = mainS == null ? null : mainS.getResource();
out.println();
if (item.hasProperty( EYE.onStatement ))
{