Permalink
Browse files
producer property takes Organization values, rather than
applying to Organizations. This was a typo in the RDFS/RDFa
markup.
Fixes #222
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
data/schema.rdfa
|
|
@@ -7896,7 +7896,7 @@ Note that Event uses startDate/endDate instead of startTime/endTime, even when d |
|
|
<span property="rdfs:comment">The person or organization who produced the work (e.g. music album, movie, tv/radio series etc.).</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/Person">Person</a></span>
|
|
|
- <span>Range: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
|
|
|
+ <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
|
|
|
</div>
|
|
|
<div typeof="rdf:Property" resource="http://schema.org/produces">
|
|
|
<span class="h" property="rdfs:label">produces</span>
|
|
|
|
0 comments on commit
bccb613