while (iters.hasNext()) {
Resource resource = iters.nextResource();
System.out.println(" " + resource.getLocalName());
LinealNumericTransformer linNumInstance =
getLinealNumericTransformer(model,resource);
System.out.println(linNumInstance.toReducedString(" "));
}
} else {
System.out.println("No simple String riNamespace+" +
"LinealNumericTransformer were found in the database");
}