LinkedDataSailGraph-没有解析器工厂可用于RDF格式JSON-LD

伊蒙

我们正在尝试将LinkedDataSailGraph和Gremlin一起使用一些遍历推理的时髦东西。不幸的是,仅实例化该类会导致此错误。有任何想法吗?

new LinkedDataSailGraph(new MemoryStoreSailGraph());

java.lang.RuntimeException:在com.tinkerpop.blueprints.impls.sail.impls.LinkedDataSailGraph.createSail(LinkedDataSailGraph.java: 22)在com.tinkerpop.blueprints.impls.sail.impls.LinkedDataSailGraph。(LinkedDataSailGraph.java:14)在org.isatools.bii.benchmarking.QueryBenchmark.testLoading(QueryBenchmark.java:71)处,在sun.reflect.NativeMethodAccessorImpl。在sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)处调用invoke(Native Method)在java.lang.reflect.Method.invoke(Method.java: 601)在org.junit.inner.runners.model.ReflectiveCallable.run(ReflectiveCallable。$ 1.runReflectiveCall(FrameworkMethod.java:45)在org.junit.runners.model.FrameworkMethod $ 1.runReflectiveCall(FrameworkMethod.java:45)在org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable。java:15)位于org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)位于org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)位于org.junit.runners org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)上的org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)上的.ParentRunner.runLeaf(ParentRunner.java:263)。在org.junit.runners.ParentRunner $ 1.schedule(ParentRunner.java:60)在org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)处的Runners.ParentRunner $ 3.run(ParentRunner.java:231) org.junit.runners.ParentRunner.access.000(ParentRunner.java:50)在org.junit.runners.ParentRunner.run(ParentRunner.java:300)上的.junit.runners.ParentRunner.access $ 000(ParentRunner.java:50) ),网址为org.eclipse.jdt.internal.junit4.runner。org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)处的JUnit4TestReference.run(JUnit4TestReference.java:50)org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests( org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)上的RemoteTestRunner.java:467) 390),位于org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)原因:org.openrdf.rio.UnsupportedRDFormatException:没有解析器工厂可用于RDF格式JSON-LD(mimeTypes = application / ld + json; ext = jsonld)位于net.fortytwo.linkeddata.rdfizers.VerbatimRdfizer。(VerbatimRdfizer.java:26)位于org.openrdf.rio.Rio.Rio.createParser(Rio.java:184) .LinkedDataCache.createDefault(LinkedDataCache.java:139)位于com.tinkerpop.blueprints.impls.sail.impls.LinkedDataSailGraph.createSail(LinkedDataSailGraph.java:20)的net.fortytwo.linkeddata.sail.LinkedDataSail。(LinkedDataSail.java:50)... 25另外

维客

我不知道为什么,但是它希望有JSON-LD解析器:http : //search.maven.org/#artifactdetails%7Ccom.github.jsonld-java%7Cjsonld-java%7C0.2%7Cjar

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章