Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event Type for Webcast on-demand versus live Webcast? #16

Open
saumier opened this issue Apr 28, 2021 · 1 comment
Open

Event Type for Webcast on-demand versus live Webcast? #16

saumier opened this issue Apr 28, 2021 · 1 comment
Assignees

Comments

@saumier
Copy link
Member

saumier commented Apr 28, 2021

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

Screen Shot 2021-04-28 at 10 58 29 AM

@fjjulien
Copy link
Contributor

The live broadcast could indeed be any sub-type of adr:PerformingArtsEvent. We could also give it the additionalType BroadcastEvent 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants