log.info("After input source creation, TcManager has {} graphs. ", tcManager.listTripleCollections()
.size());
for (UriRef name : tcManager.listTripleCollections())
log.info("-- {} (a {})", name, tcManager.getTriples(name).getClass().getSimpleName());
assertEquals(1, tcManager.listTripleCollections().size());
OntologySpace spc = new CoreOntologySpaceImpl(TestClerezzaInputSources.class.getSimpleName(),
IRI.create("http://stanbol.apache.org/ontologies/"), provider);
spc.addOntology(src);
log.info("After addition to space, TcManager has {} graphs. ", tcManager.listTripleCollections()
.size());
for (UriRef name : tcManager.listTripleCollections())
log.info("-- {} (a {})", name, tcManager.getTriples(name).getClass().getSimpleName());