Domain
From Freebase
(Redirected from Domains)
A domain is a collection of Types which share a namespace. It is typed as /type/domain. It can occur anywhere in the namespace, eg:
- /film
- /base/tallships
- /user/skud/default_domain
- /freebase/apps
Commons and Bases are special types of domains.
A list can be fetched using:
[{
"id": null,
"name": null,
"type": "/type/domain",
"key": [{
"namespace": "/"
}]
}]