Skip to content

Commit 72d80bb

Browse files
authored
Merge pull request #1279 from philbarker/sdo-makemake
adding maximumCapacity and remainingCapacity Closes #1209
2 parents cea3045 + a3e74b3 commit 72d80bb

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

data/schema.rdfa

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5672,7 +5672,13 @@ The place is __open__ if the [[opens]] property is specified, and __closed__ oth
56725672
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
56735673
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
56745674
</div>
5675-
5675+
<div typeof="rdf:Property" resource="http://schema.org/maximumCapacity">
5676+
<span class="h" property="rdfs:label">maximumCapacity</span>
5677+
<span property="rdfs:comment">The total number of individuals that may attend an event or venue.</span>
5678+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
5679+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
5680+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
5681+
</div>
56765682
<div typeof="rdf:Property" resource="http://schema.org/maxPrice">
56775683
<span class="h" property="rdfs:label">maxPrice</span>
56785684
<span property="rdfs:comment">The highest price if the price is a range.</span>
@@ -6497,7 +6503,12 @@ The place is __open__ if the [[opens]] property is specified, and __closed__ oth
64976503
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
64986504
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
64996505
</div>
6500-
6506+
<div typeof="rdf:Property" resource="http://schema.org/remainingCapacity">
6507+
<span class="h" property="rdfs:label">remainingCapacity</span>
6508+
<span property="rdfs:comment">The number of places for an event that remain unallocated.</span>
6509+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
6510+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
6511+
</div>
65016512
<div typeof="rdf:Property" resource="http://schema.org/replacee">
65026513
<span class="h" property="rdfs:label">replacee</span>
65036514
<span property="rdfs:comment">A sub property of object. The object that is being replaced.</span>

0 commit comments

Comments
 (0)