public void testGraphContentSource() throws Exception {
// Make sure the tc manager has been reset
assertEquals(1, tcManager.listTripleCollections().size());
OntologyProvider<TcProvider> provider = new ClerezzaOntologyProvider(tcManager,
new OfflineConfigurationImpl(new Hashtable<String,Object>()), parser);
InputStream content = TestClerezzaInputSources.class
.getResourceAsStream("/ontologies/droppedcharacters.owl");
OntologyInputSource<?,TcProvider> src = new GraphContentInputSource(content, SupportedFormat.RDF_XML,
new SimpleTcProvider(), parser);