Thanks Michele. <br>I see how one can apply the timestamp property as a condition. However when I try the query below in query editor, I dont get any results.<br><br>Btw, will the timestamp condition apply to only new records i.e. topics applied after the given timestamp, OR to records that were updated after the timestamp as well?<br>
<br>Thanks again.<br>Sumit<br><br><br><br><br><div class="gmail_quote">On Tue, Jan 27, 2009 at 10:11 AM, Michele Berg <span dir="ltr"><<a href="mailto:michele.r.berg@gmail.com">michele.r.berg@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Sumit,<br><br>Below is a query that uses timestamp to limit the return values. It's querying links from Cookie Monster, but it does demonstrate this usage of timestamp. :)<br>
<br>hth,<br><br>Michele<br><br>[<br> {<br>
"creator" : null,<br> "master_property" : null,<br> "operation" : null,<br> "source" : {<br> "guid" : "#9202a8c04000641f8000000000099dce",<br>
"timestamp" : null,<br>
"type" : "/people/person"<br> },<br> "target" : {<br> "id" : null,<br> "optional" : true,<br> "type" : []<br> },<br> "target_value" : null,<br>
"timestamp" : null,<br> "timestamp>=" : "2008-10-23T22:23:00.000Z",<br> "type" : "/type/link",<br> "valid" : null<br> }<br>]<br><br><br><div class="gmail_quote">
<div><div></div><div class="Wj3C7c">
On Tue, Jan 27, 2009 at 8:59 AM, Sumit <span dir="ltr"><<a href="mailto:shah.sumit@gmail.com" target="_blank">shah.sumit@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">
Hi Freebasers,<div>We have built a simple utility that downloads movies, tv_shows, etc. from by a simple mql query. Now we need to update the info we already have.</div><div>Can I specify a timestamp in MQL, as in, download all movies added or updated after Jan 1st 2009? So that our simple tool will not have to downloading all topics under movies again and check for the differential?</div>
<div><br></div><font color="#888888"><div>Sumit</div><div><br></div><div><br></div>
</font><br></div></div>_______________________________________________<br>
Developers mailing list<br>
<a href="mailto:Developers@freebase.com" target="_blank">Developers@freebase.com</a><br>
<a href="http://lists.freebase.com/mailman/listinfo/developers" target="_blank">http://lists.freebase.com/mailman/listinfo/developers</a><br>
<br></blockquote></div><br>
</blockquote></div><br>