new UriRef(graphName));
} catch (NoSuchEntityException e) {
graph = tcManager.createMGraph(
new UriRef(graphName));
}
Graph jenaGraph = new JenaGraph(graph);
final BundleContext bundleContext = context.getBundleContext();
Bundle[] installedBundles = bundleContext.getBundles();
jenaGraph = addBundleTriples(installedBundles, jenaGraph);
/* bundles must be installed before this service is started