Change reasoning type (from SL to OWL DL) in query

Hello,

I want to switch reasoning type from default (SL) to DL.
I can’t find any option in query command (example : stardog query -r myDB “select * where {?s ?p ?o}” )

Is there any way to indicate the reasoning type in the query above ?

Thank you

Saad

You can’t change the reasoning level on the query. You’d need to offline the database, change the reasoning level and then bring the database back online.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.