Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我看到Freebase中topic之间的关系是这样开始的:
/user/foo/... /music/album/... /base/talships/...
我是否应该只检查关系是否以“base”或“user”开头,在这种情况下,域不是公共域?因此,如果它以“base”或“user”以外的任何单词开头,那么它就是一个公共域。
我的理解正确吗?
是的,通常您可以通过查看 ID 来判断某物是用户域还是基础。然而,最可靠的方法是在 MQL 中,如下所示:
{ "id": "/music/album", "/type/type/domain": { "/freebase/domain_profile/category": [{ "id": null }] } }
任何具有该类别/category/commons的域都是 Freebase 公共域。
/category/commons