Re: new itemscope or not?

Oops, had a small typo in that example, here it is again:

<div itemscope itemtype ="http://schema.org/Book">
  <span itemid="http://en.wikipedia.org/wiki/William_Shakespeare"
itemprop="author" itemscope itemtype="http://schema.org/Person">
    <span itemprop="name">Shakespeare, William</span>
  </span>
</div>

//Ed

Received on Friday, 7 September 2012 18:11:59 UTC