On Tue, Aug 2, 2011 at 7:15 PM, Andy Seaborne <[email protected]> wrote:
> You could pre-process any data before loading it so that the RDFS inference > is applied before loading (RDFS being simple enough that this is possible). > > If you are thinking of large scale, this has two advantages: > 1/ The RDFS reasoner can use a lot of memory - a TDB dataset can be bigger > than RAM. > 2/ Query and runtime can exploit the TDB layer directly, not run through the > inference layer. Thanks, this is a good idea (although our scale is not large). We'll have to do some rethinking; we do have retractions and INSERT...WHERE in our SPARQL/Update queries. --glenn
