Skip to content

Commit

Permalink
Merge pull request #35 from dbs/encodings_consistency
Browse files Browse the repository at this point in the history
VOCAB: Consistency of encoding / associatedMedia description
  • Loading branch information
danbri committed Jul 22, 2014
2 parents 1b68b86 + bf4f3f4 commit bb43fcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/schema.rdfa
Expand Up @@ -4758,7 +4758,7 @@
</div>
<div typeof="rdf:Property" resource="http://schema.org/associatedMedia">
<span class="h" property="rdfs:label">associatedMedia</span>
<span property="rdfs:comment">The media objects that encode this creative work. This property is a synonym for encodings.</span>
<span property="rdfs:comment">A media object that encodes this CreativeWork. This property is a synonym for encoding.</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
</div>
Expand Down Expand Up @@ -5912,13 +5912,13 @@
</div>
<div typeof="rdf:Property" resource="http://schema.org/encodesCreativeWork">
<span class="h" property="rdfs:label">encodesCreativeWork</span>
<span property="rdfs:comment">The creative work encoded by this media object</span>
<span property="rdfs:comment">The CreativeWork encoded by this media object.</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/encoding">
<span class="h" property="rdfs:label">encoding</span>
<span property="rdfs:comment">A media object that encode this CreativeWork.</span>
<span property="rdfs:comment">A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
</div>
Expand All @@ -5931,7 +5931,7 @@
<div typeof="rdf:Property" resource="http://schema.org/encodings">
<span class="h" property="rdfs:label">encodings</span>
<span property="http://schema.org/supercededBy" href="http://schema.org/encoding"/>
<span property="rdfs:comment">The media objects that encode this creative work (legacy spelling; see singular form, encoding).</span>
<span property="rdfs:comment">A media object that encodes this CreativeWork (legacy spelling; see singular form, encoding).</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
</div>
Expand Down

0 comments on commit bb43fcf

Please sign in to comment.