You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each Event has startDate and EndDate. However, the datatype can be xsd:dateTime or xsd:date. This works with JSON-LD but is not very JSON friendly.
I propose the following mapping:
When the date and time are known --> call the property startDateTime or endDateTime
When only the date (2023-11-01) is known --> call the property startDate or endDate
The text was updated successfully, but these errors were encountered:
Each Event has startDate and EndDate. However, the datatype can be xsd:dateTime or xsd:date. This works with JSON-LD but is not very JSON friendly.
I propose the following mapping:
When the date and time are known --> call the property startDateTime or endDateTime
When only the date (2023-11-01) is known --> call the property startDate or endDate
The text was updated successfully, but these errors were encountered: