Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.17 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.17 KB

XSearchKG: A Platform for Explainable Keyword Search over Knowledge Graphs (Backend)

Prerequisites

  • Have a running SPARQL endpoint for your knowledge graph
  • Have the summary graph files that correspond to your knowledge graph, located at summary-graph/${datasetID}

Example Setup for Mondial:

Installation

  • Install Node.js.
  • Install dependencies: run npm install in the project root folder.

Configuration

Running