Skip to content

Commit 04baf50

Browse files
committed
Add previousStartDate rangeIncludes DateTime
Brings it inline with description (being previously scheduled start date values, which include DateTime), existing examples (eg-0172, eg-0202), and usage practices around the web (including Google's "Event Structured Data" docs). Release v3.1 (2016) added DateTime to startDate, but previousStartDate was unchanged at the time.
1 parent 378c685 commit 04baf50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/schema.ttl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8158,7 +8158,8 @@ Note: for historical reasons, any textual label and formal code provided as a li
81588158
rdfs:label "previousStartDate" ;
81598159
rdfs:comment "Used in conjunction with eventStatus for rescheduled or cancelled events. This property contains the previously scheduled start date. For rescheduled events, the startDate property should be used for the newly scheduled start date. In the (rare) case of an event that has been postponed and rescheduled multiple times, this field may be repeated." ;
81608160
:domainIncludes :Event ;
8161-
:rangeIncludes :Date .
8161+
:rangeIncludes :Date,
8162+
:DateTime .
81628163

81638164
:price a rdf:Property ;
81648165
rdfs:label "price" ;

0 commit comments

Comments
 (0)