Table of Contents
The purpose of the system is to allow users to easily create, edit and visualise Knowledge Graphs from imported files. The editor will be built to allow for a more user-friendly and visually appealing interface than is currently available.
Here's why:
- There exist certain systems that provide some aspects of functionality of the project. These systems however lack a GUI that is easy to learn and visually appealing.
- Current Systems are unintuitive for non-tech literate people to use and require a strong background of understanding the systems and files in which they are trying to use to create KG’s.
To get a local copy up and running follow these simple example steps.
npm install
npm run serve
npm run build
npm run lint
Due to security protections in browser, currently to integrate the WebVowl system, user must run on local serve using steps above, or disable security controls on the deployed site.
This particular sequence is a sequence where the user uploads a Schema or Ontology. The system then displays the KG. The user then selects an object from the ontology and defines any relationship that object has to another or defines an attribute of the selected object. The system updates the attributes and relationships of the object, the system can export the updated schema as JSON.