- From: Jarno van Driel <jarno@quantumspork.nl>
- Date: Tue, 11 Jun 2013 01:51:53 +0200
- To: public-vocabs@w3.org
To be a bit more clear where my point is going. (My previous response was a bit incomplete). ------------------------------------------------------ In case the proposal is taken as a base (Nested): <!--First level of the first chain--> <p itemprop="breadcrumb" itemscope itemtype="http://schema.org/WebPage"> <a itemprop="url" href="/category/books"> <span itemprop="name">Books</span> </a> <!--Second level of the first chain--> <span itemprop="child" itemscope itemtype="http://schema.org/WebPage"> <a itemprop="url" href="/category/books/classics"> <span itemprop="name">Boring classics</span> </a> <!--Third level of the first chain--> <span itemprop="child" itemscope itemtype="http://schema.org/WebPage"> <a itemprop="url" href="/category/books/classics"> <span itemprop="name">Boring classics</span> </a> </span> </span> </p> <!--First level of the second chain--> <p itemprop="breadcrumb" itemscope itemtype="http://schema.org/WebPage"> <a itemprop="url" href="/category/books"> <span itemprop="name">Books</span> </a> <!--Second level of the second chain--> <span itemprop="child" itemscope itemtype="http://schema.org/WebPage"> <a itemprop="url" href="/category/books/classics"> <span itemprop="name">Boring classics</span> </a> <!--Third level of the second chain--> <span itemprop="child" itemscope itemtype="http://schema.org/WebPage"> <a itemprop="url" href="/category/books/classics"> <span itemprop="name">Boring classics</span> </a> </span> </span> </p> ------------------------------------------------------ And in case the data-vocabulary style is taken as a base (Ordered): <!--First level of the first chain--> <p itemprop="breadcrumb" itemscope itemtype="http://schema.org/WebPage"> <a itemprop="url" href="/category/books"> <span itemprop="name">Books</span> </a> <!--Second level of the first chain--> <span itemprop="child" itemscope itemtype="http://schema.org/WebPage"> <a itemprop="url" href="/category/books/classics"> <span itemprop="name">Boring classics</span> </a> <!--Third level of the first chain--> <span itemprop="child" itemscope itemtype="http://schema.org/WebPage"> <a itemprop="url" href="/category/books/classics"> <span itemprop="name">Boring classics</span> </a> </span> </p> <!--First level of the second chain--> <p itemprop="breadcrumb" itemscope itemtype="http://schema.org/WebPage"> <a itemprop="url" href="/category/books"> <span itemprop="name">Books</span> </a> <!--Second level of the second chain--> <span itemprop="child" itemscope itemtype="http://schema.org/WebPage"> <a itemprop="url" href="/category/books/classics"> <span itemprop="name">Boring classics</span> </a> <!--Third level of the second chain--> <span itemprop="child" itemscope itemtype="http://schema.org/WebPage"> <a itemprop="url" href="/category/books/classics"> <span itemprop="name">Boring classics</span> </a> </span> </p> ------------------------------------------------------ The way I see it imho - either way doesn't need a new type. In both cases it's resolved by adding a new property to WebPage.
Received on Monday, 10 June 2013 23:52:20 UTC