Hello,<br><br>I'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'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'll see I've loaded in two pieces of information for the /business/company/ type: headquarters and legal_structure. The 'headquarters' property I edited using MQL write; the 'legal_structure' property I edited manually on freebase. When I query for these properties however, only the 'legal_structure' 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> "*" : [],<br> "guid" : "#9202a8c04000641f800000000b177114",<br> "type" : "/business/company"<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 ('<a href="http://freebase.com/api/service/touch">http://freebase.com/api/service/touch</a>') - freebase loaded data is retrieved but not MQL loaded data. Does anyone have an idea of what's going on here?<br>
<br>Thanks,<br>Jame<br><br><br>