RDF 三重展示台 - ARC2

发布于 2024-08-23 22:34:03 字数 263 浏览 5 评论 0原文

大家好,有谁知道有什么好的软件可以将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧伤还要旧人安 2024-08-30 22:34:03

XML 解析错误可能是由于空响应造成的。如果是这种情况,您可以简单地添加一个非 xml 标头,这样您的浏览器就不会尝试将文件解析为 XML(失败):

header('Content-Type: text/plain');

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):

header('Content-Type: text/plain');
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文