I have just dumped the data from Freebase, but when I see in the data I see “/m/03lp844” which is mid. But how am I going to get more detail out of that mid? I can’t find anything on the documentation.
So, I dumped film data and when I look for actors, it only shows a bunch of mids, but I need actors name as well.
Thanks a lot.
You should look at the Freebase schema so that you understand how things are connected to each other. In the case of films and actors, they are connected together by an intermediary node /film/performance. You’ll need to follow the link from the films to those nodes and from there to the linked actor (and look at the actor’s /type/object/name property).