dbpedia /flash 如何?

发布于 2024-09-02 18:43:22 字数 295 浏览 8 评论 0原文

我对在 Flash 中可视化 dbpedia 的数据感兴趣,但在技术上我有点超出我的深度...... 我了解一些actionscript、javascript 和一些php,但我不熟悉SPARQL 或java。 我能找到的有关它的文档有点超出我的理解范围。 在完全排除这个可能性之前,我有几个问题:

• 有人遇到过通过 flash 访问 dbpedia 数据的示例/教程吗?

• 我对你们如何使用 dbpedia 有点不清楚。您下载整个数据库还是可以连接到他们服务器上的数据库?

任何建议将不胜感激。

谢谢

I am interested in visualising data from dbpedia in flash but I am a little out of my depth technically...
I know a bit of actionscript, javascript and some php but I'm not familiar with SPARQL or java.
The documentation I can find on it is a little over my head.
I have a couple of questions before I totally ruling it out:

• Has anyone come across an example/tutorial for accessing dbpedia data through flash?

• Im a little hazy on how you work with dbpedia. Do you download the entire database or can you connect to a database on their server?

Any advice would be appreciated.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

白鸥掠海 2024-09-09 18:43:22

您可以在此处下载大量数据,而无需了解 SPARQL。它采用 rdf 三元组格式,但应该相对容易解析并添加到您自己的数据库中。或者,如果您想进行集中查询,可以使用您找到的链接。

就可视化而言,Flash/Javascript 中有很多可用的优秀库。在 Flash 中,我推荐 Flare。在 Javascript 中,以下内容值得研究:

  1. Javascript InfoVis 工具包
  2. Protovis
  3. Processing.js

You can download a lot of data here without needing to know SPARQL. It's in rdf triple format, but that should be relatively easy to parse and add to your own database. Or if you want to do focused queries, you can use the link that you found.

As far as visualization there are quite a few good libraries available in Flash/Javascript. In flash I recommend Flare. In Javascript the following are worth looking into:

  1. Javascript InfoVis Toolkit
  2. Protovis
  3. Processing.js
海夕 2024-09-09 18:43:22

您可能需要查看 DBpedia RelFinder [1]。它是一个用 adobe flex 编写的开源项目 [2],可以可视化两个 DBpedia 资源之间的关系。

它连接到 DBpedia SPARQL 端点以检索信息。

[1] http://relfinder.dbpedia.org/

[2] http://code.google.com/p/relfinder/

You may want to check the DBpedia RelFinder [1]. It is an open source project [2] written in adobe flex that visualizes the relation between two DBpedia resources.

It connects to the DBpedia SPARQL Endpoint to retrieve information.

[1] http://relfinder.dbpedia.org/

[2] http://code.google.com/p/relfinder/

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