I do believe it's like an option, that's why I tried to add reasoning:true, in the connection but also in the query but none works. I also tried to see the evolution of the github project but I found nothing (just one out to date, in 2012). I also search in the node module, found nothing
Is there any option to enable reasoning in a query ?
It looks like the API docs are a little bit out of sync on the npm module, since we haven’t quite hit 1.0.0 on stardog.js.
To query with reasoning, you’ll need to use the params parameter on query.execute, which comes after the optional options parameter. So unless you’re specifying an Accept type, you’ll need to pass in an empty object: