将JSON MQL查询转换为SPARQL

时间:2022-11-04 14:50:08

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!

我有一个JSON MQL查询来查询Freebase。是否有工具将它们转换为SPARQL,以便与OpenRDF芝麻一起使用?谢谢!

2 个解决方案

#1


1  

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.

我知道没有使用Freebase模式的SPARQL端点,因此您不仅需要转换查询语言,而且还需要在Freebase模式和您所针对的任何本体之间映射属性。

#2


0  

Try this: http://code.google.com/p/simplesparql/

试试这个:http://code.google.com/p/simplesparql/

#1


1  

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.

我知道没有使用Freebase模式的SPARQL端点,因此您不仅需要转换查询语言,而且还需要在Freebase模式和您所针对的任何本体之间映射属性。

#2


0  

Try this: http://code.google.com/p/simplesparql/

试试这个:http://code.google.com/p/simplesparql/