Hello,<br><br>I&#39;m editing freebase data externally using mql write calls.  My issue is that I can add information, but then cannot seem to retrieve it.  For example, using MQL I&#39;ve created the topic:  <a href="http://www.bioventurist.freebase.com/view/guid/9202a8c04000641f800000000b177114">http://www.bioventurist.freebase.com/view/guid/9202a8c04000641f800000000b177114</a><br>
<br>As you&#39;ll see I&#39;ve loaded in two pieces of information for the /business/company/ type: headquarters and legal_structure.  The &#39;headquarters&#39; property I edited using MQL write; the &#39;legal_structure&#39; property I edited manually on freebase.  When I query for these properties however, only the &#39;legal_structure&#39; property shows data:<br>
<br>Query at <a href="http://www.freebase.com/tools/queryeditor">http://www.freebase.com/tools/queryeditor</a>:<br><br>{<br>  &quot;*&quot; : [],<br>  &quot;guid&quot; : &quot;#9202a8c04000641f800000000b177114&quot;,<br>  &quot;type&quot; : &quot;/business/company&quot;<br>
}<br><br>The same thing happens when I load the data using MQL onto my site, following a successful use of the touch service (&#39;<a href="http://freebase.com/api/service/touch">http://freebase.com/api/service/touch</a>&#39;) - freebase loaded data is retrieved but not MQL loaded data.   Does anyone have an idea of what&#39;s going on here?<br>
<br>Thanks,<br>Jame<br><br><br>