Skip to content

This project aims to create an ontology for a university using the Protege editor. The ontology defines various classes and their relationships within the university domain. It also includes queries and rules implemented in Protégé and CLIPS to retrieve information from the ontology.

License

Notifications You must be signed in to change notification settings

KhaledAshrafH/University-Management-Ontology

Repository files navigation

University Management Ontology

This project aims to create an ontology for a university using the Protege editor. The ontology defines various classes and their relationships within the university domain. It also includes queries and rules implemented in Protégé and CLIPS to retrieve information from the ontology.

Introduction

The University Ontology Project focuses on developing a comprehensive ontology to represent the structure and relationships within a university domain. The ontology provides a conceptual model that defines various classes and their associations, enabling efficient management and retrieval of university-related information.

Ontology Classes

The following classes are defined in the university ontology:

  • University
  • Faculty
  • Department
  • Program (Module)
  • Course
  • Academic Staff
  • Exams
  • Course Work
  • Thesis
  • Lecture Hall
  • Library
  • Lab Room
  • Lecturer
  • TA
  • Student

The ontology distinguishes between individuals and classes, as well as subclass and other relationships, to accurately represent the university's organizational structure and academic offerings.

Queries in Protégé

Protégé allows the execution of queries to retrieve specific information from the university ontology. The following queries can be executed:

  1. Get all TAs belonging to a department.
  2. Get the courses a student is currently studying.
  3. Get all the courses offered by a certain faculty.
  4. Get Lecturers of a faculty.
  5. Get all faculties of a university.

To execute these queries, constant values need to be provided for certain parameters such as "department," "student," "faculty," and "university."

Queries in CLIPS

CLIPS, a rule-based programming language, is utilized to implement the queries and rules for retrieving information from the university ontology. The CLIPS implementation allows dynamic retrieval of information by taking inputs from the user. The following queries are implemented in CLIPS:

  1. Get all TAs belonging to a department.
  2. Get the courses a student is currently studying.
  3. Get all the courses offered by a certain faculty.
  4. Get Lecturers of a faculty.
  5. Get all faculties of a university.

The CLIPS program prompts the user for input to execute the queries and provides the corresponding results.

Graphical User Interface (GUI)

In addition to the command-line interface provided by Protégé and CLIPS, a Graphical User Interface (GUI) can be developed to interact with the university ontology. The GUI would provide a user-friendly interface to perform various operations, such as querying information, adding new entities, and visualizing the ontology hierarchy.

Here is an example of a GUI design for the university ontology:


KhaledAshrafH


KhaledAshrafH


KhaledAshrafH


KhaledAshrafH


KhaledAshrafH


KhaledAshrafH

The GUI allows users to select different queries, enter parameter values, and view the results in a structured format. It provides an intuitive way to interact with the ontology and retrieve information efficiently.

Report

The project includes a detailed report that provides a deeper understanding of the university ontology. The report contains a diagram of the ontology, showcasing the relationships between the classes. Additionally, it describes the slots of each class, providing detailed information about their attributes and relationships.

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:
git clone https://github.com/KhaledAshrafH/University-Management-Ontology.git
  1. Open the Protege editor and import the ontology file.

  2. Execute the queries in Protégé to retrieve the desired information.

  3. To run the CLIPS implementation, ensure you have CLIPS installed on your system.

  4. Run the CLIPS program and provide inputs as prompted to execute the queries.

  5. Review the report included in the project to gain a better understanding of the ontology, relationships, and class attributes.

Contributing

Contributions to this project are welcome. Feel free to fork the repository and submit pull requests to suggest improvements, add new featuresor fix any issues.

Team

This project was created by a team of four computer science students at Faculty of Computers and Artificial Intelligence Cairo University. The team members are:

We would like to express our gratitude to all team members for their hard work and contributions to this project.

Acknowledgments

This project is based on Semantic Web course at Faculty of Computers and Artificial Intelligence Cairo University. We would like to thank Prof. Abeer Elkorany for his guidance and support throughout this course.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This project aims to create an ontology for a university using the Protege editor. The ontology defines various classes and their relationships within the university domain. It also includes queries and rules implemented in Protégé and CLIPS to retrieve information from the ontology.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published