[Developers] error in returned type?
Bryan Cheung
bryan.cheung at metaweb.com
Thu May 22 23:16:25 UTC 2008
The links to/from /guid/9202a8c04000641f80000000070f1e70 have been
removed and it shouldn't return in your MQL queries anymore.
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