Skip to content

Commit bccb613

Browse files
committed
producer property takes Organization values, rather than
applying to Organizations. This was a typo in the RDFS/RDFa markup. Fixes #222
1 parent 0a281c4 commit bccb613

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
@@ -7896,7 +7896,7 @@ Note that Event uses startDate/endDate instead of startTime/endTime, even when d
78967896
<span property="rdfs:comment">The person or organization who produced the work (e.g. music album, movie, tv/radio series etc.).</span>
78977897
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
78987898
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
7899-
<span>Range: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
7899+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
79007900
</div>
79017901
<div typeof="rdf:Property" resource="http://schema.org/produces">
79027902
<span class="h" property="rdfs:label">produces</span>

0 commit comments

Comments
 (0)