[Data-modeling] How to move types to a new domain?
Will Moffat
willmoffat at metaweb.com
Tue Feb 26 15:51:18 UTC 2008
Hi Bryan,
> Currently, we only have an internal tool that can move types between
> domains and we'll be glad to help you in moving these types. In a
Thanks. It would be great if you could move the two types for me.
As Jason said, I would be interested to know what's going on under the
hood.
* Is there an understandable sequence of MQL writes involved?
> We can also leave the old namespace keys mikelove's default domain,
> and that should allow applications to access these types through /
> user/
> mikelove/default_domain or /user/mikelove/influence.
Some questions, after the move:
* Will the old types still appear as types in the Freebase.com client?
* What type will MQL return? for example, I would expect
{
"query" : {
"id" : "/topic/en/t_s_eliot",
"type" : []
}
}
to include: "/user/mikelove/influence/influence_node",
but to no longer include: "/user/mikelove/default_domain/
influence_node",
* Will old applications still work? For example will this query still
succeed?
{
"query" : {
"id" : "/topic/en/t_s_eliot",
"type" : "/user/mikelove/default_domain/influence_node"
}
}
thanks,
--Will
More information about the Data-modeling
mailing list