itemscope defines the scope of associated metadata. itemscope is a boolean attribute. <div itemscope
itemtype="https://schema.org/Thing" >
<div class="…" itemprop="name" >…</div>
<div class="…" itemprop="identifier">…</div>
</div>