[Developers] mqlwrite: compact update?
Augusto Callejas
acallejas at appliedminds.com
Wed Jun 4 22:52:13 UTC 2008
hi-
there is an example of updating a name property:
http://freebase.com/view/guid/9202a8c04000641f800000000544e111#id2622029
{
"id":"#9202a8c04000641f800000000003800f",
"name":{
"connect":"update",
"value":"B",
"lang":"/lang/en"
}
}
is there a more compact form for this type of update?
like:
{
"id":"#9202a8c04000641f800000000003800f",
"create":"update",
"name":"B"
}
thanks,
augusto.
More information about the Developers
mailing list