Skip to content

Commit 309ea10

Browse files
committed
Issue schemaorg#2599: Added byMonthWeek to Schedule
1 parent 9c9d5cd commit 309ea10

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

data/ext/pending/issue-2599.rdfa

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<div>
2+
<div typeof="rdf:Property" resource="http://schema.org/byMonthWeek">
3+
<span class="h" property="rdfs:label">byMonthWeek</span>
4+
<span property="rdfs:comment">Defines the week(s) of the month on which a recurring Event takes place. Specified as an Integer between 1-5.</span>
5+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Schedule">Schedule</a></span>
6+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
7+
8+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
9+
<span property="schema:category">issue-2599</span>
10+
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2599"></a>
11+
</div>
12+
</div>

0 commit comments

Comments
 (0)