Web service for administration of a knowledge graph managed with grimpo.
This application adds a user interface on top of the actual knowledge graph importer.
Development is being funded as part of NFDI4Objects to build the NFDI4Objects Knowledge Graph.
Requires Python. You can call make deps to install dependencies into a local .venv directory and to install required JavaScript libraries.
GRIMPO- grimpo API base URL. Default: http://importer:5020SPARQL- SPARQL Query endpoint. Default: http://fuseki:3030/n4o
The service is started at http://localhost:5010 by default.
Example:
GRIMPO=http://localhost:5020 SPARQL=http://localhost:5020/sparql python app.pyLicensed under Apache License 2.0.