<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Here is a sample MQL query that will give you the IDs for all objects
of type /people/person that have changed since November 10th. <br>
<br>
[<br>
{<br>
"filter_1:timestamp>=" : "2008-11-10",<br>
"source" : {<br>
"object_id:id" : null,<br>
"type" : "/people/person"<br>
},<br>
"type" : "/type/link"<br>
}<br>
]<br>
<br>
Rishav Rastogi wrote:
<blockquote
cite="mid:7e9956c50811120311j5dd2dd69u1aee69577e7f4ff8@mail.gmail.com"
type="cite">I have already done a full import using Freebase, but the
Freebase data keeps changing. <br>
<br>
is there a way to fetch the latest/recently updated Freebase topics
using MQL or some other method ?<br>
<br>
Thanks<br>
Rishav<br>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Developers@freebase.com">Developers@freebase.com</a>
<a class="moz-txt-link-freetext" href="http://lists.freebase.com/mailman/listinfo/developers">http://lists.freebase.com/mailman/listinfo/developers</a>
</pre>
</blockquote>
<br>
</body>
</html>