The Knowledge Store
- Object data: no more tables, documents, keys
- Load ready-made knowledge sources
docker run -p 31013:31013 iddan/minerva
git clone [email protected]:iddan/minerva.git;
cd minerva;
cargo run;
GET /
Will return matching quads in the NQuads format
subject: NQuads formatted quad subject to match by
predicate: NQuads formatted quad predicate to match by
object: NQuads formatted quad object to match by
context: NQuads formatted quad context to match by
POST /
Will add quads in body, body should be in the NQuads format