Anyone know how to get the type of an expected type ?
For example, the “/people/person” type has a property called “/people/person/places_lived” which has an expected type of “/people/place_lived”
The problem is, I’m trying to figure out what type “/people/place_lived” is using MQL. I know “/people/place_lived” is a Mediator type, but I’m trying to figure out what the MQL is to find out that its a mediator type when I only have one piece of information (eg: “/people/place_lived”)
Thanks in advance
You want to ask MQL for the
/freebase/type_hints/mediatoryproperty of that type: see example.