Skip to content

Commit 0e56869

Browse files
committed
Generalized logo's description to match associated types.
schemaorg#144 Previously, "A logo associated with an organization." However, also Brand, Place, Product types take "logo" property.
1 parent 8051bc3 commit 0e56869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/schema.rdfa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6980,7 +6980,7 @@ Note that Event uses startDate/endDate instead of startTime/endTime, even when d
69806980
</div>
69816981
<div typeof="rdf:Property" resource="http://schema.org/logo">
69826982
<span class="h" property="rdfs:label">logo</span>
6983-
<span property="rdfs:comment">A logo associated with an organization.</span>
6983+
<span property="rdfs:comment">An associated logo.</span>
69846984
<link property="rdfs:subPropertyOf" href="http://schema.org/image" />
69856985
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
69866986
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>

0 commit comments

Comments
 (0)