Skip to content

Commit

Permalink
use infer instead of reasoning for graphdb
Browse files Browse the repository at this point in the history
  • Loading branch information
ali1k committed Oct 1, 2018
1 parent 118e2e1 commit 989e18d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion services/utils/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,10 @@ export default {
outputObject.params['query'] = query;
outputObject.params['format'] = outputFormat;
}

//use infer instead of reasoning
if(endpointParameters.useReasoning){
outputObject.params['infer'] = 'true';
}
break;
case 'stardog':
//to make it compatible with old Stardog API
Expand Down

0 comments on commit 989e18d

Please sign in to comment.