WebVOWL integration As a flask application - OWL2VOWL converter is included.
- install python
git clone
the project thencd
into the directory- run
virtualenv -p /usr/bin/python3 venv
orpython -m venv venv
to create a virtual environment - activate it using
source venv/bin/activate
pip install -r requirements.txt
to install the app libaries and it dependencies
To convert and visualize your ontology file automatically :
- Rename your ontology file to "YOUR_ONTOLOGY.TTL"
- Place it in data folder (application/static/data)
To convert and visualize an ontology file with different extenstions (RDF,OWL..):
- Please navigate to application/owl2vowl.py script and change the file extension.
- It's important to keep ontology file name to "YOUR_ONTOLOGY".