WebVOWL integration As a flask application - OWL2VOWL converter is included.
- install python
git clonethe project thencdinto the directory- run
virtualenv -p /usr/bin/python3 venvorpython -m venv venvto create a virtual environment - activate it using
source venv/bin/activate pip install -r requirements.txtto 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".