Skip to content

Commit

Permalink
width/height/depth are now "The {blah} of the item.",
Browse files Browse the repository at this point in the history
i.e. without mentioning Product, Person or other specific earlier types.
For #204
  • Loading branch information
danbri committed Jan 30, 2015
1 parent 6f2e42e commit bf79073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/schema.rdfa
Expand Up @@ -5694,7 +5694,7 @@
</div>
<div typeof="rdf:Property" resource="http://schema.org/depth">
<span class="h" property="rdfs:label">depth</span>
<span property="rdfs:comment">The depth of the product.</span>
<span property="rdfs:comment">The depth of the item.</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Distance">Distance</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
Expand Down Expand Up @@ -6528,7 +6528,7 @@ Note that Event uses startDate/endDate instead of startTime/endTime, even when d
</div>
<div typeof="rdf:Property" resource="http://schema.org/height">
<span class="h" property="rdfs:label">height</span>
<span property="rdfs:comment">The height of the item or person.</span>
<span property="rdfs:comment">The height of the item.</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
Expand Down

0 comments on commit bf79073

Please sign in to comment.