Freebase MQL query - Get data by a social link -


i'm having hard time trying data person freebase using social link - mql query.

how done?

something like:

https://www.googleapis.com/freebase/v1/mqlread?query={      "*":[{}],      "/common/topic/social_media_presence":[{           "value":"http://twitter.com/justinbieber"      }] } 

those links stored keys , links generated templates key plugged in. can see keys here: https://www.freebase.com/m/06w2sn5?keys=

a modified version of query be:

[{   "key": [{     "namespace": {       "id": "/authority/twitter"     },     "value": "justinbieber"   }],   "*": [{}] }] 

you can same thing other namespaces /authority/facebook or /authority/musicbrainz various language wikipedias e.g. /wikipedia/en

i'm not sure how complete coverage or currency of social media info though...


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -