Skip to content
/ aeon Public

The Academic Event Ontology (AEON) can be used to represent information regarding academic events.

License

Notifications You must be signed in to change notification settings

tibonto/aeon

Repository files navigation

Academic Event Ontology (AEON)

License: CC-BY 4.0 Build Status

WIP - NOT READY FOR PRODUCTION

A first draft of AEON was discussed at the VIVO Ontology Workshop in February 2020 with regard to the process of renewing the VIVO ontology to make it BFO conform.

The application ontology of the TIB project ConfIDent serves as an important input for AEON, due to its data driven development. This entails importing academic event metadata from donators and existing datasets, such as OpenResearch, EventKG, DBLP and NASA/ADS, in order to identify the needed classes, object and data properties by analysing their relevance in these datasets.

Related terms from external ontologies and schemas, such as:

need to be mapped/bridged to their AEON equivalents in order to ensure better interoperability in the future.

An academic event is a gathering of scholars and researchers to present their work, hear others present, and discuss the latest developments within their field. Some examples of academic events include conferences, symposia, workshops, colloquia, talks, hackathons, meet-ups, seminars, and forums.

The Academic Event Ontology (AEON) is used to represent information regarding academic events. The ontology supports the identification, development, management, evaluation, and impact assessment of events, components of events and event series, as well as identification and reuse of works presented or developed at events. The ontology is independent of knowledge, creative domain, or topics related to events. AEON is focused on events and assumes the representation of many entities associated with events such as attendees, locations, academic works, datetimes, and processes are defined in compatible ontologies.

Ontology Competency Questions

AEON seeks to represent information about events to answer the questions below as examples. Many additional questions regarding events should be answerable.

  1. Basic information about the event: its date, type (conference, workshop, symposium, etc.) location (including multiple and virtual), topics, name, program/agenda

  2. Who attended the event? Who presented? Who served on panels?

  3. What deadlines are associated with the event such as registration, submission

  4. Who was on the organizing committee? Who were the local organizers? The reviewers?

  5. Was the event part of a series? Who is responsible for the series?

  6. Who won awards presented at the event?

  7. What material was presented at the event? (e.g. papers, posters, presentations, demonstrations)

  8. Were there panel sessions, workshops? Who attended them?

Consequences and observations

  • AEON represents information useful in assessing the research impact of an event.

  • Awards are outside the domain of AEON. AEON will represent awards using ontology developed for that purpose.

  • AEON is a BFO-based ontology that recognizes roles, processes, and process outputs. So, for example, a person might have the role attendee in an event. A person might have a chair role in an organizing committee associated with the event.

  • An event defined by this ontology produces outputs that are information artifacts (http://www.obofoundry.org/ontology/iao.html). These outputs can be referenced, but they are not in the scope of this ontology.

  • An academic event has one or more topics. Defining topics is outside the scope of this ontology. Existing topic vocabularies can be used with AEON.

  • Events are defined in a general manner with sub-events (occurrent parts) that are themselves events. This allows for the representation of conferences that have workshops with their own organizing committees, for example.

  • Events without much structure are often called "meetings."

Visualization

You can see a visualization of the main branch aeon.owl using WebVOWL

Versions

Stable release versions

The latest version of the ontology can always be found at:

https://raw.githubusercontent.com/tibonto/aeon/main/aeon.owl

AEON's IRIs (e.g. http://purl.obolibrary.org/obo/aeon.owl) are not registered yet, as AEON has not yet been submitted to the OBO Foundry for review. But this is planned.

Editors' version

Editors of this ontology should use the edit version, src/ontology/aeon-edit.owl

Contact

Please use this GitHub repository's Issue tracker to request new terms/classes or report errors or specific concerns related to the ontology.

Acknowledgements

This ontology repository was created using the Ontology Development Kit (ODK).