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
What is the event type for a recorded performance that is available for viewing on-demand after the performance over several days, compared to an event that is broadcast live on the web?
Live broadcast --> Type of MusicEvent with Attendance Mode 'online'
On-demand viewing --> ? something that is not an event.
The live broadcast could indeed be any sub-type of adr:PerformingArtsEvent. We could also give it the additionalTypeBroadcastEvent type, but that would be redundant.
The on-demand webcast would also be an event, but of the type OnDemandEvent. The workPerformed would be a type Movie and this Movie object would be related to the Performance Work by some other property.
In either case, the eventAttendanceMode would be OnlineEventAttendanceMode and the location would be a VirtualLocation type.
What is the event type for a recorded performance that is available for viewing on-demand after the performance over several days, compared to an event that is broadcast live on the web?
Live broadcast --> Type of MusicEvent with Attendance Mode 'online'
On-demand viewing --> ? something that is not an event.
See example in issue Capacitor-API https://github.com/culturecreates/capacitor-api/issues/30
The text was updated successfully, but these errors were encountered: