Skip to content

Commit

Permalink
Merge pull request #413 from unor/unor-patch-6
Browse files Browse the repository at this point in the history
extended domain of award/awards (#365)
  • Loading branch information
danbri committed Apr 16, 2015
2 parents 955fa02 + 76203c0 commit d8122c3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions data/schema.rdfa
Expand Up @@ -5073,17 +5073,21 @@
</div>
<div typeof="rdf:Property" resource="http://schema.org/award">
<span class="h" property="rdfs:label">award</span>
<span property="rdfs:comment">An award won by this person or for this creative work.</span>
<span property="rdfs:comment">An award won by or for this item.</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></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/Text">Text</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/awards">
<span class="h" property="rdfs:label">awards</span
> <span property="http://schema.org/supersededBy" href="http://schema.org/award"/>
<span property="rdfs:comment">Awards won by this person or for this creative work.</span>
<span property="rdfs:comment">Awards won by or for this item.</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></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/Text">Text</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/background">
Expand Down

0 comments on commit d8122c3

Please sign in to comment.