Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.1 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.1 KB

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.

knowledge-graph-builder knowledge-graph-builder

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

upgrades: Node.JS , NPM