[Developers] flag for merge?
Kurt Bollacker
kurt at metaweb.com
Fri May 9 01:00:39 UTC 2008
On Thu, May 08, 2008 at 04:25:39PM -0700, Arthur van Hoff wrote:
> Hi,
>
>
>
> I would like to flag two topics for merging using a script.
>
> What is the MQL query that I should use?
Try something like:
{
"query" : [
{
"authority" : "/user/myuserid",
"create" : "unconditional",
"duplicates" : [
{
"id" : "/guid/IDOFFIRSTTOPIC"
},
{
"id" : "/guid/IDOFSECONDTOPIC"
}
],
"id" : null,
"type" : "/freebase/duplicate_collection"
}
]
}
>
>
> Thanks.
>
>
>
> ___________________________________________
>
> Arthur van Hoff, Dell-ZING, CTO Software and Services.
>
> W: 650-267-2413, F: 650-267-2498, M: 650-283-0842
>
>
>
> _______________________________________________
> Developers mailing list
> Developers at freebase.com
> http://lists.freebase.com/mailman/listinfo/developers
More information about the Developers
mailing list