Skip to content

Commit 28e62f2

Browse files
committed
Amended contributor, actor, translator, director, composer to apply to Event.
Fixes #1092
1 parent b77a355 commit 28e62f2

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

data/schema.rdfa

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3580,7 +3580,8 @@
35803580

35813581
<div typeof="rdf:Property" resource="http://schema.org/actor">
35823582
<span class="h" property="rdfs:label">actor</span>
3583-
<span property="rdfs:comment">An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.</span>
3583+
<span property="rdfs:comment">An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.</span>
3584+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
35843585
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Movie">Movie</a></span>
35853586
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoObject">VideoObject</a></span>
35863587
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGame">VideoGame</a></span>
@@ -4426,8 +4427,9 @@
44264427

44274428
<div typeof="rdf:Property" resource="http://schema.org/contributor">
44284429
<span class="h" property="rdfs:label">contributor</span>
4429-
<span property="rdfs:comment">A secondary contributor to the CreativeWork.</span>
4430+
<span property="rdfs:comment">A secondary contributor to the CreativeWork or Event.</span>
44304431
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
4432+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
44314433
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
44324434
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
44334435
</div>
@@ -4635,8 +4637,9 @@
46354637

46364638
<div typeof="rdf:Property" resource="http://schema.org/director">
46374639
<span class="h" property="rdfs:label">director</span>
4638-
<span property="rdfs:comment">A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.</span>
4640+
<span property="rdfs:comment">A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip.</span>
46394641
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Movie">Movie</a></span>
4642+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
46404643
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoObject">VideoObject</a></span>
46414644
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGame">VideoGame</a></span>
46424645
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Episode">Episode</a></span>
@@ -8992,8 +8995,9 @@ postponing for 1.6.
89928995
</div>
89938996
<div typeof="rdf:Property" resource="http://schema.org/translator">
89948997
<span class="h" property="rdfs:label">translator</span>
8995-
<span property="rdfs:comment">Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market.</span>
8998+
<span property="rdfs:comment">Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.</span>
89968999
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
9000+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
89979001
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
89989002
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
89999003
</div>
@@ -9212,8 +9216,9 @@ postponing for 1.6.
92129216
</div>
92139217
<div typeof="rdf:Property" resource="http://schema.org/composer">
92149218
<span class="h" property="rdfs:label">composer</span>
9215-
<span property="rdfs:comment">The person or organization who wrote the composition.</span>
9219+
<span property="rdfs:comment">The person or organization who wrote a composition, or who is the composer of a work performed at some event.</span>
92169220
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicComposition">MusicComposition</a></span>
9221+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
92179222
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
92189223
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
92199224
<link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>

0 commit comments

Comments
 (0)