Skip to content

Commit e5e4585

Browse files
committed
Added 'genre' to BroadcastChannel.
Fixes #1364 Thanks @thadguidry :)
1 parent f4bd381 commit e5e4585

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

data/schema.rdfa

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5043,8 +5043,10 @@ The place is __open__ if the [[opens]] property is specified, and __closed__ oth
50435043
</div>
50445044
<div typeof="rdf:Property" resource="http://schema.org/genre">
50455045
<span class="h" property="rdfs:label">genre</span>
5046-
<span property="rdfs:comment">Genre of the creative work or group.</span>
5046+
<span property="rdfs:comment">Genre of the creative work, broadcast channel or group.</span>
50475047
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
5048+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BroadcastChannel">BroadcastChannel</a></span>
5049+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicGroup">MusicGroup</a></span>
50485050
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
50495051
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
50505052
</div>
@@ -9193,14 +9195,6 @@ postponing for 1.6.
91939195
<link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
91949196
</div>
91959197

9196-
<p>Additions/changes for existing MusicGroup type: allowing 'genre' to be used on a MusicGroup.</p>
9197-
9198-
<p>TODO: For discussion - If a MusicGroup can have a genre, why not any Organization?</p>
9199-
9200-
<div typeof="rdf:Property" resource="http://schema.org/genre">
9201-
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicGroup">MusicGroup</a></span>
9202-
</div>
9203-
92049198
<p>Deprecating musicGroupMember in favour of member (already done, but site UI is not ideal; TODO: we should update any examples).</p>
92059199

92069200
<p>Additions for MusicRecording</p>

docs/releases.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ <h3>Site improvements</h3>
166166

167167
<h3>Quick fixes and Examples</h3>
168168
<ul>
169+
<li id="g1364"><a href="https://github.com/schemaorg/schemaorg/issues/1364">Issue #1364</a>: Added <a href="/BroadcastChannel">BroadcastChannel</a> as a type for which <a href="/genre">genre</a> is applicable.</li>
169170
<li id="g1294"><a href="https://github.com/schemaorg/schemaorg/issues/1294">Issue #1294</a>: Restored <a href="/material">material</a>
170171
as a super-property of <a href="/artMaterial">artMaterial</a> that can be used with any <a href="/Product">Product</a> or <a href="/CreativeWork">CreativeWork</a>.
171172
Also marked <a href="/artworkSurface">artworkSurface</a> as another specialized sub-property of <a href="/material">material</a>.

0 commit comments

Comments
 (0)