Skip to content

Commit 12748fe

Browse files
committed
Added maximumAttendeeCapacity and remainingAttendeeCapacity
Fixes #1209
1 parent c191028 commit 12748fe

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

data/schema.rdfa

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5673,6 +5673,21 @@ The place is __open__ if the [[opens]] property is specified, and __closed__ oth
56735673
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
56745674
</div>
56755675

5676+
<div typeof="rdf:Property" resource="http://schema.org/maximumAttendeeCapacity">
5677+
<span class="h" property="rdfs:label">maximumAttendeeCapacity</span>
5678+
<span property="rdfs:comment">The total number of individuals that may attend an event or venue.</span>
5679+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
5680+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
5681+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
5682+
</div>
5683+
5684+
<div typeof="rdf:Property" resource="http://schema.org/remainingAttendeeCapacity">
5685+
<span class="h" property="rdfs:label">remainingAttendeeCapacity</span>
5686+
<span property="rdfs:comment">The number of attendee places for an event that remain unallocated.</span>
5687+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
5688+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
5689+
</div>
5690+
56765691
<div typeof="rdf:Property" resource="http://schema.org/maxPrice">
56775692
<span class="h" property="rdfs:label">maxPrice</span>
56785693
<span property="rdfs:comment">The highest price if the price is a range.</span>

docs/releases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h1>Releases</h1>
150150
<td>
151151
<h3>Vocabulary</h3>
152152
<ul>
153-
<li>...</li>
153+
<li id="g1209"><a href="https://github.com/schemaorg/schemaorg/issues/1209">Issue #1209</a>: Added <a href="/maximumAttendeeCapacity">maximumAttendeeCapacity</a> and <a href="/remainingAttendeeCapacity">remainingAttendeeCapacity</a> for describing places and events.</li>
154154
</ul>
155155

156156
<h3>Site improvements</h3>

0 commit comments

Comments
 (0)