<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <author>
    <name>danm</name>
    <uri>http://www.freebase.com/view/user/danm</uri>
  </author>
    <generator uri="http://www.freebase.com/">Freebase Atom Feed Generator</generator>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f800000000544e14d</id>
    <link rel="self" href="http://www.freebase.com/feed/discuss/topic/guid/9202a8c04000641f800000000544e14d"/>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide</title>
    <updated>2008-10-08T06:42:28Z</updated>
  <entry>
    <author>
    <name>philg</name>
    <uri>http://www.freebase.com/view/user/philg</uri>
  </author>
    <content type="html">This is a problem caused by an update in the CSS used to layout the page, and some faulty mark-up in the original file. We hope to have this all fixed in the next couple weeks when the new version of the manual is posted.</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000090e645e</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f80000000090e645e" title="The Complete Metaweb Query Language (MQL) Reference Guide: Can someone please fix the typography and layout of this page"/>
    <summary type="html">This is a problem caused by an update in the CSS used to layout the page, and some faulty mark-up...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: Can someone please fix the typography and layout of this page</title>
    <updated>2008-09-11T22:44:09.0025Z</updated>
  </entry><entry>
    <author>
    <name>philg</name>
    <uri>http://www.freebase.com/view/user/philg</uri>
  </author>
    <content type="html">Hey there, sorry it took so long, I was on vacation when you posted this. I've added the code to our Application Developer Tips and will add it to the full manual when the next version goes live in a couple weeks.</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000090e5f29</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f80000000090e5f29" title="The Complete Metaweb Query Language (MQL) Reference Guide: c# example"/>
    <summary type="html">Hey there, sorry it took so long, I was on vacation when you posted this. I've added the code to...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: c# example</title>
    <updated>2008-09-11T22:42:42.0025Z</updated>
  </entry><entry>
    <author>
    <name>philg</name>
    <uri>http://www.freebase.com/view/user/philg</uri>
  </author>
    <content type="html">&lt;p&gt;Hey Maccaday, I found something in the new, updated version of the MQL manual that we'll be publishing soon that may explain your problem. If you're trying to use the wildcard for phrase matching, where you want word order respected and the wildcard to stand-in for one word, you need to use escaped quotes around the phrase. So, instead of:&lt;/p&gt;&lt;p&gt;{&lt;br /&gt;&amp;nbsp; &amp;quot;name&amp;quot; : null,&lt;br /&gt;&amp;nbsp; &amp;quot;name~=&amp;quot; : &amp;quot;I * you&amp;quot;,&lt;br /&gt;&amp;nbsp; &amp;quot;type&amp;quot; : &amp;quot;/music/track&amp;quot;&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;you would need to use the following query to get all track names that contain the phrase &amp;quot;I * you&amp;quot; :&lt;/p&gt;&lt;p&gt;{&lt;br /&gt;&amp;nbsp; &amp;quot;name&amp;quot; : null,&lt;br /&gt;&amp;nbsp; &amp;quot;name~=&amp;quot; : &amp;quot;\&amp;quot;I * you\&amp;quot;&amp;quot;,&lt;br /&gt;&amp;nbsp; &amp;quot;type&amp;quot; : &amp;quot;/music/track&amp;quot;&lt;br /&gt;} &lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000090da39f</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f80000000090da39f" title="The Complete Metaweb Query Language (MQL) Reference Guide: * doesn't appear to process a single word as stated"/>
    <summary type="html">Hey Maccaday, I found something in the new, updated version of the MQL manual that we'll be...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: * doesn't appear to process a single word as stated</title>
    <updated>2008-09-11T19:35:02.0012Z</updated>
  </entry><entry>
    <author>
    <name>philg</name>
    <uri>http://www.freebase.com/view/user/philg</uri>
  </author>
    <content type="html">Further investigation has revealed some genuine wonkiness in the use of the single * as a wildcard; as soon as we track down what's really happening we'll try to fix the functionality and the documentation as well. Stay tuned, but please do send me that query so we can have a test case to work with.</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000090d60c3</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f80000000090d60c3" title="The Complete Metaweb Query Language (MQL) Reference Guide: * doesn't appear to process a single word as stated"/>
    <summary type="html">Further investigation has revealed some genuine wonkiness in the use of the single * as a wildcard;...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: * doesn't appear to process a single word as stated</title>
    <updated>2008-09-11T17:38:33.0014Z</updated>
  </entry><entry>
    <author>
    <name>crism</name>
    <uri>http://www.freebase.com/view/user/crism</uri>
  </author>
    <content type="html">&lt;p&gt;Sorry; the cursor needs to go in the query envelope, not the query itself. See &lt;a href="/view/guid/9202a8c04000641f800000000544e139#cursors"&gt;&amp;sect;4.7 of the API doc&lt;/a&gt;:&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;quot;cursor&amp;quot;:null,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;quot;query&amp;quot; : {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;limit&amp;quot; : 5, &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;name&amp;quot; : null,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;type&amp;quot; : &amp;quot;/music/artist&amp;quot;&lt;/p&gt;&lt;p&gt;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;The cursor is not the same as offset; we don&amp;rsquo;t currently have arbitrary offset support. The cursor must be sent back to the server to get the next page of results; a query can&amp;rsquo;t yet skip forward an arbitrary number of results. &lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000090d2ce4</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f80000000090d2ce4" title="The Complete Metaweb Query Language (MQL) Reference Guide: Limit and offset"/>
    <summary type="html">Sorry; the cursor needs to go in the query envelope, not the query itself. See &amp;sect;4.7 of the API...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: Limit and offset</title>
    <updated>2008-09-11T17:05:20.0012Z</updated>
  </entry><entry>
    <author>
    <name>philg</name>
    <uri>http://www.freebase.com/view/user/philg</uri>
  </author>
    <content type="html">Hey Maccaday, can you provide both the query you were using and the results? * can be used to match &lt;em&gt;any&lt;/em&gt; single word, so &amp;quot;I * you&amp;quot; will return both &amp;quot;I love you&amp;quot; and &amp;quot;I hate you,&amp;quot; so it's possible to get the kind of results you describe, depending on what the query was. Send that info on and I'll try to figure out what's up and, if necessary, correct the docs.</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000090d29c5</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f80000000090d29c5" title="The Complete Metaweb Query Language (MQL) Reference Guide: * doesn't appear to process a single word as stated"/>
    <summary type="html">Hey Maccaday, can you provide both the query you were using and the results? * can be used to match ...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: * doesn't appear to process a single word as stated</title>
    <updated>2008-09-11T16:57:17.0012Z</updated>
  </entry><entry>
    <author>
    <name>philg</name>
    <uri>http://www.freebase.com/view/user/philg</uri>
  </author>
    <content type="html">HI Maccaday, can you tell me what the query was, and what results were returned? * matches &lt;em&gt;any&lt;/em&gt; single word, so &amp;quot;I * you&amp;quot; matches both &amp;quot;I love you&amp;quot; and &amp;quot;I hate you.&amp;quot; So, depending on the query, it's possible to get the kind of results you describe, but I'd need to see the query and the results before I can figure out what's going on.</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000090d27cf</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f80000000090d27cf" title="The Complete Metaweb Query Language (MQL) Reference Guide: * doesn't appear to process a single word as stated"/>
    <summary type="html">HI Maccaday, can you tell me what the query was, and what results were returned? * matches any...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: * doesn't appear to process a single word as stated</title>
    <updated>2008-09-11T16:55:00.0019Z</updated>
  </entry><entry>
    <author>
    <name>crism</name>
    <uri>http://www.freebase.com/view/user/crism</uri>
  </author>
    <content type="html">Good catch, thanks. I filed a bug with our doc team on that.</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000090d0f1b</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f80000000090d0f1b" title="The Complete Metaweb Query Language (MQL) Reference Guide: * doesn't appear to process a single word as stated"/>
    <summary type="html">Good catch, thanks. I filed a bug with our doc team on that. </summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: * doesn't appear to process a single word as stated</title>
    <updated>2008-09-11T16:06:50.0019Z</updated>
  </entry><entry>
    <author>
    <name>maccaday</name>
    <uri>http://www.freebase.com/view/user/maccaday</uri>
  </author>
    <content type="html">Wouldn't using the 'offset' reserved word be a more elegant (and intuitive for those with experience in databases) method of implementing this?</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000090cc28b</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f80000000090cc28b" title="The Complete Metaweb Query Language (MQL) Reference Guide: Limit and offset"/>
    <summary type="html">Wouldn't using the 'offset' reserved word be a more elegant (and intuitive for those with...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: Limit and offset</title>
    <updated>2008-09-11T04:15:04.0012Z</updated>
  </entry><entry>
    <author>
    <name>maccaday</name>
    <uri>http://www.freebase.com/view/user/maccaday</uri>
  </author>
    <content type="html">&lt;p&gt;Can you explain this a little further, please?&amp;nbsp; I tried the query :&lt;/p&gt;&lt;p&gt;&amp;nbsp;{&lt;br /&gt;&amp;nbsp; &amp;quot;cursor&amp;quot; : null,&lt;br /&gt;&amp;nbsp; &amp;quot;limit&amp;quot; : 5,&lt;br /&gt;&amp;nbsp; &amp;quot;name&amp;quot; : null,&lt;br /&gt;&amp;nbsp; &amp;quot;type&amp;quot; : &amp;quot;/music/artist&amp;quot;&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;and I got an error saying that cursor was a reserved word.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks &lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000090cc0cd</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f80000000090cc0cd" title="The Complete Metaweb Query Language (MQL) Reference Guide: Limit and offset"/>
    <summary type="html">Can you explain this a little further, please?&amp;nbsp; I tried the query : &amp;nbsp;{&amp;nbsp; &amp;quot;cursor...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: Limit and offset</title>
    <updated>2008-09-11T04:03:38.0012Z</updated>
  </entry><entry>
    <author>
    <name>maccaday</name>
    <uri>http://www.freebase.com/view/user/maccaday</uri>
  </author>
    <content type="html">In the documentation it says that * matches a single word, but when I ran the queries for band names with two / three names, the lists were the same.&amp;nbsp; The number of *'s and spaces didn't seem to make a difference to the search.</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000090cbf87</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f80000000090cbf87" title="The Complete Metaweb Query Language (MQL) Reference Guide: * doesn't appear to process a single word as stated"/>
    <summary type="html">In the documentation it says that * matches a single word, but when I ran the queries for band...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: * doesn't appear to process a single word as stated</title>
    <updated>2008-09-11T03:27:11.0018Z</updated>
  </entry><entry>
    <author>
    <name>skud</name>
    <uri>http://www.freebase.com/view/user/skud</uri>
  </author>
    <content type="html">Thanks, weblivz!&amp;nbsp; Probably the best place to put this is under &lt;a href="/view/guid/9202a8c04000641f8000000008c03b50"&gt;Application Developer Tips&lt;/a&gt;, but I'm copying our docs guy, Phil, on this so he can help you out.</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f800000000902e349</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f800000000902e349" title="The Complete Metaweb Query Language (MQL) Reference Guide: c# example"/>
    <summary type="html">Thanks, weblivz!&amp;nbsp; Probably the best place to put this is under Application Developer Tips, but...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: c# example</title>
    <updated>2008-08-29T04:26:34.0012Z</updated>
  </entry><entry>
    <author>
    <name>weblivz</name>
    <uri>http://www.freebase.com/view/user/weblivz</uri>
  </author>
    <content type="html">&lt;p&gt;As there is not one above, i created a C# version here :&lt;/p&gt;&lt;p&gt;&lt;a href="http://tinyurl.com/6y6hea"&gt;http://tinyurl.com/6y6hea&lt;/a&gt;&lt;/p&gt;&lt;p&gt;If anyone knows a good place to put it please do so. New to this so don't wanna edit the description of the article!&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f8000000008f63e42</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f8000000008f63e42" title="The Complete Metaweb Query Language (MQL) Reference Guide: c# example"/>
    <summary type="html">As there is not one above, i created a C# version here : http://tinyurl.com/6y6hea If anyone knows a...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: c# example</title>
    <updated>2008-08-19T17:42:53.0017Z</updated>
  </entry><entry>
    <author>
    <name>cheunger</name>
    <uri>http://www.freebase.com/view/user/cheunger</uri>
  </author>
    <content type="html">Thanks for letting us know - I have heard that it was a bug in this release and will be fixed in the next one. </content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f8000000008e4881b</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f8000000008e4881b" title="The Complete Metaweb Query Language (MQL) Reference Guide: Can someone please fix the typography and layout of this page"/>
    <summary type="html">Thanks for letting us know - I have heard that it was a bug in this release and will be fixed in...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: Can someone please fix the typography and layout of this page</title>
    <updated>2008-08-13T21:37:28.0005Z</updated>
  </entry><entry>
    <author>
    <name>obie</name>
    <uri>http://www.freebase.com/view/user/obie</uri>
  </author>
    <content type="html">Dense, hard-to-understand material is made doubly difficult to read and process by lousy typography. The way that headers and lists are smooshed into each other on this page makes it very difficult to understand.</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f8000000008e4840a</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f8000000008e4840a" title="The Complete Metaweb Query Language (MQL) Reference Guide: Can someone please fix the typography and layout of this page"/>
    <summary type="html">Dense, hard-to-understand material is made doubly difficult to read and process by lousy typography...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: Can someone please fix the typography and layout of this page</title>
    <updated>2008-08-13T21:11:39.0017Z</updated>
  </entry><entry>
    <author>
    <name>crism</name>
    <uri>http://www.freebase.com/view/user/crism</uri>
  </author>
    <content type="html">You use cursors. Ask for &lt;strong&gt;cursor:null&lt;/strong&gt; in your first query. It will come back with a token filled in; pass that back to get the next set of results and a new cursor.</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f8000000008d9525c</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f8000000008d9525c" title="The Complete Metaweb Query Language (MQL) Reference Guide: Limit and offset"/>
    <summary type="html">You use cursors. Ask for cursor:null in your first query. It will come back with a token filled in;...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: Limit and offset</title>
    <updated>2008-08-04T13:23:58.0000Z</updated>
  </entry><entry>
    <author>
    <name>rishav</name>
    <uri>http://www.freebase.com/view/user/rishav</uri>
  </author>
    <content type="html">&lt;p&gt;I figured enough that you can use &amp;quot;limit&amp;quot; reserved to get the first few results of a query, &lt;/p&gt;&lt;p&gt;&amp;nbsp;say for some query&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;quot;limit&amp;quot; : 5&lt;/p&gt;&lt;p&gt;&amp;nbsp;this fetches the first five ,&amp;nbsp;&lt;/p&gt;&lt;p&gt;how do I fetch the next 5 &lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f8000000008d95168</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f8000000008d95168" title="The Complete Metaweb Query Language (MQL) Reference Guide: Limit and offset"/>
    <summary type="html">I figured enough that you can use &amp;quot;limit&amp;quot; reserved to get the first few results of a...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: Limit and offset</title>
    <updated>2008-08-04T13:06:21.0010Z</updated>
  </entry><entry>
    <author>
    <name>crism</name>
    <uri>http://www.freebase.com/view/user/crism</uri>
  </author>
    <content type="html">&lt;p&gt;&lt;p&gt;All links are truly bidirectional. The client may not &lt;em&gt;show&lt;/em&gt; them, but that is not the same thing. The Explore view (change &lt;strong&gt;view&lt;/strong&gt; to &lt;strong&gt;tools/explore&lt;/strong&gt; in the URL, or hit F8 to expose the tool bar at the bottom of the page) shows all incoming and outgoing links. Non-reciprocated properties can also be accessed in MQL using the &lt;strong&gt;!&lt;/strong&gt; operator:&lt;/p&gt;&lt;p&gt;{&lt;br /&gt;&amp;nbsp; &amp;quot;!/music/release/artist&amp;quot; : [&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;name&amp;quot; : null&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp; ],&lt;br /&gt;&amp;nbsp; &amp;quot;id&amp;quot; : &amp;quot;/en/the_beatles&amp;quot;&lt;br /&gt;}&lt;/p&gt;&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f8000000008659fba</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f8000000008659fba" title="The Complete Metaweb Query Language (MQL) Reference Guide: bidirectional links"/>
    <summary type="html">All links are truly bidirectional. The client may not show them, but that is not the same thing....</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: bidirectional links</title>
    <updated>2008-06-17T22:20:16.0007Z</updated>
  </entry><entry>
    <author>
    <name>vtalwar</name>
    <uri>http://www.freebase.com/view/user/vtalwar</uri>
  </author>
    <content type="html">&lt;p&gt;&lt;p&gt;&amp;quot;One of the fundamental aspects of Metaweb is that all links between nodes are bi-directional.&amp;quot;&lt;/p&gt;&lt;p&gt;Is this really true? There are properties that have no reverse property defined, and are in effect unidirectional.&lt;/p&gt;&lt;p&gt;These can be found with the following query:&lt;/p&gt;&lt;p&gt;[&lt;br /&gt;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;id&amp;quot; : null,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;limit&amp;quot; : 10,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;reverse_property&amp;quot; : {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;id&amp;quot; : null,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;optional&amp;quot; : &amp;quot;forbidden&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;type&amp;quot; : &amp;quot;/type/property&amp;quot;&lt;br /&gt;&amp;nbsp; }&lt;br /&gt;] &lt;/p&gt;&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000086591f2</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f80000000086591f2" title="The Complete Metaweb Query Language (MQL) Reference Guide: bidirectional links"/>
    <summary type="html">&amp;quot;One of the fundamental aspects of Metaweb is that all links between nodes are bi-directional....</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: bidirectional links</title>
    <updated>2008-06-17T21:36:05.0012Z</updated>
  </entry><entry>
    <author>
    <name>dwiel</name>
    <uri>http://www.freebase.com/view/user/dwiel</uri>
  </author>
    <content type="html">&lt;p&gt;something which is not documented here is that &amp;quot;optional&amp;quot; : &amp;quot;forbidden&amp;quot; can be used to require that nothing like that object exist.&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000086125fe</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f80000000086125fe" title="The Complete Metaweb Query Language (MQL) Reference Guide: Howto forbid a property from existing"/>
    <summary type="html">something which is not documented here is that &amp;quot;optional&amp;quot; : &amp;quot;forbidden&amp;quot; can be...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: Howto forbid a property from existing</title>
    <updated>2008-06-12T22:09:49.0005Z</updated>
  </entry><entry>
    <author>
    <name>biosopher</name>
    <uri>http://www.freebase.com/view/user/biosopher</uri>
  </author>
    <content type="html">&lt;p&gt;&lt;p&gt;Thanks for the pointer gmackenz.&amp;nbsp; I was searching for the wrong terms and getting zero results.&amp;nbsp; You pointed me in the right direction:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;http://www.freebase.com/api/trans/raw/guid/9202a8c04000641f80000000001170a3&lt;br /&gt;&lt;a rel="nofollow" href="../api/trans/blurb/guid/9202a8c04000641f80000000001170a3" class="exlink"&gt;http://www.freebase.com/api/trans/blurb/guid/9202a8c04000641f80000000001170a3&lt;br /&gt;&lt;/a&gt;&lt;a rel="nofollow" href="../api/trans/blurb/guid/9202a8c04000641f800000000038e04d?maxlength=300" class="exlink"&gt;http://www.freebase.com/api/trans/blurb/guid/9202a8c04000641f800000000038e04d?maxlength=300&lt;/a&gt;&lt;a rel="nofollow" href="../api/trans/blurb/guid/9202a8c04000641f80000000001170a3" class="exlink"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;As discussed in detail here&amp;nbsp;&lt;/p&gt;&lt;p&gt;http://markmail.org/message/fot76nyzeprvsgly#query:+page:1+mid:hkzgwbs6pbznui4w+state:results&lt;br /&gt;http://markmail.org/message/fot76nyzeprvsgly#query:freebase.com%20API%2Ftrans+page:1+mid:balofou7axzv53vr+state:results&lt;/p&gt;&lt;p&gt;Thanks,&lt;br /&gt;biosopher&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000085dcde5</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f80000000085dcde5" title="The Complete Metaweb Query Language (MQL) Reference Guide: Retrieivng data for multiple guid's with a single equery "/>
    <summary type="html">Thanks for the pointer gmackenz.&amp;nbsp; I was searching for the wrong terms and getting zero results...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: Retrieivng data for multiple guid's with a single equery </title>
    <updated>2008-06-11T07:40:30.0007Z</updated>
  </entry><entry>
    <author>
    <name>gmackenz</name>
    <uri>http://www.freebase.com/view/user/gmackenz</uri>
  </author>
    <content type="html">&lt;p&gt;&lt;p&gt;Your excellent question here (&lt;a href="/view/guid/9202a8c04000641f80000000085c0a91"&gt;and also on the Query Builder page&lt;/a&gt;) might already be answered in the archives of the App developers mail list (&lt;a href="/developer"&gt;linked to on the App page&lt;/a&gt;). In fact I know the question about getting the description was answered recently on one of our two mail lists. &lt;/p&gt;&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000085cab65</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f80000000085cab65" title="The Complete Metaweb Query Language (MQL) Reference Guide: Retrieivng data for multiple guid's with a single equery "/>
    <summary type="html">Your excellent question here (and also on the Query Builder page) might already be answered in the...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: Retrieivng data for multiple guid's with a single equery </title>
    <updated>2008-06-10T23:58:21.0000Z</updated>
  </entry><entry>
    <author>
    <name>biosopher</name>
    <uri>http://www.freebase.com/view/user/biosopher</uri>
  </author>
    <content type="html">&lt;p&gt;&lt;p&gt;I need to obtain data across multiple guid's within a single query.&amp;nbsp; E.g. this simple query gets the name for a single guid.&amp;nbsp; Is there a way to pass in multiple IDs to get back information on each?&amp;nbsp; I.e. I don't want to perform 100's of individual queries.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 0pt; margin-bottom: 0pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed"&gt;&lt;span style="font-size: 10pt; font-family: Calibri; color: black"&gt;{&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin-top: 0pt; margin-bottom: 0pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed"&gt;&lt;span style="font-size: 10pt; font-family: Calibri; color: black"&gt;&lt;span&gt;&amp;nbsp; &lt;/span&gt;&amp;quot;id&amp;quot; : &amp;quot;/&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: Calibri; color: black"&gt;guid&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: Calibri; color: black"&gt;/9202a8c04000641f800000000023907a&amp;quot;,&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin-top: 0pt; margin-bottom: 0pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed"&gt;&lt;span style="font-size: 10pt; font-family: Calibri; color: black"&gt;&lt;span&gt;&amp;nbsp; &lt;/span&gt;&amp;quot;name&amp;quot; : null,&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin-top: 0pt; margin-bottom: 0pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed"&gt;&lt;span style="font-size: 10pt; font-family: Calibri; color: black"&gt;}&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;Thanks,&lt;br /&gt;biosopher &lt;/p&gt;&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000085c0d7a</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f80000000085c0d7a" title="The Complete Metaweb Query Language (MQL) Reference Guide: Retrieivng data for multiple guid's with a single equery "/>
    <summary type="html">I need to obtain data across multiple guid's within a single query.&amp;nbsp; E.g. this simple query...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: Retrieivng data for multiple guid's with a single equery </title>
    <updated>2008-06-10T23:01:56.0012Z</updated>
  </entry><entry>
    <author>
    <name>amsterdamharu</name>
    <uri>http://www.freebase.com/view/user/amsterdamharu</uri>
  </author>
    <content type="html">&lt;p&gt;section 4.8 states &amp;quot;The trans service does not support a callback parameter as the mqlread service does&amp;quot;, this is outdated since the api states it can and it can:&lt;br /&gt;&lt;br /&gt;http://www.freebase.com/view/guid/9202a8c04000641f8000000007628edf&lt;br /&gt;&lt;br /&gt;The trans example could use some improvement too since it is digging out &amp;quot;unrelated&amp;quot; documents from the store. It would be more informative and more consistent to get documents on the band &amp;quot;the police&amp;quot;&lt;br /&gt;&lt;br /&gt;Query to get guid's for articles and images&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; &amp;quot;article&amp;quot; : [&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;guid&amp;quot; : [&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ],&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;id&amp;quot; : null&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp; ],&lt;br /&gt;&amp;nbsp; &amp;quot;id&amp;quot; : &amp;quot;/en/the_police&amp;quot;,&lt;br /&gt;&amp;nbsp; &amp;quot;image&amp;quot; : [&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;guid&amp;quot; : [&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ],&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;id&amp;quot; : null&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp; ],&lt;br /&gt;&amp;nbsp; &amp;quot;type&amp;quot; : &amp;quot;/common/topic&amp;quot;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;Query to get the article (function foo can format result without using a proxy):&lt;br /&gt;http://www.freebase.com/api/trans/raw/guid/9202a8c04000641f800000000006df25?callback=foo&lt;br /&gt;&lt;br /&gt;Query to get the image (you can use this as the source property of the image element)&lt;br /&gt;http://www.freebase.com/api/trans/image_thumb/guid/9202a8c04000641f8000000003c18713?maxwidth=300&amp;amp;maxheight=300&lt;br /&gt;Note: you cannot make an image bigger than the origional with maxwith and maxheight&lt;br /&gt;&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000085a616c</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f80000000085a616c" title="The Complete Metaweb Query Language (MQL) Reference Guide: Fetching Content with trans"/>
    <summary type="html">section 4.8 states &amp;quot;The trans service does not support a callback parameter as the mqlread...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: Fetching Content with trans</title>
    <updated>2008-06-08T10:14:57.0005Z</updated>
  </entry><entry>
    <author>
    <name>dorjeduck</name>
    <uri>http://www.freebase.com/view/user/dorjeduck</uri>
  </author>
    <content type="html">&lt;p&gt;&lt;p&gt;Good morning all. &lt;/p&gt;&lt;p&gt;Has a random feature become manifest in the meantime or is is on the agenda?&lt;/p&gt;&lt;p&gt;Cheers&lt;/p&gt;&lt;p&gt;&amp;nbsp;martin &lt;/p&gt;&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f8000000008599a0c</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f8000000008599a0c" title="The Complete Metaweb Query Language (MQL) Reference Guide: sort by random"/>
    <summary type="html">Good morning all.  Has a random feature become manifest in the meantime or is is on the agenda? Cheers...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: sort by random</title>
    <updated>2008-06-06T07:11:39.0007Z</updated>
  </entry><entry>
    <author>
    <name>jeff</name>
    <uri>http://www.freebase.com/view/user/jeff</uri>
  </author>
    <content type="html">&lt;p&gt;The type &lt;a href="/tools/schema/common/topic"&gt;/common/topic&lt;/a&gt; has a property &amp;quot;webpage&amp;quot; that you can use.&amp;nbsp; All topics should include /common/topic as one of the types (although it won't be listed explicitly on the page) -- it's what gives them the images, weblinks, description, and &amp;quot;also known as&amp;quot; properties. &lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f800000000852e47e</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f800000000852e47e" title="The Complete Metaweb Query Language (MQL) Reference Guide: Writing Weblink"/>
    <summary type="html">The type /common/topic has a property &amp;quot;webpage&amp;quot; that you can use.&amp;nbsp; All topics should...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: Writing Weblink</title>
    <updated>2008-06-03T17:50:41.0000Z</updated>
  </entry><entry>
    <author>
    <name>jamslevy</name>
    <uri>http://www.freebase.com/view/user/jamslevy</uri>
  </author>
    <content type="html">&lt;p&gt;&lt;p&gt;It looks like it isn't possible to use the write service to create weblinks, as it's outside the schema. But maybe I'm wrong.&lt;/p&gt;&lt;p&gt;&amp;nbsp;If we want to establish a link for an object, am I correct in guessing that the schema would need to incorporate a link property? &lt;/p&gt;&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000084fa591</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f80000000084fa591" title="The Complete Metaweb Query Language (MQL) Reference Guide: Writing Weblink"/>
    <summary type="html">It looks like it isn't possible to use the write service to create weblinks, as it's outside the...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: Writing Weblink</title>
    <updated>2008-05-31T20:26:55.0012Z</updated>
  </entry><entry>
    <author>
    <name>cheunger</name>
    <uri>http://www.freebase.com/view/user/cheunger</uri>
  </author>
    <content type="html">&lt;p&gt;Currently there is no way to have MQL return a random set of items.&amp;nbsp; You might want to post this as an enhancement request &lt;a href="/site/feedback"&gt;here&lt;/a&gt;.&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f8000000007c666c1</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f8000000007c666c1" title="The Complete Metaweb Query Language (MQL) Reference Guide: sort by random"/>
    <summary type="html">Currently there is no way to have MQL return a random set of items.&amp;nbsp; You might want to post...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: sort by random</title>
    <updated>2008-04-01T02:47:13.0007Z</updated>
  </entry><entry>
    <author>
    <name>divideby0</name>
    <uri>http://www.freebase.com/view/user/divideby0</uri>
  </author>
    <content type="html">&lt;p&gt;&lt;p&gt;is there any way to retrieve a random item in list of items?&amp;nbsp; I often run into scenarios where i want to test a random series of (valid) us addresses against my business rules.&amp;nbsp; it would be great if i could so something like this:&lt;/p&gt;&lt;p&gt;&amp;nbsp;{&lt;/p&gt;&lt;pre&gt;  &amp;quot;&lt;strike&gt;query&lt;/strike&gt;&amp;quot; : [&lt;br /&gt;    {&lt;br /&gt;      &amp;quot;citytown&amp;quot; : &lt;strong&gt;null&lt;/strong&gt;,&lt;br /&gt;      &amp;quot;limit&amp;quot; : 10,&lt;br /&gt;      &amp;quot;sort&amp;quot; : &lt;strong&gt;random&lt;/strong&gt;,&lt;br /&gt;      &amp;quot;state_province_region&amp;quot; : &lt;strong&gt;null&lt;/strong&gt;,&lt;br /&gt;      &amp;quot;street_address&amp;quot; : &lt;strong&gt;null&lt;/strong&gt;,&lt;br /&gt;      &amp;quot;type&amp;quot; : &amp;quot;/&lt;u&gt;location&lt;/u&gt;/mailing_address&amp;quot;&lt;br /&gt;    }&lt;br /&gt;  ]&lt;/pre&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f8000000007bee476</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f8000000007bee476" title="The Complete Metaweb Query Language (MQL) Reference Guide: sort by random"/>
    <summary type="html">is there any way to retrieve a random item in list of items?&amp;nbsp; I often run into scenarios where...</summary>
    <title>The Complete Metaweb Query Language (MQL) Reference Guide: sort by random</title>
    <updated>2008-03-28T21:47:37.0012Z</updated>
  </entry>
</feed>