FreebaseQuery


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( deprecated = true , deprecated_since = "0.17.7" , since = "0.15.1" ) ]
public FreebaseQuery (string mql)

Warning: FreebaseQuery is deprecated since 0.17.7.

Creates a new FreebaseQuery with the MQL query provided in mql.

Note:

Google Freebase has been permanently shut down.

MQL is a JSON-based query language, analogous to SPARQL. To learn more about MQL, see the <ulink type="http" url="https://developers.google.com/freebase/v1/mql-overview"> MQL overview</ulink> and <ulink type="http" url="https://developers.google.com/freebase/v1/mql-cookbook"> cookbook</ulink>.

For detailed information on Freebase schemas, The <ulink type="http" url="http://www.freebase.com/schema">"Schema" section< /ulink> on the main site allows for natural search and navigation through the multiple data properties and domains.

Parameters:

mql

a MQL query string

Returns:

a new FreebaseQuery