@Test
public void storageOnScopeCreation() throws Exception {
assertEquals(1,ontologyProvider.getStore().listTripleCollections().size());
OntologyInputSource ois = new RootOntologyIRISource(IRI.create(getClass().getResource(
"/ontologies/minorcharacters.owl")));
OntologyScope sc = onManager.getOntologyScopeFactory().createOntologyScope(scopeId, ois);
Set<Triple> triples = new HashSet<Triple>();