On Sat, 2011-01-29 at 07:53 -0800, edub9 wrote:
> Re: [zemanta-dev] I want to pull data from freebase into joomla plugin
> Does anyone have some sample code?
Since Joomla is written in PHP, this code can help you to get freebase
identifiers:
http://developer.zemanta.com/wiki/helloworld/php
(don't forget to set the parameter "return_rdf_links" to 1
The second step -- pulling data from freebase -- can be done either
through RDF, or through MQL queries. You should consult Freebase
documentation for that.
bye
andraz