This repository contains an interactive visualization for Knowledge Representation and Reasoning (KRR) ontology.
Access the deployed visualization directly at:
https://krr-ontology.onrender.com/index-en.html
If the online version isn't accessible, run locally:
- Clone this repository
- Navigate to the parent directory in terminal
- Start a Python HTTP server:
python -m http.server 8000
- Open in browser:
http://localhost:8000/index-en.html
- Interactive ontology exploration
- Hierarchical concept navigation
- Relationship visualization
- Detailed component information
.
├── Output/
│ ├── resources
│ ├── section/
│ └── webvowl/
| └── index-en.html/ # Main file
└── ...
- Port already in use: Try another port (e.g.,
python -m http.server 8080) - Access denied: Check firewall settings
- Visualization not loading: Ensure all files are present in the output directory
- Python 3.x
- Modern web browser (Chrome, Firefox, Safari, Edge)