-
Notifications
You must be signed in to change notification settings - Fork 0
Run
João Almeida edited this page Mar 10, 2022
·
2 revisions
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}
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
Please let us know if there are any issues.