Skip to content

ahmedkhemiri95/flask-WebVOWL

Repository files navigation

flask-WebVOWL

WebVOWL integration As a flask application - OWL2VOWL converter is included.

Running this app

  1. install python
  2. git clone the project then cd into the directory
  3. run virtualenv -p /usr/bin/python3 venvor python -m venv venv to create a virtual environment
  4. activate it using source venv/bin/activate
  5. pip install -r requirements.txt to install the app libaries and it dependencies

Usage

To convert and visualize your ontology file automatically :

  • Rename your ontology file to "YOUR_ONTOLOGY.TTL"
  • Place it in data folder (application/static/data)

Important Note

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".

About

WebVOWL integration on a flask application - Converting and Visualizing ontologies on the Web.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published