These are tools that will turn structured data into mql queries that can be pasted into the query editor.
see also: these cool wikipedia-parsing scripts

freebase guid from wikipedia title

get the freebase guids from a list of wikipedia article titles list of titles:

add a list of things to a freebase type

from list of guids:

add to type (id):
or from wikipedia article titles:
add them to type (id):

make a mqlwrite query to add location data enmasse

wikipedia article titles: property: connect them to guid:

connect lots of topics to one guid

list of guids: (the hockey players)
type (eg, /ice_hockey/hockey_player):
property: (eg. hockey_position) connect them to guid: (the 'left wing' guid)

connect guids from a tsv

guids (tab) data: (eg. hockey player's guid Maple leafs' guid)
type (eg. /ice_hockey/hockey_player):

property: (eg. hockey_team)

connect values from a tsv

guids (tab) data: (eg. hockey player's guid 5 )
type (eg. /ice_hockey/hockey_player):

property: (eg. goals_scored)

still beta. still beta.still beta.
source