ken-rb
ken-rb copied to clipboard
A Ruby API for accessing Freebase. It wraps the Metaweb Architecture to smart Ruby Objects.
I've just downloaded this library and tested the simple "new_order" example. I get this: ``` /Library/Ruby/Gems/1.8/gems/json-1.7.5/lib/json/common.rb:155:in `initialize': A JSON text must at least contain two octets! (JSON::ParserError) from /Library/Ruby/Gems/1.8/gems/json-1.7.5/lib/json/common.rb:155:in `new'...
Source : http://wiki.freebase.com/wiki/Freebase_API : The old Freebase APIs hosted at api.freebase.com have been deprecated If you are still using those APIs, please migrate to the new googleapis.com APIs described here...
For now Ken only returns simple properties. Support for so called mediator properties (aka ‘CVT’) should be added. To be honest, I just don’t know how to wrap them appropriately...
I just barely heard of Freebase the other day, and thought it would be great to integrate into a new webapp I am developing in my spare time. I haven't...