views:

50

answers:

2

Hi, 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!

A: 

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

Stefán
A: 

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.

Tom Morris