In the microdata markup below, what does the itemref attribute accomplish?<div itemscope itemtype="https://schema.org/Product" itemref="shared-brand"> <span itemprop="name">Widget</span> </div> <p id="shared-brand" itemprop="brand">Acme</p>