This repo contains formally represented knowledge (i.e. basic concepts and relationships) from the domain of Electrical Engineering. Is is still in early stage of development and should be considered as experimental.
This ontology is specified using the framework pyirk (not OWL). It is developed in parallel to pyirk itself.
- Use
pytest(executed in the root directory of this repo) to run the OCSE unittests. - Use
pyirk -acto generate.ac_candidates.txtfile used for autocompletion in code editor. pyirk -i -l oml.py ml- load pyirk in interactive mode (useful for debugging and exploring)
- We use
black -l 110 ./to ensure coding style consistency. - For commit messages we try to follow the conventional commits specification.