OntModel ontModel = getOntModel();
List<StatTO> stats = new LinkedList<StatTO>();
stats.add(new StatTO(OWL.AllDifferent.getURI(),
String.valueOf(ontModel.listAllDifferent().toList().size())));
stats.add(new StatTO(OWL.DatatypeProperty.getURI(),
String.valueOf(ontModel.listDatatypeProperties().toList().size())));
stats.add(new StatTO(OWL.DataRange.getURI(),
String.valueOf(ontModel.listDataRanges().toList().size())));
stats.add(new StatTO(OWL.AnnotationProperty.getURI(),
String.valueOf(ontModel.listAnnotationProperties().toList().size())));
stats.add(new StatTO(OWL.ObjectProperty.getURI(),