Re: ItemList

On 10 June 2014 18:01, Alexander Shubin <ajax@yandex-team.ru> wrote:
>> Does it fit the schema design I posted?
>
> Sure. That’s why I proposed them :) Actually it uses the fact that ItemListElement is Thing.
>
>> Re 'numberOfElements' maybe we can find an existing property to
>> extend?
>
> I couldn't find anything suitable.

Adding,

+    <div typeof="rdf:Property" resource="http://schema.org/numberOfElements">
+      <span class="h" property="rdfs:label">numberOfElements</span>
+      <span property="rdfs:comment">The number of elements in an
ItemList.</span>
+      <span>Domain: <a property="http://schema.org/domainIncludes"
href="http://schema.org/ItemList">ItemList</a></span>
+      <span>Range: <a property="http://schema.org/rangeIncludes"
href="http://schema.org/Number">Number</a></span>
+    </div>

I've added one example so far, based on your first.

-> http://sdo-wip1.appspot.com/ItemList is updated, as is git
(https://github.com/danbri/schemaorg/commits/sdo-itemlist)

Dan

Received on Tuesday, 10 June 2014 17:36:34 UTC