RDF 三重展示台 - ARC2
大家好,有谁知道有什么好的软件可以将 rdf 三元组存储可视化为实际图形吗?我正在使用 arc2 Triplestore,并且已经尝试了 semasols 站点上提供的可视化插件,但我无法让它工作:我不断收到错误:XML 解析错误:找不到元素 位置:数据:image/svg+xml;base64, 第 1 行,第 1 列:
我认为该软件 (Graphviz) 没有以某种方式与商店连接,但无法解决。
我本以为会有某种 api 可以用于此类事情,但我找不到任何东西。有什么建议吗?
Hi there does anyone know of any good software for visualising an rdf triple store as an actual graph? I am using an arc2 triplestore and have already tried the visualizer plug in that is available from semasols site but I cant get it to work: I keep getting theis error: XML Parsing Error: no element found
Location: data:image/svg+xml;base64,
Line Number 1, Column 1:
I think that the software (Graphviz) isnt linking up with the store somehow but cant work it out.
I would have assumed that there would be some sort of api that you could use for this sort of thing but I cant find anything. Any advice?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
XML 解析错误可能是由于空响应造成的。如果是这种情况,您可以简单地添加一个非 xml 标头,这样您的浏览器就不会尝试将文件解析为 XML(失败):
The XML parsing error could be due to an empty response. If this is the case, you could simply add a non-xml header, so that your browser doesn't try parse the file as XML (failing):