[Developers] error in returned type?

Bryan Cheung bryan.cheung at metaweb.com
Tue May 20 21:56:14 UTC 2008


/guid/9202a8c04000641f80000000070f1e70 was the type formerly known as / 
book/illustrated_work.  It was deprecated and deleted, but it looks  
not all the links to that node were removed.  Your MQL query returned  
the still active link between the topic and the type.

Thanks for noticing, and we'll clean it up.

Bryan


On May 20, 2008, at 2:17 PM, Christian Hirsch wrote:

> using this query:
>   {
>     "id" : "/en/brave_new_world",
>     "type" : []
>   }
>
> returns the following type ids:
>       "/common/topic",
>       "/book/book",
>       "/media_common/adapted_work",
>       "/guid/9202a8c04000641f80000000070f1e70",
>       "/book/written_work"
>
> using then these ids, e.g.:
>   {
>     "*" : [],
>     "id" : "/en/brave_new_world",
>     "type" : "/book/book"
>   }
>
> ...works fine, except for this query (returns error: "not a valid  
> typename"):
>   {
>     "*" : [],
>     "id" : "/en/brave_new_world",
>     "type" : "/guid/9202a8c04000641f80000000070f1e70"
>   }
>
> I assume this is because /guid/9202a8c04000641f80000000070f1e70 has  
> only the type "/freebase/type_profile" and not "/type/type". But why  
> is it then returned by the first query above? Could this be a bug?
>
> _______________________________________________
> Developers mailing list
> Developers at freebase.com
> http://lists.freebase.com/mailman/listinfo/developers



More information about the Developers mailing list