我在AllegroGraph中注册名称空间时遇到问题。 我的Java代码(程序1): AllegroGraphConnection agc = new AllegroGraphConnection(); agc.enable(); AllegroGraph ag = agc.create("test", AGPaths.TRIPLE_STORES); AGUtils.printStringArray("AG Namespaces (initially):", ag.getNamespaces()); ag.regi…