-
Notifications
You must be signed in to change notification settings - Fork 4
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
add event mode #154
Comments
StroemPhi
added a commit
that referenced
this issue
Sep 23, 2022
StroemPhi
added a commit
that referenced
this issue
Sep 23, 2022
* add online presence format & event types, closes #154 * add prefixes, annotation properties & delete unused root AEON_0000000 * broaden the event format - defined class pattern #158 * add event formats & types * forgotten class declarations * adjust AEON_0000001 'academic event' definition and metadata * broaden domain and range of AEON_0000031 ('specifies event format of') & AEON_0000032 ('has event format') * broaden domains of AEON_0000040 'has academic field descriptor' & AEON_0000041 'has event topic decriptor' * broaden range & domain of AEON_0000081 'event series of' & AEON_0000084 'part of event series' * relabel AEON_0000180 'describes event topic of' & AEON_0000175 'describes academic field of' * broaden range of AEON_0000175 'describes academic field of' * fix wrong domain of AEON_0000075 'has DOI' * delete unused root node AEON_0000000 * delete sublcassOf axiom already entailed in logical definition in AEON_0000001 'academic event' * adjust textual and logical def of AEON_0000002 'academic event series' * adjust AEON_0000004 (academic event format) wrt the more general AEON_0000195 ('sociocultural event format') * adjust AEON_0000027 (academic field descriptor) & AEON_0000028 (event topic descriptor) according to academic event pattern, change parent wrt #108 (comment) * add mappings to event location relations * adjust existing event formats & types according to new pattern * add mapping to conference series * delete 'event fee specification' as part of 'academic event format' axiom * fix wrong PURL of AEON_0000183 * protege reordering * fix AEON_0000183 mixup * fix EQ error * add synonym and improve textual def of AEON_0000205 (flash talk format)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to have an easy ways to specify whether an event takes place in person on site, as a virtual event or as a combination of both (hybrid).
As this is part of an 'event format specification', it seems best to me to model each event mode as a seperate 'event format specification' subclass and then assert an event instance to have at least two event format specifications, one for the differentiation between e.g. conference or workshop and one to specify the event mode.
The text was updated successfully, but these errors were encountered: