dbpedia /flash 如何?
我对在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在此处下载大量数据,而无需了解 SPARQL。它采用 rdf 三元组格式,但应该相对容易解析并添加到您自己的数据库中。或者,如果您想进行集中查询,可以使用您找到的链接。
就可视化而言,Flash/Javascript 中有很多可用的优秀库。在 Flash 中,我推荐 Flare。在 Javascript 中,以下内容值得研究:
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:
您可能需要查看 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/