将 JSON MQL 查询转换为 SPARQL
我有大量 JSON MQL 查询来查询 Freebase。 是否有工具可以将它们转换为 SPARQL 以便与 OpenRDF Sesame 一起使用? 谢谢!
I have a punch of JSON MQL queries to query Freebase.
Is there a tool to translate them into SPARQL to use them with OpenRDF Sesame?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
据我所知,没有任何 SPARQL 端点使用 Freebase 模式,因此您不仅需要翻译查询语言,还需要在 Freebase 模式和您所针对的任何本体之间映射属性。
There are no SPARQL endpoints that I'm aware of that use the Freebase schema, so you'll not only need to translate the query language, but also map the properties between Freebase schema and whatever ontologies you are targeting.
试试这个:http://code.google.com/p/simplesparql/
Try this: http://code.google.com/p/simplesparql/