<p>Hi there,<br></p><p>I am trying to get the geolocation for companies in /base/bioventurist/science_or_technology_company. </p><p>With the mql query editor, I have been writing a query like this: </p><p>{<br> "headquarters" : [<br>
{<br> "*" : null,<br> "optional" : true<br> }<br> ],<br> <br> "name" : "Amgen",<br> "type" : "/business/company"<br>}</p><p>This query is not returning any of the /location/location properties, even though the schema shows that /location/location is an inherited type.<br>
</p>What do i need to add/change in my mql query to access the geolocation property and all it's subsequent values (lat, long etc.)?<br><p>Any
suggestions as to what is wrong here would be greatly appreciated.</p><p>thx. </p>