<p>Hi there,<br></p><p>I am trying to get the geolocation for companies in /base/bioventurist/science_or_technology_company.&nbsp;</p><p>With the mql query editor, I have been writing a query like this:&nbsp;</p><p>{<br>&nbsp; &quot;headquarters&quot; : [<br>
&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;*&quot; : null,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;optional&quot; : true<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp; ],<br>&nbsp; <br>&nbsp; &quot;name&quot; : &quot;Amgen&quot;,<br>&nbsp; &quot;type&quot; : &quot;/business/company&quot;<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&#39;s subsequent values (lat, long etc.)?<br><p>Any
suggestions as to what is wrong here would be greatly appreciated.</p><p>thx. </p>