Disclaimer: This tool is a work in progress. It means some features are not fully implemented yet.
The knowledeg-graph-builder, provides a simple way for non-expert users to make RDF-based knowledge graphs through a user-interface.
1- Install npm:
- on Linux:
sudo apt install npm
- on MacOS:
brew install node
- on Windows see here.
2- Clone the repository and run the following commands:
cd oekg-builder
npm install
npm start
After running the above commands, you should be able to (automatically) see the tool in your brower.
Note: You may need to upgrade your NodeJS and npm installations. It is recommended to have NodeJS >= 14.0.0 and NPM >= 5.6