KRROOD stands for Knowlege Representation & Reasoning Through Object Oriented Design. This project aims to provide a unified way to represent and reason about knowledge in Python using the principles of object oriented design.
This project also is consistent with many of the ideas mentioned in the book Knowledge Representation and Reasoning. And of course the books about object oriented design.
pip install krrood
If you want to use the visualization feature, you will also need to install rustworkx_utils.
pip install rustworkx_utils
EQL is a relational query language that is pythonic, and intuitive.
The interface side of EQL is inspired by euROBIN entity query language white paper.
Read the documentation here.