I can\'t seem to find the answer for this anywhere.
I\'ve got itemscope itemtype=\"http://data-vocabulary.org/Review\"
on the body tag.
Now the
you want itemprop="description" on multiple div elements here you can see itemprop="name" on multiple span elements for example, so it might be ok
Well, you are adding several descriptions for the same item. That’s fine from the Microdata perspective.
Microdata only defines that an item’s properties with the same name are ordered (see the examples), while different properties are "unordered with respect to each other".
Microdata does not define if this should mean that all these descriptions should be consolidated into one description (your use case), or if these are alternative descriptions (for example one could offer descriptions in several languages).
But how consumers (like Google) interpret this, that is up to them; it might be unknown/undocumented; it might change daily. Discussion about this is probably off-topic on SO; it might better fit on Webmasters SE.