while ( it.hasNext() ) {
Resource curr = it.nextResource();
totalModelTriples += Double.parseDouble( curr.getProperty( EYE.modelSize ).getLiteral().getLexicalForm() );
NodeIterator it2 = stats.listObjectsOfProperty( curr, EYE.usedOntology );
while ( it2.hasNext() ) {
Resource bn = stats.createResource( it2.nextNode().asNode().getBlankNodeId() );
String ont = bn.getProperty( EYE.ontURI ).getObject().asNode().getURI();
String prefix = bn.getProperty( EYE.prefix ).getLiteral().getLexicalForm();
inc( onts, ontCount, ont );
if ( !ontPrefixes.contains( prefix ) )
ontPrefixMapping.add( ont );