Skip to content
João Almeida edited this page Mar 10, 2022 · 2 revisions

Run

Simple run the application at http://localhost/biokbqa/:

java -jar biokbqa-1.0.jar

Run in another port:

java -jar biokbqa-1.0.jar -p {port}

REST API

Main endpoints:

SPARQL:

GET /api/v1/sparqler/{dataset}/sparql?query={query}&inference={inference}&rules={rules}&format={format} HTTP/1.1
Content-Type: application/json

NL:

GET /api/v1/sparqler/{dataset}/nl?query={query}&inference={inference}&rules={rules}&format={format} HTTP/1.1
Content-Type: application/json

Issues

Please let us know if there are any issues.

Clone this wiki locally