Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

farhabihelal/ontoviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OntoViz

OntoViz is a project aimed at simplifying the process of visualizing ontologies with real time data. Thus the focus is on displaying the Individuals and Properties.

Overview

Ontologies are complex structures that represent knowledge as a set of concepts within a domain, and the relationships between those concepts. Visualizing these structures can be a challenging task. OntoViz is designed to make this process easier.

Getting Started

To get started with OntoViz, clone the repository, create a python virtual environment and install the packages. Finally run the app.py.

python3 -m venv .venv
source ./.venv/bin/python
(.venv) pip install -r requirements.txt

(.venv) python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published