itemid across web pages when target webpage has multiple itemscopes

So, I understand that you can use something like:

    <div itemprop="foo" itemscope itemtype="http://schema.org/Foo" itemid="http://example.com/bar"></div>

to refer to a Foo on another webpage.

What happens if there are two or more itemscopes of type Foo on http://example.com/bar?

It seems like you ought to be able to use an html fragment to distinguish between them (e.g. itemid="http:/example.com/bar#foo1"), but I haven't been able to find any examples on the web.

Also, would the fragment need to refer to something like <a name="foo1">, or could it also refer to something like <div id="foo1">?

Thanks!

-Dave

Received on Wednesday, 12 June 2013 17:32:57 UTC