The slightly longer answer is you should probably rethink your data model. A restaurant and a cinema are two different things, and would likely be better represented as different content types, where they can also benefit from having different fields...
Comments
Comment #1
dr.admin commented+1 i need it too. I have Organization type with AggregateRating i need to mark Organization and several fields of Organization as AggregateRating
Comment #2
daemonchrist commentedThe short answer is no.
The slightly longer answer is you should probably rethink your data model. A restaurant and a cinema are two different things, and would likely be better represented as different content types, where they can also benefit from having different fields...