<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <author>
    <name>User Administrator</name>
    <uri>http://www.freebase.com:80/view/user/user_administrator</uri>
  </author>
    <generator uri="http://www.freebase.com/">Freebase Atom Feed Generator</generator>
    <id>http://www.freebase.com:80/view/user/vtalwar</id>
    <link rel="self" href="http://www.freebase.com:80/feed/discuss/created/user/vtalwar"/>
    <title>vtalwar</title>
    <updated>2008-07-25T21:43:46Z</updated>
  <entry>
    <author>
    <name>tsturge</name>
    <uri>http://www.freebase.com:80/view/user/tsturge</uri>
  </author>
    <content type="html">&lt;p&gt;Alec's and vtalwar's example should probably work, but does not currently.&lt;br /&gt;
&lt;br /&gt;
I'll add this to the list of pending MQL fixes/features.&lt;/p&gt;</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f8000000005c7c9ca</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f8000000005c7c9ca" title="MQL prefix bug: will this be noticed"/>
    <summary type="html">Alec's and vtalwar's example should probably work, but does not currently.
I'll add this to the...</summary>
    <title>MQL prefix bug: will this be noticed</title>
    <updated>2007-09-10T18:27:37.0007Z</updated>
  </entry><entry>
    <author>
    <name>vtalwar</name>
    <uri>http://www.freebase.com:80/view/user/vtalwar</uri>
  </author>
    <content type="html">&lt;p&gt;Yes, apparently that doesn't work either.&lt;br /&gt;
&lt;br /&gt;
Try:&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
  "query":{&lt;br /&gt;
    "a:properties":[],&lt;br /&gt;
    "a:type":"/type/type",&lt;br /&gt;
    "id":"/people/deceased_person"&lt;br /&gt;
  }&lt;br /&gt;
}&lt;/p&gt;</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f8000000005b72679</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f8000000005b72679" title="MQL prefix bug: will this be noticed"/>
    <summary type="html">Yes, apparently that doesn't work either.
