Hello Srdja, You can place any 'define param value' configuration options in SH_DEFINES field of appropriate row of DB.DBA.SYS_SPARQL_HOST . In that table, SH_HOST is a mask for hostname so the row will be used for any HTTP request such that some name from 'Host:' HTTP header line is LIKE SH_HOST, SH_GRAPH_URI is "default default graph" that is used if the request does not specify default graph, SH_DEFINES is a string of options that are inserted at the very beginning of any query before execution.
Best Regards, Ivan Mikhailov, OpenLink Software. On Tue, 2008-07-29 at 13:26 +0200, s.mato...@gmx.net wrote: > Heyho, > > i try to use Virtuosos preconfigured DAV Sparql Interface with > rdfs:subClassOf and rdfs:subPropertyOf Inference but i found only > documentation about defining rulesets and using them in sparql queries. > > Is it possible to configure a SPARQL/SPARUL WebService with Inference? > > Thanks and Regards, > Srdja Matovic