final CacheableResourceService cache =
new DefaultCacheableResourceService();
final CacheLookupService cacheLookup = new DefaultCacheLookupService();
final NamespaceService nsService = new DefaultNamespaceService(
cache, cacheLookup, nsindexer);
final ProtoNetworkService protonetService =
new ProtoNetworkServiceImpl();
final SemanticService semantics = new SemanticServiceImpl(nsService);
final ExpansionService expansion = new ExpansionServiceImpl();
final AnnotationService annotationService =
new DefaultAnnotationService();