Try:
{
 "query":{
 "a:properties":[],
 "a:type":"...</summary>
    <title>MQL prefix bug: will this be noticed</title>
    <updated>2007-08-16T18:17:38.0007Z</updated>
  </entry><entry>
    <author>
    <name>alecf</name>
    <uri>http://www.freebase.com:80/view/user/alecf</uri>
  </author>
    <content type="html">&lt;p&gt;I do think this is working as designed - at the very least your "implicit" (i.e. unqualified) properties should be prefixed with the same prefix as a type. I'm not sure the value it would have to recognize "you only provided one 'type' clause, so I'll automatically assume that it's the implied type for the rest of the clause" - if your have code that is generating this query dyamically, then I'd hope that you could write it such that the unqualified property names also include the prefix&lt;br /&gt;
&lt;br /&gt;
 I don't know if this works, but you could try:&lt;br /&gt;
{&lt;br /&gt;
  "query":[{&lt;br /&gt;
    "/government/us_politician/political_party":null,&lt;br /&gt;
    "a:type":"/government/us_president",&lt;br /&gt;
    "name":null,&lt;br /&gt;
    "a:presidency_number":null,&lt;br /&gt;
   ...&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
See the symmetry in the "a:" prefix?&lt;br /&gt;
&lt;br /&gt;
If this doesn't work, then THAT'S the real bug here.&lt;/p&gt;</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f8000000005a86c18</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f8000000005a86c18" title="MQL prefix bug: will this be noticed"/>
    <summary type="html">I do think this is working as designed - at the very least your "implicit" (i.e. unqualified)...</summary>
    <title>MQL prefix bug: will this be noticed</title>
    <updated>2007-08-15T21:33:19.0007Z</updated>
  </entry><entry>
    <author>
    <name>vtalwar</name>
    <uri>http://www.freebase.com:80/view/user/vtalwar</uri>
  </author>
    <content type="html">&lt;p&gt;Thanks Chris and Sarah.&lt;br /&gt;
&lt;br /&gt;
That does makes sense, but when it's the only type specified, there should be no reason to complain. You could say why prefix the property at all in that case, but it might be something developers want to do to all their properties for some app-specific reason. I guess it's not a terribly big deal still because you can just fully qualify all properties and be safe. I'm personally ok either way, though, and I'm satisfied not thinking of it as a bug, but a way of maintaining sanity.&lt;/p&gt;</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f8000000005a85f16</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f8000000005a85f16" title="MQL prefix bug: will this be noticed"/>
    <summary type="html">Thanks Chris and Sarah.
That does makes sense, but when it's the only type specified, there should...</summary>
    <title>MQL prefix bug: will this be noticed</title>
    <updated>2007-08-15T20:36:41.0007Z</updated>
  </entry><entry>
    <author>
    <name>crism</name>
    <uri>http://www.freebase.com:80/view/user/crism</uri>
  </author>
    <content type="html">&lt;p&gt;I don’t think it’s a bug. Consider if you have both &lt;kbd&gt;"a:type"&lt;/kbd&gt; and &lt;kbd&gt;"b:type"&lt;/kbd&gt; in your query; relative to which is MQL supposed to interpret naked property keys? If you want to use implicit types for properties, you need to pick one type and use it as &lt;kbd&gt;"type"&lt;/kbd&gt;. This has bit me a couple of times, so maybe better error reporting would be helpful, but I think the behavior is correct.&lt;/p&gt;</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f8000000005a7da37</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f8000000005a7da37" title="MQL prefix bug: will this be noticed"/>
    <summary type="html">I don’t think it’s a bug. Consider if you have both "a:type" and "b:type" in your query; relative...</summary>
    <title>MQL prefix bug: will this be noticed</title>
    <updated>2007-08-14T23:16:09.0007Z</updated>
  </entry><entry>
    <author>
    <name>sgmils</name>
    <uri>http://www.freebase.com:80/view/user/sgmils</uri>
  </author>
    <content type="html">&lt;p&gt;Well, now you've got the discussion going, so it's hard to say. :) But Dan does review the Features/Bugs very regularly, and I believe he responds to all of them.&lt;/p&gt;</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f8000000005a7d99a</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f8000000005a7d99a" title="MQL prefix bug: will this be noticed"/>
    <summary type="html">Well, now you've got the discussion going, so it's hard to say. :) But Dan does review the Features...</summary>
    <title>MQL prefix bug: will this be noticed</title>
    <updated>2007-08-14T22:59:30.0000Z</updated>
  </entry><entry>
    <author>
    <name>vtalwar</name>
    <uri>http://www.freebase.com:80/view/user/vtalwar</uri>
  </author>
    <content type="html">&lt;p&gt;without some discussion?&lt;/p&gt;</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f8000000005a7d85c</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f8000000005a7d85c" title="MQL prefix bug: will this be noticed"/>
    <summary type="html">without some discussion? </summary>
    <title>MQL prefix bug: will this be noticed</title>
    <updated>2007-08-14T22:12:47.0011Z</updated>
  </entry><entry>
    <author>
    <name>vtalwar</name>
    <uri>http://www.freebase.com:80/view/user/vtalwar</uri>
  </author>
    <content type="html">&lt;p&gt;test5
&lt;/p&gt;</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f80000000051fa218</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f80000000051fa218" title="vtalwar: test2"/>
    <summary type="html">test5
 </summary>
    <title>vtalwar: test2</title>
    <updated>2007-06-28T19:25:31.0007Z</updated>
  </entry><entry>
    <author>
    <name>vtalwar</name>
    <uri>http://www.freebase.com:80/view/user/vtalwar</uri>
  </author>
    <content type="html">&lt;p&gt;test4
&lt;/p&gt;</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f80000000051fa1f8</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f80000000051fa1f8" title="vtalwar: test3"/>
    <summary type="html">test4
 </summary>
    <title>vtalwar: test3</title>
    <updated>2007-06-28T19:25:06.0000Z</updated>
  </entry><entry>
    <author>
    <name>vtalwar</name>
    <uri>http://www.freebase.com:80/view/user/vtalwar</uri>
  </author>
    <content type="html">&lt;p&gt;test3
&lt;/p&gt;</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f80000000051fa1e8</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f80000000051fa1e8" title="vtalwar: test3"/>
    <summary type="html">test3
 </summary>
    <title>vtalwar: test3</title>
    <updated>2007-06-28T19:24:57.0012Z</updated>
  </entry><entry>
    <author>
    <name>vtalwar</name>
    <uri>http://www.freebase.com:80/view/user/vtalwar</uri>
  </author>
    <content type="html">&lt;p&gt;test2
&lt;/p&gt;</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f80000000051f9d8b</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f80000000051f9d8b" title="vtalwar: test2"/>
    <summary type="html">test2
 </summary>
    <title>vtalwar: test2</title>
    <updated>2007-06-28T17:52:01.0012Z</updated>
  </entry><entry>
    <author>
    <name>vtalwar</name>
    <uri>http://www.freebase.com:80/view/user/vtalwar</uri>
  </author>
    <content type="html">&lt;p&gt;test
&lt;/p&gt;</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f80000000051f9d76</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f80000000051f9d76" title="vtalwar: test"/>
    <summary type="html">test
 </summary>
    <title>vtalwar: test</title>
    <updated>2007-06-28T17:51:52.0005Z</updated>
  </entry><entry>
    <author>
    <name>robert</name>
    <uri>http://www.freebase.com:80/view/user/robert</uri>
  </author>
    <content type="html">&lt;p&gt;It looks like you, Vishal!
&lt;/p&gt;</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f80000000051e2785</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f80000000051e2785" title="eating too many vegetables can do this to you: Amazing"/>
    <summary type="html">It looks like you, Vishal!
 </summary>
    <title>eating too many vegetables can do this to you: Amazing</title>
    <updated>2007-06-25T14:45:19.0011Z</updated>
  </entry><entry>
    <author>
    <name>danm</name>
    <uri>http://www.freebase.com:80/view/user/danm</uri>
  </author>
    <content type="html">&lt;p&gt;thanks for posting.
&lt;/p&gt;</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f80000000051d5d3e</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f80000000051d5d3e" title="Text Clipping: This has been fixed."/>
    <summary type="html">thanks for posting.
 </summary>
    <title>Text Clipping: This has been fixed.</title>
    <updated>2007-06-20T20:36:13.0005Z</updated>
  </entry>
</feed>