Default inference set

Hi,
Is there a way to set a sort of “default inference set” on a graph ?
I am building an app that uses the sparql endpoint and would like to avoid having to specify the input:inference.
Is there a way for virtuoso to interpret at least the ‘subclassof’ that are already present in a graph as a sort of ‘default inference set’ ?
Thanks in advance

The SH_DEFINES column of the DB.DBA.SYS_SPARQL_HOST table can be used to specify default Virtuoso SPARQL pragmas that should be used when executing a SPARQL query against the Virtuoso SPARQL endpoint, as detailed at this Default and Named Graphs documentation.

Thanks for your answer,

Sadly this means it would have to be done for every new graph and can’t just interpret the subClasses in the graph as a default inference set

I see in the documentation that you have to specify a SH_HOST key, which makes the default parameters apply on the specified host, is there a way to make it apply on any host ? (an escape character, a reserved name, etc.)

@nk-fouque,

No, because that approach is potentially dangerous. System tables need to be very specific about the values that they hold.