I'd like to query only specific properties like "/common/topic/description", "/common/topic/image" and "/common/topic/notable_for" of a certain topic. It would be even better if I could request those properties for several topics at once. Or does it has to be just "/common/topic" filter?
Update
I tried this query for topic /en/the_doors https://www.googleapis.com/freebase/v1/topic/en/the_doors?filter=(all%20/common/topic/image%20/common/topic/description)
It responds with error messege "filter is invalid: (all /common/topic/image /common/topic/description) is not a valid filter, try one of allproperties,commons,all,suggest or a schema path."
The answer was pretty obvious)
https://www.googleapis.com/freebase/v1/topic/en/the_doors?filter=/common/topic/notable_for&filter=/common/topic/description&filter=/common/topic/image